2022-09-27T15:36:23.0636321Z Requested labels: linux.4xlarge.nvidia.gpu 2022-09-27T15:36:23.0636407Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:36:23.0636430Z Waiting for a runner to pick up this job... 2022-09-27T15:36:27.1921078Z Job is about to start running on the runner: i-00f654b0974bb3187 (organization) 2022-09-27T15:36:32.7379834Z Current runner version: '2.296.2' 2022-09-27T15:36:32.7388285Z Runner name: 'i-00f654b0974bb3187' 2022-09-27T15:36:32.7389285Z Runner group name: 'Default' 2022-09-27T15:36:32.7390279Z Machine name: 'ip-10-0-0-14' 2022-09-27T15:36:32.7393168Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:36:32.7394242Z Actions: read 2022-09-27T15:36:32.7394796Z Checks: read 2022-09-27T15:36:32.7395238Z Contents: read 2022-09-27T15:36:32.7395688Z Deployments: read 2022-09-27T15:36:32.7396151Z Discussions: read 2022-09-27T15:36:32.7396655Z Issues: read 2022-09-27T15:36:32.7397043Z Metadata: read 2022-09-27T15:36:32.7397487Z Packages: read 2022-09-27T15:36:32.7397940Z Pages: read 2022-09-27T15:36:32.7398341Z PullRequests: read 2022-09-27T15:36:32.7398904Z RepositoryProjects: read 2022-09-27T15:36:32.7399400Z SecurityEvents: read 2022-09-27T15:36:32.7399847Z Statuses: read 2022-09-27T15:36:32.7400302Z ##[endgroup] 2022-09-27T15:36:32.7404892Z Secret source: None 2022-09-27T15:36:32.7405844Z Prepare workflow directory 2022-09-27T15:36:33.0566292Z Prepare all required actions 2022-09-27T15:36:33.0811715Z Getting action download info 2022-09-27T15:36:33.3018859Z Download action repository 'pytorch/pytorch@master' (SHA:15c52ffc4f9a02f7078033677d44ccd760107952) 2022-09-27T15:36:36.6304550Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:36:36.7592779Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:36:37.0604660Z Getting action download info 2022-09-27T15:36:37.9932872Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:36:38.3762004Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:36:38.3764699Z ##[group] Inputs 2022-09-27T15:36:38.3765169Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:36:38.3766434Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-09-27T15:36:38.3767775Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:36:38.3768318Z sync-tag: 2022-09-27T15:36:38.3768627Z ##[endgroup] 2022-09-27T15:36:38.3769501Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / test (default, 4, 4, linux.4xlarge.nvidia.gpu) 2022-09-27T15:36:38.4829562Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:36:38.4830035Z with: 2022-09-27T15:36:38.4830351Z submodules: recursive 2022-09-27T15:36:38.4830677Z fetch-depth: 0 2022-09-27T15:36:38.4830953Z env: 2022-09-27T15:36:38.4831254Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:38.4831580Z ##[endgroup] 2022-09-27T15:36:38.5148238Z ##[group]Run retry () { 2022-09-27T15:36:38.5148610Z retry () { 2022-09-27T15:36:38.5149198Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:36:38.5149565Z } 2022-09-27T15:36:38.5149861Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:36:38.5150225Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:36:38.5150592Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:36:38.5150927Z else 2022-09-27T15:36:38.5151234Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:36:38.5151781Z fi 2022-09-27T15:36:38.5152162Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:36:38.5172471Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:36:38.5172858Z env: 2022-09-27T15:36:38.5173166Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:38.5173460Z NO_SUDO: 2022-09-27T15:36:38.5173752Z ##[endgroup] 2022-09-27T15:36:38.5417409Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:41.2598358Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:36:41.2598748Z with: 2022-09-27T15:36:41.2599032Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:36:41.2599297Z fetch-depth: 0 2022-09-27T15:36:41.2599560Z submodules: recursive 2022-09-27T15:36:41.2599833Z quiet-checkout: true 2022-09-27T15:36:41.2600104Z repository: pytorch/pytorch 2022-09-27T15:36:41.2600576Z token: *** 2022-09-27T15:36:41.2600848Z ssh-strict: true 2022-09-27T15:36:41.2601108Z persist-credentials: true 2022-09-27T15:36:41.2601401Z clean: true 2022-09-27T15:36:41.2601656Z lfs: false 2022-09-27T15:36:41.2601899Z set-safe-directory: true 2022-09-27T15:36:41.2602160Z env: 2022-09-27T15:36:41.2602414Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:36:41.2602660Z ##[endgroup] 2022-09-27T15:36:41.4208718Z Syncing repository: pytorch/pytorch 2022-09-27T15:36:41.4210633Z ##[group]Getting Git version info 2022-09-27T15:36:41.4211171Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:36:41.4211804Z [command]/usr/bin/git version 2022-09-27T15:36:41.4212090Z git version 2.37.1 2022-09-27T15:36:41.4226836Z ##[endgroup] 2022-09-27T15:36:41.4250157Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/a414a0b7-ab3a-4833-be39-afc69c8bc809' before making global git config changes 2022-09-27T15:36:41.4250728Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:36:41.4259372Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:41.4306099Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:36:41.4312497Z ##[group]Initializing the repository 2022-09-27T15:36:41.4319505Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:36:41.4355362Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:36:41.4356059Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:36:41.4356683Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:36:41.4357046Z hint: 2022-09-27T15:36:41.4357426Z hint: git config --global init.defaultBranch 2022-09-27T15:36:41.4357735Z hint: 2022-09-27T15:36:41.4358112Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:36:41.4358628Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:36:41.4358999Z hint: 2022-09-27T15:36:41.4359443Z hint: git branch -m 2022-09-27T15:36:41.4360246Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:36:41.4372529Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:36:41.4410919Z ##[endgroup] 2022-09-27T15:36:41.4411454Z ##[group]Disabling automatic garbage collection 2022-09-27T15:36:41.4417169Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:36:41.4451441Z ##[endgroup] 2022-09-27T15:36:41.4451916Z ##[group]Setting up auth 2022-09-27T15:36:41.4463203Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:36:41.4501323Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:36:41.4807862Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:36:41.4843273Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:36:41.5153259Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:36:41.5208144Z ##[endgroup] 2022-09-27T15:36:41.5208678Z ##[group]Fetching the repository 2022-09-27T15:36:41.5217855Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-09-27T15:37:34.0719888Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:37:34.0767022Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:37:35.3991093Z ##[endgroup] 2022-09-27T15:37:35.3991910Z ##[group]Determining the checkout info 2022-09-27T15:37:35.3994635Z ##[endgroup] 2022-09-27T15:37:35.3995201Z ##[group]Checking out the ref 2022-09-27T15:37:35.4002411Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:37:37.1383420Z ##[endgroup] 2022-09-27T15:37:37.1384156Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:37:37.1393474Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:37:37.1526159Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:37:37.1527240Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:37:37.1534860Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:37:37.1567509Z ##[endgroup] 2022-09-27T15:37:37.1567980Z ##[group]Fetching submodules 2022-09-27T15:37:37.1573267Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:37:37.1909779Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:37:37.2219788Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:37:37.2222385Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:37:37.2224795Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:37:37.2227960Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:37:37.2232042Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:37:37.2235757Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:37:37.2239119Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:37:37.2242920Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:37:37.2246772Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:37:37.2250931Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:37:37.2254988Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:37:37.2259157Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:37:37.2263440Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:37:37.2268028Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:37:37.2273544Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:37:37.2278048Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:37:37.2282939Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:37:37.2288056Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:37:37.2293209Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:37:37.2298555Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:37:37.2303894Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:37:37.2310214Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:37:37.2316073Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:37:37.2321857Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:37:37.2327820Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:37:37.2333943Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:37:37.2340136Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:37:37.2346440Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:37:37.2355848Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:37:37.2362274Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:37:37.2368993Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:37:37.2375763Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:37:37.2382682Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:37:37.2390390Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:37:37.2397644Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:37:37.2404949Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:37:37.2412534Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:37:37.2419956Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:37:37.2427775Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:37:37.2436700Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:37:37.2444598Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:37:37.2473758Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:37:37.5382306Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:37:37.8063918Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:37:38.0370657Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:37:38.3427891Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:37:38.6144697Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:37:40.9012361Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:37:46.8016174Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:37:47.2695097Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:37:48.0026290Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:37:49.5793951Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:37:51.0462613Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:37:52.5173663Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:37:59.8281879Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:38:00.5481026Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:38:01.9748413Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:38:03.4083384Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:38:03.6485280Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:38:04.1417365Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:38:04.8846236Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:38:05.9959020Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:38:06.4652885Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:38:06.6822271Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:38:06.9800784Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:38:09.6649764Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:38:10.1397814Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:38:10.5531797Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:38:17.6275706Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:38:19.2941979Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:38:19.7874229Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:38:20.0365694Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:38:26.4780986Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:38:26.7488173Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:38:27.0007624Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:38:27.8760807Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:38:28.1170258Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:38:28.4551080Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:38:28.8179931Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:38:29.4101477Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:38:32.0138857Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:38:32.5915435Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:38:35.0850182Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:38:35.0976063Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:38:35.1076538Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:38:35.1367658Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:38:35.1650414Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:38:35.2120699Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:38:36.0252977Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:38:36.0510292Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:38:36.1760531Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:38:36.2190026Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:38:36.5957796Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:38:37.1310845Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:38:37.4390620Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:38:37.4987209Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:38:37.5005446Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:38:37.5009258Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:38:37.5013548Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:38:37.5017810Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:38:37.5046780Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:38:38.4000862Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:38:38.9935397Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:38:40.0274052Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:38:40.3850153Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:38:40.5122051Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:38:40.5829539Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:38:40.5947735Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:38:40.7034251Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:38:40.7454952Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:38:40.7562557Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:38:40.8052249Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:38:40.8362991Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:38:40.8945231Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:38:40.9084943Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:38:40.9103259Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:38:40.9129800Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:38:48.7880430Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:38:48.7901113Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:38:48.7930103Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:38:56.8608426Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:38:56.8729830Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:38:56.8905964Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:38:57.0083534Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:38:57.0102271Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:38:57.0105362Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:38:57.0133439Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:38:58.2790096Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:38:59.5031958Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:38:59.5692797Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:38:59.5932344Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:38:59.6091062Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:38:59.7425860Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:39:00.0626972Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:39:00.0660595Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:00.0663555Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:00.0692857Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:39:00.5070081Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:39:01.4173366Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:39:01.4554167Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:39:01.4734568Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:39:01.4753689Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:01.4779541Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:39:03.5439588Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:39:03.5463574Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:03.5467052Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:03.5495134Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:39:04.0009191Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:39:04.9625552Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:39:05.0396574Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:39:05.0413603Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:05.0441666Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:39:05.3078919Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:39:05.3185218Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:39:05.6463667Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:39:05.6488771Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:05.6491642Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:05.6520175Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:39:06.9968165Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:39:08.0955743Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:39:08.1796467Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:39:08.1896523Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:39:08.2021847Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:39:08.2423813Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:39:08.2524579Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:39:08.2864268Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:39:08.2972042Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:39:08.3509577Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:39:08.4889182Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:39:08.5217862Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:39:08.5236716Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:08.5239522Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:08.5242749Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:08.5246039Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:08.5274222Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:39:09.6581754Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:39:09.9469711Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:39:11.2669244Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:39:13.2375574Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:39:13.2545312Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:39:13.3353056Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:39:13.3681956Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:39:13.3699512Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:13.3726664Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:39:13.6034546Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:39:13.7668349Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:39:13.7707422Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:39:13.8042454Z Entering 'android/libs/fbjni' 2022-09-27T15:39:13.8085559Z Entering 'third_party/FP16' 2022-09-27T15:39:13.8128435Z Entering 'third_party/FXdiv' 2022-09-27T15:39:13.8171222Z Entering 'third_party/NNPACK' 2022-09-27T15:39:13.8214337Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:13.8256807Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:13.8299984Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:13.8357509Z Entering 'third_party/benchmark' 2022-09-27T15:39:13.8400111Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:13.8442737Z Entering 'third_party/cub' 2022-09-27T15:39:13.8485731Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:13.8535447Z Entering 'third_party/cutlass' 2022-09-27T15:39:13.8585408Z Entering 'third_party/eigen' 2022-09-27T15:39:13.8629572Z Entering 'third_party/fbgemm' 2022-09-27T15:39:13.8673519Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:13.8715837Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:13.8757552Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:13.8799501Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:13.8842151Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:13.8886853Z Entering 'third_party/fmt' 2022-09-27T15:39:13.8930046Z Entering 'third_party/foxi' 2022-09-27T15:39:13.8973587Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:13.9016648Z Entering 'third_party/gloo' 2022-09-27T15:39:13.9058720Z Entering 'third_party/googletest' 2022-09-27T15:39:13.9101751Z Entering 'third_party/ideep' 2022-09-27T15:39:13.9143469Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:13.9186633Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:13.9236243Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:13.9279007Z Entering 'third_party/ittapi' 2022-09-27T15:39:13.9321972Z Entering 'third_party/kineto' 2022-09-27T15:39:13.9362967Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:13.9405177Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:13.9448865Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:13.9492251Z Entering 'third_party/neon2sse' 2022-09-27T15:39:13.9532939Z Entering 'third_party/nlohmann' 2022-09-27T15:39:13.9576917Z Entering 'third_party/onnx' 2022-09-27T15:39:13.9634673Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:13.9676364Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:13.9720466Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:13.9760927Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:13.9809442Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:13.9852707Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:13.9894925Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:13.9941844Z Entering 'third_party/pocketfft' 2022-09-27T15:39:13.9983880Z Entering 'third_party/protobuf' 2022-09-27T15:39:14.0030739Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:14.0073090Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:14.0118658Z Entering 'third_party/psimd' 2022-09-27T15:39:14.0161521Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:14.0203132Z Entering 'third_party/pybind11' 2022-09-27T15:39:14.0245920Z Entering 'third_party/python-enum' 2022-09-27T15:39:14.0289185Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:14.0331234Z Entering 'third_party/python-six' 2022-09-27T15:39:14.0373890Z Entering 'third_party/sleef' 2022-09-27T15:39:14.0417573Z Entering 'third_party/tbb' 2022-09-27T15:39:14.0462934Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:14.0506335Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:14.0548956Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:14.0590662Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:14.0632936Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:14.0673892Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:14.0719574Z Entering 'third_party/zstd' 2022-09-27T15:39:14.0771425Z ##[endgroup] 2022-09-27T15:39:14.0776075Z ##[group]Persisting credentials for submodules 2022-09-27T15:39:14.0781981Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-09-27T15:39:14.1099320Z Entering 'android/libs/fbjni' 2022-09-27T15:39:14.1141099Z Entering 'third_party/FP16' 2022-09-27T15:39:14.1182374Z Entering 'third_party/FXdiv' 2022-09-27T15:39:14.1223705Z Entering 'third_party/NNPACK' 2022-09-27T15:39:14.1265566Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:14.1306436Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:14.1347855Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:14.1400721Z Entering 'third_party/benchmark' 2022-09-27T15:39:14.1442834Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:14.1484264Z Entering 'third_party/cub' 2022-09-27T15:39:14.1525454Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:14.1572036Z Entering 'third_party/cutlass' 2022-09-27T15:39:14.1619646Z Entering 'third_party/eigen' 2022-09-27T15:39:14.1663406Z Entering 'third_party/fbgemm' 2022-09-27T15:39:14.1704531Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:14.1745785Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:14.1787524Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:14.1827766Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:14.1871061Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:14.1915052Z Entering 'third_party/fmt' 2022-09-27T15:39:14.1956325Z Entering 'third_party/foxi' 2022-09-27T15:39:14.1996858Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:14.2038610Z Entering 'third_party/gloo' 2022-09-27T15:39:14.2080815Z Entering 'third_party/googletest' 2022-09-27T15:39:14.2121641Z Entering 'third_party/ideep' 2022-09-27T15:39:14.2161746Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:14.2204178Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:14.2253150Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:14.2294283Z Entering 'third_party/ittapi' 2022-09-27T15:39:14.2335813Z Entering 'third_party/kineto' 2022-09-27T15:39:14.2377386Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:14.2418863Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:14.2461121Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:14.2503027Z Entering 'third_party/neon2sse' 2022-09-27T15:39:14.2544076Z Entering 'third_party/nlohmann' 2022-09-27T15:39:14.2586709Z Entering 'third_party/onnx' 2022-09-27T15:39:14.2642591Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:14.2683717Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:14.2726530Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:14.2767723Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:14.2813899Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:14.2856163Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:14.2897229Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:14.2943550Z Entering 'third_party/pocketfft' 2022-09-27T15:39:14.2984192Z Entering 'third_party/protobuf' 2022-09-27T15:39:14.3030459Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:14.3072203Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:14.3116720Z Entering 'third_party/psimd' 2022-09-27T15:39:14.3158208Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:14.3200563Z Entering 'third_party/pybind11' 2022-09-27T15:39:14.3241320Z Entering 'third_party/python-enum' 2022-09-27T15:39:14.3283935Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:14.3325287Z Entering 'third_party/python-six' 2022-09-27T15:39:14.3366485Z Entering 'third_party/sleef' 2022-09-27T15:39:14.3408733Z Entering 'third_party/tbb' 2022-09-27T15:39:14.3453102Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:14.3495965Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:14.3537398Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:14.3578521Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:14.3619918Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:14.3660635Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:14.3704687Z Entering 'third_party/zstd' 2022-09-27T15:39:14.3761753Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-09-27T15:39:14.4076361Z Entering 'android/libs/fbjni' 2022-09-27T15:39:14.4115608Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:39:14.4133122Z Entering 'third_party/FP16' 2022-09-27T15:39:14.4172540Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:39:14.4190111Z Entering 'third_party/FXdiv' 2022-09-27T15:39:14.4228761Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:39:14.4246524Z Entering 'third_party/NNPACK' 2022-09-27T15:39:14.4285619Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:39:14.4302744Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:14.4342065Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:39:14.4359668Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:14.4398767Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:39:14.4416031Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:14.4455330Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:39:14.4484589Z Entering 'third_party/benchmark' 2022-09-27T15:39:14.4523700Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:14.4541765Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:14.4581779Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:39:14.4600274Z Entering 'third_party/cub' 2022-09-27T15:39:14.4638940Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:39:14.4656898Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:14.4696838Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:39:14.4722327Z Entering 'third_party/cutlass' 2022-09-27T15:39:14.4761443Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:39:14.4786671Z Entering 'third_party/eigen' 2022-09-27T15:39:14.4825514Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:39:14.4845475Z Entering 'third_party/fbgemm' 2022-09-27T15:39:14.4884922Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:39:14.4903040Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:14.4941956Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:39:14.4959341Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:14.4998643Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:39:14.5017166Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:14.5057288Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:14.5074421Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:14.5112617Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:39:14.5130929Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:14.5169799Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:39:14.5188775Z Entering 'third_party/fmt' 2022-09-27T15:39:14.5227406Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:39:14.5245454Z Entering 'third_party/foxi' 2022-09-27T15:39:14.5283616Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:39:14.5300723Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:14.5341206Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:39:14.5359280Z Entering 'third_party/gloo' 2022-09-27T15:39:14.5397619Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:39:14.5414972Z Entering 'third_party/googletest' 2022-09-27T15:39:14.5454050Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:14.5472471Z Entering 'third_party/ideep' 2022-09-27T15:39:14.5512588Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:39:14.5529043Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:14.5567232Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:39:14.5586142Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:14.5625272Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:39:14.5649254Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:14.5689388Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:39:14.5706351Z Entering 'third_party/ittapi' 2022-09-27T15:39:14.5744685Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:39:14.5762095Z Entering 'third_party/kineto' 2022-09-27T15:39:14.5800728Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:39:14.5817622Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:14.5856546Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:39:14.5874961Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:14.5913442Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:39:14.5932364Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:14.5971012Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:39:14.5988659Z Entering 'third_party/neon2sse' 2022-09-27T15:39:14.6027874Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:39:14.6044647Z Entering 'third_party/nlohmann' 2022-09-27T15:39:14.6082560Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:39:14.6101111Z Entering 'third_party/onnx' 2022-09-27T15:39:14.6139275Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:39:14.6170455Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:14.6208843Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:14.6225723Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:14.6265059Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:14.6285320Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:14.6325040Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:39:14.6341985Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:14.6380298Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:39:14.6403671Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:14.6442771Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:14.6460227Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:14.6498930Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:14.6516336Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:14.6555964Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:39:14.6578730Z Entering 'third_party/pocketfft' 2022-09-27T15:39:14.6617555Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:39:14.6635254Z Entering 'third_party/protobuf' 2022-09-27T15:39:14.6673843Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:39:14.6695481Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:14.6734509Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:39:14.6753586Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:14.6791753Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:14.6810841Z Entering 'third_party/psimd' 2022-09-27T15:39:14.6849659Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:39:14.6866889Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:14.6905359Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:39:14.6923594Z Entering 'third_party/pybind11' 2022-09-27T15:39:14.6961850Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:14.6979184Z Entering 'third_party/python-enum' 2022-09-27T15:39:14.7018124Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:39:14.7035853Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:14.7074231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:39:14.7092046Z Entering 'third_party/python-six' 2022-09-27T15:39:14.7132053Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:39:14.7149542Z Entering 'third_party/sleef' 2022-09-27T15:39:14.7187871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:39:14.7205215Z Entering 'third_party/tbb' 2022-09-27T15:39:14.7243340Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:39:14.7263258Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:14.7303454Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:39:14.7321341Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:14.7359360Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:39:14.7377320Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:14.7416562Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:39:14.7433409Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:14.7472103Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:39:14.7489181Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:14.7527478Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:39:14.7543661Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:14.7582650Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:39:14.7603455Z Entering 'third_party/zstd' 2022-09-27T15:39:14.7641623Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:39:14.8811428Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:39:14.9134039Z Entering 'android/libs/fbjni' 2022-09-27T15:39:14.9176654Z Entering 'third_party/FP16' 2022-09-27T15:39:14.9220098Z Entering 'third_party/FXdiv' 2022-09-27T15:39:14.9263086Z Entering 'third_party/NNPACK' 2022-09-27T15:39:14.9306055Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:14.9349627Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:14.9391799Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:14.9447507Z Entering 'third_party/benchmark' 2022-09-27T15:39:14.9490947Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:14.9534709Z Entering 'third_party/cub' 2022-09-27T15:39:14.9577958Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:14.9626934Z Entering 'third_party/cutlass' 2022-09-27T15:39:14.9677482Z Entering 'third_party/eigen' 2022-09-27T15:39:14.9724493Z Entering 'third_party/fbgemm' 2022-09-27T15:39:14.9767948Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:14.9810056Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:14.9852963Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:14.9895476Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:14.9939168Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:14.9984479Z Entering 'third_party/fmt' 2022-09-27T15:39:15.0026925Z Entering 'third_party/foxi' 2022-09-27T15:39:15.0069844Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:15.0112051Z Entering 'third_party/gloo' 2022-09-27T15:39:15.0154501Z Entering 'third_party/googletest' 2022-09-27T15:39:15.0197328Z Entering 'third_party/ideep' 2022-09-27T15:39:15.0240876Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:15.0285051Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:15.0334709Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:15.0377788Z Entering 'third_party/ittapi' 2022-09-27T15:39:15.0420586Z Entering 'third_party/kineto' 2022-09-27T15:39:15.0466155Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:15.0508414Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:15.0553005Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:15.0595752Z Entering 'third_party/neon2sse' 2022-09-27T15:39:15.0638426Z Entering 'third_party/nlohmann' 2022-09-27T15:39:15.0682670Z Entering 'third_party/onnx' 2022-09-27T15:39:15.0738803Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:15.0781112Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:15.0826644Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:15.0868752Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:15.0916246Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:15.0959258Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:15.1002626Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:15.1050205Z Entering 'third_party/pocketfft' 2022-09-27T15:39:15.1092992Z Entering 'third_party/protobuf' 2022-09-27T15:39:15.1177762Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:15.1219287Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:15.1265292Z Entering 'third_party/psimd' 2022-09-27T15:39:15.1307971Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:15.1350655Z Entering 'third_party/pybind11' 2022-09-27T15:39:15.1393055Z Entering 'third_party/python-enum' 2022-09-27T15:39:15.1436354Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:15.1479788Z Entering 'third_party/python-six' 2022-09-27T15:39:15.1521988Z Entering 'third_party/sleef' 2022-09-27T15:39:15.1563548Z Entering 'third_party/tbb' 2022-09-27T15:39:15.1608576Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:15.1652376Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:15.1694237Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:15.1736768Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:15.1779358Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:15.1819736Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:15.1865536Z Entering 'third_party/zstd' 2022-09-27T15:39:15.1926496Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:39:15.2242547Z Entering 'android/libs/fbjni' 2022-09-27T15:39:15.2285145Z Entering 'third_party/FP16' 2022-09-27T15:39:15.2328970Z Entering 'third_party/FXdiv' 2022-09-27T15:39:15.2371823Z Entering 'third_party/NNPACK' 2022-09-27T15:39:15.2414121Z Entering 'third_party/QNNPACK' 2022-09-27T15:39:15.2457873Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:39:15.2499641Z Entering 'third_party/XNNPACK' 2022-09-27T15:39:15.2554676Z Entering 'third_party/benchmark' 2022-09-27T15:39:15.2597596Z Entering 'third_party/cpuinfo' 2022-09-27T15:39:15.2640256Z Entering 'third_party/cub' 2022-09-27T15:39:15.2682039Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:39:15.2730780Z Entering 'third_party/cutlass' 2022-09-27T15:39:15.2781027Z Entering 'third_party/eigen' 2022-09-27T15:39:15.2825374Z Entering 'third_party/fbgemm' 2022-09-27T15:39:15.2868515Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:39:15.2912468Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:39:15.2954488Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:39:15.2995873Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:39:15.3039810Z Entering 'third_party/flatbuffers' 2022-09-27T15:39:15.3086036Z Entering 'third_party/fmt' 2022-09-27T15:39:15.3128795Z Entering 'third_party/foxi' 2022-09-27T15:39:15.3170650Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:39:15.3214909Z Entering 'third_party/gloo' 2022-09-27T15:39:15.3256912Z Entering 'third_party/googletest' 2022-09-27T15:39:15.3299778Z Entering 'third_party/ideep' 2022-09-27T15:39:15.3341026Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:39:15.3385395Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:39:15.3436255Z Entering 'third_party/ios-cmake' 2022-09-27T15:39:15.3479010Z Entering 'third_party/ittapi' 2022-09-27T15:39:15.3521823Z Entering 'third_party/kineto' 2022-09-27T15:39:15.3563918Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:39:15.3606535Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:39:15.3649886Z Entering 'third_party/nccl/nccl' 2022-09-27T15:39:15.3692930Z Entering 'third_party/neon2sse' 2022-09-27T15:39:15.3734723Z Entering 'third_party/nlohmann' 2022-09-27T15:39:15.3778448Z Entering 'third_party/onnx' 2022-09-27T15:39:15.3834926Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:39:15.3877676Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:39:15.3923430Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:39:15.3964562Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:39:15.4012125Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:39:15.4056074Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:39:15.4098725Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:39:15.4147312Z Entering 'third_party/pocketfft' 2022-09-27T15:39:15.4189986Z Entering 'third_party/protobuf' 2022-09-27T15:39:15.4238793Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:39:15.4280960Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:39:15.4325769Z Entering 'third_party/psimd' 2022-09-27T15:39:15.4369817Z Entering 'third_party/pthreadpool' 2022-09-27T15:39:15.4413670Z Entering 'third_party/pybind11' 2022-09-27T15:39:15.4457088Z Entering 'third_party/python-enum' 2022-09-27T15:39:15.4501921Z Entering 'third_party/python-peachpy' 2022-09-27T15:39:15.4544994Z Entering 'third_party/python-six' 2022-09-27T15:39:15.4588038Z Entering 'third_party/sleef' 2022-09-27T15:39:15.4631707Z Entering 'third_party/tbb' 2022-09-27T15:39:15.4678374Z Entering 'third_party/tensorpipe' 2022-09-27T15:39:15.4720721Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:39:15.4764155Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:39:15.4806916Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:39:15.4851201Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:39:15.4893166Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:39:15.4939450Z Entering 'third_party/zstd' 2022-09-27T15:39:15.4994268Z ##[endgroup] 2022-09-27T15:39:15.5049671Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:39:15.5079417Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:39:15.5244830Z Prepare all required actions 2022-09-27T15:39:15.5281128Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:39:15.5281429Z env: 2022-09-27T15:39:15.5281665Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:15.5281938Z ##[endgroup] 2022-09-27T15:39:15.5302798Z ##[group]Run set -euo pipefail 2022-09-27T15:39:15.5303138Z set -euo pipefail 2022-09-27T15:39:15.5303422Z function get_ec2_metadata() { 2022-09-27T15:39:15.5303775Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:39:15.5304272Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:39:15.5304696Z  category=$1 2022-09-27T15:39:15.5305022Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:39:15.5305347Z } 2022-09-27T15:39:15.5305640Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:39:15.5306227Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:39:15.5306605Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:39:15.5306963Z echo "system info $(uname -a)" 2022-09-27T15:39:15.5322848Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:15.5323167Z env: 2022-09-27T15:39:15.5323403Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:15.5323680Z ##[endgroup] 2022-09-27T15:39:15.5428481Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:39:15.5491707Z instance-id: i-00f654b0974bb3187 2022-09-27T15:39:15.5554748Z instance-type: g3.4xlarge 2022-09-27T15:39:15.5563249Z system info Linux ip-10-0-0-14.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-09-27T15:39:15.5585144Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:39:15.5585580Z if systemctl is-active --quiet docker; then 2022-09-27T15:39:15.5585977Z  echo "Docker daemon is running..."; 2022-09-27T15:39:15.5586290Z else 2022-09-27T15:39:15.5586664Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:39:15.5587024Z fi 2022-09-27T15:39:15.5599855Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:15.5600211Z env: 2022-09-27T15:39:15.5600511Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:15.5600803Z ##[endgroup] 2022-09-27T15:39:15.5653346Z Docker daemon is running... 2022-09-27T15:39:15.5674873Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:39:15.5675368Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:39:15.5675744Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:39:15.5676263Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:39:15.5676782Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:39:15.5688755Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:15.5689042Z env: 2022-09-27T15:39:15.5689307Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:15.5689597Z AWS_RETRY_MODE: standard 2022-09-27T15:39:15.5689848Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:39:15.5690133Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:39:15.5690406Z ##[endgroup] 2022-09-27T15:39:16.5554192Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:39:16.5555070Z Configure a credential helper to remove this warning. See 2022-09-27T15:39:16.5556069Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:39:16.5556554Z 2022-09-27T15:39:16.5556784Z Login Succeeded 2022-09-27T15:39:16.5597745Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:39:16.5598165Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:39:16.5598686Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:39:16.5612845Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:16.5613160Z env: 2022-09-27T15:39:16.5613394Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:16.5613671Z ##[endgroup] 2022-09-27T15:39:16.5693676Z Prepare all required actions 2022-09-27T15:39:16.5694066Z Getting action download info 2022-09-27T15:39:16.7803863Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:39:16.9265872Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:39:16.9266144Z with: 2022-09-27T15:39:16.9266595Z github-secret: *** 2022-09-27T15:39:16.9266854Z env: 2022-09-27T15:39:16.9267087Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:16.9267364Z ##[endgroup] 2022-09-27T15:39:16.9296080Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:39:16.9296535Z with: 2022-09-27T15:39:16.9296915Z GITHUB_TOKEN: *** 2022-09-27T15:39:16.9297211Z activate-with-label: false 2022-09-27T15:39:16.9297492Z label: with-ssh 2022-09-27T15:39:16.9297749Z remove-existing-keys: true 2022-09-27T15:39:16.9298017Z env: 2022-09-27T15:39:16.9298268Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:16.9298518Z ##[endgroup] 2022-09-27T15:39:17.4478255Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:39:17.5252037Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:39:17.5273337Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:39:17.5311980Z Login using: ssh ec2-user@ec2-18-234-56-163.compute-1.amazonaws.com 2022-09-27T15:39:17.5377682Z Prepare all required actions 2022-09-27T15:39:17.5404556Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:39:17.5404878Z with: 2022-09-27T15:39:17.5405463Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:39:17.5405964Z env: 2022-09-27T15:39:17.5406213Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:17.5406481Z ##[endgroup] 2022-09-27T15:39:17.5456222Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:39:17.5456624Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:39:17.5457016Z # ignore output since only exit code is used for conditional 2022-09-27T15:39:17.5457445Z # only pull docker image if it's not available locally 2022-09-27T15:39:17.5457854Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:39:17.5458305Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:39:17.5458584Z fi 2022-09-27T15:39:17.5473026Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:39:17.5473352Z env: 2022-09-27T15:39:17.5473619Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:39:17.5474161Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:39:17.5474676Z ##[endgroup] 2022-09-27T15:39:17.7870015Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-09-27T15:39:17.7870986Z 40dd5be53814: Pulling fs layer 2022-09-27T15:39:17.7871568Z bd44602516a4: Pulling fs layer 2022-09-27T15:39:17.7872193Z 8ebfb31ea67d: Pulling fs layer 2022-09-27T15:39:17.7872562Z 1589dc294916: Pulling fs layer 2022-09-27T15:39:17.7872848Z 2c3a764ff1ef: Pulling fs layer 2022-09-27T15:39:17.7873137Z 2fb24fb5f7cb: Pulling fs layer 2022-09-27T15:39:17.7873424Z d6e4b45751c9: Pulling fs layer 2022-09-27T15:39:17.7873711Z 98a26bc0781e: Pulling fs layer 2022-09-27T15:39:17.7873993Z 07c42b0591b2: Pulling fs layer 2022-09-27T15:39:17.7874252Z 9be88323b57e: Pulling fs layer 2022-09-27T15:39:17.7874537Z 2c7b68ade49f: Pulling fs layer 2022-09-27T15:39:17.7874824Z 1589dc294916: Waiting 2022-09-27T15:39:17.7875068Z 44206692de1d: Pulling fs layer 2022-09-27T15:39:17.7875353Z f751461554fa: Pulling fs layer 2022-09-27T15:39:17.7875636Z 2c3a764ff1ef: Waiting 2022-09-27T15:39:17.7875906Z 316750fef2e6: Pulling fs layer 2022-09-27T15:39:17.7876165Z c069021d810b: Pulling fs layer 2022-09-27T15:39:17.7876434Z 98a26bc0781e: Waiting 2022-09-27T15:39:17.7876707Z e0fdd58e805b: Pulling fs layer 2022-09-27T15:39:17.7876966Z 751286b45698: Pulling fs layer 2022-09-27T15:39:17.7877232Z 07c42b0591b2: Waiting 2022-09-27T15:39:17.7877507Z 0c8bd29be614: Pulling fs layer 2022-09-27T15:39:17.7877757Z 9be88323b57e: Waiting 2022-09-27T15:39:17.7878015Z d6e4b45751c9: Waiting 2022-09-27T15:39:17.7878291Z 3bb9e7ea569e: Pulling fs layer 2022-09-27T15:39:17.7878544Z c069021d810b: Waiting 2022-09-27T15:39:17.7878823Z efeff9c74fbf: Pulling fs layer 2022-09-27T15:39:17.7879099Z 316750fef2e6: Waiting 2022-09-27T15:39:17.7879333Z 44206692de1d: Waiting 2022-09-27T15:39:17.7879804Z f751461554fa: Waiting 2022-09-27T15:39:17.7884782Z 81a5271d43c8: Pulling fs layer 2022-09-27T15:39:17.7885309Z 903ca36d4d71: Pulling fs layer 2022-09-27T15:39:17.7885828Z 751286b45698: Waiting 2022-09-27T15:39:17.7886347Z 3bb9e7ea569e: Waiting 2022-09-27T15:39:17.7886850Z d52c758f8e75: Pulling fs layer 2022-09-27T15:39:17.7887468Z e0fdd58e805b: Waiting 2022-09-27T15:39:17.7888015Z 2c7b68ade49f: Waiting 2022-09-27T15:39:17.7888552Z 903ca36d4d71: Waiting 2022-09-27T15:39:17.7889045Z 2fb24fb5f7cb: Waiting 2022-09-27T15:39:17.7889575Z 0c8bd29be614: Waiting 2022-09-27T15:39:17.7890138Z efeff9c74fbf: Waiting 2022-09-27T15:39:17.7890617Z d52c758f8e75: Waiting 2022-09-27T15:39:17.7890941Z a4ce2fdd9133: Pulling fs layer 2022-09-27T15:39:17.7891400Z cae8823a1cd1: Pulling fs layer 2022-09-27T15:39:17.7891698Z 3298fe919163: Pulling fs layer 2022-09-27T15:39:17.7891984Z b9b9b9d06eef: Pulling fs layer 2022-09-27T15:39:17.7892279Z 62fa99d47769: Pulling fs layer 2022-09-27T15:39:17.7892533Z a4ce2fdd9133: Waiting 2022-09-27T15:39:17.7892803Z cae8823a1cd1: Waiting 2022-09-27T15:39:17.7893083Z 17acc9e30503: Pulling fs layer 2022-09-27T15:39:17.7893364Z e8b4222e7a59: Pulling fs layer 2022-09-27T15:39:17.7893634Z 3298fe919163: Waiting 2022-09-27T15:39:17.7893902Z b752992950f8: Pulling fs layer 2022-09-27T15:39:17.7894162Z cc8443c330a0: Pulling fs layer 2022-09-27T15:39:17.7894653Z 17acc9e30503: Waiting 2022-09-27T15:39:17.7895094Z c2fcfa2400df: Pulling fs layer 2022-09-27T15:39:17.7895507Z b9b9b9d06eef: Waiting 2022-09-27T15:39:17.7895945Z dce607cbd09e: Pulling fs layer 2022-09-27T15:39:17.7896381Z e8b4222e7a59: Waiting 2022-09-27T15:39:17.7896751Z 62fa99d47769: Waiting 2022-09-27T15:39:17.7897175Z 45b253446018: Pulling fs layer 2022-09-27T15:39:17.7897606Z 752f98c7a6d7: Pulling fs layer 2022-09-27T15:39:17.7903242Z cc8443c330a0: Waiting 2022-09-27T15:39:17.7903780Z c2fcfa2400df: Waiting 2022-09-27T15:39:17.7904330Z 410e31c94a04: Pulling fs layer 2022-09-27T15:39:17.7904829Z dce607cbd09e: Waiting 2022-09-27T15:39:17.7905368Z 45b253446018: Waiting 2022-09-27T15:39:17.7905851Z 752f98c7a6d7: Waiting 2022-09-27T15:39:17.7906346Z 410e31c94a04: Waiting 2022-09-27T15:39:17.7906848Z aa4bb3ec24a7: Pulling fs layer 2022-09-27T15:39:17.7907228Z 6a9eea4b3aa4: Pulling fs layer 2022-09-27T15:39:17.7907732Z a823f5718e87: Pulling fs layer 2022-09-27T15:39:17.7908218Z 788ace045743: Pulling fs layer 2022-09-27T15:39:17.7908814Z c76c6ad2ac0f: Pulling fs layer 2022-09-27T15:39:17.7909690Z 6cd5f9a2c4ae: Pulling fs layer 2022-09-27T15:39:17.7910237Z 577da355ab1b: Pulling fs layer 2022-09-27T15:39:17.7910806Z 649c4428b346: Pulling fs layer 2022-09-27T15:39:17.7911312Z aa4bb3ec24a7: Waiting 2022-09-27T15:39:17.7911779Z eadc05ea2cd3: Pulling fs layer 2022-09-27T15:39:17.7912076Z 6a9eea4b3aa4: Waiting 2022-09-27T15:39:17.7912359Z 93e5a7080833: Pulling fs layer 2022-09-27T15:39:17.7912603Z a823f5718e87: Waiting 2022-09-27T15:39:17.7912880Z e6d72a41a09b: Pulling fs layer 2022-09-27T15:39:17.7913167Z acb01049a64b: Pulling fs layer 2022-09-27T15:39:17.7913424Z 788ace045743: Waiting 2022-09-27T15:39:17.7913698Z 343cc73c5973: Pulling fs layer 2022-09-27T15:39:17.7913980Z 7d69e17e7339: Pulling fs layer 2022-09-27T15:39:17.7914243Z 5d0b32cc6f2a: Pulling fs layer 2022-09-27T15:39:17.7914519Z 6cd5f9a2c4ae: Waiting 2022-09-27T15:39:17.7914787Z c76c6ad2ac0f: Waiting 2022-09-27T15:39:17.7915024Z acb01049a64b: Waiting 2022-09-27T15:39:17.7915285Z 577da355ab1b: Waiting 2022-09-27T15:39:17.7915541Z 93e5a7080833: Waiting 2022-09-27T15:39:17.7915773Z eadc05ea2cd3: Waiting 2022-09-27T15:39:17.7916026Z 7d69e17e7339: Waiting 2022-09-27T15:39:17.7916285Z e6d72a41a09b: Waiting 2022-09-27T15:39:17.7916510Z 649c4428b346: Waiting 2022-09-27T15:39:17.7916779Z a6c12031bfcf: Pulling fs layer 2022-09-27T15:39:17.7917057Z 5d0b32cc6f2a: Waiting 2022-09-27T15:39:17.7917314Z a6c12031bfcf: Waiting 2022-09-27T15:39:17.9366595Z bd44602516a4: Download complete 2022-09-27T15:39:18.0049288Z 1589dc294916: Download complete 2022-09-27T15:39:18.0852336Z 8ebfb31ea67d: Verifying Checksum 2022-09-27T15:39:18.0853405Z 8ebfb31ea67d: Download complete 2022-09-27T15:39:18.0946954Z 2c3a764ff1ef: Verifying Checksum 2022-09-27T15:39:18.0947670Z 2c3a764ff1ef: Download complete 2022-09-27T15:39:18.1073082Z 40dd5be53814: Verifying Checksum 2022-09-27T15:39:18.1073767Z 40dd5be53814: Download complete 2022-09-27T15:39:18.1708695Z d6e4b45751c9: Download complete 2022-09-27T15:39:18.2554719Z 07c42b0591b2: Download complete 2022-09-27T15:39:18.3556572Z 9be88323b57e: Download complete 2022-09-27T15:39:18.9170012Z 40dd5be53814: Pull complete 2022-09-27T15:39:19.2333054Z bd44602516a4: Pull complete 2022-09-27T15:39:19.7985556Z 8ebfb31ea67d: Pull complete 2022-09-27T15:39:19.9154524Z 1589dc294916: Pull complete 2022-09-27T15:39:20.0553057Z 2c3a764ff1ef: Pull complete 2022-09-27T15:39:20.9860039Z 2c7b68ade49f: Verifying Checksum 2022-09-27T15:39:20.9860469Z 2c7b68ade49f: Download complete 2022-09-27T15:39:21.0554291Z 44206692de1d: Verifying Checksum 2022-09-27T15:39:21.0554635Z 44206692de1d: Download complete 2022-09-27T15:39:21.1370452Z f751461554fa: Verifying Checksum 2022-09-27T15:39:21.1370894Z f751461554fa: Download complete 2022-09-27T15:39:21.2217335Z 316750fef2e6: Verifying Checksum 2022-09-27T15:39:21.2217776Z 316750fef2e6: Download complete 2022-09-27T15:39:22.3828404Z c069021d810b: Verifying Checksum 2022-09-27T15:39:22.3828850Z c069021d810b: Download complete 2022-09-27T15:39:22.4812720Z e0fdd58e805b: Verifying Checksum 2022-09-27T15:39:22.4813133Z e0fdd58e805b: Download complete 2022-09-27T15:39:22.5932898Z 751286b45698: Verifying Checksum 2022-09-27T15:39:22.5933335Z 751286b45698: Download complete 2022-09-27T15:39:29.3021157Z 2fb24fb5f7cb: Download complete 2022-09-27T15:39:29.3819335Z 3bb9e7ea569e: Verifying Checksum 2022-09-27T15:39:29.3819793Z 3bb9e7ea569e: Download complete 2022-09-27T15:39:29.4731155Z efeff9c74fbf: Verifying Checksum 2022-09-27T15:39:29.4731569Z efeff9c74fbf: Download complete 2022-09-27T15:39:29.5520571Z 81a5271d43c8: Verifying Checksum 2022-09-27T15:39:29.5520948Z 81a5271d43c8: Download complete 2022-09-27T15:39:29.6262566Z 903ca36d4d71: Verifying Checksum 2022-09-27T15:39:29.6263177Z 903ca36d4d71: Download complete 2022-09-27T15:39:29.7131675Z d52c758f8e75: Verifying Checksum 2022-09-27T15:39:29.7132216Z d52c758f8e75: Download complete 2022-09-27T15:39:29.7942864Z a4ce2fdd9133: Verifying Checksum 2022-09-27T15:39:29.7943228Z a4ce2fdd9133: Download complete 2022-09-27T15:39:30.8886433Z cae8823a1cd1: Verifying Checksum 2022-09-27T15:39:30.8886855Z cae8823a1cd1: Download complete 2022-09-27T15:39:30.9749245Z 3298fe919163: Verifying Checksum 2022-09-27T15:39:30.9750125Z 3298fe919163: Download complete 2022-09-27T15:39:31.0773584Z b9b9b9d06eef: Verifying Checksum 2022-09-27T15:39:31.0774027Z b9b9b9d06eef: Download complete 2022-09-27T15:39:31.2020737Z 62fa99d47769: Download complete 2022-09-27T15:39:31.2851386Z 17acc9e30503: Verifying Checksum 2022-09-27T15:39:31.2851786Z 17acc9e30503: Download complete 2022-09-27T15:39:31.3629252Z e8b4222e7a59: Verifying Checksum 2022-09-27T15:39:31.3629983Z e8b4222e7a59: Download complete 2022-09-27T15:39:32.4677477Z 98a26bc0781e: Verifying Checksum 2022-09-27T15:39:32.4678128Z 98a26bc0781e: Download complete 2022-09-27T15:39:32.5487100Z cc8443c330a0: Verifying Checksum 2022-09-27T15:39:32.5487499Z cc8443c330a0: Download complete 2022-09-27T15:39:32.6278549Z c2fcfa2400df: Verifying Checksum 2022-09-27T15:39:32.6279293Z c2fcfa2400df: Download complete 2022-09-27T15:39:33.0590178Z dce607cbd09e: Verifying Checksum 2022-09-27T15:39:33.0590690Z dce607cbd09e: Download complete 2022-09-27T15:39:33.1503180Z 45b253446018: Verifying Checksum 2022-09-27T15:39:33.1503490Z 45b253446018: Download complete 2022-09-27T15:39:33.2254645Z 752f98c7a6d7: Verifying Checksum 2022-09-27T15:39:33.2255135Z 752f98c7a6d7: Download complete 2022-09-27T15:39:33.6179804Z 410e31c94a04: Verifying Checksum 2022-09-27T15:39:33.6180385Z 410e31c94a04: Download complete 2022-09-27T15:39:33.7088468Z aa4bb3ec24a7: Verifying Checksum 2022-09-27T15:39:33.7089125Z aa4bb3ec24a7: Download complete 2022-09-27T15:39:34.2074569Z b752992950f8: Verifying Checksum 2022-09-27T15:39:34.2074963Z b752992950f8: Download complete 2022-09-27T15:39:34.2812753Z 6a9eea4b3aa4: Verifying Checksum 2022-09-27T15:39:34.2853877Z 6a9eea4b3aa4: Download complete 2022-09-27T15:39:34.2854185Z a823f5718e87: Verifying Checksum 2022-09-27T15:39:34.2854661Z a823f5718e87: Download complete 2022-09-27T15:39:34.3517965Z 788ace045743: Verifying Checksum 2022-09-27T15:39:34.3518368Z 788ace045743: Download complete 2022-09-27T15:39:34.4349751Z 6cd5f9a2c4ae: Verifying Checksum 2022-09-27T15:39:34.4350341Z 6cd5f9a2c4ae: Download complete 2022-09-27T15:39:34.5004513Z 577da355ab1b: Verifying Checksum 2022-09-27T15:39:34.5004902Z 577da355ab1b: Download complete 2022-09-27T15:39:34.5749211Z 649c4428b346: Verifying Checksum 2022-09-27T15:39:34.5750175Z 649c4428b346: Download complete 2022-09-27T15:39:34.6290459Z eadc05ea2cd3: Verifying Checksum 2022-09-27T15:39:34.6290824Z eadc05ea2cd3: Download complete 2022-09-27T15:39:34.8599154Z 93e5a7080833: Verifying Checksum 2022-09-27T15:39:34.8599867Z 93e5a7080833: Download complete 2022-09-27T15:39:34.9466753Z e6d72a41a09b: Verifying Checksum 2022-09-27T15:39:34.9467276Z e6d72a41a09b: Download complete 2022-09-27T15:39:36.0065746Z acb01049a64b: Verifying Checksum 2022-09-27T15:39:36.0066462Z acb01049a64b: Download complete 2022-09-27T15:39:36.0996820Z 343cc73c5973: Verifying Checksum 2022-09-27T15:39:36.0997319Z 343cc73c5973: Download complete 2022-09-27T15:39:39.6138413Z c76c6ad2ac0f: Verifying Checksum 2022-09-27T15:39:39.6138800Z c76c6ad2ac0f: Download complete 2022-09-27T15:39:39.7032875Z 5d0b32cc6f2a: Verifying Checksum 2022-09-27T15:39:39.7033559Z 5d0b32cc6f2a: Download complete 2022-09-27T15:39:39.7946582Z a6c12031bfcf: Download complete 2022-09-27T15:39:43.7234755Z 2fb24fb5f7cb: Pull complete 2022-09-27T15:39:43.8677787Z d6e4b45751c9: Pull complete 2022-09-27T15:40:06.4526739Z 98a26bc0781e: Pull complete 2022-09-27T15:40:08.3271879Z 07c42b0591b2: Pull complete 2022-09-27T15:40:10.2346994Z 9be88323b57e: Pull complete 2022-09-27T15:40:17.8307549Z 0c8bd29be614: Verifying Checksum 2022-09-27T15:40:17.8310454Z 0c8bd29be614: Download complete 2022-09-27T15:40:18.7326341Z 2c7b68ade49f: Pull complete 2022-09-27T15:40:20.5755498Z 44206692de1d: Pull complete 2022-09-27T15:40:22.4568299Z f751461554fa: Pull complete 2022-09-27T15:40:24.5528352Z 316750fef2e6: Pull complete 2022-09-27T15:40:28.9160513Z c069021d810b: Pull complete 2022-09-27T15:40:30.7640329Z e0fdd58e805b: Pull complete 2022-09-27T15:40:32.5673024Z 751286b45698: Pull complete 2022-09-27T15:40:39.3264163Z 7d69e17e7339: Verifying Checksum 2022-09-27T15:40:39.3264766Z 7d69e17e7339: Download complete 2022-09-27T15:41:11.2146717Z 0c8bd29be614: Pull complete 2022-09-27T15:41:12.7489255Z 3bb9e7ea569e: Pull complete 2022-09-27T15:41:14.8415841Z efeff9c74fbf: Pull complete 2022-09-27T15:41:16.9628336Z 81a5271d43c8: Pull complete 2022-09-27T15:41:18.8094010Z 903ca36d4d71: Pull complete 2022-09-27T15:41:20.6526009Z d52c758f8e75: Pull complete 2022-09-27T15:41:22.4986558Z a4ce2fdd9133: Pull complete 2022-09-27T15:41:27.2346054Z cae8823a1cd1: Pull complete 2022-09-27T15:41:30.4539707Z 3298fe919163: Pull complete 2022-09-27T15:41:32.9022441Z b9b9b9d06eef: Pull complete 2022-09-27T15:41:35.6105663Z 62fa99d47769: Pull complete 2022-09-27T15:41:38.1149474Z 17acc9e30503: Pull complete 2022-09-27T15:41:40.7851911Z e8b4222e7a59: Pull complete 2022-09-27T15:41:50.0275303Z b752992950f8: Pull complete 2022-09-27T15:41:51.9053945Z cc8443c330a0: Pull complete 2022-09-27T15:41:53.7845469Z c2fcfa2400df: Pull complete 2022-09-27T15:41:56.4431225Z dce607cbd09e: Pull complete 2022-09-27T15:41:58.3192073Z 45b253446018: Pull complete 2022-09-27T15:42:00.1990278Z 752f98c7a6d7: Pull complete 2022-09-27T15:42:02.4189209Z 410e31c94a04: Pull complete 2022-09-27T15:42:04.1600883Z aa4bb3ec24a7: Pull complete 2022-09-27T15:42:05.4814882Z 6a9eea4b3aa4: Pull complete 2022-09-27T15:42:05.6065964Z a823f5718e87: Pull complete 2022-09-27T15:42:05.7041009Z 788ace045743: Pull complete 2022-09-27T15:42:10.3810685Z c76c6ad2ac0f: Pull complete 2022-09-27T15:42:10.4837001Z 6cd5f9a2c4ae: Pull complete 2022-09-27T15:42:10.6068904Z 577da355ab1b: Pull complete 2022-09-27T15:42:10.6997280Z 649c4428b346: Pull complete 2022-09-27T15:42:10.8102205Z eadc05ea2cd3: Pull complete 2022-09-27T15:42:11.6174731Z 93e5a7080833: Pull complete 2022-09-27T15:42:11.7364550Z e6d72a41a09b: Pull complete 2022-09-27T15:42:13.6600000Z acb01049a64b: Pull complete 2022-09-27T15:42:13.7556117Z 343cc73c5973: Pull complete 2022-09-27T15:42:55.6605165Z 7d69e17e7339: Pull complete 2022-09-27T15:42:57.5066947Z 5d0b32cc6f2a: Pull complete 2022-09-27T15:42:59.3571499Z a6c12031bfcf: Pull complete 2022-09-27T15:43:00.6716422Z Digest: sha256:9bb261bc4d8aeb82a71b1f0709da9c979e85a12a79c4a85c3fe3adddddcb2663 2022-09-27T15:43:01.2066297Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:43:01.4553299Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:43:01.4655271Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T15:43:01.4655661Z with: 2022-09-27T15:43:01.4655951Z timeout_minutes: 10 2022-09-27T15:43:01.4656252Z max_attempts: 3 2022-09-27T15:43:01.4656693Z command: set -ex bash .github/scripts/install_nvidia_utils_linux.sh echo "GPU_FLAG=--gpus all" >> "${GITHUB_ENV}" 2022-09-27T15:43:01.4657113Z retry_wait_seconds: 10 2022-09-27T15:43:01.4657720Z polling_interval_seconds: 1 2022-09-27T15:43:01.4658190Z warning_on_retry: true 2022-09-27T15:43:01.4658484Z continue_on_error: false 2022-09-27T15:43:01.4658775Z env: 2022-09-27T15:43:01.4659067Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:43:01.4659352Z ##[endgroup] 2022-09-27T15:43:01.5239545Z 2022-09-27T15:43:01.5307106Z + bash .github/scripts/install_nvidia_utils_linux.sh 2022-09-27T15:43:01.5309293Z == Installing nvidia driver NVIDIA-Linux-x86_64-515.57.run == 2022-09-27T15:43:01.5310880Z + HAS_NVIDIA_DRIVER=0 2022-09-27T15:43:01.5314559Z ++ command -v nvidia-smi 2022-09-27T15:43:01.5316843Z + '[' -x /usr/bin/nvidia-smi ']' 2022-09-27T15:43:01.5321009Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader 2022-09-27T15:43:03.7674355Z + INSTALLED_DRIVER_VERSION=515.57 2022-09-27T15:43:03.7675649Z + '[' 515.57 '!=' 515.57 ']' 2022-09-27T15:43:03.7676053Z + HAS_NVIDIA_DRIVER=1 2022-09-27T15:43:03.7676587Z + echo 'NVIDIA driver (515.57) has already been installed. Skipping NVIDIA driver installation' 2022-09-27T15:43:03.7676999Z + '[' 1 -eq 0 ']' 2022-09-27T15:43:03.7677408Z + nvidia-smi 2022-09-27T15:43:03.7682165Z NVIDIA driver (515.57) has already been installed. Skipping NVIDIA driver installation 2022-09-27T15:43:05.7021965Z Tue Sep 27 15:43:05 2022 2022-09-27T15:43:05.7022856Z +-----------------------------------------------------------------------------+ 2022-09-27T15:43:05.7023417Z | NVIDIA-SMI 515.57 Driver Version: 515.57 CUDA Version: 11.7 | 2022-09-27T15:43:05.7023961Z |-------------------------------+----------------------+----------------------+ 2022-09-27T15:43:05.7024469Z | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-09-27T15:43:05.7025191Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-09-27T15:43:05.7025576Z | | | MIG M. | 2022-09-27T15:43:05.7025891Z |===============================+======================+======================| 2022-09-27T15:43:05.7067777Z | 0 Tesla M60 Off | 00000000:00:1E.0 Off | 0 | 2022-09-27T15:43:05.7068447Z | N/A 30C P0 37W / 150W | 0MiB / 7680MiB | 95% Default | 2022-09-27T15:43:05.7068808Z | | | N/A | 2022-09-27T15:43:05.7069538Z +-------------------------------+----------------------+----------------------+ 2022-09-27T15:43:05.7070224Z 2022-09-27T15:43:05.7070699Z +-----------------------------------------------------------------------------+ 2022-09-27T15:43:05.7071092Z | Processes: | 2022-09-27T15:43:05.7071455Z | GPU GI CI PID Type Process name GPU Memory | 2022-09-27T15:43:05.7071792Z | ID ID Usage | 2022-09-27T15:43:05.7072099Z |=============================================================================| 2022-09-27T15:43:05.7072448Z | No running processes found | 2022-09-27T15:43:05.7072906Z +-----------------------------------------------------------------------------+ 2022-09-27T15:43:05.9632708Z == Installing nvidia container toolkit for amzn2 == 2022-09-27T15:43:05.9635414Z + sudo yum install -y yum-utils 2022-09-27T15:43:06.5138122Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:43:07.9707078Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2022-09-27T15:43:07.9707581Z Nothing to do 2022-09-27T15:43:08.0793967Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-09-27T15:43:08.6311959Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:43:08.6676024Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2022-09-27T15:43:08.6677339Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2022-09-27T15:43:08.6677953Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2022-09-27T15:43:08.6848777Z + sudo yum install -y nvidia-docker2 2022-09-27T15:43:09.2171321Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2022-09-27T15:43:10.6678561Z Package nvidia-docker2-2.11.0-1.noarch already installed and latest version 2022-09-27T15:43:10.6679102Z Nothing to do 2022-09-27T15:43:10.7752162Z + sudo systemctl restart docker 2022-09-27T15:43:28.6598579Z + echo 'GPU_FLAG=--gpus all' 2022-09-27T15:43:29.5648006Z Command completed after 1 attempt(s). 2022-09-27T15:43:29.5648398Z 2022-09-27T15:43:29.5701619Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:43:29.5702053Z python3 -m pip install psutil==5.9.1 2022-09-27T15:43:29.5702424Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:43:29.5702811Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:43:29.5703207Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:43:29.5718058Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:43:29.5718376Z env: 2022-09-27T15:43:29.5718611Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:43:29.5718895Z GPU_FLAG: --gpus all 2022-09-27T15:43:29.5719159Z ##[endgroup] 2022-09-27T15:43:29.8738219Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:43:29.8973496Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:43:30.4378178Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:43:30.4610070Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:43:30.7217542Z Prepare all required actions 2022-09-27T15:43:30.7217947Z Getting action download info 2022-09-27T15:43:30.8841361Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:43:31.1280369Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:43:31.2557219Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:43:31.2557542Z with: 2022-09-27T15:43:31.2557975Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:43:31.2558268Z env: 2022-09-27T15:43:31.2558521Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:43:31.2558782Z GPU_FLAG: --gpus all 2022-09-27T15:43:31.2559050Z ##[endgroup] 2022-09-27T15:43:31.2594234Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:43:31.2594545Z with: 2022-09-27T15:43:31.2594848Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:43:31.2595150Z s3-bucket: gha-artifacts 2022-09-27T15:43:31.2595508Z region: us-east-1 2022-09-27T15:43:31.2595769Z env: 2022-09-27T15:43:31.2595995Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:43:31.2596274Z GPU_FLAG: --gpus all 2022-09-27T15:43:31.2596538Z ##[endgroup] 2022-09-27T15:43:31.8048448Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-bionic-cuda11.6-py3.10-gcc7/ 2022-09-27T15:43:31.8049322Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:43:41.8086680Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:43:41.8087069Z 2022-09-27T15:43:41.8088378Z Artifact download has finished successfully 2022-09-27T15:43:41.8247502Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:43:41.8247837Z unzip -o artifacts.zip 2022-09-27T15:43:41.8262143Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:43:41.8262464Z env: 2022-09-27T15:43:41.8262720Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:43:41.8262991Z GPU_FLAG: --gpus all 2022-09-27T15:43:41.8263260Z ##[endgroup] 2022-09-27T15:43:41.8308189Z Archive: artifacts.zip 2022-09-27T15:43:41.8310809Z creating: dist/ 2022-09-27T15:43:43.8971974Z inflating: dist/torch-1.13.0a0+git52424e2-cp310-cp310-linux_x86_64.whl 2022-09-27T15:43:43.8972522Z creating: build/custom_test_artifacts/ 2022-09-27T15:43:43.8972976Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:43:43.8973482Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:43:43.8980073Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:43:43.8981029Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:43:43.8981827Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:43:43.8982418Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:43:43.8982998Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:43:43.8984272Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:43:43.8986152Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:43:43.8986955Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:43:43.8987519Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:43:43.8989622Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:43:43.8990970Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:43:43.8992962Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:43:43.8994036Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:43:43.8995087Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:43:43.8996154Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:43:43.8997132Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-09-27T15:43:43.8997710Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-09-27T15:43:43.9052538Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-09-27T15:43:43.9053653Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-09-27T15:43:43.9054703Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-09-27T15:43:43.9055739Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-09-27T15:43:43.9056700Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-09-27T15:43:43.9057711Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-09-27T15:43:43.9058743Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-09-27T15:43:43.9059561Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-09-27T15:43:43.9060310Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-09-27T15:43:43.9101610Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-09-27T15:43:43.9143232Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-09-27T15:43:43.9144295Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-09-27T15:43:43.9145242Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-09-27T15:43:43.9146381Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-09-27T15:43:43.9147220Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-09-27T15:43:43.9148372Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-09-27T15:43:43.9149392Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-09-27T15:43:43.9150465Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-09-27T15:43:43.9224521Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-09-27T15:43:43.9298371Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-09-27T15:43:43.9299516Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-09-27T15:43:43.9300357Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:43:43.9301252Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:43:43.9302300Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:43:43.9303231Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:43:43.9304346Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:43:43.9305155Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:43:43.9306282Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:43:43.9307140Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:43:43.9308079Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:43:43.9308826Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:43:43.9309848Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:43:43.9310530Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:43:43.9311215Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:43:43.9329101Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:43:43.9444055Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:43:43.9445003Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:43:43.9445990Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:43:43.9446918Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:43:43.9447888Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:43:43.9448718Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:43:43.9449874Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:43:43.9450801Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:43:43.9451577Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:43:43.9452228Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:43:43.9452939Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:43:43.9471936Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:43:43.9553912Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:43:43.9554991Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:43:43.9606394Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:43:43.9607727Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:43:43.9608470Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:43:43.9609024Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:43:43.9609564Z inflating: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc 2022-09-27T15:43:43.9610094Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:43:43.9610590Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:43:43.9611092Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:43:43.9655860Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:43:43.9717714Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:43:43.9718432Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:43:43.9718891Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:43:43.9725312Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:43:43.9725876Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:43:43.9726603Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:43:43.9727150Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:43:43.9727714Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:43:43.9729785Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:43:43.9731058Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:43:43.9731608Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:43:43.9732480Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:43:43.9735419Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:43:43.9736617Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:43:43.9738372Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:43:43.9739003Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:43:43.9740787Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:43:43.9741656Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:43:43.9742258Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-09-27T15:43:43.9742819Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-09-27T15:43:43.9797993Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-09-27T15:43:43.9798732Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-09-27T15:43:43.9799462Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-09-27T15:43:43.9800191Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-09-27T15:43:43.9800923Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-09-27T15:43:43.9801637Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-09-27T15:43:43.9802342Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-09-27T15:43:43.9803043Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-09-27T15:43:43.9804285Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-09-27T15:43:43.9846631Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-09-27T15:43:43.9888648Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-09-27T15:43:43.9890243Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-09-27T15:43:43.9891132Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-09-27T15:43:43.9891787Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-09-27T15:43:43.9892642Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-09-27T15:43:43.9893473Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-09-27T15:43:43.9894631Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-09-27T15:43:43.9896084Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-09-27T15:43:43.9970123Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-09-27T15:43:44.0043992Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-09-27T15:43:44.0044985Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-09-27T15:43:44.0045542Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:43:44.0046468Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:43:44.0047044Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:43:44.0047984Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:43:44.0048778Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:43:44.0049711Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:43:44.0050636Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:43:44.0051249Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:43:44.0052094Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:43:44.0053034Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:43:44.0053878Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:43:44.0054491Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:43:44.0055077Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:43:44.0075451Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:43:44.0139479Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:43:44.0140911Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:43:44.0142210Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:43:44.0143300Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:43:44.0144344Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:43:44.0144891Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:43:44.0145409Z inflating: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc 2022-09-27T15:43:44.0147020Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:43:44.0148178Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:43:44.0149147Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:43:44.0198244Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:43:44.0199269Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:43:44.0199787Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:43:44.0206051Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:43:44.0206639Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:43:44.0207224Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:43:44.0207838Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:43:44.0208418Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:43:44.0210448Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:43:44.0212704Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:43:44.0213484Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:43:44.0214073Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:43:44.0216025Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:43:44.0217118Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:43:44.0218762Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:43:44.0219763Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:43:44.0221089Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:43:44.0222197Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:43:44.0223171Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ 2022-09-27T15:43:44.0223777Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ 2022-09-27T15:43:44.0278709Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii 2022-09-27T15:43:44.0279930Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c 2022-09-27T15:43:44.0280997Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu 2022-09-27T15:43:44.0282133Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c 2022-09-27T15:43:44.0283106Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id 2022-09-27T15:43:44.0284059Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx 2022-09-27T15:43:44.0285008Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin 2022-09-27T15:43:44.0285746Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin 2022-09-27T15:43:44.0286608Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c 2022-09-27T15:43:44.0327408Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii 2022-09-27T15:43:44.0369045Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp 2022-09-27T15:43:44.0370122Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o 2022-09-27T15:43:44.0371334Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin 2022-09-27T15:43:44.0372267Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c 2022-09-27T15:43:44.0372974Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin 2022-09-27T15:43:44.0373989Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c 2022-09-27T15:43:44.0374724Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o 2022-09-27T15:43:44.0375790Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu 2022-09-27T15:43:44.0449915Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out 2022-09-27T15:43:44.0523532Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin 2022-09-27T15:43:44.0524606Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake 2022-09-27T15:43:44.0525190Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:43:44.0526076Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:43:44.0526990Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:43:44.0527852Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:43:44.0528668Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:43:44.0529731Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:43:44.0530452Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:43:44.0531363Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:43:44.0532279Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:43:44.0533138Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:43:44.0533800Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:43:44.0534445Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:43:44.0535063Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:43:44.0537770Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:43:44.0686541Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:43:44.0687551Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:43:44.0688526Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:43:44.0689663Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:43:44.0690370Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:43:44.0691299Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:43:44.0692254Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:43:44.0693197Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:43:44.0693863Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:43:44.0694531Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:43:44.0695164Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:43:44.0714260Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:43:44.0772391Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:43:44.0773457Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:43:44.0774335Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:43:44.0774974Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:43:44.0775717Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:43:44.0776498Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:43:44.0777116Z inflating: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc 2022-09-27T15:43:44.0779648Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:43:44.0780462Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:43:44.0781115Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:43:44.0901158Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:43:44.0946721Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:43:44.0947100Z creating: build/lib/ 2022-09-27T15:43:44.0947781Z inflating: build/lib/libclog.a 2022-09-27T15:43:44.1014816Z inflating: build/lib/libgtest.a 2022-09-27T15:43:44.1025109Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:43:44.1117563Z inflating: build/lib/libbenchmark.a 2022-09-27T15:43:44.1224830Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:43:44.1234227Z inflating: build/lib/libittnotify.a 2022-09-27T15:43:44.1266235Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:43:44.1805695Z inflating: build/lib/libprotobuf.a 2022-09-27T15:43:44.1883168Z inflating: build/lib/libasmjit.a 2022-09-27T15:43:44.2017262Z inflating: build/lib/libgloo.a 2022-09-27T15:43:44.2037296Z inflating: build/lib/libfmt.a 2022-09-27T15:43:44.2039143Z inflating: build/lib/libcaffe2_nvrtc.so 2022-09-27T15:43:44.2039699Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:43:44.2113755Z inflating: build/lib/libc10.so 2022-09-27T15:43:44.2114867Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:43:44.2125053Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:43:44.2134069Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:43:44.2150463Z inflating: build/lib/libqnnpack.a 2022-09-27T15:43:44.2174342Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:43:44.2750425Z inflating: build/lib/libprotoc.a 2022-09-27T15:43:44.2753166Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:43:44.2775462Z inflating: build/lib/libnnpack.a 2022-09-27T15:43:44.2794745Z inflating: build/lib/libgmock.a 2022-09-27T15:43:44.2795449Z inflating: build/lib/libgtest_main.a 2022-09-27T15:43:44.2796332Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:43:45.0998223Z inflating: build/lib/libdnnl.a 2022-09-27T15:43:45.1660361Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:43:45.1803022Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:43:45.1849191Z inflating: build/lib/libc10_cuda.so 2022-09-27T15:43:45.1849704Z inflating: build/lib/libgmock_main.a 2022-09-27T15:43:45.3395612Z inflating: build/lib/libfbgemm.a 2022-09-27T15:43:45.3688883Z inflating: build/lib/libtensorpipe_cuda.a 2022-09-27T15:43:45.4827449Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:43:45.5249951Z inflating: build/lib/libkineto.a 2022-09-27T15:43:45.5295228Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:43:45.5343237Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:43:45.6024788Z inflating: build/lib/libonnx.a 2022-09-27T15:43:45.6459122Z inflating: build/lib/libgloo_cuda.a 2022-09-27T15:43:47.9687439Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:43:48.3138030Z inflating: build/lib/libtorch_cuda_cpp.so 2022-09-27T15:43:50.0229601Z inflating: build/lib/libtorch_cuda_cu.so 2022-09-27T15:43:50.0230631Z inflating: build/lib/libtorch_cuda.so 2022-09-27T15:43:50.0231954Z inflating: build/lib/libtorch.so 2022-09-27T15:43:50.0235782Z inflating: build/lib/libc10d_cuda_test.so 2022-09-27T15:43:51.0202170Z inflating: build/lib/libtorch_cuda_linalg.so 2022-09-27T15:43:51.0225759Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:43:51.0286577Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:43:51.0317511Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:43:51.0322241Z inflating: build/lib/libshm.so 2022-09-27T15:43:51.2095309Z inflating: build/lib/libtorch_python.so 2022-09-27T15:43:51.2135467Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:43:51.2135990Z creating: build/bin/ 2022-09-27T15:43:51.2188716Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:43:51.2244907Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:43:51.2298807Z inflating: build/bin/c10_Device_test 2022-09-27T15:43:51.2362426Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:43:51.2413980Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:43:51.2467787Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:43:51.2528756Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:43:51.2588841Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:43:51.2650891Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:43:51.2702708Z inflating: build/bin/c10_Array_test 2022-09-27T15:43:51.2760239Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:43:51.2815818Z inflating: build/bin/c10_C++17_test 2022-09-27T15:43:51.2867366Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:43:51.2920130Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:43:51.2973320Z inflating: build/bin/c10_Half_test 2022-09-27T15:43:51.3034513Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:43:51.3102058Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:43:51.3260355Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:43:51.3314419Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:43:51.3376347Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:43:51.3432886Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:43:51.3487255Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:43:51.3539658Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:43:51.3594915Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:43:51.3654751Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:43:51.3713022Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:43:51.3772679Z inflating: build/bin/c10_complex_test 2022-09-27T15:43:51.3890744Z inflating: build/bin/c10_either_test 2022-09-27T15:43:51.3946624Z inflating: build/bin/c10_exception_test 2022-09-27T15:43:51.4000159Z inflating: build/bin/c10_flags_test 2022-09-27T15:43:51.4183758Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:43:51.4238041Z inflating: build/bin/c10_irange_test 2022-09-27T15:43:51.4300171Z inflating: build/bin/c10_logging_test 2022-09-27T15:43:51.4380966Z inflating: build/bin/c10_optional_test 2022-09-27T15:43:51.4447838Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:43:51.4506743Z inflating: build/bin/c10_registry_test 2022-09-27T15:43:51.4570658Z inflating: build/bin/c10_string_view_test 2022-09-27T15:43:51.4631408Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:43:51.4686868Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:43:51.4747798Z inflating: build/bin/c10_typeid_test 2022-09-27T15:43:51.5274575Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:43:51.5800616Z inflating: build/bin/protoc 2022-09-27T15:43:51.5852387Z inflating: build/bin/c10_cuda_CUDATest 2022-09-27T15:43:51.6173290Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:43:51.6530388Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:43:51.6595766Z inflating: build/bin/TCPStoreTest 2022-09-27T15:43:51.6653425Z inflating: build/bin/FileStoreTest 2022-09-27T15:43:51.6711258Z inflating: build/bin/HashStoreTest 2022-09-27T15:43:51.6727232Z inflating: build/bin/ProcessGroupMPITest 2022-09-27T15:43:51.6730548Z inflating: build/bin/example_allreduce 2022-09-27T15:43:51.6786886Z inflating: build/bin/Dimname_test 2022-09-27T15:43:51.6865986Z inflating: build/bin/Dict_test 2022-09-27T15:43:51.6934972Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:43:51.6996379Z inflating: build/bin/NamedTensor_test 2022-09-27T15:43:51.7059952Z inflating: build/bin/apply_utils_test 2022-09-27T15:43:51.7123151Z inflating: build/bin/atest 2022-09-27T15:43:51.7187902Z inflating: build/bin/basic 2022-09-27T15:43:51.7245587Z inflating: build/bin/broadcast_test 2022-09-27T15:43:51.7308613Z inflating: build/bin/cpu_generator_test 2022-09-27T15:43:51.7365476Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:43:51.7419125Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:43:51.7514554Z inflating: build/bin/cpu_rng_test 2022-09-27T15:43:51.7567958Z inflating: build/bin/dlconvertor_test 2022-09-27T15:43:51.7630727Z inflating: build/bin/extension_backend_test 2022-09-27T15:43:51.7690913Z inflating: build/bin/half_test 2022-09-27T15:43:51.7743978Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:43:51.7844996Z inflating: build/bin/ivalue_test 2022-09-27T15:43:51.7901008Z inflating: build/bin/memory_format_test 2022-09-27T15:43:51.7957688Z inflating: build/bin/math_kernel_test 2022-09-27T15:43:51.8014060Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:43:51.8068760Z inflating: build/bin/operator_name_test 2022-09-27T15:43:51.8129323Z inflating: build/bin/native_test 2022-09-27T15:43:51.8185325Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:43:51.8239432Z inflating: build/bin/operators_test 2022-09-27T15:43:51.8295955Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:43:51.8365879Z inflating: build/bin/pow_test 2022-09-27T15:43:51.8427625Z inflating: build/bin/quantized_test 2022-09-27T15:43:51.8482462Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:43:51.8535884Z inflating: build/bin/reduce_ops_test 2022-09-27T15:43:51.8596460Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:43:51.8657942Z inflating: build/bin/scalar_test 2022-09-27T15:43:51.8713793Z inflating: build/bin/stride_properties_test 2022-09-27T15:43:51.8797860Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:43:51.8857657Z inflating: build/bin/type_ptr_test 2022-09-27T15:43:51.8860493Z inflating: build/bin/thread_init_test 2022-09-27T15:43:51.8919959Z inflating: build/bin/test_parallel 2022-09-27T15:43:51.8975695Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:43:51.9041191Z inflating: build/bin/type_test 2022-09-27T15:43:51.9094070Z inflating: build/bin/variant_test 2022-09-27T15:43:51.9095592Z inflating: build/bin/verify_api_visibility 2022-09-27T15:43:51.9169831Z inflating: build/bin/vmap_test 2022-09-27T15:43:51.9224000Z inflating: build/bin/weakref_test 2022-09-27T15:43:51.9278648Z inflating: build/bin/wrapdim_test 2022-09-27T15:43:51.9343456Z inflating: build/bin/IListRef_test 2022-09-27T15:43:51.9397011Z inflating: build/bin/xla_tensor_test 2022-09-27T15:43:51.9517050Z inflating: build/bin/List_test 2022-09-27T15:43:51.9649980Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:43:51.9719731Z inflating: build/bin/KernelFunction_test 2022-09-27T15:43:51.9824157Z inflating: build/bin/kernel_function_test 2022-09-27T15:43:51.9964818Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:43:52.0077557Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:43:52.0142052Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:43:52.0196719Z inflating: build/bin/CppSignature_test 2022-09-27T15:43:52.0300936Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:43:52.0352644Z inflating: build/bin/op_allowlist_test 2022-09-27T15:43:52.0409476Z inflating: build/bin/inline_container_test 2022-09-27T15:43:52.0726833Z inflating: build/bin/op_registration_test 2022-09-27T15:43:52.0787868Z inflating: build/bin/backend_fallback_test 2022-09-27T15:43:52.0843815Z inflating: build/bin/cuda_apply_test 2022-09-27T15:43:52.0910280Z inflating: build/bin/cuda_atomic_ops_test 2022-09-27T15:43:52.0967874Z inflating: build/bin/cuda_caching_host_allocator_test 2022-09-27T15:43:52.1021455Z inflating: build/bin/cuda_device_test 2022-09-27T15:43:52.1094996Z inflating: build/bin/cuda_complex_math_test 2022-09-27T15:43:52.1158559Z inflating: build/bin/cuda_complex_test 2022-09-27T15:43:52.1223323Z inflating: build/bin/cuda_cub_test 2022-09-27T15:43:52.1277090Z inflating: build/bin/cuda_dlconvertor_test 2022-09-27T15:43:52.1332109Z inflating: build/bin/cuda_integer_divider_test 2022-09-27T15:43:52.1404834Z inflating: build/bin/cuda_distributions_test 2022-09-27T15:43:52.1468126Z inflating: build/bin/cuda_generator_test 2022-09-27T15:43:52.1521809Z inflating: build/bin/cuda_half_test 2022-09-27T15:43:52.1574196Z inflating: build/bin/cuda_optional_test 2022-09-27T15:43:52.1640245Z inflating: build/bin/cuda_stream_test 2022-09-27T15:43:52.1696854Z inflating: build/bin/cuda_reportMemoryUsage_test 2022-09-27T15:43:52.1752720Z inflating: build/bin/cuda_packedtensoraccessor_test 2022-09-27T15:43:52.1804867Z inflating: build/bin/cuda_cudnn_test 2022-09-27T15:43:52.1861768Z inflating: build/bin/cuda_vectorized_test 2022-09-27T15:43:52.1879277Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:43:52.1949206Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:43:52.2012514Z inflating: build/bin/ProcessGroupGlooAsyncTest 2022-09-27T15:43:52.2079796Z inflating: build/bin/ProcessGroupNCCLTest 2022-09-27T15:43:52.2143464Z inflating: build/bin/ProcessGroupNCCLErrorsTest 2022-09-27T15:43:52.2200742Z inflating: build/bin/ProcessGroupUCCTest 2022-09-27T15:43:52.2258658Z inflating: build/bin/test_dist_autograd 2022-09-27T15:43:52.2334119Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:43:52.2337090Z inflating: build/bin/parallel_benchmark 2022-09-27T15:43:52.2411693Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:43:52.2423076Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:43:52.3354190Z inflating: build/bin/test_tensorexpr 2022-09-27T15:43:52.3737265Z inflating: build/bin/test_lazy 2022-09-27T15:43:52.3742695Z inflating: build/bin/torch_shm_manager 2022-09-27T15:43:52.5062302Z inflating: build/bin/test_api 2022-09-27T15:43:52.6210833Z inflating: build/bin/test_jit 2022-09-27T15:43:52.6212545Z inflating: .pytorch-test-times.json 2022-09-27T15:43:52.6248091Z ##[group]Run df -H 2022-09-27T15:43:52.6248364Z df -H 2022-09-27T15:43:52.6262499Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:43:52.6262817Z env: 2022-09-27T15:43:52.6263088Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:43:52.6263349Z GPU_FLAG: --gpus all 2022-09-27T15:43:52.6263616Z ##[endgroup] 2022-09-27T15:43:52.6304551Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:43:52.6304909Z devtmpfs 65G 0 65G 0% /dev 2022-09-27T15:43:52.6305222Z tmpfs 65G 410k 65G 1% /dev/shm 2022-09-27T15:43:52.6305500Z tmpfs 65G 541k 65G 1% /run 2022-09-27T15:43:52.6305807Z tmpfs 65G 0 65G 0% /sys/fs/cgroup 2022-09-27T15:43:52.6306121Z /dev/xvda1 162G 30G 132G 19% / 2022-09-27T15:43:52.6306407Z tmpfs 13G 0 13G 0% /run/user/0 2022-09-27T15:43:52.6334144Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:43:52.6334553Z .github/scripts/parse_ref.py 2022-09-27T15:43:52.6346719Z shell: /usr/bin/bash -e {0} 2022-09-27T15:43:52.6346994Z env: 2022-09-27T15:43:52.6347249Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:43:52.6347508Z GPU_FLAG: --gpus all 2022-09-27T15:43:52.6347778Z ##[endgroup] 2022-09-27T15:43:52.6655640Z ##[group]Run set -x 2022-09-27T15:43:52.6656070Z set -x 2022-09-27T15:43:52.6656321Z  2022-09-27T15:43:52.6656611Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:43:52.6656957Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:43:52.6657331Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:43:52.6657675Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:43:52.6657943Z else 2022-09-27T15:43:52.6658243Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:43:52.6658540Z fi 2022-09-27T15:43:52.6658754Z  2022-09-27T15:43:52.6659104Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:43:52.6659447Z  2022-09-27T15:43:52.6659766Z # sanitize the input commit message and PR body here: 2022-09-27T15:43:52.6660067Z # 2022-09-27T15:43:52.6660706Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:43:52.6661247Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:43:52.6661668Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:43:52.6662009Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:43:52.6662289Z  2022-09-27T15:43:52.6662638Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:43:52.6663033Z # wreak havoc internally 2022-09-27T15:43:52.6663374Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:43:52.6663736Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:43:52.6663990Z  2022-09-27T15:43:52.6664319Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:43:52.6664742Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:43:52.6665112Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:43:52.6665458Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:43:52.6665785Z container_name=$(docker run \ 2022-09-27T15:43:52.6666057Z  ${GPU_FLAG:-} \ 2022-09-27T15:43:52.6666350Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:43:52.6666642Z  -e PR_NUMBER \ 2022-09-27T15:43:52.6666925Z  -e GITHUB_ACTIONS \ 2022-09-27T15:43:52.6667177Z  -e BASE_SHA \ 2022-09-27T15:43:52.6667444Z  -e BRANCH \ 2022-09-27T15:43:52.6667708Z  -e SHA1 \ 2022-09-27T15:43:52.6667969Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:43:52.6668422Z  -e IN_WHEEL_TEST \ 2022-09-27T15:43:52.6668705Z  -e SHARD_NUMBER \ 2022-09-27T15:43:52.6669168Z  -e TEST_CONFIG \ 2022-09-27T15:43:52.6669479Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:43:52.6669766Z  -e PR_BODY \ 2022-09-27T15:43:52.6670028Z  -e COMMIT_MESSAGES \ 2022-09-27T15:43:52.6670335Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:43:52.6670666Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:43:52.6670949Z  -e PR_LABELS \ 2022-09-27T15:43:52.6671267Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:43:52.6671575Z  -e SCCACHE_BUCKET \ 2022-09-27T15:43:52.6671873Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:43:52.6672140Z  -e XLA_CUDA \ 2022-09-27T15:43:52.6672444Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:43:52.6672805Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:43:52.6673131Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:43:52.6673466Z  --security-opt seccomp=unconfined \ 2022-09-27T15:43:52.6673794Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:43:52.6674058Z  --ipc=host \ 2022-09-27T15:43:52.6674458Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:43:52.6674761Z  --tty \ 2022-09-27T15:43:52.6674996Z  --detach \ 2022-09-27T15:43:52.6675287Z  --name="${container_name}" \ 2022-09-27T15:43:52.6675584Z  --user jenkins \ 2022-09-27T15:43:52.6675923Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:43:52.6676260Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:43:52.6676562Z  "${DOCKER_IMAGE}" 2022-09-27T15:43:52.6676820Z ) 2022-09-27T15:43:52.6677154Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:43:52.6688973Z shell: /usr/bin/bash -e {0} 2022-09-27T15:43:52.6689257Z env: 2022-09-27T15:43:52.6689495Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:43:52.6689777Z GPU_FLAG: --gpus all 2022-09-27T15:43:52.6690120Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:43:52.6690429Z PR_NUMBER: 85462 2022-09-27T15:43:52.6690693Z BRANCH: pull/85462 2022-09-27T15:43:52.6691005Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:43:52.6691317Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:43:52.6691633Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:43:52.6691930Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:43:52.6692194Z TEST_CONFIG: default 2022-09-27T15:43:52.6692446Z SHARD_NUMBER: 4 2022-09-27T15:43:52.6692693Z NUM_TEST_SHARDS: 4 2022-09-27T15:43:52.6694949Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:43:52.6697514Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:43:52.6697867Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:43:52.6698140Z SHM_SIZE: 2g 2022-09-27T15:43:52.6698628Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:43:52.6699120Z XLA_CUDA: 2022-09-27T15:43:52.6699488Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:43:52.6699832Z ##[endgroup] 2022-09-27T15:43:52.6728275Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:43:52.6729261Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *onnx* ]] 2022-09-27T15:43:52.6729757Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:43:52.6732126Z ++ git cherry -v origin/master 2022-09-27T15:43:52.6983222Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:43:52.6984067Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:43:52.6984459Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:43:52.6984873Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:43:52.6985376Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:43:52.6987189Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:43:52.7004495Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:43:52.7007687Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:43:52.7009297Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:43:52.7015132Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:43:52.7021511Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:43:52.7023918Z +++ nproc --ignore=2 2022-09-27T15:43:52.7033866Z ++ docker run --gpus all -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=14 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=2g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:44:06.2058037Z + container_name=6d7977f0ed6f5e6e2e9a9e47c08df14874783a285871b24d361d4a1f6b87a4fe 2022-09-27T15:44:06.2059551Z + docker exec -t 6d7977f0ed6f5e6e2e9a9e47c08df14874783a285871b24d361d4a1f6b87a4fe sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:44:06.7956763Z Processing ./dist/torch-1.13.0a0+git52424e2-cp310-cp310-linux_x86_64.whl 2022-09-27T15:44:06.8881475Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:44:07.8428544Z Installing collected packages: torch 2022-09-27T15:44:18.5775257Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:44:18.7501726Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:44:18.7724307Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.10/site-packages/torch 2022-09-27T15:44:18.7725042Z + TORCH_BIN_DIR=/opt/conda/lib/python3.10/site-packages/torch/bin 2022-09-27T15:44:18.7725711Z + TORCH_LIB_DIR=/opt/conda/lib/python3.10/site-packages/torch/lib 2022-09-27T15:44:18.7726661Z + TORCH_TEST_DIR=/opt/conda/lib/python3.10/site-packages/torch/test 2022-09-27T15:44:18.7727350Z + BUILD_DIR=build 2022-09-27T15:44:18.7733923Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:44:18.7734283Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:44:18.7734581Z + export VALGRIND=ON 2022-09-27T15:44:18.7734822Z + VALGRIND=ON 2022-09-27T15:44:18.7735290Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *clang9* ]] 2022-09-27T15:44:18.7736001Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *bazel* ]] 2022-09-27T15:44:18.7736544Z ++ realpath build/custom_test_artifacts 2022-09-27T15:44:18.7739565Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:44:18.7743323Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:44:18.7751270Z + source .jenkins/pytorch/common.sh 2022-09-27T15:44:18.7755115Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:44:18.7765991Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:44:18.7767577Z +++ declare -f -t trap_add 2022-09-27T15:44:18.7774485Z ++ set -ex 2022-09-27T15:44:18.7775180Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:44:18.7775883Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:44:18.7776411Z ++ [[ default == *xla* ]] 2022-09-27T15:44:18.7777156Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-09-27T15:44:18.7777870Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-bionic* ]] 2022-09-27T15:44:18.7778210Z ++ which conda 2022-09-27T15:44:18.7787201Z /opt/conda/bin/conda 2022-09-27T15:44:18.7787870Z ++ conda install -q -y cmake 2022-09-27T15:44:21.4620512Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:44:22.2057167Z Solving environment: ...working... done 2022-09-27T15:44:22.3110123Z 2022-09-27T15:44:22.3110819Z ## Package Plan ## 2022-09-27T15:44:22.3111047Z 2022-09-27T15:44:22.3111206Z environment location: /opt/conda 2022-09-27T15:44:22.3111410Z 2022-09-27T15:44:22.3111516Z added / updated specs: 2022-09-27T15:44:22.3111991Z - cmake 2022-09-27T15:44:22.3114037Z 2022-09-27T15:44:22.3114221Z 2022-09-27T15:44:22.3114693Z The following packages will be downloaded: 2022-09-27T15:44:22.3115354Z 2022-09-27T15:44:22.3115511Z package | build 2022-09-27T15:44:22.3115954Z ---------------------------|----------------- 2022-09-27T15:44:22.3116418Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:44:22.3116851Z certifi-2022.9.14 | py310h06a4308_0 155 KB 2022-09-27T15:44:22.3117283Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:44:22.3117688Z conda-22.9.0 | py310h06a4308_0 894 KB 2022-09-27T15:44:22.3118129Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:44:22.3118521Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:44:22.3119173Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:44:22.3119589Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:44:22.3119966Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:44:22.3120382Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:44:22.3120827Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:44:22.3121223Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:44:22.3121735Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:44:22.3122168Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:44:22.3122565Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:44:22.3122955Z ------------------------------------------------------------ 2022-09-27T15:44:22.3123299Z Total: 12.9 MB 2022-09-27T15:44:22.3123484Z 2022-09-27T15:44:22.3123659Z The following NEW packages will be INSTALLED: 2022-09-27T15:44:22.3123866Z 2022-09-27T15:44:22.3141118Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:44:22.3141669Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:44:22.3142173Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:44:22.3142656Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:44:22.3143148Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:44:22.3143647Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:44:22.3144149Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:44:22.3144658Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:44:22.3145207Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:44:22.3145681Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:44:22.3146163Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:44:22.3146639Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:44:22.3147103Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:44:22.3147319Z 2022-09-27T15:44:22.3147469Z The following packages will be UPDATED: 2022-09-27T15:44:22.3147671Z 2022-09-27T15:44:22.3147972Z certifi 2022.6.15-py310h06a4308_0 --> 2022.9.14-py310h06a4308_0 2022-09-27T15:44:22.3148451Z conda 4.14.0-py310h06a4308_0 --> 22.9.0-py310h06a4308_0 2022-09-27T15:44:22.3148669Z 2022-09-27T15:44:22.3148687Z 2022-09-27T15:44:23.6378549Z Preparing transaction: ...working... done 2022-09-27T15:44:24.1896538Z Verifying transaction: ...working... done 2022-09-27T15:44:25.7588024Z Executing transaction: ...working... done 2022-09-27T15:44:25.9195835Z Retrieving notices: ...working... done 2022-09-27T15:44:26.1424001Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-09-27T15:44:26.1426063Z + echo 'Environment variables' 2022-09-27T15:44:26.1426374Z Environment variables 2022-09-27T15:44:26.1427015Z + env 2022-09-27T15:44:26.1434166Z SHARD_NUMBER=4 2022-09-27T15:44:26.1435023Z NV_LIBCUBLAS_DEV_VERSION=11.9.2.110-1 2022-09-27T15:44:26.1435679Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-6 2022-09-27T15:44:26.1436173Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-09-27T15:44:26.1436879Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.12.10-1+cuda11.6 2022-09-27T15:44:26.1437574Z UCC_HOME=/usr 2022-09-27T15:44:26.1438330Z BUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T15:44:26.1439015Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-6=11.6.3.124-1 2022-09-27T15:44:26.1439308Z INSTALLED_DB=yes 2022-09-27T15:44:26.1439574Z HOSTNAME=6d7977f0ed6f 2022-09-27T15:44:26.1439848Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:44:26.1440157Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:44:26.1440672Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:44:26.1440994Z UCC_COMMIT=12944da33f911daf505d9bbc51411233d0ed85e1 2022-09-27T15:44:26.1441783Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_e9bfe750-617a-4add-9543-ce9799c8ca41 2022-09-27T15:44:26.1442565Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:44:26.1443472Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:44:26.1444211Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:44:26.1444971Z TEST_CONFIG=default 2022-09-27T15:44:26.1445676Z NV_LIBNPP_VERSION=11.6.3.124-1 2022-09-27T15:44:26.1446197Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-6=11.6.124-1 2022-09-27T15:44:26.1446514Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:44:26.1446801Z GITHUB_ACTIONS=true 2022-09-27T15:44:26.1447080Z NVIDIA_VISIBLE_DEVICES=all 2022-09-27T15:44:26.1447386Z NV_NVPROF_VERSION=11.6.124-1 2022-09-27T15:44:26.1447737Z NV_LIBCUSPARSE_VERSION=11.7.2.124-1 2022-09-27T15:44:26.1448026Z CI=true 2022-09-27T15:44:26.1448277Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:44:26.1448719Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-6=11.9.2.110-1 2022-09-27T15:44:26.1449055Z BRANCH=pull/85462 2022-09-27T15:44:26.1449401Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:44:26.1449772Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2022-09-27T15:44:26.1450098Z GITHUB_ACTOR=kongzii 2022-09-27T15:44:26.1450436Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-09-27T15:44:26.1450736Z GITHUB_ACTION_REF= 2022-09-27T15:44:26.1451039Z NCCL_VERSION=2.12.10-1 2022-09-27T15:44:26.1451317Z GITHUB_ACTION=__self 2022-09-27T15:44:26.1451562Z VALGRIND=ON 2022-09-27T15:44:26.1451844Z GITHUB_REF_PROTECTED=false 2022-09-27T15:44:26.1452336Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:44:26.1453506Z *** 2022-09-27T15:44:26.1453925Z INSTALLED_VISION=yes 2022-09-27T15:44:26.1454370Z NVARCH=x86_64 2022-09-27T15:44:26.1454912Z NV_LIBCUSPARSE_DEV_VERSION=11.7.2.124-1 2022-09-27T15:44:26.1455389Z HOME=/var/lib/jenkins 2022-09-27T15:44:26.1455865Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:44:26.1456320Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:44:26.1456807Z GITHUB_REF_TYPE=branch 2022-09-27T15:44:26.1457419Z NV_LIBNCCL_PACKAGE_VERSION=2.12.10-1 2022-09-27T15:44:26.1457940Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:44:26.1458711Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:44:26.1459538Z NV_LIBNCCL_PACKAGE=libnccl2=2.12.10-1+cuda11.6 2022-09-27T15:44:26.1460652Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_e9bfe750-617a-4add-9543-ce9799c8ca41 2022-09-27T15:44:26.1461447Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:44:26.1462169Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-09-27T15:44:26.1462754Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:44:26.1463316Z NV_CUDA_LIB_VERSION=11.6.2-1 2022-09-27T15:44:26.1463891Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:44:26.1464440Z INSTALLED_PROTOBUF=yes 2022-09-27T15:44:26.1464923Z GITHUB_RUN_ID=3133193930 2022-09-27T15:44:26.1465599Z NV_LIBNPP_PACKAGE=libnpp-11-6=11.6.3.124-1 2022-09-27T15:44:26.1466193Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-09-27T15:44:26.1466844Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-09-27T15:44:26.1467671Z NV_NVTX_VERSION=11.6.124-1 2022-09-27T15:44:26.1468291Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:44:26.1468816Z MAX_JOBS=14 2022-09-27T15:44:26.1469661Z NV_LIBCUBLAS_VERSION=11.9.2.110-1 2022-09-27T15:44:26.1470435Z NV_LIBCUBLAS_PACKAGE=libcublas-11-6=11.9.2.110-1 2022-09-27T15:44:26.1471413Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:44:26.1472088Z UCX_HOME=/usr 2022-09-27T15:44:26.1472592Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:44:26.1473238Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:44:26.1473895Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:44:26.1474526Z NV_CUDA_CUDART_DEV_VERSION=11.6.55-1 2022-09-27T15:44:26.1481060Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:44:26.1483594Z GITHUB_BASE_REF=master 2022-09-27T15:44:26.1483837Z TERM=xterm 2022-09-27T15:44:26.1484075Z XLA_CUDA= 2022-09-27T15:44:26.1484406Z NV_NVML_DEV_VERSION=11.6.55-1 2022-09-27T15:44:26.1484684Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:44:26.1484974Z CUDA_VERSION=11.6.2 2022-09-27T15:44:26.1485359Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-6 2022-09-27T15:44:26.1485670Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:44:26.1486267Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_e9bfe750-617a-4add-9543-ce9799c8ca41 2022-09-27T15:44:26.1486696Z GITHUB_JOB=test 2022-09-27T15:44:26.1486959Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:44:26.1487719Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:44:26.1488467Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-09-27T15:44:26.1488786Z NUM_TEST_SHARDS=4 2022-09-27T15:44:26.1489032Z PR_NUMBER=85462 2022-09-27T15:44:26.1489285Z SHLVL=1 2022-09-27T15:44:26.1489665Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-6 2022-09-27T15:44:26.1490007Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:44:26.1490668Z NVIDIA_REQUIRE_CUDA=cuda>=11.6 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=450,driver<451 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 2022-09-27T15:44:26.1491438Z NV_LIBNPP_DEV_VERSION=11.6.3.124-1 2022-09-27T15:44:26.1491776Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:44:26.1492076Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:44:26.1492429Z NV_CUDA_CUDART_VERSION=11.6.55-1 2022-09-27T15:44:26.1492817Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:44:26.1493110Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:44:26.1493393Z GITHUB_WORKFLOW=pull 2022-09-27T15:44:26.1493850Z PATH=/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:44:26.1494347Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.12.10-1 2022-09-27T15:44:26.1494808Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:44:26.1495187Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:44:26.1495470Z _=/usr/bin/env 2022-09-27T15:44:26.1495775Z + echo 'Testing pytorch' 2022-09-27T15:44:26.1496059Z Testing pytorch 2022-09-27T15:44:26.1496355Z + export LANG=C.UTF-8 2022-09-27T15:44:26.1496630Z + LANG=C.UTF-8 2022-09-27T15:44:26.1496894Z + PR_NUMBER=85462 2022-09-27T15:44:26.1497179Z + [[ default == \d\e\f\a\u\l\t ]] 2022-09-27T15:44:26.1497461Z + export CUDA_VISIBLE_DEVICES=0 2022-09-27T15:44:26.1497828Z + CUDA_VISIBLE_DEVICES=0 2022-09-27T15:44:26.1498150Z + export HIP_VISIBLE_DEVICES=0 2022-09-27T15:44:26.1498425Z + HIP_VISIBLE_DEVICES=0 2022-09-27T15:44:26.1498736Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:44:26.1499036Z + [[ default == \s\l\o\w ]] 2022-09-27T15:44:26.1499469Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *slow-gradcheck* ]] 2022-09-27T15:44:26.1499957Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-09-27T15:44:26.1500342Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-09-27T15:44:26.1500670Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-09-27T15:44:26.1501118Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda11* ]] 2022-09-27T15:44:26.1501471Z + export BUILD_SPLIT_CUDA=ON 2022-09-27T15:44:26.1501742Z + BUILD_SPLIT_CUDA=ON 2022-09-27T15:44:26.1502023Z + [[ default == *crossref* ]] 2022-09-27T15:44:26.1502313Z + [[ default == *dynamo* ]] 2022-09-27T15:44:26.1502604Z + [[ -n 85462 ]] 2022-09-27T15:44:26.1502891Z + [[ -z '' ]] 2022-09-27T15:44:26.1503207Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:44:26.1503542Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:44:26.1503991Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-09-27T15:44:26.1504466Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *-bazel-* ]] 2022-09-27T15:44:26.1504867Z + pip_install --user ninja 2022-09-27T15:44:26.1505248Z + pip install --progress-bar off --user ninja 2022-09-27T15:44:26.7702750Z Collecting ninja 2022-09-27T15:44:26.7933606Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:44:27.6533537Z Installing collected packages: ninja 2022-09-27T15:44:27.6639110Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:44:27.6639846Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:44:27.6711284Z Successfully installed ninja-1.10.2.3 2022-09-27T15:44:27.7479738Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:44:27.7480454Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:44:27.7481919Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *asan* ]] 2022-09-27T15:44:27.7482316Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:44:27.7482622Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:44:27.7486958Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *tbb* ]] 2022-09-27T15:44:27.7503121Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-09-27T15:44:27.7503599Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-09-27T15:44:27.7507058Z + cd test 2022-09-27T15:44:27.7507589Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:44:29.4008947Z PyTorch built with: 2022-09-27T15:44:29.4009948Z - GCC 7.5 2022-09-27T15:44:29.4010293Z - C++ Version: 201402 2022-09-27T15:44:29.4011035Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:44:29.4011693Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:44:29.4012125Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:44:29.4012501Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:44:29.4012849Z - NNPACK is enabled 2022-09-27T15:44:29.4013183Z - CPU capability usage: AVX2 2022-09-27T15:44:29.4013488Z - CUDA Runtime 11.6 2022-09-27T15:44:29.4014141Z - NVCC architecture flags: -gencode;arch=compute_52,code=sm_52 2022-09-27T15:44:29.4014579Z - CuDNN 8.3.2 (built against CUDA 11.5) 2022-09-27T15:44:29.4014874Z - Magma 2.6.1 2022-09-27T15:44:29.4018111Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=11.6, CUDNN_VERSION=8.3.2, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, FORCE_FALLBACK_CUDA_MPI=1, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=ON, USE_CUDNN=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=ON, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-09-27T15:44:29.4020436Z 2022-09-27T15:44:29.6395205Z + cd test 2022-09-27T15:44:29.6396014Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:44:31.2535539Z ATen/Parallel: 2022-09-27T15:44:31.2536360Z at::get_num_threads() : 8 2022-09-27T15:44:31.2537006Z at::get_num_interop_threads() : 8 2022-09-27T15:44:31.2537394Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:44:31.2537716Z omp_get_max_threads() : 8 2022-09-27T15:44:31.2538494Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:44:31.2538978Z mkl_get_max_threads() : 8 2022-09-27T15:44:31.2539496Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:44:31.2539906Z std::thread::hardware_concurrency() : 16 2022-09-27T15:44:31.2540257Z Environment variables: 2022-09-27T15:44:31.2540593Z OMP_NUM_THREADS : [not set] 2022-09-27T15:44:31.2540915Z MKL_NUM_THREADS : [not set] 2022-09-27T15:44:31.2541258Z ATen parallel backend: OpenMP 2022-09-27T15:44:31.2541469Z 2022-09-27T15:44:31.4884267Z + [[ default == *deploy* ]] 2022-09-27T15:44:31.4884938Z + [[ default == *backward* ]] 2022-09-27T15:44:31.4885633Z + [[ default == *xla* ]] 2022-09-27T15:44:31.4886267Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:44:31.4886913Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-09-27T15:44:31.4887307Z + [[ default == distributed ]] 2022-09-27T15:44:31.4887646Z + [[ default == *dynamo* ]] 2022-09-27T15:44:31.4888177Z + [[ default == *dynamo* ]] 2022-09-27T15:44:31.4888720Z + [[ 4 == 1 ]] 2022-09-27T15:44:31.4889444Z + [[ 4 == 2 ]] 2022-09-27T15:44:31.4889943Z + [[ 4 -gt 2 ]] 2022-09-27T15:44:31.4890265Z + install_torchdynamo 2022-09-27T15:44:31.4890573Z + local commit 2022-09-27T15:44:31.4890871Z ++ get_pinned_commit torchdynamo 2022-09-27T15:44:31.4891243Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:44:31.4905492Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:44:31.4906386Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:44:31.4907124Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:44:31.9998234Z Collecting git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:44:32.0006071Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 41c44bc1d080d6cf063419a4166732b983b84eef) to /tmp/pip-req-build-6_myuuek 2022-09-27T15:44:32.0028843Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-6_myuuek 2022-09-27T15:44:33.0034859Z Running command git rev-parse -q --verify 'sha^41c44bc1d080d6cf063419a4166732b983b84eef' 2022-09-27T15:44:33.0057930Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:44:33.3438561Z Running command git checkout -q 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:44:33.6579574Z Resolved https://github.com/pytorch/torchdynamo.git to commit 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:44:36.1459447Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:44:36.1533615Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.10/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+git52424e2) 2022-09-27T15:44:36.1539553Z Requirement already satisfied: numpy in /opt/conda/lib/python3.10/site-packages (from torchdynamo==1.13.0.dev0) (1.21.2) 2022-09-27T15:44:36.1987342Z Collecting tabulate 2022-09-27T15:44:36.2181996Z Downloading tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-09-27T15:44:36.2253580Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.10/site-packages/PyYAML-6.0-py3.10-linux-x86_64.egg (from torchdynamo==1.13.0.dev0) (6.0) 2022-09-27T15:44:36.2258417Z Requirement already satisfied: sympy in /opt/conda/lib/python3.10/site-packages (from torchdynamo==1.13.0.dev0) (1.11.1) 2022-09-27T15:44:36.2285317Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch>=1.12.0->torchdynamo==1.13.0.dev0) (4.3.0) 2022-09-27T15:44:36.2318943Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.10/site-packages (from sympy->torchdynamo==1.13.0.dev0) (1.2.1) 2022-09-27T15:44:36.2447997Z Building wheels for collected packages: torchdynamo 2022-09-27T15:44:41.2829309Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-09-27T15:44:41.2930306Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp310-cp310-linux_x86_64.whl size=2600957 sha256=6403c271a5a498023d6fdc1f2f71330f028ae400503a065b7d23f5433d54d41f 2022-09-27T15:44:41.2932604Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/2e/47/4b/a72e6a8c4801cae81c62fd871ce3601d87ba0b7e2d5534e15c 2022-09-27T15:44:41.2960779Z Successfully built torchdynamo 2022-09-27T15:44:42.1627364Z Installing collected packages: tabulate, torchdynamo 2022-09-27T15:44:44.7075885Z Successfully installed tabulate-0.8.10 torchdynamo-1.13.0.dev0 2022-09-27T15:44:44.8021049Z + test_python_shard 4 2022-09-27T15:44:44.8021668Z + [[ -z 4 ]] 2022-09-27T15:44:44.8022248Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 4 4 --verbose 2022-09-27T15:44:47.0735788Z Ignoring disabled issues: [] 2022-09-27T15:44:47.1043738Z /var/lib/jenkins/workspace/test/run_test.py:960: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T15:44:47.1044605Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-09-27T15:44:47.1069096Z Found test time stats from artifacts 2022-09-27T15:44:47.1072735Z Selected tests: 2022-09-27T15:44:47.1073481Z test_ops_jit 2022-09-27T15:44:47.1074021Z test_meta 2022-09-27T15:44:47.1074564Z test_jit_fuser_te 2022-09-27T15:44:47.1074956Z test_unary_ufuncs 2022-09-27T15:44:47.1075428Z test_modules 2022-09-27T15:44:47.1075745Z test_tensorexpr 2022-09-27T15:44:47.1076031Z test_jit_cuda_fuser 2022-09-27T15:44:47.1076354Z test_tensor_creation_ops 2022-09-27T15:44:47.1076764Z test_multiprocessing 2022-09-27T15:44:47.1077308Z distributions/test_distributions 2022-09-27T15:44:47.1077644Z test_cuda 2022-09-27T15:44:47.1077931Z test_masked 2022-09-27T15:44:47.1078194Z test_autograd 2022-09-27T15:44:47.1078481Z test_testing 2022-09-27T15:44:47.1079017Z test_type_promotion 2022-09-27T15:44:47.1079314Z test_spectral_ops 2022-09-27T15:44:47.1079614Z test_ao_sparsity 2022-09-27T15:44:47.1079916Z test_fake_tensor 2022-09-27T15:44:47.1080199Z test_sort_and_select 2022-09-27T15:44:47.1080508Z test_mkldnn_verbose 2022-09-27T15:44:47.1080796Z test_fx 2022-09-27T15:44:47.1081067Z test_python_dispatch 2022-09-27T15:44:47.1081371Z test_module_init 2022-09-27T15:44:47.1081670Z test_overrides 2022-09-27T15:44:47.1082197Z test_namedtuple_return_api 2022-09-27T15:44:47.1082588Z benchmark_utils/test_benchmark_utils 2022-09-27T15:44:47.1082929Z test_package 2022-09-27T15:44:47.1083191Z test_futures 2022-09-27T15:44:47.1083482Z test_shape_ops 2022-09-27T15:44:47.1083810Z test_dynamic_shapes 2022-09-27T15:44:47.1084130Z test_functional_optim 2022-09-27T15:44:47.1084409Z test_monitor 2022-09-27T15:44:47.1084691Z test_subclass 2022-09-27T15:44:47.1085000Z test_nestedtensor 2022-09-27T15:44:47.1085273Z test_indexing 2022-09-27T15:44:47.1085572Z test_per_overload_api 2022-09-27T15:44:47.1085883Z test_fx_backends 2022-09-27T15:44:47.1086156Z nn/test_dropout 2022-09-27T15:44:47.1086458Z test_fx_passes 2022-09-27T15:44:47.1086754Z test_numpy_interop 2022-09-27T15:44:47.1087028Z test_complex 2022-09-27T15:44:47.1087320Z lazy/test_bindings 2022-09-27T15:44:47.1087614Z test_deploy 2022-09-27T15:44:47.1087887Z test_pruning_op 2022-09-27T15:44:47.1217069Z Prioritized test from test file changes. 2022-09-27T15:44:47.1217451Z reordering tests for PR: 2022-09-27T15:44:47.1218736Z prioritized: ['test_ops_jit', 'test_meta', 'test_jit_fuser_te', 'test_tensorexpr', 'test_jit_cuda_fuser', 'test_masked', 'test_fake_tensor', 'test_fx', 'test_python_dispatch', 'test_overrides', 'test_namedtuple_return_api', 'test_dynamic_shapes', 'test_subclass', 'test_nestedtensor', 'test_fx_passes'] 2022-09-27T15:44:47.1220782Z the rest: ['test_unary_ufuncs', 'test_modules', 'test_tensor_creation_ops', 'test_multiprocessing', 'distributions/test_distributions', 'test_cuda', 'test_autograd', 'test_testing', 'test_type_promotion', 'test_spectral_ops', 'test_ao_sparsity', 'test_sort_and_select', 'test_mkldnn_verbose', 'test_module_init', 'benchmark_utils/test_benchmark_utils', 'test_package', 'test_futures', 'test_shape_ops', 'test_functional_optim', 'test_monitor', 'test_indexing', 'test_per_overload_api', 'test_fx_backends', 'nn/test_dropout', 'test_numpy_interop', 'test_complex', 'lazy/test_bindings', 'test_deploy', 'test_pruning_op'] 2022-09-27T15:44:47.1221792Z 2022-09-27T15:44:47.1222425Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-09-27T15:44:47.1541888Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-09-27T15:44:47.1736368Z Running test_ops_jit ... [2022-09-27 15:44:47.173320] 2022-09-27T15:44:47.1737061Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:44:47.173376] 2022-09-27T15:44:51.4251685Z Test results will be stored in test-reports/python-unittest/test_ops_jit 2022-09-27T15:44:51.4397387Z 2022-09-27T15:44:51.4397950Z Running tests... 2022-09-27T15:44:51.4398527Z ---------------------------------------------------------------------- 2022-09-27T15:44:51.5195939Z test_jit_alias_remapping_abs_cuda_float32 (__main__.TestJitCUDA) ... ok (0.079s) 2022-09-27T15:44:51.5334971Z test_jit_alias_remapping_acos_cuda_float32 (__main__.TestJitCUDA) ... ok (0.014s) 2022-09-27T15:44:51.5470528Z test_jit_alias_remapping_acosh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.013s) 2022-09-27T15:44:51.5609400Z test_jit_alias_remapping_asin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.014s) 2022-09-27T15:44:51.5744541Z test_jit_alias_remapping_asinh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.013s) 2022-09-27T15:44:51.5793392Z test_jit_alias_remapping_atan2_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T15:44:51.5937594Z test_jit_alias_remapping_atan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.014s) 2022-09-27T15:44:51.6083726Z test_jit_alias_remapping_atanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.014s) 2022-09-27T15:44:51.6134632Z test_jit_alias_remapping_cat_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T15:44:51.6926735Z test_jit_alias_remapping_clamp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.079s) 2022-09-27T15:44:51.7005513Z test_jit_alias_remapping_diagonal_cuda_float32 (__main__.TestJitCUDA) ... ok (0.008s) 2022-09-27T15:44:52.1172299Z test_jit_alias_remapping_digamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.416s) 2022-09-27T15:44:52.1326657Z test_jit_alias_remapping_div_floor_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (0.016s) 2022-09-27T15:44:52.1473530Z test_jit_alias_remapping_div_no_rounding_mode_cuda_float32 (__main__.TestJitCUDA) ... ok (0.015s) 2022-09-27T15:44:52.1622733Z test_jit_alias_remapping_div_trunc_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (0.015s) 2022-09-27T15:44:52.1695076Z test_jit_alias_remapping_erf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.007s) 2022-09-27T15:44:52.3783646Z test_jit_alias_remapping_erfc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.208s) 2022-09-27T15:44:52.5857704Z test_jit_alias_remapping_erfinv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.207s) 2022-09-27T15:44:52.7724846Z test_jit_alias_remapping_exp2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.187s) 2022-09-27T15:44:52.7799070Z test_jit_alias_remapping_expm1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.007s) 2022-09-27T15:44:52.7942262Z test_jit_alias_remapping_ge_cuda_float32 (__main__.TestJitCUDA) ... ok (0.014s) 2022-09-27T15:44:52.8104795Z test_jit_alias_remapping_gt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.016s) 2022-09-27T15:44:53.1086499Z test_jit_alias_remapping_i0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.298s) 2022-09-27T15:44:53.1133686Z test_jit_alias_remapping_igamma_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T15:44:53.1177076Z test_jit_alias_remapping_igammac_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:44:53.1325617Z test_jit_alias_remapping_le_cuda_float32 (__main__.TestJitCUDA) ... ok (0.015s) 2022-09-27T15:44:53.4683491Z test_jit_alias_remapping_lgamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.335s) 2022-09-27T15:44:53.4797268Z test_jit_alias_remapping_linalg_det_cuda_float32 (__main__.TestJitCUDA) ... ok (0.011s) 2022-09-27T15:44:55.0127809Z test_jit_alias_remapping_linalg_det_singular_cuda_float32 (__main__.TestJitCUDA) ... ok (1.533s) 2022-09-27T15:44:55.0281401Z test_jit_alias_remapping_linalg_householder_product_cuda_float32 (__main__.TestJitCUDA) ... ok (0.015s) 2022-09-27T15:44:55.0406321Z test_jit_alias_remapping_linalg_inv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.012s) 2022-09-27T15:44:55.0514586Z test_jit_alias_remapping_linalg_matrix_power_cuda_float32 (__main__.TestJitCUDA) ... ok (0.011s) 2022-09-27T15:44:55.0583237Z test_jit_alias_remapping_log1p_cuda_float32 (__main__.TestJitCUDA) ... ok (0.007s) 2022-09-27T15:44:55.0754434Z test_jit_alias_remapping_log_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.017s) 2022-09-27T15:44:55.0871713Z test_jit_alias_remapping_log_softmax_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.012s) 2022-09-27T15:44:55.0943605Z test_jit_alias_remapping_logit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.007s) 2022-09-27T15:44:55.1032680Z test_jit_alias_remapping_logsumexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.009s) 2022-09-27T15:44:55.1173262Z test_jit_alias_remapping_lt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.014s) 2022-09-27T15:44:55.1273031Z test_jit_alias_remapping_mH_cuda_float32 (__main__.TestJitCUDA) ... ok (0.010s) 2022-09-27T15:44:55.1390399Z test_jit_alias_remapping_matmul_cuda_float32 (__main__.TestJitCUDA) ... ok (0.012s) 2022-09-27T15:44:55.1481853Z test_jit_alias_remapping_matrix_exp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.009s) 2022-09-27T15:44:55.1524479Z test_jit_alias_remapping_max_binary_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:44:55.1566198Z test_jit_alias_remapping_min_binary_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:44:55.1675058Z test_jit_alias_remapping_movedim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.011s) 2022-09-27T15:44:55.1815722Z test_jit_alias_remapping_mul_cuda_float32 (__main__.TestJitCUDA) ... ok (0.014s) 2022-09-27T15:44:55.1887154Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.007s) 2022-09-27T15:44:55.1957921Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestJitCUDA) ... ok (0.007s) 2022-09-27T15:44:55.2028348Z test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestJitCUDA) ... ok (0.007s) 2022-09-27T15:44:55.2169095Z test_jit_alias_remapping_ne_cuda_float32 (__main__.TestJitCUDA) ... ok (0.014s) 2022-09-27T15:44:55.2311994Z test_jit_alias_remapping_neg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.014s) 2022-09-27T15:44:55.9358322Z test_jit_alias_remapping_nn_functional_conv1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.704s) 2022-09-27T15:44:55.9532438Z test_jit_alias_remapping_nn_functional_conv2d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.017s) 2022-09-27T15:44:55.9659734Z test_jit_alias_remapping_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.013s) 2022-09-27T15:44:55.9825120Z test_jit_alias_remapping_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.016s) 2022-09-27T15:44:56.0111345Z test_jit_alias_remapping_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.028s) 2022-09-27T15:44:56.0218898Z test_jit_alias_remapping_nn_functional_group_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.011s) 2022-09-27T15:44:56.0332305Z test_jit_alias_remapping_nn_functional_layer_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.011s) 2022-09-27T15:44:56.0465238Z test_jit_alias_remapping_outer_cuda_float32 (__main__.TestJitCUDA) ... ok (0.013s) 2022-09-27T15:44:56.0535741Z test_jit_alias_remapping_round_cuda_float32 (__main__.TestJitCUDA) ... ok (0.007s) 2022-09-27T15:44:56.0605774Z test_jit_alias_remapping_round_decimals_0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.007s) 2022-09-27T15:44:56.0634212Z test_jit_alias_remapping_round_decimals_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:44:56.0662247Z test_jit_alias_remapping_round_decimals_neg_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.003s) 2022-09-27T15:44:56.0753274Z test_jit_alias_remapping_sigmoid_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T15:44:56.0753952Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T15:44:56.0783112Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T15:44:56.0784068Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T15:44:56.0788161Z expected failure (0.012s) 2022-09-27T15:44:56.3825177Z test_jit_alias_remapping_sinc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.303s) 2022-09-27T15:44:56.3981481Z test_jit_alias_remapping_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.016s) 2022-09-27T15:44:56.4099837Z test_jit_alias_remapping_softmax_with_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.012s) 2022-09-27T15:44:56.4243792Z test_jit_alias_remapping_sub_cuda_float32 (__main__.TestJitCUDA) ... ok (0.014s) 2022-09-27T15:44:56.4295862Z test_jit_alias_remapping_tanh_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-09-27T15:44:56.4296482Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T15:44:56.4325582Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-09-27T15:44:56.4326341Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T15:44:56.4330695Z expected failure (0.009s) 2022-09-27T15:44:56.4574016Z test_jit_alias_remapping_transpose_cuda_float32 (__main__.TestJitCUDA) ... ok (0.024s) 2022-09-27T15:44:56.4709918Z test_jit_alias_remapping_trunc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.013s) 2022-09-27T15:44:56.4799660Z test_jit_alias_remapping_vstack_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.009s) 2022-09-27T15:44:56.4870711Z test_jit_alias_remapping_xlogy_cuda_float32 (__main__.TestJitCUDA) ... ok (0.007s) 2022-09-27T15:44:56.4898422Z test_variant_consistency_jit_H_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:44:56.4919758Z test_variant_consistency_jit_H_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.002s) 2022-09-27T15:44:56.4945988Z test_variant_consistency_jit_T_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:44:56.4967372Z test_variant_consistency_jit_T_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.002s) 2022-09-27T15:44:56.4980305Z test_variant_consistency_jit___getitem___cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:44:56.4995199Z test_variant_consistency_jit___getitem___cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:44:56.5108735Z test_variant_consistency_jit___radd___cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.011s) 2022-09-27T15:44:56.5144266Z test_variant_consistency_jit___radd___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:44:56.5285783Z test_variant_consistency_jit___rdiv___cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.014s) 2022-09-27T15:44:56.5324856Z test_variant_consistency_jit___rdiv___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:44:56.5488807Z test_variant_consistency_jit___rmatmul___cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.016s) 2022-09-27T15:44:56.5564880Z test_variant_consistency_jit___rmatmul___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.008s) 2022-09-27T15:44:56.5602456Z test_variant_consistency_jit___rmod___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:44:56.5710400Z test_variant_consistency_jit___rmul___cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.011s) 2022-09-27T15:44:56.5745586Z test_variant_consistency_jit___rmul___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:44:56.5835191Z test_variant_consistency_jit___rpow___cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:853: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:44:56.5836211Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:44:56.5856608Z expected failure (0.011s) 2022-09-27T15:44:56.5893842Z test_variant_consistency_jit___rpow___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:44:56.6005086Z test_variant_consistency_jit___rsub___cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.011s) 2022-09-27T15:44:56.6041087Z test_variant_consistency_jit___rsub___cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:44:56.6053188Z test_variant_consistency_jit__masked_amax_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:44:56.6114221Z test_variant_consistency_jit__masked_amin_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-09-27T15:44:56.6154441Z test_variant_consistency_jit__masked_argmax_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:44:56.6194509Z test_variant_consistency_jit__masked_argmin_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:44:56.6207647Z test_variant_consistency_jit__masked_cumprod_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:44:56.6219339Z test_variant_consistency_jit__masked_cumprod_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:44:56.6232022Z test_variant_consistency_jit__masked_cumsum_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:44:56.6244481Z test_variant_consistency_jit__masked_cumsum_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:44:56.6306883Z test_variant_consistency_jit__masked_log_softmax_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-09-27T15:44:56.6319439Z test_variant_consistency_jit__masked_logaddexp_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:44:56.6332250Z test_variant_consistency_jit__masked_logsumexp_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:44:56.6455417Z test_variant_consistency_jit__masked_mean_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.012s) 2022-09-27T15:44:56.6504555Z test_variant_consistency_jit__masked_mean_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T15:44:56.6517406Z test_variant_consistency_jit__masked_median_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:44:56.6559263Z test_variant_consistency_jit__masked_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:44:56.6739797Z test_variant_consistency_jit__masked_normalize_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.018s) 2022-09-27T15:44:56.6828627Z test_variant_consistency_jit__masked_normalize_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.009s) 2022-09-27T15:44:56.6954325Z test_variant_consistency_jit__masked_prod_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.012s) 2022-09-27T15:44:56.7006690Z test_variant_consistency_jit__masked_prod_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T15:44:56.7065200Z test_variant_consistency_jit__masked_softmax_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-09-27T15:44:56.7124161Z test_variant_consistency_jit__masked_softmin_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-09-27T15:44:57.3729800Z test_variant_consistency_jit__masked_std_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.660s) 2022-09-27T15:44:57.3799324Z test_variant_consistency_jit__masked_std_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-09-27T15:44:57.3921088Z test_variant_consistency_jit__masked_sum_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.012s) 2022-09-27T15:44:57.3970357Z test_variant_consistency_jit__masked_sum_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T15:44:57.4968341Z test_variant_consistency_jit__masked_var_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.100s) 2022-09-27T15:44:57.5035940Z test_variant_consistency_jit__masked_var_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-09-27T15:44:58.4074579Z test_variant_consistency_jit_abs_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.904s) 2022-09-27T15:44:58.6706214Z test_variant_consistency_jit_abs_cuda_float32 (__main__.TestJitCUDA) ... ok (0.263s) 2022-09-27T15:45:00.3471327Z test_variant_consistency_jit_acos_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.676s) 2022-09-27T15:45:00.6787253Z test_variant_consistency_jit_acos_cuda_float32 (__main__.TestJitCUDA) ... ok (0.331s) 2022-09-27T15:45:01.3009593Z test_variant_consistency_jit_acosh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.622s) 2022-09-27T15:45:01.6078381Z test_variant_consistency_jit_acosh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.307s) 2022-09-27T15:45:04.3385742Z test_variant_consistency_jit_add_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.731s) 2022-09-27T15:45:05.7930909Z test_variant_consistency_jit_add_cuda_float32 (__main__.TestJitCUDA) ... ok (1.454s) 2022-09-27T15:45:09.0568331Z test_variant_consistency_jit_addbmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.264s) 2022-09-27T15:45:09.8508687Z test_variant_consistency_jit_addbmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.794s) 2022-09-27T15:45:16.8875090Z test_variant_consistency_jit_addcdiv_cuda_complex64 (__main__.TestJitCUDA) ... ok (7.036s) 2022-09-27T15:45:18.4004704Z test_variant_consistency_jit_addcdiv_cuda_float32 (__main__.TestJitCUDA) ... ok (1.513s) 2022-09-27T15:45:24.1974034Z test_variant_consistency_jit_addcmul_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.797s) 2022-09-27T15:45:26.0078928Z test_variant_consistency_jit_addcmul_cuda_float32 (__main__.TestJitCUDA) ... ok (1.810s) 2022-09-27T15:45:27.5037392Z test_variant_consistency_jit_addmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.496s) 2022-09-27T15:45:27.9655332Z test_variant_consistency_jit_addmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.462s) 2022-09-27T15:45:29.4771540Z test_variant_consistency_jit_addmm_decomposed_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.511s) 2022-09-27T15:45:29.9386244Z test_variant_consistency_jit_addmm_decomposed_cuda_float32 (__main__.TestJitCUDA) ... ok (0.461s) 2022-09-27T15:45:31.4982749Z test_variant_consistency_jit_addmv_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.559s) 2022-09-27T15:45:32.2616446Z test_variant_consistency_jit_addmv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.763s) 2022-09-27T15:45:33.3037033Z test_variant_consistency_jit_addr_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.042s) 2022-09-27T15:45:33.7992445Z test_variant_consistency_jit_addr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.496s) 2022-09-27T15:45:33.8031024Z test_variant_consistency_jit_all_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:45:33.8032508Z results = func(*inputs, **kwargs) 2022-09-27T15:45:34.5507650Z ok (0.751s) 2022-09-27T15:45:34.9444844Z test_variant_consistency_jit_all_cuda_float32 (__main__.TestJitCUDA) ... ok (0.394s) 2022-09-27T15:45:34.9457883Z test_variant_consistency_jit_allclose_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:45:34.9470540Z test_variant_consistency_jit_allclose_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:45:37.1827934Z test_variant_consistency_jit_amax_cuda_float32 (__main__.TestJitCUDA) ... ok (2.235s) 2022-09-27T15:45:39.4013091Z test_variant_consistency_jit_amin_cuda_float32 (__main__.TestJitCUDA) ... ok (2.218s) 2022-09-27T15:45:39.6247214Z test_variant_consistency_jit_aminmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.223s) 2022-09-27T15:45:40.1190263Z test_variant_consistency_jit_angle_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.494s) 2022-09-27T15:45:40.2191814Z test_variant_consistency_jit_angle_cuda_float32 (__main__.TestJitCUDA) ... ok (0.100s) 2022-09-27T15:45:40.9725652Z test_variant_consistency_jit_any_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.753s) 2022-09-27T15:45:41.3704206Z test_variant_consistency_jit_any_cuda_float32 (__main__.TestJitCUDA) ... ok (0.398s) 2022-09-27T15:45:41.3911957Z test_variant_consistency_jit_arange_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.021s) 2022-09-27T15:45:41.8231054Z test_variant_consistency_jit_argmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.432s) 2022-09-27T15:45:42.2209273Z test_variant_consistency_jit_argmin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.398s) 2022-09-27T15:45:42.2223238Z test_variant_consistency_jit_argsort_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:45:42.5584171Z test_variant_consistency_jit_argwhere_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.336s) 2022-09-27T15:45:42.7358794Z test_variant_consistency_jit_argwhere_cuda_float32 (__main__.TestJitCUDA) ... ok (0.177s) 2022-09-27T15:45:43.3220631Z test_variant_consistency_jit_as_strided_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.586s) 2022-09-27T15:45:43.6166626Z test_variant_consistency_jit_as_strided_cuda_float32 (__main__.TestJitCUDA) ... ok (0.294s) 2022-09-27T15:45:43.6179953Z test_variant_consistency_jit_as_strided_scatter_cuda_complex64 (__main__.TestJitCUDA) ... skip: Passes on complex64 and float32 only (0.001s) 2022-09-27T15:45:43.6192741Z test_variant_consistency_jit_as_strided_scatter_cuda_float32 (__main__.TestJitCUDA) ... skip: Passes on complex64 and float32 only (0.001s) 2022-09-27T15:45:43.8385438Z test_variant_consistency_jit_asin_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.219s) 2022-09-27T15:45:43.9509894Z test_variant_consistency_jit_asin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.112s) 2022-09-27T15:45:44.1584042Z test_variant_consistency_jit_asinh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.208s) 2022-09-27T15:45:44.2611244Z test_variant_consistency_jit_asinh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.103s) 2022-09-27T15:45:45.3179710Z test_variant_consistency_jit_atan2_cuda_float32 (__main__.TestJitCUDA) ... ok (1.057s) 2022-09-27T15:45:45.5344826Z test_variant_consistency_jit_atan_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.217s) 2022-09-27T15:45:45.6438680Z test_variant_consistency_jit_atan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.109s) 2022-09-27T15:45:45.8511027Z test_variant_consistency_jit_atanh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.207s) 2022-09-27T15:45:45.9549441Z test_variant_consistency_jit_atanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.104s) 2022-09-27T15:45:46.6205670Z test_variant_consistency_jit_atleast_1d_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.665s) 2022-09-27T15:45:46.6924840Z test_variant_consistency_jit_atleast_1d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.072s) 2022-09-27T15:45:47.3785087Z test_variant_consistency_jit_atleast_2d_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.686s) 2022-09-27T15:45:47.4504912Z test_variant_consistency_jit_atleast_2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.072s) 2022-09-27T15:45:48.1200726Z test_variant_consistency_jit_atleast_3d_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.669s) 2022-09-27T15:45:48.1916994Z test_variant_consistency_jit_atleast_3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.072s) 2022-09-27T15:45:51.6662418Z test_variant_consistency_jit_baddbmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.474s) 2022-09-27T15:45:52.4358031Z test_variant_consistency_jit_baddbmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.770s) 2022-09-27T15:45:52.4382839Z test_variant_consistency_jit_bernoulli_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.002s) 2022-09-27T15:45:52.4431658Z test_variant_consistency_jit_bfloat16_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T15:45:52.4459640Z test_variant_consistency_jit_bfloat16_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:45:53.4531110Z test_variant_consistency_jit_block_diag_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.007s) 2022-09-27T15:45:53.5244552Z test_variant_consistency_jit_block_diag_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.071s) 2022-09-27T15:45:53.7888386Z test_variant_consistency_jit_bmm_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.264s) 2022-09-27T15:45:53.9136670Z test_variant_consistency_jit_bmm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.125s) 2022-09-27T15:45:53.9186258Z test_variant_consistency_jit_bool_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T15:45:53.9214625Z test_variant_consistency_jit_bool_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:45:53.9228044Z test_variant_consistency_jit_broadcast_shapes_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:45:54.0976571Z test_variant_consistency_jit_broadcast_tensors_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.175s) 2022-09-27T15:45:54.1877530Z test_variant_consistency_jit_broadcast_tensors_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.090s) 2022-09-27T15:45:55.7367589Z test_variant_consistency_jit_broadcast_to_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.549s) 2022-09-27T15:45:56.4889125Z test_variant_consistency_jit_broadcast_to_cuda_float32 (__main__.TestJitCUDA) ... ok (0.752s) 2022-09-27T15:45:56.4904196Z test_variant_consistency_jit_bucketize_cuda_float32 (__main__.TestJitCUDA) ... skip: Expected failure! (0.001s) 2022-09-27T15:45:56.5187572Z test_variant_consistency_jit_byte_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.028s) 2022-09-27T15:45:56.5459648Z test_variant_consistency_jit_byte_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.027s) 2022-09-27T15:45:56.8936033Z test_variant_consistency_jit_cartesian_prod_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.347s) 2022-09-27T15:45:56.9483009Z test_variant_consistency_jit_cartesian_prod_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.055s) 2022-09-27T15:45:57.8129199Z test_variant_consistency_jit_cat_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.864s) 2022-09-27T15:45:58.3891555Z test_variant_consistency_jit_cat_cuda_float32 (__main__.TestJitCUDA) ... ok (0.576s) 2022-09-27T15:46:10.0097060Z test_variant_consistency_jit_cdist_cuda_float32 (__main__.TestJitCUDA) ... ok (11.620s) 2022-09-27T15:46:10.1223405Z test_variant_consistency_jit_ceil_cuda_float32 (__main__.TestJitCUDA) ... ok (0.113s) 2022-09-27T15:46:10.1293427Z test_variant_consistency_jit_chalf_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:46:10.1294635Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:46:10.1375621Z expected failure (0.015s) 2022-09-27T15:46:10.1475551Z test_variant_consistency_jit_chalf_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.010s) 2022-09-27T15:46:10.1760745Z test_variant_consistency_jit_char_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.028s) 2022-09-27T15:46:10.2035657Z test_variant_consistency_jit_char_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.027s) 2022-09-27T15:46:10.2088191Z test_variant_consistency_jit_cholesky_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:46:10.2089220Z L = torch.cholesky(A) 2022-09-27T15:46:10.2089535Z should be replaced with 2022-09-27T15:46:10.2090288Z L = torch.linalg.cholesky(A) 2022-09-27T15:46:10.2090633Z and 2022-09-27T15:46:10.2090910Z U = torch.cholesky(A, upper=True) 2022-09-27T15:46:10.2091213Z should be replaced with 2022-09-27T15:46:10.2091492Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:46:10.2092074Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-09-27T15:46:10.2095738Z results = func(*inputs, **kwargs) 2022-09-27T15:46:13.7699672Z ok (3.566s) 2022-09-27T15:46:15.5190950Z test_variant_consistency_jit_cholesky_cuda_float32 (__main__.TestJitCUDA) ... ok (1.749s) 2022-09-27T15:46:18.4287910Z test_variant_consistency_jit_cholesky_inverse_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.910s) 2022-09-27T15:46:19.7998277Z test_variant_consistency_jit_cholesky_inverse_cuda_float32 (__main__.TestJitCUDA) ... ok (1.371s) 2022-09-27T15:46:22.6841930Z test_variant_consistency_jit_cholesky_solve_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.884s) 2022-09-27T15:46:24.0819784Z test_variant_consistency_jit_cholesky_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (1.398s) 2022-09-27T15:46:24.9622723Z test_variant_consistency_jit_chunk_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.880s) 2022-09-27T15:46:25.3834887Z test_variant_consistency_jit_chunk_cuda_float32 (__main__.TestJitCUDA) ... ok (0.421s) 2022-09-27T15:46:26.0137112Z test_variant_consistency_jit_clamp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.630s) 2022-09-27T15:46:26.9786461Z test_variant_consistency_jit_clamp_max_cuda_float32 (__main__.TestJitCUDA) ... ok (0.965s) 2022-09-27T15:46:27.9455303Z test_variant_consistency_jit_clamp_min_cuda_float32 (__main__.TestJitCUDA) ... ok (0.967s) 2022-09-27T15:46:28.3501710Z test_variant_consistency_jit_clone_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.405s) 2022-09-27T15:46:28.5522867Z test_variant_consistency_jit_clone_cuda_float32 (__main__.TestJitCUDA) ... ok (0.202s) 2022-09-27T15:46:28.8937127Z test_variant_consistency_jit_column_stack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.341s) 2022-09-27T15:46:29.0772352Z test_variant_consistency_jit_column_stack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.183s) 2022-09-27T15:46:31.4620103Z test_variant_consistency_jit_combinations_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.384s) 2022-09-27T15:46:32.6694006Z test_variant_consistency_jit_combinations_cuda_float32 (__main__.TestJitCUDA) ... ok (1.207s) 2022-09-27T15:46:33.1728724Z test_variant_consistency_jit_complex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.503s) 2022-09-27T15:46:33.7723146Z test_variant_consistency_jit_conj_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.599s) 2022-09-27T15:46:34.0475686Z test_variant_consistency_jit_conj_cuda_float32 (__main__.TestJitCUDA) ... ok (0.275s) 2022-09-27T15:46:34.2551015Z test_variant_consistency_jit_conj_physical_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.207s) 2022-09-27T15:46:34.2565933Z test_variant_consistency_jit_conj_physical_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:46:40.0161932Z test_variant_consistency_jit_constant_pad_nd_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.759s) 2022-09-27T15:46:42.8769007Z test_variant_consistency_jit_constant_pad_nd_cuda_float32 (__main__.TestJitCUDA) ... ok (2.860s) 2022-09-27T15:46:43.0840096Z test_variant_consistency_jit_contiguous_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.207s) 2022-09-27T15:46:43.1867821Z test_variant_consistency_jit_contiguous_cuda_float32 (__main__.TestJitCUDA) ... ok (0.103s) 2022-09-27T15:46:44.1610835Z test_variant_consistency_jit_copysign_cuda_float32 (__main__.TestJitCUDA) ... ok (0.974s) 2022-09-27T15:46:45.3116059Z test_variant_consistency_jit_corrcoef_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.150s) 2022-09-27T15:46:45.8373023Z test_variant_consistency_jit_corrcoef_cuda_float32 (__main__.TestJitCUDA) ... ok (0.526s) 2022-09-27T15:46:46.4742946Z test_variant_consistency_jit_cos_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.637s) 2022-09-27T15:46:46.7868644Z test_variant_consistency_jit_cos_cuda_float32 (__main__.TestJitCUDA) ... ok (0.313s) 2022-09-27T15:46:47.4291137Z test_variant_consistency_jit_cosh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.642s) 2022-09-27T15:46:47.7409719Z test_variant_consistency_jit_cosh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.312s) 2022-09-27T15:46:48.9354601Z test_variant_consistency_jit_count_nonzero_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.194s) 2022-09-27T15:46:49.5622245Z test_variant_consistency_jit_count_nonzero_cuda_float32 (__main__.TestJitCUDA) ... ok (0.627s) 2022-09-27T15:46:49.8411947Z test_variant_consistency_jit_cov_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.279s) 2022-09-27T15:46:50.1120435Z test_variant_consistency_jit_cov_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.271s) 2022-09-27T15:46:50.8136574Z test_variant_consistency_jit_cross_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.701s) 2022-09-27T15:46:51.1622211Z test_variant_consistency_jit_cross_cuda_float32 (__main__.TestJitCUDA) ... ok (0.348s) 2022-09-27T15:46:51.5147597Z test_variant_consistency_jit_cummax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.352s) 2022-09-27T15:46:51.8667215Z test_variant_consistency_jit_cummin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.352s) 2022-09-27T15:46:56.4518727Z test_variant_consistency_jit_cumprod_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.585s) 2022-09-27T15:46:57.7442788Z test_variant_consistency_jit_cumprod_cuda_float32 (__main__.TestJitCUDA) ... ok (1.292s) 2022-09-27T15:46:58.6182777Z test_variant_consistency_jit_cumsum_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.874s) 2022-09-27T15:46:59.0546475Z test_variant_consistency_jit_cumsum_cuda_float32 (__main__.TestJitCUDA) ... ok (0.436s) 2022-09-27T15:47:00.1771837Z test_variant_consistency_jit_cumulative_trapezoid_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.122s) 2022-09-27T15:47:00.7319925Z test_variant_consistency_jit_cumulative_trapezoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.555s) 2022-09-27T15:47:01.0315089Z test_variant_consistency_jit_deg2rad_cuda_float32 (__main__.TestJitCUDA) ... ok (0.299s) 2022-09-27T15:47:04.4116049Z test_variant_consistency_jit_diag_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.380s) 2022-09-27T15:47:06.0787129Z test_variant_consistency_jit_diag_cuda_float32 (__main__.TestJitCUDA) ... ok (1.667s) 2022-09-27T15:47:09.3428319Z test_variant_consistency_jit_diag_embed_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.264s) 2022-09-27T15:47:10.9699362Z test_variant_consistency_jit_diag_embed_cuda_float32 (__main__.TestJitCUDA) ... ok (1.627s) 2022-09-27T15:47:12.0200188Z test_variant_consistency_jit_diagflat_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.050s) 2022-09-27T15:47:12.5366730Z test_variant_consistency_jit_diagflat_cuda_float32 (__main__.TestJitCUDA) ... ok (0.517s) 2022-09-27T15:47:15.7645771Z test_variant_consistency_jit_diagonal_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.228s) 2022-09-27T15:47:17.3729766Z test_variant_consistency_jit_diagonal_cuda_float32 (__main__.TestJitCUDA) ... ok (1.608s) 2022-09-27T15:47:19.1380486Z test_variant_consistency_jit_diagonal_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (1.765s) 2022-09-27T15:47:34.8694893Z test_variant_consistency_jit_diff_cuda_complex64 (__main__.TestJitCUDA) ... ok (15.731s) 2022-09-27T15:47:42.7544206Z test_variant_consistency_jit_diff_cuda_float32 (__main__.TestJitCUDA) ... ok (7.885s) 2022-09-27T15:47:44.7129993Z test_variant_consistency_jit_digamma_cuda_float32 (__main__.TestJitCUDA) ... ok (1.958s) 2022-09-27T15:47:57.1121024Z test_variant_consistency_jit_dist_cuda_complex64 (__main__.TestJitCUDA) ... ok (12.399s) 2022-09-27T15:48:03.1577926Z test_variant_consistency_jit_dist_cuda_float32 (__main__.TestJitCUDA) ... ok (6.046s) 2022-09-27T15:48:04.2987859Z test_variant_consistency_jit_div_floor_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (1.141s) 2022-09-27T15:48:06.5935362Z test_variant_consistency_jit_div_no_rounding_mode_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.295s) 2022-09-27T15:48:07.7637256Z test_variant_consistency_jit_div_no_rounding_mode_cuda_float32 (__main__.TestJitCUDA) ... ok (1.170s) 2022-09-27T15:48:08.8933302Z test_variant_consistency_jit_div_trunc_rounding_cuda_float32 (__main__.TestJitCUDA) ... ok (1.129s) 2022-09-27T15:48:09.3877833Z test_variant_consistency_jit_dot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.494s) 2022-09-27T15:48:09.5072912Z test_variant_consistency_jit_dot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.119s) 2022-09-27T15:48:09.5738215Z test_variant_consistency_jit_double_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.067s) 2022-09-27T15:48:09.6384248Z test_variant_consistency_jit_double_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.064s) 2022-09-27T15:48:10.1916906Z test_variant_consistency_jit_dsplit_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.553s) 2022-09-27T15:48:10.4609804Z test_variant_consistency_jit_dsplit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.269s) 2022-09-27T15:48:10.7031278Z test_variant_consistency_jit_dstack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.242s) 2022-09-27T15:48:10.8255064Z test_variant_consistency_jit_dstack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.122s) 2022-09-27T15:48:10.8267624Z test_variant_consistency_jit_einsum_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:10.8280740Z test_variant_consistency_jit_einsum_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:10.8293873Z test_variant_consistency_jit_empty_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:10.8307347Z test_variant_consistency_jit_empty_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:10.8320705Z test_variant_consistency_jit_empty_like_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:10.8333667Z test_variant_consistency_jit_empty_like_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:11.4360052Z test_variant_consistency_jit_eq_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.602s) 2022-09-27T15:48:11.8052572Z test_variant_consistency_jit_eq_cuda_float32 (__main__.TestJitCUDA) ... ok (0.369s) 2022-09-27T15:48:12.0243057Z test_variant_consistency_jit_equal_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.219s) 2022-09-27T15:48:12.1439374Z test_variant_consistency_jit_equal_cuda_float32 (__main__.TestJitCUDA) ... ok (0.119s) 2022-09-27T15:48:12.2597956Z test_variant_consistency_jit_erf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.116s) 2022-09-27T15:48:12.5884430Z test_variant_consistency_jit_erfc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.329s) 2022-09-27T15:48:12.6947648Z test_variant_consistency_jit_erfinv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.106s) 2022-09-27T15:48:12.9970567Z test_variant_consistency_jit_exp2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.302s) 2022-09-27T15:48:14.0913752Z test_variant_consistency_jit_exp_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.094s) 2022-09-27T15:48:14.4154482Z test_variant_consistency_jit_exp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.324s) 2022-09-27T15:48:14.7352623Z test_variant_consistency_jit_expand_as_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.320s) 2022-09-27T15:48:14.9016276Z test_variant_consistency_jit_expand_as_cuda_float32 (__main__.TestJitCUDA) ... ok (0.166s) 2022-09-27T15:48:15.9196901Z test_variant_consistency_jit_expand_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.018s) 2022-09-27T15:48:16.4572204Z test_variant_consistency_jit_expand_cuda_float32 (__main__.TestJitCUDA) ... ok (0.537s) 2022-09-27T15:48:16.5720231Z test_variant_consistency_jit_expm1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.115s) 2022-09-27T15:48:16.5758261Z test_variant_consistency_jit_eye_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:48:16.5786355Z test_variant_consistency_jit_eye_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:48:17.3316691Z test_variant_consistency_jit_fft_fft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.753s) 2022-09-27T15:48:17.7090112Z test_variant_consistency_jit_fft_fft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.377s) 2022-09-27T15:48:18.5054798Z test_variant_consistency_jit_fft_fft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.796s) 2022-09-27T15:48:18.9272814Z test_variant_consistency_jit_fft_fft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.422s) 2022-09-27T15:48:19.8843249Z test_variant_consistency_jit_fft_fftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.957s) 2022-09-27T15:48:20.3669848Z test_variant_consistency_jit_fft_fftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.483s) 2022-09-27T15:48:20.9251182Z test_variant_consistency_jit_fft_fftshift_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.558s) 2022-09-27T15:48:21.2031487Z test_variant_consistency_jit_fft_fftshift_cuda_float32 (__main__.TestJitCUDA) ... ok (0.278s) 2022-09-27T15:48:21.9961040Z test_variant_consistency_jit_fft_hfft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.793s) 2022-09-27T15:48:22.3923296Z test_variant_consistency_jit_fft_hfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.396s) 2022-09-27T15:48:23.2281733Z test_variant_consistency_jit_fft_hfft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.836s) 2022-09-27T15:48:23.6490941Z test_variant_consistency_jit_fft_hfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.421s) 2022-09-27T15:48:24.6285737Z test_variant_consistency_jit_fft_hfftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.979s) 2022-09-27T15:48:25.1537982Z test_variant_consistency_jit_fft_hfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.525s) 2022-09-27T15:48:25.8887208Z test_variant_consistency_jit_fft_ifft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.735s) 2022-09-27T15:48:26.2689475Z test_variant_consistency_jit_fft_ifft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.380s) 2022-09-27T15:48:27.0757207Z test_variant_consistency_jit_fft_ifft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.807s) 2022-09-27T15:48:27.5004433Z test_variant_consistency_jit_fft_ifft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.424s) 2022-09-27T15:48:28.4559417Z test_variant_consistency_jit_fft_ifftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.955s) 2022-09-27T15:48:28.9454399Z test_variant_consistency_jit_fft_ifftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.489s) 2022-09-27T15:48:29.5137987Z test_variant_consistency_jit_fft_ifftshift_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.568s) 2022-09-27T15:48:29.7921396Z test_variant_consistency_jit_fft_ifftshift_cuda_float32 (__main__.TestJitCUDA) ... ok (0.278s) 2022-09-27T15:48:30.1916081Z test_variant_consistency_jit_fft_ihfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.399s) 2022-09-27T15:48:30.6191914Z test_variant_consistency_jit_fft_ihfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.427s) 2022-09-27T15:48:31.1218944Z test_variant_consistency_jit_fft_ihfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.503s) 2022-09-27T15:48:31.8729699Z test_variant_consistency_jit_fft_irfft2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.751s) 2022-09-27T15:48:32.2567117Z test_variant_consistency_jit_fft_irfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.384s) 2022-09-27T15:48:33.0842129Z test_variant_consistency_jit_fft_irfft_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.827s) 2022-09-27T15:48:33.5051851Z test_variant_consistency_jit_fft_irfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.421s) 2022-09-27T15:48:34.4689557Z test_variant_consistency_jit_fft_irfftn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.963s) 2022-09-27T15:48:34.9690706Z test_variant_consistency_jit_fft_irfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.500s) 2022-09-27T15:48:35.3462792Z test_variant_consistency_jit_fft_rfft2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.377s) 2022-09-27T15:48:35.7561454Z test_variant_consistency_jit_fft_rfft_cuda_float32 (__main__.TestJitCUDA) ... ok (0.410s) 2022-09-27T15:48:36.2410748Z test_variant_consistency_jit_fft_rfftn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.485s) 2022-09-27T15:48:36.2478239Z test_variant_consistency_jit_fill_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-09-27T15:48:36.2521549Z test_variant_consistency_jit_fill_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:48:37.5425321Z test_variant_consistency_jit_flatten_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.290s) 2022-09-27T15:48:38.2058591Z test_variant_consistency_jit_flatten_cuda_float32 (__main__.TestJitCUDA) ... ok (0.663s) 2022-09-27T15:48:40.3390587Z test_variant_consistency_jit_flip_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.133s) 2022-09-27T15:48:41.4096122Z test_variant_consistency_jit_flip_cuda_float32 (__main__.TestJitCUDA) ... ok (1.070s) 2022-09-27T15:48:41.8066227Z test_variant_consistency_jit_fliplr_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.397s) 2022-09-27T15:48:42.0072481Z test_variant_consistency_jit_fliplr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.201s) 2022-09-27T15:48:42.4243245Z test_variant_consistency_jit_flipud_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.417s) 2022-09-27T15:48:42.6232301Z test_variant_consistency_jit_flipud_cuda_float32 (__main__.TestJitCUDA) ... ok (0.199s) 2022-09-27T15:48:42.6908421Z test_variant_consistency_jit_float_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.067s) 2022-09-27T15:48:42.7561965Z test_variant_consistency_jit_float_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.065s) 2022-09-27T15:48:42.7576370Z test_variant_consistency_jit_float_power_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:42.7590348Z test_variant_consistency_jit_float_power_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:42.8704721Z test_variant_consistency_jit_floor_cuda_float32 (__main__.TestJitCUDA) ... ok (0.111s) 2022-09-27T15:48:42.8717712Z test_variant_consistency_jit_floor_divide_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:43.8834148Z test_variant_consistency_jit_fmax_cuda_float32 (__main__.TestJitCUDA) ... ok (1.011s) 2022-09-27T15:48:44.8677092Z test_variant_consistency_jit_fmin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.984s) 2022-09-27T15:48:45.9406397Z test_variant_consistency_jit_fmod_cuda_float32 (__main__.TestJitCUDA) ... ok (1.073s) 2022-09-27T15:48:46.2573122Z test_variant_consistency_jit_frac_cuda_float32 (__main__.TestJitCUDA) ... ok (0.317s) 2022-09-27T15:48:46.8724995Z test_variant_consistency_jit_frexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.615s) 2022-09-27T15:48:47.1582045Z test_variant_consistency_jit_full_like_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.286s) 2022-09-27T15:48:47.3067922Z test_variant_consistency_jit_full_like_cuda_float32 (__main__.TestJitCUDA) ... ok (0.148s) 2022-09-27T15:48:48.4213418Z test_variant_consistency_jit_gather_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.114s) 2022-09-27T15:48:48.9853156Z test_variant_consistency_jit_gather_cuda_float32 (__main__.TestJitCUDA) ... ok (0.564s) 2022-09-27T15:48:49.3165673Z test_variant_consistency_jit_ge_cuda_float32 (__main__.TestJitCUDA) ... ok (0.331s) 2022-09-27T15:48:51.8026288Z test_variant_consistency_jit_geqrf_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.486s) 2022-09-27T15:48:53.1003784Z test_variant_consistency_jit_geqrf_cuda_float32 (__main__.TestJitCUDA) ... ok (1.298s) 2022-09-27T15:48:53.1015411Z test_variant_consistency_jit_gradient_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:53.1027781Z test_variant_consistency_jit_gradient_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:48:53.4342775Z test_variant_consistency_jit_gt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.331s) 2022-09-27T15:48:53.5021596Z test_variant_consistency_jit_half_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.068s) 2022-09-27T15:48:53.5684420Z test_variant_consistency_jit_half_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.066s) 2022-09-27T15:48:53.8566105Z test_variant_consistency_jit_heaviside_cuda_float32 (__main__.TestJitCUDA) ... ok (0.288s) 2022-09-27T15:48:57.2802908Z test_variant_consistency_jit_histc_cuda_float32 (__main__.TestJitCUDA) ... ok (3.423s) 2022-09-27T15:48:57.8455704Z test_variant_consistency_jit_hsplit_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.565s) 2022-09-27T15:48:58.1237008Z test_variant_consistency_jit_hsplit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.278s) 2022-09-27T15:48:58.3699098Z test_variant_consistency_jit_hstack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.246s) 2022-09-27T15:48:58.4996469Z test_variant_consistency_jit_hstack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.130s) 2022-09-27T15:48:59.5104575Z test_variant_consistency_jit_hypot_cuda_float32 (__main__.TestJitCUDA) ... ok (1.011s) 2022-09-27T15:49:00.1206234Z test_variant_consistency_jit_i0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.610s) 2022-09-27T15:49:00.4103349Z test_variant_consistency_jit_igamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.290s) 2022-09-27T15:49:00.7020539Z test_variant_consistency_jit_igammac_cuda_float32 (__main__.TestJitCUDA) ... ok (0.291s) 2022-09-27T15:49:01.0026240Z test_variant_consistency_jit_imag_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.300s) 2022-09-27T15:49:03.2102910Z test_variant_consistency_jit_index_add_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.207s) 2022-09-27T15:49:04.2937954Z test_variant_consistency_jit_index_add_cuda_float32 (__main__.TestJitCUDA) ... ok (1.083s) 2022-09-27T15:49:05.0305206Z test_variant_consistency_jit_index_copy_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.736s) 2022-09-27T15:49:05.3872583Z test_variant_consistency_jit_index_copy_cuda_float32 (__main__.TestJitCUDA) ... ok (0.357s) 2022-09-27T15:49:06.0810830Z test_variant_consistency_jit_index_fill_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.694s) 2022-09-27T15:49:06.4158359Z test_variant_consistency_jit_index_fill_cuda_float32 (__main__.TestJitCUDA) ... ok (0.335s) 2022-09-27T15:49:07.4332556Z test_variant_consistency_jit_index_put_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.017s) 2022-09-27T15:49:07.9408417Z test_variant_consistency_jit_index_put_cuda_float32 (__main__.TestJitCUDA) ... ok (0.507s) 2022-09-27T15:49:07.9434277Z test_variant_consistency_jit_index_reduce_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:884.) 2022-09-27T15:49:07.9435814Z results = func(*inputs, **kwargs) 2022-09-27T15:49:12.2310280Z ok (4.290s) 2022-09-27T15:49:12.8728897Z test_variant_consistency_jit_index_select_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.642s) 2022-09-27T15:49:13.2023323Z test_variant_consistency_jit_index_select_cuda_float32 (__main__.TestJitCUDA) ... ok (0.329s) 2022-09-27T15:49:13.6581012Z test_variant_consistency_jit_inner_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.456s) 2022-09-27T15:49:13.8803269Z test_variant_consistency_jit_inner_cuda_float32 (__main__.TestJitCUDA) ... ok (0.222s) 2022-09-27T15:49:13.9082006Z test_variant_consistency_jit_int_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.028s) 2022-09-27T15:49:13.9352377Z test_variant_consistency_jit_int_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.027s) 2022-09-27T15:49:15.1229850Z test_variant_consistency_jit_isclose_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.187s) 2022-09-27T15:49:15.7389639Z test_variant_consistency_jit_isclose_cuda_float32 (__main__.TestJitCUDA) ... ok (0.616s) 2022-09-27T15:49:15.9190085Z test_variant_consistency_jit_isfinite_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.180s) 2022-09-27T15:49:16.0095197Z test_variant_consistency_jit_isfinite_cuda_float32 (__main__.TestJitCUDA) ... ok (0.090s) 2022-09-27T15:49:16.0484004Z test_variant_consistency_jit_isin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.039s) 2022-09-27T15:49:16.1079733Z test_variant_consistency_jit_isinf_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.059s) 2022-09-27T15:49:16.1389726Z test_variant_consistency_jit_isinf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.031s) 2022-09-27T15:49:16.1961025Z test_variant_consistency_jit_isnan_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.057s) 2022-09-27T15:49:16.2283816Z test_variant_consistency_jit_isnan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.032s) 2022-09-27T15:49:16.2588801Z test_variant_consistency_jit_isneginf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.030s) 2022-09-27T15:49:16.2892508Z test_variant_consistency_jit_isposinf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.030s) 2022-09-27T15:49:16.4563991Z test_variant_consistency_jit_isreal_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.167s) 2022-09-27T15:49:16.5430400Z test_variant_consistency_jit_isreal_cuda_float32 (__main__.TestJitCUDA) ... ok (0.087s) 2022-09-27T15:49:16.5443878Z test_variant_consistency_jit_istft_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! istft does not match the native function (0.001s) 2022-09-27T15:49:16.5456766Z test_variant_consistency_jit_istft_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! istft does not match the native function (0.001s) 2022-09-27T15:49:16.7739170Z test_variant_consistency_jit_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.228s) 2022-09-27T15:49:16.9567347Z test_variant_consistency_jit_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.183s) 2022-09-27T15:49:17.3431256Z test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.386s) 2022-09-27T15:49:17.5316600Z test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.188s) 2022-09-27T15:49:17.8163349Z test_variant_consistency_jit_jiterator_binary_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.284s) 2022-09-27T15:49:17.9958012Z test_variant_consistency_jit_jiterator_binary_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.179s) 2022-09-27T15:49:18.1966567Z test_variant_consistency_jit_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.201s) 2022-09-27T15:49:18.3750209Z test_variant_consistency_jit_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.178s) 2022-09-27T15:49:18.6557268Z test_variant_consistency_jit_jiterator_unary_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.281s) 2022-09-27T15:49:18.8315628Z test_variant_consistency_jit_jiterator_unary_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.176s) 2022-09-27T15:49:19.0640565Z test_variant_consistency_jit_kron_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.232s) 2022-09-27T15:49:19.1764504Z test_variant_consistency_jit_kron_cuda_float32 (__main__.TestJitCUDA) ... ok (0.112s) 2022-09-27T15:49:20.3550452Z test_variant_consistency_jit_kthvalue_cuda_float32 (__main__.TestJitCUDA) ... ok (1.178s) 2022-09-27T15:49:22.4072363Z test_variant_consistency_jit_ldexp_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.052s) 2022-09-27T15:49:23.4073444Z test_variant_consistency_jit_ldexp_cuda_float32 (__main__.TestJitCUDA) ... ok (1.000s) 2022-09-27T15:49:23.7382799Z test_variant_consistency_jit_le_cuda_float32 (__main__.TestJitCUDA) ... ok (0.331s) 2022-09-27T15:49:29.3915187Z test_variant_consistency_jit_lerp_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.653s) 2022-09-27T15:49:31.3141575Z test_variant_consistency_jit_lerp_cuda_float32 (__main__.TestJitCUDA) ... ok (1.922s) 2022-09-27T15:49:31.6136549Z test_variant_consistency_jit_lgamma_cuda_float32 (__main__.TestJitCUDA) ... ok (0.299s) 2022-09-27T15:49:33.4137770Z test_variant_consistency_jit_linalg_cholesky_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.800s) 2022-09-27T15:49:34.2956448Z test_variant_consistency_jit_linalg_cholesky_cuda_float32 (__main__.TestJitCUDA) ... ok (0.882s) 2022-09-27T15:49:36.1948728Z test_variant_consistency_jit_linalg_cholesky_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.899s) 2022-09-27T15:49:37.1329377Z test_variant_consistency_jit_linalg_cholesky_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.938s) 2022-09-27T15:49:37.7107762Z test_variant_consistency_jit_linalg_cond_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.578s) 2022-09-27T15:49:37.9504572Z test_variant_consistency_jit_linalg_cond_cuda_float32 (__main__.TestJitCUDA) ... ok (0.240s) 2022-09-27T15:49:38.2956761Z test_variant_consistency_jit_linalg_cross_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.345s) 2022-09-27T15:49:38.4691253Z test_variant_consistency_jit_linalg_cross_cuda_float32 (__main__.TestJitCUDA) ... ok (0.173s) 2022-09-27T15:49:39.4382847Z test_variant_consistency_jit_linalg_det_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.969s) 2022-09-27T15:49:39.9230389Z test_variant_consistency_jit_linalg_det_cuda_float32 (__main__.TestJitCUDA) ... ok (0.485s) 2022-09-27T15:49:45.5476700Z test_variant_consistency_jit_linalg_det_singular_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.624s) 2022-09-27T15:49:47.6574220Z test_variant_consistency_jit_linalg_det_singular_cuda_float32 (__main__.TestJitCUDA) ... ok (2.110s) 2022-09-27T15:49:48.8637858Z test_variant_consistency_jit_linalg_eig_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.206s) 2022-09-27T15:49:49.4714968Z test_variant_consistency_jit_linalg_eig_cuda_float32 (__main__.TestJitCUDA) ... ok (0.607s) 2022-09-27T15:49:50.5878030Z test_variant_consistency_jit_linalg_eigh_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.116s) 2022-09-27T15:49:51.1188151Z test_variant_consistency_jit_linalg_eigh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.531s) 2022-09-27T15:49:52.0602643Z test_variant_consistency_jit_linalg_eigvals_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.941s) 2022-09-27T15:49:52.5399371Z test_variant_consistency_jit_linalg_eigvals_cuda_float32 (__main__.TestJitCUDA) ... ok (0.480s) 2022-09-27T15:49:53.4351277Z test_variant_consistency_jit_linalg_eigvalsh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.895s) 2022-09-27T15:49:53.8747304Z test_variant_consistency_jit_linalg_eigvalsh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.440s) 2022-09-27T15:49:55.8088324Z test_variant_consistency_jit_linalg_householder_product_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.934s) 2022-09-27T15:49:56.5088974Z test_variant_consistency_jit_linalg_householder_product_cuda_float32 (__main__.TestJitCUDA) ... ok (0.700s) 2022-09-27T15:49:57.4151787Z test_variant_consistency_jit_linalg_inv_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.906s) 2022-09-27T15:49:57.8516932Z test_variant_consistency_jit_linalg_inv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.436s) 2022-09-27T15:49:58.7930160Z test_variant_consistency_jit_linalg_inv_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.941s) 2022-09-27T15:49:59.2748111Z test_variant_consistency_jit_linalg_inv_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.482s) 2022-09-27T15:49:59.6563916Z test_variant_consistency_jit_linalg_ldl_factor_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.381s) 2022-09-27T15:49:59.7365402Z test_variant_consistency_jit_linalg_ldl_factor_cuda_float32 (__main__.TestJitCUDA) ... ok (0.080s) 2022-09-27T15:50:00.1219247Z test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.385s) 2022-09-27T15:50:00.2028001Z test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.081s) 2022-09-27T15:50:00.7355047Z test_variant_consistency_jit_linalg_ldl_solve_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.532s) 2022-09-27T15:50:01.0162413Z test_variant_consistency_jit_linalg_ldl_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (0.280s) 2022-09-27T15:50:03.1386005Z test_variant_consistency_jit_linalg_lstsq_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.122s) 2022-09-27T15:50:04.0785885Z test_variant_consistency_jit_linalg_lstsq_cuda_float32 (__main__.TestJitCUDA) ... ok (0.940s) 2022-09-27T15:50:04.1259167Z test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.047s) 2022-09-27T15:50:04.1423188Z test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.016s) 2022-09-27T15:50:08.8182492Z test_variant_consistency_jit_linalg_lu_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.676s) 2022-09-27T15:50:11.1507508Z test_variant_consistency_jit_linalg_lu_cuda_float32 (__main__.TestJitCUDA) ... ok (2.332s) 2022-09-27T15:50:15.6249434Z test_variant_consistency_jit_linalg_lu_factor_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.474s) 2022-09-27T15:50:17.7559007Z test_variant_consistency_jit_linalg_lu_factor_cuda_float32 (__main__.TestJitCUDA) ... ok (2.131s) 2022-09-27T15:50:22.0819860Z test_variant_consistency_jit_linalg_lu_factor_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.326s) 2022-09-27T15:50:24.2209294Z test_variant_consistency_jit_linalg_lu_factor_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (2.139s) 2022-09-27T15:51:02.4043754Z test_variant_consistency_jit_linalg_lu_solve_cuda_complex64 (__main__.TestJitCUDA) ... ok (38.183s) 2022-09-27T15:51:21.3485143Z test_variant_consistency_jit_linalg_lu_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (18.944s) 2022-09-27T15:51:30.8155832Z test_variant_consistency_jit_linalg_matrix_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (9.467s) 2022-09-27T15:51:35.2570725Z test_variant_consistency_jit_linalg_matrix_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (4.441s) 2022-09-27T15:51:37.3616051Z test_variant_consistency_jit_linalg_matrix_power_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.104s) 2022-09-27T15:51:38.3982791Z test_variant_consistency_jit_linalg_matrix_power_cuda_float32 (__main__.TestJitCUDA) ... ok (1.036s) 2022-09-27T15:51:38.3995540Z test_variant_consistency_jit_linalg_matrix_rank_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:51:38.4007198Z test_variant_consistency_jit_linalg_matrix_rank_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:51:38.6782215Z test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.277s) 2022-09-27T15:51:38.8230350Z test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestJitCUDA) ... ok (0.145s) 2022-09-27T15:51:39.6979666Z test_variant_consistency_jit_linalg_multi_dot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.875s) 2022-09-27T15:51:40.1243974Z test_variant_consistency_jit_linalg_multi_dot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.426s) 2022-09-27T15:51:52.8786383Z test_variant_consistency_jit_linalg_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (12.754s) 2022-09-27T15:51:59.1796155Z test_variant_consistency_jit_linalg_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (6.301s) 2022-09-27T15:52:08.1831380Z test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestJitCUDA) ... ok (9.003s) 2022-09-27T15:52:12.5259033Z test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestJitCUDA) ... ok (4.343s) 2022-09-27T15:52:12.5272362Z test_variant_consistency_jit_linalg_pinv_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:52:12.5285225Z test_variant_consistency_jit_linalg_pinv_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:52:13.5492541Z test_variant_consistency_jit_linalg_pinv_hermitian_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.020s) 2022-09-27T15:52:14.0504589Z test_variant_consistency_jit_linalg_pinv_hermitian_cuda_float32 (__main__.TestJitCUDA) ... ok (0.501s) 2022-09-27T15:52:14.0522099Z test_variant_consistency_jit_linalg_pinv_singular_cuda_complex64 (__main__.TestJitCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:52:14.0539042Z test_variant_consistency_jit_linalg_pinv_singular_cuda_float32 (__main__.TestJitCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:52:18.8308650Z test_variant_consistency_jit_linalg_qr_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.777s) 2022-09-27T15:52:21.1504817Z test_variant_consistency_jit_linalg_qr_cuda_float32 (__main__.TestJitCUDA) ... ok (2.319s) 2022-09-27T15:52:23.5607745Z test_variant_consistency_jit_linalg_slogdet_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.410s) 2022-09-27T15:52:24.1492394Z test_variant_consistency_jit_linalg_slogdet_cuda_float32 (__main__.TestJitCUDA) ... ok (0.588s) 2022-09-27T15:52:26.3306671Z test_variant_consistency_jit_linalg_solve_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.181s) 2022-09-27T15:52:27.4173842Z test_variant_consistency_jit_linalg_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (1.086s) 2022-09-27T15:52:29.7465837Z test_variant_consistency_jit_linalg_solve_ex_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.329s) 2022-09-27T15:52:30.9044017Z test_variant_consistency_jit_linalg_solve_ex_cuda_float32 (__main__.TestJitCUDA) ... ok (1.158s) 2022-09-27T15:53:20.4750993Z test_variant_consistency_jit_linalg_solve_triangular_cuda_complex64 (__main__.TestJitCUDA) ... ok (49.570s) 2022-09-27T15:53:45.2635980Z test_variant_consistency_jit_linalg_solve_triangular_cuda_float32 (__main__.TestJitCUDA) ... ok (24.788s) 2022-09-27T15:54:19.7462272Z test_variant_consistency_jit_linalg_svd_cuda_complex64 (__main__.TestJitCUDA) ... ok (34.482s) 2022-09-27T15:54:35.4215679Z test_variant_consistency_jit_linalg_svd_cuda_float32 (__main__.TestJitCUDA) ... ok (15.675s) 2022-09-27T15:54:39.6040739Z test_variant_consistency_jit_linalg_svdvals_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.182s) 2022-09-27T15:54:41.6632299Z test_variant_consistency_jit_linalg_svdvals_cuda_float32 (__main__.TestJitCUDA) ... ok (2.059s) 2022-09-27T15:54:41.9195076Z test_variant_consistency_jit_linalg_tensorinv_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.256s) 2022-09-27T15:54:42.0455880Z test_variant_consistency_jit_linalg_tensorinv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.126s) 2022-09-27T15:54:42.5993267Z test_variant_consistency_jit_linalg_tensorsolve_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.553s) 2022-09-27T15:54:42.8743099Z test_variant_consistency_jit_linalg_tensorsolve_cuda_float32 (__main__.TestJitCUDA) ... ok (0.275s) 2022-09-27T15:54:44.0514984Z test_variant_consistency_jit_linalg_vander_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.177s) 2022-09-27T15:54:44.6203603Z test_variant_consistency_jit_linalg_vander_cuda_float32 (__main__.TestJitCUDA) ... ok (0.569s) 2022-09-27T15:54:49.6378832Z test_variant_consistency_jit_linalg_vecdot_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.017s) 2022-09-27T15:54:52.1023457Z test_variant_consistency_jit_linalg_vecdot_cuda_float32 (__main__.TestJitCUDA) ... ok (2.464s) 2022-09-27T15:55:13.7224149Z test_variant_consistency_jit_linalg_vector_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (21.620s) 2022-09-27T15:55:24.4278392Z test_variant_consistency_jit_linalg_vector_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (10.705s) 2022-09-27T15:55:24.4291102Z test_variant_consistency_jit_linspace_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:55:24.4490271Z test_variant_consistency_jit_linspace_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.020s) 2022-09-27T15:55:25.4168867Z test_variant_consistency_jit_log10_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.967s) 2022-09-27T15:55:25.7314529Z test_variant_consistency_jit_log10_cuda_float32 (__main__.TestJitCUDA) ... ok (0.315s) 2022-09-27T15:55:25.8424109Z test_variant_consistency_jit_log1p_cuda_float32 (__main__.TestJitCUDA) ... ok (0.111s) 2022-09-27T15:55:26.7700451Z test_variant_consistency_jit_log2_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.928s) 2022-09-27T15:55:27.0865264Z test_variant_consistency_jit_log2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.316s) 2022-09-27T15:55:27.9914825Z test_variant_consistency_jit_log_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.905s) 2022-09-27T15:55:28.3043852Z test_variant_consistency_jit_log_cuda_float32 (__main__.TestJitCUDA) ... ok (0.313s) 2022-09-27T15:55:28.9799261Z test_variant_consistency_jit_log_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.675s) 2022-09-27T15:55:30.3610386Z test_variant_consistency_jit_log_softmax_dtype_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.381s) 2022-09-27T15:55:31.0590288Z test_variant_consistency_jit_log_softmax_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.698s) 2022-09-27T15:55:31.1722608Z test_variant_consistency_jit_logaddexp2_cuda_float32 (__main__.TestJitCUDA) ... ok (0.113s) 2022-09-27T15:55:31.3015176Z test_variant_consistency_jit_logaddexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.129s) 2022-09-27T15:55:31.9657433Z test_variant_consistency_jit_logcumsumexp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.664s) 2022-09-27T15:55:34.0799195Z test_variant_consistency_jit_logdet_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.114s) 2022-09-27T15:55:35.1433694Z test_variant_consistency_jit_logdet_cuda_float32 (__main__.TestJitCUDA) ... ok (1.063s) 2022-09-27T15:55:38.8061295Z test_variant_consistency_jit_logical_and_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.663s) 2022-09-27T15:55:39.0947349Z test_variant_consistency_jit_logical_and_cuda_float32 (__main__.TestJitCUDA) ... ok (0.288s) 2022-09-27T15:55:39.2689089Z test_variant_consistency_jit_logical_not_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.174s) 2022-09-27T15:55:39.3618181Z test_variant_consistency_jit_logical_not_cuda_float32 (__main__.TestJitCUDA) ... ok (0.093s) 2022-09-27T15:55:42.9629122Z test_variant_consistency_jit_logical_or_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.601s) 2022-09-27T15:55:43.2558338Z test_variant_consistency_jit_logical_or_cuda_float32 (__main__.TestJitCUDA) ... ok (0.293s) 2022-09-27T15:55:46.9077016Z test_variant_consistency_jit_logical_xor_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.652s) 2022-09-27T15:55:47.1960849Z test_variant_consistency_jit_logical_xor_cuda_float32 (__main__.TestJitCUDA) ... ok (0.288s) 2022-09-27T15:55:47.6312012Z test_variant_consistency_jit_logit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.435s) 2022-09-27T15:55:47.6325041Z test_variant_consistency_jit_logspace_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:55:47.6540169Z test_variant_consistency_jit_logspace_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.021s) 2022-09-27T15:55:49.5817357Z test_variant_consistency_jit_logsumexp_cuda_float32 (__main__.TestJitCUDA) ... ok (1.927s) 2022-09-27T15:55:49.6109283Z test_variant_consistency_jit_long_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.029s) 2022-09-27T15:55:49.6392712Z test_variant_consistency_jit_long_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.028s) 2022-09-27T15:55:49.9851739Z test_variant_consistency_jit_lt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.346s) 2022-09-27T15:55:50.2787331Z test_variant_consistency_jit_lu_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1660: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T15:55:50.2788030Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:55:50.2788379Z should be replaced with 2022-09-27T15:55:50.2789238Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:55:50.2792142Z and 2022-09-27T15:55:50.2792611Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:55:50.2792960Z should be replaced with 2022-09-27T15:55:50.2793492Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:55:50.2794029Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:55:50.3919407Z expected failure (0.407s) 2022-09-27T15:55:50.4990534Z test_variant_consistency_jit_lu_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.107s) 2022-09-27T15:55:50.5484397Z test_variant_consistency_jit_lu_solve_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:55:50.5485195Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:55:50.5485518Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:55:50.5485818Z should be replaced with 2022-09-27T15:55:50.5486493Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:55:50.5486997Z results = func(*inputs, **kwargs) 2022-09-27T15:56:08.3799498Z ok (17.880s) 2022-09-27T15:56:17.2152035Z test_variant_consistency_jit_lu_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (8.835s) 2022-09-27T15:56:21.5183010Z test_variant_consistency_jit_lu_unpack_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.303s) 2022-09-27T15:56:23.6333074Z test_variant_consistency_jit_lu_unpack_cuda_float32 (__main__.TestJitCUDA) ... ok (2.115s) 2022-09-27T15:56:23.6384658Z test_variant_consistency_jit_mH_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T15:56:23.6414370Z test_variant_consistency_jit_mH_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:56:23.6459869Z test_variant_consistency_jit_mT_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:56:23.6486299Z test_variant_consistency_jit_mT_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:56:25.7200626Z test_variant_consistency_jit_masked_fill_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.071s) 2022-09-27T15:56:26.7706732Z test_variant_consistency_jit_masked_fill_cuda_float32 (__main__.TestJitCUDA) ... ok (1.050s) 2022-09-27T15:56:27.7313105Z test_variant_consistency_jit_masked_scatter_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.960s) 2022-09-27T15:56:28.2338558Z test_variant_consistency_jit_masked_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.502s) 2022-09-27T15:56:29.8398014Z test_variant_consistency_jit_masked_select_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.606s) 2022-09-27T15:56:30.6354757Z test_variant_consistency_jit_masked_select_cuda_float32 (__main__.TestJitCUDA) ... ok (0.796s) 2022-09-27T15:56:34.1369782Z test_variant_consistency_jit_matmul_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.501s) 2022-09-27T15:56:35.9818515Z test_variant_consistency_jit_matmul_cuda_float32 (__main__.TestJitCUDA) ... ok (1.845s) 2022-09-27T15:56:36.8267686Z test_variant_consistency_jit_matrix_exp_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.845s) 2022-09-27T15:56:37.1924554Z test_variant_consistency_jit_matrix_exp_cuda_float32 (__main__.TestJitCUDA) ... ok (0.366s) 2022-09-27T15:56:38.3419330Z test_variant_consistency_jit_max_binary_cuda_float32 (__main__.TestJitCUDA) ... ok (1.149s) 2022-09-27T15:56:38.5472794Z test_variant_consistency_jit_max_reduction_no_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.205s) 2022-09-27T15:56:39.0654686Z test_variant_consistency_jit_max_reduction_with_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.518s) 2022-09-27T15:56:40.0779908Z test_variant_consistency_jit_maximum_cuda_float32 (__main__.TestJitCUDA) ... ok (1.012s) 2022-09-27T15:56:45.0301162Z test_variant_consistency_jit_mean_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.952s) 2022-09-27T15:56:47.6618353Z test_variant_consistency_jit_mean_cuda_float32 (__main__.TestJitCUDA) ... ok (2.631s) 2022-09-27T15:56:49.1433949Z test_variant_consistency_jit_median_cuda_float32 (__main__.TestJitCUDA) ... ok (1.481s) 2022-09-27T15:56:50.5138874Z test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.370s) 2022-09-27T15:56:51.2157872Z test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_float32 (__main__.TestJitCUDA) ... ok (0.702s) 2022-09-27T15:56:51.2170722Z test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:56:51.2183655Z test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:56:52.3464288Z test_variant_consistency_jit_min_binary_cuda_float32 (__main__.TestJitCUDA) ... ok (1.128s) 2022-09-27T15:56:52.5530087Z test_variant_consistency_jit_min_reduction_no_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.206s) 2022-09-27T15:56:53.0304202Z test_variant_consistency_jit_min_reduction_with_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.477s) 2022-09-27T15:56:54.0176195Z test_variant_consistency_jit_minimum_cuda_float32 (__main__.TestJitCUDA) ... ok (0.987s) 2022-09-27T15:56:54.4985256Z test_variant_consistency_jit_mm_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.481s) 2022-09-27T15:56:54.6188604Z test_variant_consistency_jit_mm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.120s) 2022-09-27T15:56:55.4933989Z test_variant_consistency_jit_mode_cuda_float32 (__main__.TestJitCUDA) ... ok (0.874s) 2022-09-27T15:56:55.9661811Z test_variant_consistency_jit_movedim_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.473s) 2022-09-27T15:56:56.2332919Z test_variant_consistency_jit_movedim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.267s) 2022-09-27T15:56:56.4425825Z test_variant_consistency_jit_msort_cuda_float32 (__main__.TestJitCUDA) ... ok (0.209s) 2022-09-27T15:56:58.7083689Z test_variant_consistency_jit_mul_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.266s) 2022-09-27T15:56:59.8991170Z test_variant_consistency_jit_mul_cuda_float32 (__main__.TestJitCUDA) ... ok (1.191s) 2022-09-27T15:56:59.9019605Z test_variant_consistency_jit_multinomial_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:57:00.1524145Z test_variant_consistency_jit_mv_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.250s) 2022-09-27T15:57:00.2766397Z test_variant_consistency_jit_mv_cuda_float32 (__main__.TestJitCUDA) ... ok (0.124s) 2022-09-27T15:57:01.4071731Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestJitCUDA) ... ok (1.130s) 2022-09-27T15:57:02.5897605Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestJitCUDA) ... ok (1.182s) 2022-09-27T15:57:03.7431390Z test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestJitCUDA) ... ok (1.153s) 2022-09-27T15:57:04.0552518Z test_variant_consistency_jit_nan_to_num_cuda_float32 (__main__.TestJitCUDA) ... ok (0.312s) 2022-09-27T15:57:04.0565512Z test_variant_consistency_jit_nanmean_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:05.5669082Z test_variant_consistency_jit_nanmedian_cuda_float32 (__main__.TestJitCUDA) ... ok (1.510s) 2022-09-27T15:57:13.9720634Z test_variant_consistency_jit_nanquantile_cuda_float32 (__main__.TestJitCUDA) ... ok (8.405s) 2022-09-27T15:57:13.9734818Z test_variant_consistency_jit_nansum_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:14.2909428Z test_variant_consistency_jit_narrow_copy_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.317s) 2022-09-27T15:57:14.4552072Z test_variant_consistency_jit_narrow_copy_cuda_float32 (__main__.TestJitCUDA) ... ok (0.164s) 2022-09-27T15:57:16.6072878Z test_variant_consistency_jit_narrow_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.152s) 2022-09-27T15:57:17.6768381Z test_variant_consistency_jit_narrow_cuda_float32 (__main__.TestJitCUDA) ... ok (1.069s) 2022-09-27T15:57:17.7958688Z test_variant_consistency_jit_native_layer_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.119s) 2022-09-27T15:57:18.3422295Z test_variant_consistency_jit_ne_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.546s) 2022-09-27T15:57:18.6642566Z test_variant_consistency_jit_ne_cuda_float32 (__main__.TestJitCUDA) ... ok (0.322s) 2022-09-27T15:57:18.8736488Z test_variant_consistency_jit_neg_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.209s) 2022-09-27T15:57:19.0017620Z test_variant_consistency_jit_neg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.128s) 2022-09-27T15:57:19.0030063Z test_variant_consistency_jit_new_empty_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:19.0042761Z test_variant_consistency_jit_new_empty_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:19.0055705Z test_variant_consistency_jit_new_empty_strided_cuda_complex64 (__main__.TestJitCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:57:19.0068401Z test_variant_consistency_jit_new_empty_strided_cuda_float32 (__main__.TestJitCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T15:57:19.3014510Z test_variant_consistency_jit_new_full_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.294s) 2022-09-27T15:57:19.4525241Z test_variant_consistency_jit_new_full_cuda_float32 (__main__.TestJitCUDA) ... ok (0.151s) 2022-09-27T15:57:19.7328309Z test_variant_consistency_jit_new_ones_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.280s) 2022-09-27T15:57:19.8802744Z test_variant_consistency_jit_new_ones_cuda_float32 (__main__.TestJitCUDA) ... ok (0.147s) 2022-09-27T15:57:20.1924943Z test_variant_consistency_jit_new_zeros_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.312s) 2022-09-27T15:57:20.3389359Z test_variant_consistency_jit_new_zeros_cuda_float32 (__main__.TestJitCUDA) ... ok (0.146s) 2022-09-27T15:57:20.6188517Z test_variant_consistency_jit_nextafter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.280s) 2022-09-27T15:57:20.9658920Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.347s) 2022-09-27T15:57:21.1317222Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.166s) 2022-09-27T15:57:21.2939870Z test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.162s) 2022-09-27T15:57:21.8113575Z test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.517s) 2022-09-27T15:57:22.1070302Z test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.295s) 2022-09-27T15:57:22.1195584Z test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.013s) 2022-09-27T15:57:22.6858245Z test_variant_consistency_jit_nn_functional_avg_pool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.566s) 2022-09-27T15:57:23.1566837Z test_variant_consistency_jit_nn_functional_avg_pool2d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.471s) 2022-09-27T15:57:23.6923875Z test_variant_consistency_jit_nn_functional_avg_pool3d_cuda_float32 (__main__.TestJitCUDA) ... ok (0.535s) 2022-09-27T15:57:24.9043225Z test_variant_consistency_jit_nn_functional_batch_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (1.212s) 2022-09-27T15:57:26.0558080Z test_variant_consistency_jit_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestJitCUDA) ... ok (1.151s) 2022-09-27T15:57:27.3775877Z test_variant_consistency_jit_nn_functional_bilinear_cuda_float32 (__main__.TestJitCUDA) ... ok (1.322s) 2022-09-27T15:57:28.3237440Z test_variant_consistency_jit_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.946s) 2022-09-27T15:57:28.3250035Z test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:28.4943955Z test_variant_consistency_jit_nn_functional_celu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.169s) 2022-09-27T15:57:28.4956504Z test_variant_consistency_jit_nn_functional_conv1d_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:28.4969666Z test_variant_consistency_jit_nn_functional_conv1d_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:28.4982297Z test_variant_consistency_jit_nn_functional_conv2d_cuda_complex64 (__main__.TestJitCUDA) ... skip: Works on some configs! (0.001s) 2022-09-27T15:57:28.4995863Z test_variant_consistency_jit_nn_functional_conv2d_cuda_float32 (__main__.TestJitCUDA) ... skip: Works on some configs! (0.001s) 2022-09-27T15:57:28.5008641Z test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:28.6290600Z test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.128s) 2022-09-27T15:57:28.6302427Z test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:28.6315318Z test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:29.3144928Z test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.683s) 2022-09-27T15:57:29.9861535Z test_variant_consistency_jit_nn_functional_cosine_similarity_cuda_float32 (__main__.TestJitCUDA) ... ok (0.671s) 2022-09-27T15:57:31.3901935Z test_variant_consistency_jit_nn_functional_cross_entropy_cuda_float32 (__main__.TestJitCUDA) ... expected failure (1.404s) 2022-09-27T15:57:31.3914211Z test_variant_consistency_jit_nn_functional_ctc_loss_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:31.3952276Z test_variant_consistency_jit_nn_functional_dropout2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:57:31.3988983Z test_variant_consistency_jit_nn_functional_dropout3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:57:31.4032309Z test_variant_consistency_jit_nn_functional_dropout_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T15:57:31.5824801Z test_variant_consistency_jit_nn_functional_elu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.179s) 2022-09-27T15:57:31.5942971Z test_variant_consistency_jit_nn_functional_embedding_bag_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.012s) 2022-09-27T15:57:31.5966987Z test_variant_consistency_jit_nn_functional_embedding_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.002s) 2022-09-27T15:57:31.5995052Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:57:31.6053267Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-09-27T15:57:31.6083876Z test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T15:57:31.6139797Z test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T15:57:31.6205975Z test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.006s) 2022-09-27T15:57:31.6218513Z test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:32.0831642Z test_variant_consistency_jit_nn_functional_gelu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.461s) 2022-09-27T15:57:34.8812692Z test_variant_consistency_jit_nn_functional_glu_cuda_float32 (__main__.TestJitCUDA) ... ok (2.798s) 2022-09-27T15:57:36.5150235Z test_variant_consistency_jit_nn_functional_grid_sample_cuda_float32 (__main__.TestJitCUDA) ... ok (1.634s) 2022-09-27T15:57:36.5475330Z test_variant_consistency_jit_nn_functional_group_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.033s) 2022-09-27T15:57:36.8813532Z test_variant_consistency_jit_nn_functional_hardshrink_cuda_float32 (__main__.TestJitCUDA) ... ok (0.334s) 2022-09-27T15:57:36.9940088Z test_variant_consistency_jit_nn_functional_hardsigmoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.113s) 2022-09-27T15:57:37.2379073Z test_variant_consistency_jit_nn_functional_hardswish_cuda_float32 (__main__.TestJitCUDA) ... ok (0.244s) 2022-09-27T15:57:37.6360867Z test_variant_consistency_jit_nn_functional_hardtanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.398s) 2022-09-27T15:57:38.5739344Z test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.938s) 2022-09-27T15:57:38.5751889Z test_variant_consistency_jit_nn_functional_huber_loss_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:57:38.6216915Z test_variant_consistency_jit_nn_functional_instance_norm_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.046s) 2022-09-27T15:57:39.0706539Z test_variant_consistency_jit_nn_functional_interpolate_area_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.449s) 2022-09-27T15:57:39.3624847Z test_variant_consistency_jit_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.292s) 2022-09-27T15:57:39.6573958Z test_variant_consistency_jit_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.295s) 2022-09-27T15:57:39.9543962Z test_variant_consistency_jit_nn_functional_interpolate_linear_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.297s) 2022-09-27T15:57:40.2419439Z test_variant_consistency_jit_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.287s) 2022-09-27T15:57:40.5504583Z test_variant_consistency_jit_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.308s) 2022-09-27T15:57:40.7696473Z test_variant_consistency_jit_nn_functional_kl_div_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.7697324Z warnings.warn( 2022-09-27T15:57:40.7837927Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.7838625Z warnings.warn( 2022-09-27T15:57:40.7867683Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.7891005Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.7891943Z warnings.warn( 2022-09-27T15:57:40.7925592Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.7926256Z warnings.warn( 2022-09-27T15:57:40.8083742Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8084396Z warnings.warn( 2022-09-27T15:57:40.8113792Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8135703Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8136368Z warnings.warn( 2022-09-27T15:57:40.8168587Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8169243Z warnings.warn( 2022-09-27T15:57:40.8333469Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8334124Z warnings.warn( 2022-09-27T15:57:40.8363525Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8383562Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8384236Z warnings.warn( 2022-09-27T15:57:40.8416916Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8417555Z warnings.warn( 2022-09-27T15:57:40.8923891Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8924731Z warnings.warn( 2022-09-27T15:57:40.8953280Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8972125Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.8972793Z warnings.warn( 2022-09-27T15:57:40.9003292Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.9003965Z warnings.warn( 2022-09-27T15:57:40.9150896Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.9151576Z warnings.warn( 2022-09-27T15:57:40.9180858Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.9201305Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.9201947Z warnings.warn( 2022-09-27T15:57:40.9234285Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.9234947Z warnings.warn( 2022-09-27T15:57:40.9402682Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.9403351Z warnings.warn( 2022-09-27T15:57:40.9431526Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.9451309Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.9451979Z warnings.warn( 2022-09-27T15:57:40.9481779Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:40.9482597Z warnings.warn( 2022-09-27T15:57:41.6539596Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.6540330Z warnings.warn( 2022-09-27T15:57:41.6568304Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.6587212Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.6588201Z warnings.warn( 2022-09-27T15:57:41.6619917Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.6620585Z warnings.warn( 2022-09-27T15:57:41.6766829Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.6767498Z warnings.warn( 2022-09-27T15:57:41.6796375Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.6816205Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.6816875Z warnings.warn( 2022-09-27T15:57:41.6849494Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.6850155Z warnings.warn( 2022-09-27T15:57:41.7015010Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7015644Z warnings.warn( 2022-09-27T15:57:41.7044399Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7063910Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7064579Z warnings.warn( 2022-09-27T15:57:41.7094522Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7095181Z warnings.warn( 2022-09-27T15:57:41.7600113Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7600815Z warnings.warn( 2022-09-27T15:57:41.7628411Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7647540Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7648223Z warnings.warn( 2022-09-27T15:57:41.7678749Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7679426Z warnings.warn( 2022-09-27T15:57:41.7825994Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7826654Z warnings.warn( 2022-09-27T15:57:41.7855410Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7875572Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7876243Z warnings.warn( 2022-09-27T15:57:41.7905506Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.7906333Z warnings.warn( 2022-09-27T15:57:41.8078457Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.8079108Z warnings.warn( 2022-09-27T15:57:41.8107481Z code/__torch__/torch/nn/functional.py:18: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.8127329Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.8128010Z warnings.warn( 2022-09-27T15:57:41.8160840Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:57:41.8161524Z warnings.warn( 2022-09-27T15:57:42.3075856Z ok (1.757s) 2022-09-27T15:57:44.4308307Z test_variant_consistency_jit_nn_functional_l1_loss_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.123s) 2022-09-27T15:57:44.5368265Z test_variant_consistency_jit_nn_functional_l1_loss_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.106s) 2022-09-27T15:57:45.0228815Z test_variant_consistency_jit_nn_functional_layer_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.486s) 2022-09-27T15:57:45.6253287Z test_variant_consistency_jit_nn_functional_leaky_relu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.602s) 2022-09-27T15:57:47.8275959Z test_variant_consistency_jit_nn_functional_linear_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.202s) 2022-09-27T15:57:49.0107682Z test_variant_consistency_jit_nn_functional_linear_cuda_float32 (__main__.TestJitCUDA) ... ok (1.183s) 2022-09-27T15:57:49.3167006Z test_variant_consistency_jit_nn_functional_local_response_norm_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: operator() profile_node %52 : int[] = prim::profile_ivalue(%50) 2022-09-27T15:57:49.3167789Z does not have profile information (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp:109.) 2022-09-27T15:57:49.3168244Z return callable(*args, **kwargs) 2022-09-27T15:57:49.4688144Z expected failure (0.458s) 2022-09-27T15:57:49.6267379Z test_variant_consistency_jit_nn_functional_logsigmoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.158s) 2022-09-27T15:57:52.1841948Z test_variant_consistency_jit_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (2.557s) 2022-09-27T15:57:52.1855033Z test_variant_consistency_jit_nn_functional_max_pool1d_cuda_float32 (__main__.TestJitCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:57:52.1868378Z test_variant_consistency_jit_nn_functional_max_pool2d_cuda_float32 (__main__.TestJitCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:58:37.9739125Z test_variant_consistency_jit_nn_functional_max_pool3d_cuda_float32 (__main__.TestJitCUDA) ... ok (45.787s) 2022-09-27T15:58:57.6994887Z test_variant_consistency_jit_nn_functional_max_unpool1d_cuda_float32 (__main__.TestJitCUDA) ... ok (19.725s) 2022-09-27T15:59:00.3286751Z test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestJitCUDA) ... ok (2.629s) 2022-09-27T15:59:37.3649658Z test_variant_consistency_jit_nn_functional_max_unpool2d_cuda_float32 (__main__.TestJitCUDA) ... ok (37.036s) 2022-09-27T15:59:40.1133251Z test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestJitCUDA) ... ok (2.748s) 2022-09-27T15:59:53.6997556Z test_variant_consistency_jit_nn_functional_max_unpool3d_cuda_float32 (__main__.TestJitCUDA) ... ok (13.586s) 2022-09-27T15:59:55.7662731Z test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestJitCUDA) ... ok (2.066s) 2022-09-27T15:59:55.9414380Z test_variant_consistency_jit_nn_functional_mish_cuda_float32 (__main__.TestJitCUDA) ... ok (0.175s) 2022-09-27T15:59:56.0493832Z test_variant_consistency_jit_nn_functional_mse_loss_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.108s) 2022-09-27T15:59:56.1387522Z test_variant_consistency_jit_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:59:56.1388733Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:59:56.2610378Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:59:56.2611694Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:59:56.3223367Z /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:300: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:59:56.3224375Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T15:59:56.3633756Z ok (0.314s) 2022-09-27T15:59:56.5468271Z test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.183s) 2022-09-27T15:59:56.5481277Z test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:59:56.5493737Z test_variant_consistency_jit_nn_functional_nll_loss_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T15:59:57.9999461Z test_variant_consistency_jit_nn_functional_normalize_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.450s) 2022-09-27T16:00:00.2438014Z test_variant_consistency_jit_nn_functional_normalize_cuda_float32 (__main__.TestJitCUDA) ... ok (2.244s) 2022-09-27T16:00:01.2288602Z test_variant_consistency_jit_nn_functional_pad_circular_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.985s) 2022-09-27T16:00:01.2308723Z test_variant_consistency_jit_nn_functional_pad_circular_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:00:06.9435489Z test_variant_consistency_jit_nn_functional_pad_constant_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.712s) 2022-09-27T16:00:09.8938233Z test_variant_consistency_jit_nn_functional_pad_constant_cuda_float32 (__main__.TestJitCUDA) ... ok (2.950s) 2022-09-27T16:00:11.2862685Z test_variant_consistency_jit_nn_functional_pad_reflect_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.392s) 2022-09-27T16:00:11.2875652Z test_variant_consistency_jit_nn_functional_pad_reflect_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:12.6903015Z test_variant_consistency_jit_nn_functional_pad_replicate_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.402s) 2022-09-27T16:00:12.6914737Z test_variant_consistency_jit_nn_functional_pad_replicate_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:12.6928282Z test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:12.6942616Z test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:13.0007415Z test_variant_consistency_jit_nn_functional_pdist_cuda_float32 (__main__.TestJitCUDA) ... ok (0.306s) 2022-09-27T16:00:13.0019060Z test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:13.0031988Z test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:13.0044883Z test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:13.0057945Z test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:20.2182894Z test_variant_consistency_jit_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (7.212s) 2022-09-27T16:00:20.2320692Z test_variant_consistency_jit_nn_functional_prelu_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.014s) 2022-09-27T16:00:20.4151854Z test_variant_consistency_jit_nn_functional_relu6_cuda_float32 (__main__.TestJitCUDA) ... ok (0.183s) 2022-09-27T16:00:20.6750367Z test_variant_consistency_jit_nn_functional_relu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.259s) 2022-09-27T16:00:20.6773330Z test_variant_consistency_jit_nn_functional_rrelu_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.002s) 2022-09-27T16:00:20.8487120Z test_variant_consistency_jit_nn_functional_selu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.171s) 2022-09-27T16:00:21.0327983Z test_variant_consistency_jit_nn_functional_silu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.184s) 2022-09-27T16:00:21.1445279Z test_variant_consistency_jit_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.112s) 2022-09-27T16:00:21.7177415Z test_variant_consistency_jit_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.573s) 2022-09-27T16:00:22.1981248Z test_variant_consistency_jit_nn_functional_softmin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.480s) 2022-09-27T16:00:23.1437461Z test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.945s) 2022-09-27T16:00:23.6316265Z test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.488s) 2022-09-27T16:00:23.8455065Z test_variant_consistency_jit_nn_functional_softplus_cuda_float32 (__main__.TestJitCUDA) ... ok (0.214s) 2022-09-27T16:00:24.1110328Z test_variant_consistency_jit_nn_functional_softshrink_cuda_float32 (__main__.TestJitCUDA) ... ok (0.265s) 2022-09-27T16:00:24.5603086Z test_variant_consistency_jit_nn_functional_softsign_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.449s) 2022-09-27T16:00:25.2632776Z test_variant_consistency_jit_nn_functional_softsign_cuda_float32 (__main__.TestJitCUDA) ... ok (0.703s) 2022-09-27T16:00:26.0386737Z test_variant_consistency_jit_nn_functional_tanhshrink_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.775s) 2022-09-27T16:00:26.6940781Z test_variant_consistency_jit_nn_functional_tanhshrink_cuda_float32 (__main__.TestJitCUDA) ... ok (0.655s) 2022-09-27T16:00:26.9641132Z test_variant_consistency_jit_nn_functional_threshold_cuda_float32 (__main__.TestJitCUDA) ... ok (0.270s) 2022-09-27T16:00:28.5114616Z test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.547s) 2022-09-27T16:00:29.2853710Z test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestJitCUDA) ... ok (0.774s) 2022-09-27T16:00:29.3114243Z test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.026s) 2022-09-27T16:00:29.3225413Z test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.011s) 2022-09-27T16:00:29.3239284Z test_variant_consistency_jit_nn_functional_unfold_cuda_complex64 (__main__.TestJitCUDA) ... skip: Internal assert failed! (0.001s) 2022-09-27T16:00:29.3252618Z test_variant_consistency_jit_nn_functional_unfold_cuda_float32 (__main__.TestJitCUDA) ... skip: Internal assert failed! (0.001s) 2022-09-27T16:00:29.3277899Z test_variant_consistency_jit_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.3279934Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.4048656Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.4049361Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.4137946Z code/__torch__/torch/nn/functional/___torch_mangle_40801.py:6: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.4175309Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.4175972Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.4225730Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.4226405Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.4854406Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.4855089Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.4943965Z code/__torch__/torch/nn/functional/___torch_mangle_40801.py:6: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.4982933Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.4983606Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.5024135Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.5025073Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.5662186Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.5662827Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.5752415Z code/__torch__/torch/nn/functional/___torch_mangle_40801.py:6: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.5790187Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.5790846Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.5831540Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.5832333Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.6230412Z expected failure (0.298s) 2022-09-27T16:00:29.6263951Z test_variant_consistency_jit_nn_functional_upsample_nearest_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.6264824Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.6947510Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.6948187Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.7034887Z code/__torch__/torch/nn/functional/___torch_mangle_40807.py:6: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.7069458Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.7070120Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.7118945Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.7119596Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.7742288Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.7742946Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.7829215Z code/__torch__/torch/nn/functional/___torch_mangle_40807.py:6: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.7865270Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.7865902Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.7912947Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.7913805Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.8546121Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.8546810Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.8633414Z code/__torch__/torch/nn/functional/___torch_mangle_40807.py:6: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.8668749Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.8669643Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.8713130Z /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:00:29.8713810Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:00:29.9069920Z expected failure (0.284s) 2022-09-27T16:00:29.9145392Z test_variant_consistency_jit_nonzero_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.007s) 2022-09-27T16:00:29.9187016Z test_variant_consistency_jit_nonzero_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T16:00:42.6934660Z test_variant_consistency_jit_norm_cuda_complex64 (__main__.TestJitCUDA) ... ok (12.774s) 2022-09-27T16:00:49.2152290Z test_variant_consistency_jit_norm_cuda_float32 (__main__.TestJitCUDA) ... ok (6.522s) 2022-09-27T16:00:49.4781821Z test_variant_consistency_jit_norm_fro_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.263s) 2022-09-27T16:00:49.7382093Z test_variant_consistency_jit_norm_fro_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.260s) 2022-09-27T16:00:50.9897872Z test_variant_consistency_jit_norm_inf_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.251s) 2022-09-27T16:00:51.6255800Z test_variant_consistency_jit_norm_inf_cuda_float32 (__main__.TestJitCUDA) ... ok (0.636s) 2022-09-27T16:00:51.7866113Z test_variant_consistency_jit_norm_nuc_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.161s) 2022-09-27T16:00:51.9273102Z test_variant_consistency_jit_norm_nuc_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.141s) 2022-09-27T16:00:51.9302488Z test_variant_consistency_jit_normal_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T16:00:51.9323892Z test_variant_consistency_jit_normal_number_mean_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.002s) 2022-09-27T16:00:51.9337258Z test_variant_consistency_jit_ones_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:51.9349713Z test_variant_consistency_jit_ones_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:00:52.2379068Z test_variant_consistency_jit_ones_like_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.303s) 2022-09-27T16:00:52.3822705Z test_variant_consistency_jit_ones_like_cuda_float32 (__main__.TestJitCUDA) ... ok (0.144s) 2022-09-27T16:01:02.2304815Z test_variant_consistency_jit_ormqr_cuda_complex64 (__main__.TestJitCUDA) ... ok (9.848s) 2022-09-27T16:01:07.3197496Z test_variant_consistency_jit_ormqr_cuda_float32 (__main__.TestJitCUDA) ... ok (5.089s) 2022-09-27T16:01:07.5592029Z test_variant_consistency_jit_outer_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.239s) 2022-09-27T16:01:07.6767079Z test_variant_consistency_jit_outer_cuda_float32 (__main__.TestJitCUDA) ... ok (0.117s) 2022-09-27T16:01:07.7074508Z test_variant_consistency_jit_pca_lowrank_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.031s) 2022-09-27T16:01:08.6226890Z test_variant_consistency_jit_permute_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.915s) 2022-09-27T16:01:09.1238460Z test_variant_consistency_jit_permute_cuda_float32 (__main__.TestJitCUDA) ... ok (0.501s) 2022-09-27T16:01:11.5348258Z test_variant_consistency_jit_pinverse_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.411s) 2022-09-27T16:01:12.6343138Z test_variant_consistency_jit_pinverse_cuda_float32 (__main__.TestJitCUDA) ... ok (1.099s) 2022-09-27T16:01:13.1814848Z test_variant_consistency_jit_polar_cuda_float32 (__main__.TestJitCUDA) ... ok (0.547s) 2022-09-27T16:01:13.7194200Z test_variant_consistency_jit_polygamma_polygamma_n_0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.538s) 2022-09-27T16:01:13.7207091Z test_variant_consistency_jit_polygamma_polygamma_n_1_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:01:13.7221494Z test_variant_consistency_jit_polygamma_polygamma_n_2_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:01:13.7236430Z test_variant_consistency_jit_polygamma_polygamma_n_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:01:13.7250179Z test_variant_consistency_jit_polygamma_polygamma_n_4_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:01:14.3316781Z test_variant_consistency_jit_positive_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.606s) 2022-09-27T16:01:14.6274129Z test_variant_consistency_jit_positive_cuda_float32 (__main__.TestJitCUDA) ... ok (0.296s) 2022-09-27T16:01:17.1368904Z test_variant_consistency_jit_pow_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.509s) 2022-09-27T16:01:18.3401362Z test_variant_consistency_jit_pow_cuda_float32 (__main__.TestJitCUDA) ... ok (1.203s) 2022-09-27T16:01:27.2399477Z test_variant_consistency_jit_prod_cuda_complex64 (__main__.TestJitCUDA) ... ok (8.900s) 2022-09-27T16:01:31.7209559Z test_variant_consistency_jit_prod_cuda_float32 (__main__.TestJitCUDA) ... ok (4.481s) 2022-09-27T16:01:36.9901802Z test_variant_consistency_jit_put_cuda_complex64 (__main__.TestJitCUDA) ... ok (5.269s) 2022-09-27T16:01:39.6240579Z test_variant_consistency_jit_put_cuda_float32 (__main__.TestJitCUDA) ... ok (2.634s) 2022-09-27T16:01:39.6737632Z test_variant_consistency_jit_qr_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:01:39.6739296Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:01:39.6739674Z Q, R = torch.qr(A, some) 2022-09-27T16:01:39.6739967Z should be replaced with 2022-09-27T16:01:39.6740626Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T16:01:39.6741161Z results = func(*inputs, **kwargs) 2022-09-27T16:01:49.3547171Z ok (9.730s) 2022-09-27T16:01:54.0621083Z test_variant_consistency_jit_qr_cuda_float32 (__main__.TestJitCUDA) ... ok (4.707s) 2022-09-27T16:02:02.7681437Z test_variant_consistency_jit_quantile_cuda_float32 (__main__.TestJitCUDA) ... ok (8.706s) 2022-09-27T16:02:03.0729573Z test_variant_consistency_jit_rad2deg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.305s) 2022-09-27T16:02:03.0780543Z test_variant_consistency_jit_rand_like_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T16:02:03.0808930Z test_variant_consistency_jit_rand_like_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T16:02:03.0839263Z test_variant_consistency_jit_randint_like_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T16:02:03.0858695Z test_variant_consistency_jit_randn_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.002s) 2022-09-27T16:02:03.0877902Z test_variant_consistency_jit_randn_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.002s) 2022-09-27T16:02:03.0927930Z test_variant_consistency_jit_randn_like_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.005s) 2022-09-27T16:02:03.0956266Z test_variant_consistency_jit_randn_like_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T16:02:03.7165471Z test_variant_consistency_jit_ravel_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.621s) 2022-09-27T16:02:04.0224642Z test_variant_consistency_jit_ravel_cuda_float32 (__main__.TestJitCUDA) ... ok (0.306s) 2022-09-27T16:02:04.3255307Z test_variant_consistency_jit_real_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.303s) 2022-09-27T16:02:04.4723102Z test_variant_consistency_jit_real_cuda_float32 (__main__.TestJitCUDA) ... ok (0.147s) 2022-09-27T16:02:05.1384251Z test_variant_consistency_jit_reciprocal_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.666s) 2022-09-27T16:02:05.4560885Z test_variant_consistency_jit_reciprocal_cuda_float32 (__main__.TestJitCUDA) ... ok (0.318s) 2022-09-27T16:02:06.5164291Z test_variant_consistency_jit_remainder_cuda_float32 (__main__.TestJitCUDA) ... ok (1.060s) 2022-09-27T16:02:07.5378379Z test_variant_consistency_jit_renorm_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.021s) 2022-09-27T16:02:08.0206852Z test_variant_consistency_jit_renorm_cuda_float32 (__main__.TestJitCUDA) ... ok (0.483s) 2022-09-27T16:02:10.6782493Z test_variant_consistency_jit_repeat_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.657s) 2022-09-27T16:02:12.0159538Z test_variant_consistency_jit_repeat_cuda_float32 (__main__.TestJitCUDA) ... ok (1.338s) 2022-09-27T16:02:12.0171509Z test_variant_consistency_jit_repeat_interleave_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:02:12.0184712Z test_variant_consistency_jit_repeat_interleave_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:02:12.4300414Z test_variant_consistency_jit_reshape_as_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.411s) 2022-09-27T16:02:12.6691473Z test_variant_consistency_jit_reshape_as_cuda_float32 (__main__.TestJitCUDA) ... ok (0.239s) 2022-09-27T16:02:14.1874783Z test_variant_consistency_jit_reshape_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.518s) 2022-09-27T16:02:14.9612861Z test_variant_consistency_jit_reshape_cuda_float32 (__main__.TestJitCUDA) ... ok (0.774s) 2022-09-27T16:02:14.9886276Z test_variant_consistency_jit_resize__cuda_complex64 (__main__.TestJitCUDA) ... ok (0.027s) 2022-09-27T16:02:15.0158649Z test_variant_consistency_jit_resize__cuda_float32 (__main__.TestJitCUDA) ... ok (0.027s) 2022-09-27T16:02:15.0447820Z test_variant_consistency_jit_resize_as__cuda_complex64 (__main__.TestJitCUDA) ... ok (0.029s) 2022-09-27T16:02:15.0713602Z test_variant_consistency_jit_resize_as__cuda_float32 (__main__.TestJitCUDA) ... ok (0.026s) 2022-09-27T16:02:15.4736401Z test_variant_consistency_jit_resolve_conj_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.402s) 2022-09-27T16:02:15.6764883Z test_variant_consistency_jit_resolve_conj_cuda_float32 (__main__.TestJitCUDA) ... ok (0.203s) 2022-09-27T16:02:16.0839291Z test_variant_consistency_jit_resolve_neg_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.407s) 2022-09-27T16:02:16.2862625Z test_variant_consistency_jit_resolve_neg_cuda_float32 (__main__.TestJitCUDA) ... ok (0.202s) 2022-09-27T16:02:19.9140081Z test_variant_consistency_jit_roll_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.627s) 2022-09-27T16:02:21.7343443Z test_variant_consistency_jit_roll_cuda_float32 (__main__.TestJitCUDA) ... ok (1.820s) 2022-09-27T16:02:29.7063921Z test_variant_consistency_jit_rot90_cuda_complex64 (__main__.TestJitCUDA) ... ok (7.972s) 2022-09-27T16:02:33.7163999Z test_variant_consistency_jit_rot90_cuda_float32 (__main__.TestJitCUDA) ... ok (4.010s) 2022-09-27T16:02:33.8290122Z test_variant_consistency_jit_round_cuda_float32 (__main__.TestJitCUDA) ... ok (0.112s) 2022-09-27T16:02:34.1433932Z test_variant_consistency_jit_round_decimals_0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.314s) 2022-09-27T16:02:34.1447362Z test_variant_consistency_jit_round_decimals_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:02:34.1460569Z test_variant_consistency_jit_round_decimals_neg_3_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:02:34.8301640Z test_variant_consistency_jit_rsqrt_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.684s) 2022-09-27T16:02:35.1575767Z test_variant_consistency_jit_rsqrt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.327s) 2022-09-27T16:02:36.6108768Z test_variant_consistency_jit_rsub_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.453s) 2022-09-27T16:02:37.3565665Z test_variant_consistency_jit_rsub_cuda_float32 (__main__.TestJitCUDA) ... ok (0.746s) 2022-09-27T16:02:39.0759967Z test_variant_consistency_jit_scatter_add_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.719s) 2022-09-27T16:02:39.9100936Z test_variant_consistency_jit_scatter_add_cuda_float32 (__main__.TestJitCUDA) ... ok (0.834s) 2022-09-27T16:02:41.7929346Z test_variant_consistency_jit_scatter_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.883s) 2022-09-27T16:02:42.7235338Z test_variant_consistency_jit_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.930s) 2022-09-27T16:02:42.7292165Z test_variant_consistency_jit_scatter_reduce_amax_cuda_float32 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:02:42.7292965Z results = func(*inputs, **kwargs) 2022-09-27T16:02:45.3922154Z ok (2.669s) 2022-09-27T16:02:48.0798949Z test_variant_consistency_jit_scatter_reduce_amin_cuda_float32 (__main__.TestJitCUDA) ... ok (2.687s) 2022-09-27T16:02:50.8808678Z test_variant_consistency_jit_scatter_reduce_mean_cuda_float32 (__main__.TestJitCUDA) ... ok (2.801s) 2022-09-27T16:02:54.1744192Z test_variant_consistency_jit_scatter_reduce_prod_cuda_float32 (__main__.TestJitCUDA) ... ok (3.293s) 2022-09-27T16:02:56.8958110Z test_variant_consistency_jit_scatter_reduce_sum_cuda_float32 (__main__.TestJitCUDA) ... ok (2.721s) 2022-09-27T16:02:56.8971184Z test_variant_consistency_jit_searchsorted_cuda_float32 (__main__.TestJitCUDA) ... skip: Expected failure! (0.001s) 2022-09-27T16:02:56.8984614Z test_variant_consistency_jit_segment_reduce_lengths_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:02:56.8998455Z test_variant_consistency_jit_segment_reduce_offsets_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:02:58.0002241Z test_variant_consistency_jit_select_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.100s) 2022-09-27T16:02:58.5617958Z test_variant_consistency_jit_select_cuda_float32 (__main__.TestJitCUDA) ... ok (0.561s) 2022-09-27T16:02:59.1629357Z test_variant_consistency_jit_select_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (0.601s) 2022-09-27T16:02:59.3854632Z test_variant_consistency_jit_sgn_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.222s) 2022-09-27T16:02:59.4904593Z test_variant_consistency_jit_sgn_cuda_float32 (__main__.TestJitCUDA) ... ok (0.105s) 2022-09-27T16:02:59.5191474Z test_variant_consistency_jit_short_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.029s) 2022-09-27T16:02:59.5466826Z test_variant_consistency_jit_short_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.027s) 2022-09-27T16:03:03.0850691Z test_variant_consistency_jit_sigmoid_cuda_complex64 (__main__.TestJitCUDA) ... ok (3.538s) 2022-09-27T16:03:03.4182761Z test_variant_consistency_jit_sigmoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.333s) 2022-09-27T16:03:03.5228655Z test_variant_consistency_jit_sign_cuda_float32 (__main__.TestJitCUDA) ... ok (0.105s) 2022-09-27T16:03:03.5543504Z test_variant_consistency_jit_signbit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.031s) 2022-09-27T16:03:03.7799006Z test_variant_consistency_jit_sin_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.225s) 2022-09-27T16:03:03.8933397Z test_variant_consistency_jit_sin_cuda_float32 (__main__.TestJitCUDA) ... ok (0.113s) 2022-09-27T16:03:05.4741997Z test_variant_consistency_jit_sinc_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.581s) 2022-09-27T16:03:05.7925722Z test_variant_consistency_jit_sinc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.318s) 2022-09-27T16:03:06.0181043Z test_variant_consistency_jit_sinh_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.225s) 2022-09-27T16:03:06.1315151Z test_variant_consistency_jit_sinh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.113s) 2022-09-27T16:03:07.2617542Z test_variant_consistency_jit_slice_scatter_cuda_float32 (__main__.TestJitCUDA) ... ok (1.130s) 2022-09-27T16:03:07.9770761Z test_variant_consistency_jit_softmax_cuda_float32 (__main__.TestJitCUDA) ... ok (0.715s) 2022-09-27T16:03:09.4202924Z test_variant_consistency_jit_softmax_with_dtype_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.443s) 2022-09-27T16:03:10.1602162Z test_variant_consistency_jit_softmax_with_dtype_cuda_float32 (__main__.TestJitCUDA) ... ok (0.740s) 2022-09-27T16:03:14.0275929Z test_variant_consistency_jit_sort_cuda_float32 (__main__.TestJitCUDA) ... ok (3.867s) 2022-09-27T16:03:14.0288672Z test_variant_consistency_jit_sparse_sampled_addmm_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:03:14.0300524Z test_variant_consistency_jit_sparse_sampled_addmm_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:03:14.8347323Z test_variant_consistency_jit_special_airy_ai_cuda_float32 (__main__.TestJitCUDA) ... ok (0.804s) 2022-09-27T16:03:15.4150277Z test_variant_consistency_jit_special_bessel_j0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.580s) 2022-09-27T16:03:15.7095652Z test_variant_consistency_jit_special_bessel_j1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.294s) 2022-09-27T16:03:16.6635830Z test_variant_consistency_jit_special_bessel_y0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.954s) 2022-09-27T16:03:17.3418310Z test_variant_consistency_jit_special_bessel_y1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.678s) 2022-09-27T16:03:19.4935497Z test_variant_consistency_jit_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestJitCUDA) ... ok (2.151s) 2022-09-27T16:03:22.3060174Z test_variant_consistency_jit_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestJitCUDA) ... ok (2.812s) 2022-09-27T16:03:22.3072951Z test_variant_consistency_jit_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:03:22.3085586Z test_variant_consistency_jit_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:03:22.6186666Z test_variant_consistency_jit_special_entr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.310s) 2022-09-27T16:03:25.2411684Z test_variant_consistency_jit_special_erfcx_cuda_float32 (__main__.TestJitCUDA) ... ok (2.622s) 2022-09-27T16:03:27.0709175Z test_variant_consistency_jit_special_hermite_polynomial_h_cuda_float32 (__main__.TestJitCUDA) ... ok (1.830s) 2022-09-27T16:03:28.9024718Z test_variant_consistency_jit_special_hermite_polynomial_he_cuda_float32 (__main__.TestJitCUDA) ... ok (1.831s) 2022-09-27T16:03:29.5424709Z test_variant_consistency_jit_special_i0e_cuda_float32 (__main__.TestJitCUDA) ... ok (0.640s) 2022-09-27T16:03:29.7066061Z test_variant_consistency_jit_special_i1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.164s) 2022-09-27T16:03:29.8740777Z test_variant_consistency_jit_special_i1e_cuda_float32 (__main__.TestJitCUDA) ... ok (0.167s) 2022-09-27T16:03:31.8539285Z test_variant_consistency_jit_special_laguerre_polynomial_l_cuda_float32 (__main__.TestJitCUDA) ... ok (1.980s) 2022-09-27T16:03:31.8553947Z test_variant_consistency_jit_special_legendre_polynomial_p_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:03:32.3195804Z test_variant_consistency_jit_special_log_ndtr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.464s) 2022-09-27T16:03:32.6610543Z test_variant_consistency_jit_special_modified_bessel_i0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.341s) 2022-09-27T16:03:33.0114353Z test_variant_consistency_jit_special_modified_bessel_i1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.350s) 2022-09-27T16:03:33.5005086Z test_variant_consistency_jit_special_modified_bessel_k0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.489s) 2022-09-27T16:03:33.9567155Z test_variant_consistency_jit_special_modified_bessel_k1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.456s) 2022-09-27T16:03:34.1215801Z test_variant_consistency_jit_special_ndtr_cuda_float32 (__main__.TestJitCUDA) ... ok (0.165s) 2022-09-27T16:03:34.6215397Z test_variant_consistency_jit_special_ndtri_cuda_float32 (__main__.TestJitCUDA) ... ok (0.500s) 2022-09-27T16:03:34.6248109Z test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T16:03:35.0732388Z test_variant_consistency_jit_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.448s) 2022-09-27T16:03:35.5394627Z test_variant_consistency_jit_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestJitCUDA) ... ok (0.466s) 2022-09-27T16:03:35.5408499Z test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:03:35.5422267Z test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:03:35.5436830Z test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:03:35.5451087Z test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:03:35.9085304Z test_variant_consistency_jit_special_spherical_bessel_j0_cuda_float32 (__main__.TestJitCUDA) ... ok (0.363s) 2022-09-27T16:03:36.4383385Z test_variant_consistency_jit_special_xlog1py_cuda_float32 (__main__.TestJitCUDA) ... ok (0.530s) 2022-09-27T16:03:39.4195161Z test_variant_consistency_jit_special_zeta_cuda_float32 (__main__.TestJitCUDA) ... ok (2.981s) 2022-09-27T16:03:39.9320742Z test_variant_consistency_jit_split_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.513s) 2022-09-27T16:03:40.1858266Z test_variant_consistency_jit_split_cuda_float32 (__main__.TestJitCUDA) ... ok (0.254s) 2022-09-27T16:03:41.0643389Z test_variant_consistency_jit_split_list_args_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.878s) 2022-09-27T16:03:41.4946531Z test_variant_consistency_jit_split_list_args_cuda_float32 (__main__.TestJitCUDA) ... ok (0.430s) 2022-09-27T16:03:42.6586303Z test_variant_consistency_jit_split_with_sizes_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.164s) 2022-09-27T16:03:43.2328739Z test_variant_consistency_jit_split_with_sizes_cuda_float32 (__main__.TestJitCUDA) ... ok (0.574s) 2022-09-27T16:03:43.4577106Z test_variant_consistency_jit_sqrt_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.225s) 2022-09-27T16:03:43.5717650Z test_variant_consistency_jit_sqrt_cuda_float32 (__main__.TestJitCUDA) ... ok (0.114s) 2022-09-27T16:03:44.1984993Z test_variant_consistency_jit_square_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.626s) 2022-09-27T16:03:44.5082072Z test_variant_consistency_jit_square_cuda_float32 (__main__.TestJitCUDA) ... ok (0.310s) 2022-09-27T16:03:45.9938696Z test_variant_consistency_jit_squeeze_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.485s) 2022-09-27T16:03:46.7604180Z test_variant_consistency_jit_squeeze_cuda_float32 (__main__.TestJitCUDA) ... ok (0.766s) 2022-09-27T16:03:47.8559762Z test_variant_consistency_jit_stack_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.095s) 2022-09-27T16:03:48.4051933Z test_variant_consistency_jit_stack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.549s) 2022-09-27T16:03:50.6999706Z test_variant_consistency_jit_std_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.295s) 2022-09-27T16:03:51.8251376Z test_variant_consistency_jit_std_cuda_float32 (__main__.TestJitCUDA) ... ok (1.125s) 2022-09-27T16:03:53.0908084Z test_variant_consistency_jit_std_mean_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.265s) 2022-09-27T16:03:53.7011462Z test_variant_consistency_jit_std_mean_cuda_float32 (__main__.TestJitCUDA) ... ok (0.610s) 2022-09-27T16:03:53.7024095Z test_variant_consistency_jit_stft_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! stft does not match the native function (0.001s) 2022-09-27T16:03:53.7037333Z test_variant_consistency_jit_stft_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! stft does not match the native function (0.001s) 2022-09-27T16:03:56.4873096Z test_variant_consistency_jit_sub_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.783s) 2022-09-27T16:03:57.9293231Z test_variant_consistency_jit_sub_cuda_float32 (__main__.TestJitCUDA) ... ok (1.442s) 2022-09-27T16:04:02.4121789Z test_variant_consistency_jit_sum_cuda_complex64 (__main__.TestJitCUDA) ... ok (4.483s) 2022-09-27T16:04:04.7492236Z test_variant_consistency_jit_sum_cuda_float32 (__main__.TestJitCUDA) ... ok (2.335s) 2022-09-27T16:04:06.5368561Z test_variant_consistency_jit_sum_to_size_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.789s) 2022-09-27T16:04:07.1679729Z test_variant_consistency_jit_sum_to_size_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.631s) 2022-09-27T16:04:07.1691773Z test_variant_consistency_jit_svd_cuda_complex64 (__main__.TestJitCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:04:39.7863001Z test_variant_consistency_jit_svd_cuda_float32 (__main__.TestJitCUDA) ... ok (32.617s) 2022-09-27T16:04:39.8151218Z test_variant_consistency_jit_svd_lowrank_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.029s) 2022-09-27T16:04:39.8304783Z test_variant_consistency_jit_symeig_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:04:39.8305605Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:04:39.8307873Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:04:39.8308422Z should be replaced with 2022-09-27T16:04:39.8309684Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:04:39.8310243Z and 2022-09-27T16:04:39.8310765Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:04:39.8313020Z should be replaced with 2022-09-27T16:04:39.8313784Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T16:04:39.8314290Z results = func(*inputs, **kwargs) 2022-09-27T16:04:42.3983251Z ok (2.583s) 2022-09-27T16:04:43.6368151Z test_variant_consistency_jit_symeig_cuda_float32 (__main__.TestJitCUDA) ... ok (1.238s) 2022-09-27T16:04:44.2295789Z test_variant_consistency_jit_t_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.593s) 2022-09-27T16:04:44.5519884Z test_variant_consistency_jit_t_cuda_float32 (__main__.TestJitCUDA) ... ok (0.322s) 2022-09-27T16:04:45.6610241Z test_variant_consistency_jit_take_along_dim_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.109s) 2022-09-27T16:04:46.2001275Z test_variant_consistency_jit_take_along_dim_cuda_float32 (__main__.TestJitCUDA) ... ok (0.539s) 2022-09-27T16:04:48.2332153Z test_variant_consistency_jit_take_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.033s) 2022-09-27T16:04:49.2372181Z test_variant_consistency_jit_take_cuda_float32 (__main__.TestJitCUDA) ... ok (1.004s) 2022-09-27T16:04:49.4564386Z test_variant_consistency_jit_tan_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.219s) 2022-09-27T16:04:49.5669985Z test_variant_consistency_jit_tan_cuda_float32 (__main__.TestJitCUDA) ... ok (0.110s) 2022-09-27T16:04:51.5024072Z test_variant_consistency_jit_tanh_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.935s) 2022-09-27T16:04:51.6125030Z test_variant_consistency_jit_tanh_cuda_float32 (__main__.TestJitCUDA) ... ok (0.110s) 2022-09-27T16:04:54.3979237Z test_variant_consistency_jit_tensor_split_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.785s) 2022-09-27T16:04:55.8073493Z test_variant_consistency_jit_tensor_split_cuda_float32 (__main__.TestJitCUDA) ... ok (1.409s) 2022-09-27T16:04:56.1722095Z test_variant_consistency_jit_tensordot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.365s) 2022-09-27T16:04:56.3413149Z test_variant_consistency_jit_tensordot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.169s) 2022-09-27T16:05:02.5513624Z test_variant_consistency_jit_tile_cuda_complex64 (__main__.TestJitCUDA) ... ok (6.210s) 2022-09-27T16:05:05.7049823Z test_variant_consistency_jit_tile_cuda_float32 (__main__.TestJitCUDA) ... ok (3.153s) 2022-09-27T16:05:08.5902470Z test_variant_consistency_jit_to_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.885s) 2022-09-27T16:05:10.0734692Z test_variant_consistency_jit_to_cuda_float32 (__main__.TestJitCUDA) ... ok (1.483s) 2022-09-27T16:05:10.1532089Z test_variant_consistency_jit_to_sparse_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.080s) 2022-09-27T16:05:10.2858520Z test_variant_consistency_jit_to_sparse_cuda_float32 (__main__.TestJitCUDA) ... ok (0.133s) 2022-09-27T16:05:12.0912657Z test_variant_consistency_jit_topk_cuda_float32 (__main__.TestJitCUDA) ... ok (1.805s) 2022-09-27T16:05:12.3053070Z test_variant_consistency_jit_trace_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.214s) 2022-09-27T16:05:12.4134589Z test_variant_consistency_jit_trace_cuda_float32 (__main__.TestJitCUDA) ... ok (0.108s) 2022-09-27T16:05:14.2020957Z test_variant_consistency_jit_transpose_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.788s) 2022-09-27T16:05:15.1047494Z test_variant_consistency_jit_transpose_cuda_float32 (__main__.TestJitCUDA) ... ok (0.903s) 2022-09-27T16:05:16.2437293Z test_variant_consistency_jit_trapezoid_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.139s) 2022-09-27T16:05:16.7919142Z test_variant_consistency_jit_trapezoid_cuda_float32 (__main__.TestJitCUDA) ... ok (0.548s) 2022-09-27T16:05:17.8917983Z test_variant_consistency_jit_trapz_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.100s) 2022-09-27T16:05:18.4351172Z test_variant_consistency_jit_trapz_cuda_float32 (__main__.TestJitCUDA) ... ok (0.543s) 2022-09-27T16:05:18.4558914Z test_variant_consistency_jit_triangular_solve_cuda_complex64 (__main__.TestJitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_jit.py:160: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:05:18.4562228Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:05:18.4562829Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:05:18.4563123Z should be replaced with 2022-09-27T16:05:18.4563934Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:05:18.4565864Z results = func(*inputs, **kwargs) 2022-09-27T16:05:21.6290270Z ok (3.194s) 2022-09-27T16:05:23.1958760Z test_variant_consistency_jit_triangular_solve_cuda_float32 (__main__.TestJitCUDA) ... ok (1.567s) 2022-09-27T16:05:24.8420615Z test_variant_consistency_jit_tril_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.646s) 2022-09-27T16:05:25.6728500Z test_variant_consistency_jit_tril_cuda_float32 (__main__.TestJitCUDA) ... ok (0.831s) 2022-09-27T16:05:27.3435521Z test_variant_consistency_jit_triu_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.671s) 2022-09-27T16:05:28.1797230Z test_variant_consistency_jit_triu_cuda_float32 (__main__.TestJitCUDA) ... ok (0.836s) 2022-09-27T16:05:30.5275764Z test_variant_consistency_jit_true_divide_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.348s) 2022-09-27T16:05:31.6866866Z test_variant_consistency_jit_true_divide_cuda_float32 (__main__.TestJitCUDA) ... ok (1.159s) 2022-09-27T16:05:31.7959492Z test_variant_consistency_jit_trunc_cuda_float32 (__main__.TestJitCUDA) ... ok (0.109s) 2022-09-27T16:05:33.6739342Z test_variant_consistency_jit_unbind_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.878s) 2022-09-27T16:05:34.5961853Z test_variant_consistency_jit_unbind_cuda_float32 (__main__.TestJitCUDA) ... ok (0.922s) 2022-09-27T16:05:36.8698361Z test_variant_consistency_jit_unflatten_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.273s) 2022-09-27T16:05:38.0382507Z test_variant_consistency_jit_unflatten_cuda_float32 (__main__.TestJitCUDA) ... ok (1.168s) 2022-09-27T16:05:40.5338618Z test_variant_consistency_jit_unfold_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.495s) 2022-09-27T16:05:41.8158007Z test_variant_consistency_jit_unfold_cuda_float32 (__main__.TestJitCUDA) ... ok (1.282s) 2022-09-27T16:05:41.8194571Z test_variant_consistency_jit_uniform_cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.004s) 2022-09-27T16:05:41.8219179Z test_variant_consistency_jit_uniform_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.002s) 2022-09-27T16:05:41.8936903Z test_variant_consistency_jit_unique_consecutive_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.072s) 2022-09-27T16:05:41.9595815Z test_variant_consistency_jit_unique_cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.066s) 2022-09-27T16:05:43.9052963Z test_variant_consistency_jit_unsqueeze_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.945s) 2022-09-27T16:05:44.9171169Z test_variant_consistency_jit_unsqueeze_cuda_float32 (__main__.TestJitCUDA) ... ok (1.012s) 2022-09-27T16:05:47.1799152Z test_variant_consistency_jit_var_cuda_complex64 (__main__.TestJitCUDA) ... ok (2.263s) 2022-09-27T16:05:48.2693578Z test_variant_consistency_jit_var_cuda_float32 (__main__.TestJitCUDA) ... ok (1.089s) 2022-09-27T16:05:49.5477194Z test_variant_consistency_jit_var_mean_cuda_complex64 (__main__.TestJitCUDA) ... ok (1.278s) 2022-09-27T16:05:50.1375519Z test_variant_consistency_jit_var_mean_cuda_float32 (__main__.TestJitCUDA) ... ok (0.590s) 2022-09-27T16:05:50.6252986Z test_variant_consistency_jit_vdot_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.487s) 2022-09-27T16:05:50.7380729Z test_variant_consistency_jit_vdot_cuda_float32 (__main__.TestJitCUDA) ... ok (0.113s) 2022-09-27T16:05:50.7910595Z test_variant_consistency_jit_view_as_complex_cuda_float32 (__main__.TestJitCUDA) ... ok (0.053s) 2022-09-27T16:05:51.2060833Z test_variant_consistency_jit_view_as_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.415s) 2022-09-27T16:05:51.4131160Z test_variant_consistency_jit_view_as_cuda_float32 (__main__.TestJitCUDA) ... ok (0.207s) 2022-09-27T16:05:51.5156087Z test_variant_consistency_jit_view_as_real_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.102s) 2022-09-27T16:05:52.3002072Z test_variant_consistency_jit_view_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.784s) 2022-09-27T16:05:52.7020277Z test_variant_consistency_jit_view_cuda_float32 (__main__.TestJitCUDA) ... ok (0.402s) 2022-09-27T16:05:53.2779040Z test_variant_consistency_jit_vsplit_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.576s) 2022-09-27T16:05:53.5527022Z test_variant_consistency_jit_vsplit_cuda_float32 (__main__.TestJitCUDA) ... ok (0.275s) 2022-09-27T16:05:53.7982112Z test_variant_consistency_jit_vstack_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.245s) 2022-09-27T16:05:53.9218835Z test_variant_consistency_jit_vstack_cuda_float32 (__main__.TestJitCUDA) ... ok (0.123s) 2022-09-27T16:05:53.9231737Z test_variant_consistency_jit_where_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:53.9244282Z test_variant_consistency_jit_where_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:54.9698093Z test_variant_consistency_jit_xlogy_cuda_float32 (__main__.TestJitCUDA) ... ok (1.045s) 2022-09-27T16:05:54.9731551Z test_variant_consistency_jit_zero__cuda_complex64 (__main__.TestJitCUDA) ... expected failure (0.003s) 2022-09-27T16:05:54.9755308Z test_variant_consistency_jit_zero__cuda_float32 (__main__.TestJitCUDA) ... expected failure (0.002s) 2022-09-27T16:05:54.9768243Z test_variant_consistency_jit_zeros_cuda_complex64 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:54.9781280Z test_variant_consistency_jit_zeros_cuda_float32 (__main__.TestJitCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:05:55.2724001Z test_variant_consistency_jit_zeros_like_cuda_complex64 (__main__.TestJitCUDA) ... ok (0.294s) 2022-09-27T16:05:55.4120293Z test_variant_consistency_jit_zeros_like_cuda_float32 (__main__.TestJitCUDA) ... ok (0.140s) 2022-09-27T16:05:55.4120738Z 2022-09-27T16:05:55.4121668Z ---------------------------------------------------------------------- 2022-09-27T16:05:55.4122087Z Ran 1012 tests in 1263.972s 2022-09-27T16:05:55.4122269Z 2022-09-27T16:05:55.4122425Z OK (skipped=104, expected failures=163) 2022-09-27T16:05:55.4124748Z 2022-09-27T16:05:55.4125020Z Generating XML reports... 2022-09-27T16:05:55.5182104Z Generated XML report: test-reports/python-unittest/test_ops_jit/TEST-TestJitCUDA-20220927154451.xml 2022-09-27T16:06:00.6257785Z Running test_meta ... [2022-09-27 16:06:00.625199] 2022-09-27T16:06:00.6258517Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:06:00.625295] 2022-09-27T16:06:05.2666226Z Test results will be stored in test-reports/python-unittest/test_meta 2022-09-27T16:06:05.5479489Z 2022-09-27T16:06:05.5480222Z Running tests... 2022-09-27T16:06:05.5480980Z ---------------------------------------------------------------------- 2022-09-27T16:06:05.5525171Z test_dispatch_meta_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:06:05.5546098Z test_dispatch_meta_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5578476Z test_dispatch_meta_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:06:05.5602954Z test_dispatch_meta_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5633488Z test_dispatch_meta_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:06:05.5655361Z test_dispatch_meta_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5677707Z test_dispatch_meta_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5699616Z test_dispatch_meta_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5719287Z test_dispatch_meta_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5738575Z test_dispatch_meta_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5757908Z test_dispatch_meta_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5779509Z test_dispatch_meta_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5800093Z test_dispatch_meta_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5826479Z test_dispatch_meta_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:06:05.5850399Z test_dispatch_meta_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5878713Z test_dispatch_meta_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:06:05.5906626Z test_dispatch_meta_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:06:05.5934551Z test_dispatch_meta_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:06:05.5959661Z test_dispatch_meta_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.5985640Z test_dispatch_meta_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.6011652Z test_dispatch_meta_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:06:05.6036098Z test_dispatch_meta_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.6059054Z test_dispatch_meta_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.6083396Z test_dispatch_meta_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.6107434Z test_dispatch_meta_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.6131959Z test_dispatch_meta_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:06:05.6526751Z test_dispatch_meta___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:06:05.6695090Z test_dispatch_meta___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:06:05.6891265Z test_dispatch_meta___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:06:05.7089819Z test_dispatch_meta___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:06:05.7286595Z test_dispatch_meta___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:06:05.7469965Z test_dispatch_meta___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:06:05.7651996Z test_dispatch_meta___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:06:05.7830597Z test_dispatch_meta___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:06:05.7998156Z test_dispatch_meta___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:06:05.8162349Z test_dispatch_meta___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:06:05.8329605Z test_dispatch_meta___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:06:05.8495235Z test_dispatch_meta___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:06:05.8662743Z test_dispatch_meta___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:06:05.8745868Z test_dispatch_meta___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:05.8812423Z test_dispatch_meta___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:05.8912814Z test_dispatch_meta___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:06:05.9011846Z test_dispatch_meta___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:06:05.9096053Z test_dispatch_meta___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:05.9180356Z test_dispatch_meta___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:05.9262908Z test_dispatch_meta___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:05.9332155Z test_dispatch_meta___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:05.9400368Z test_dispatch_meta___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:05.9468391Z test_dispatch_meta___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:05.9539289Z test_dispatch_meta___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:05.9610056Z test_dispatch_meta___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:05.9677680Z test_dispatch_meta___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:05.9745400Z test_dispatch_meta___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:05.9814791Z test_dispatch_meta___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:05.9882756Z test_dispatch_meta___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:05.9952962Z test_dispatch_meta___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.0021720Z test_dispatch_meta___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.0156095Z test_dispatch_meta___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:06:06.0273351Z test_dispatch_meta___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:06:06.0421377Z test_dispatch_meta___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:06:06.0568336Z test_dispatch_meta___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:06:06.0704455Z test_dispatch_meta___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:06:06.0834064Z test_dispatch_meta___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:06:06.0967281Z test_dispatch_meta___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:06:06.1088063Z test_dispatch_meta___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:06:06.1208553Z test_dispatch_meta___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:06:06.1327653Z test_dispatch_meta___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:06:06.1444472Z test_dispatch_meta___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:06:06.1561443Z test_dispatch_meta___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:06:06.5863476Z test_dispatch_meta___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.430s) 2022-09-27T16:06:06.6123082Z test_dispatch_meta___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:06:06.6362262Z test_dispatch_meta___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:06.6598885Z test_dispatch_meta___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:06.6835816Z test_dispatch_meta___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:06.6918870Z test_dispatch_meta___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:06.7003113Z test_dispatch_meta___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:06.7087327Z test_dispatch_meta___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:06.7169153Z test_dispatch_meta___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:06.7237138Z test_dispatch_meta___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.7304746Z test_dispatch_meta___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.7374999Z test_dispatch_meta___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.7443868Z test_dispatch_meta___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.7511500Z test_dispatch_meta___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.7595663Z test_dispatch_meta___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:06.7661940Z test_dispatch_meta___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.7759524Z test_dispatch_meta___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:06:06.7856911Z test_dispatch_meta___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:06:06.7940682Z test_dispatch_meta___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:06.8024412Z test_dispatch_meta___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:06.8105981Z test_dispatch_meta___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:06.8173502Z test_dispatch_meta___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.8240893Z test_dispatch_meta___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.8309116Z test_dispatch_meta___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.8376265Z test_dispatch_meta___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.8446054Z test_dispatch_meta___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.8513437Z test_dispatch_meta___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.8579988Z test_dispatch_meta___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.8648462Z test_dispatch_meta___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.8715934Z test_dispatch_meta___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.8785370Z test_dispatch_meta___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.8855667Z test_dispatch_meta___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:06.9004648Z test_dispatch_meta___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:06:06.9166416Z test_dispatch_meta___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:06:06.9330102Z test_dispatch_meta___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:06:06.9481544Z test_dispatch_meta___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:06:06.9630861Z test_dispatch_meta___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:06:06.9782929Z test_dispatch_meta___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:06:06.9919819Z test_dispatch_meta___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:06:07.0053661Z test_dispatch_meta___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:06:07.0187851Z test_dispatch_meta___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:06:07.0320457Z test_dispatch_meta___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:06:07.0453195Z test_dispatch_meta___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:06:07.0535727Z test_dispatch_meta___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:07.0634789Z test_dispatch_meta___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:06:07.0733794Z test_dispatch_meta___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:06:07.0815919Z test_dispatch_meta___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:07.0898002Z test_dispatch_meta___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:07.0982696Z test_dispatch_meta___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:06:07.1053956Z test_dispatch_meta___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.1125219Z test_dispatch_meta___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.1196667Z test_dispatch_meta___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.1266583Z test_dispatch_meta___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.1337684Z test_dispatch_meta___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.1405946Z test_dispatch_meta___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.1475883Z test_dispatch_meta___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.1545469Z test_dispatch_meta___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.1615305Z test_dispatch_meta___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.1685242Z test_dispatch_meta___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.1755077Z test_dispatch_meta___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:06:07.3377664Z test_dispatch_meta__masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-09-27T16:06:07.4993379Z test_dispatch_meta__masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.161s) 2022-09-27T16:06:07.6606850Z test_dispatch_meta__masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.161s) 2022-09-27T16:06:07.8226688Z test_dispatch_meta__masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-09-27T16:06:07.9592258Z test_dispatch_meta__masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-09-27T16:06:08.0952059Z test_dispatch_meta__masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:06:08.2310134Z test_dispatch_meta__masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:06:08.3672548Z test_dispatch_meta__masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:06:08.5049437Z test_dispatch_meta__masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-09-27T16:06:08.6671640Z test_dispatch_meta__masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-09-27T16:06:08.8296616Z test_dispatch_meta__masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-09-27T16:06:08.9917257Z test_dispatch_meta__masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-09-27T16:06:09.1541177Z test_dispatch_meta__masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-09-27T16:06:09.2901501Z test_dispatch_meta__masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:06:09.4264802Z test_dispatch_meta__masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:06:09.5619446Z test_dispatch_meta__masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-09-27T16:06:09.6980919Z test_dispatch_meta__masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:06:09.8348728Z test_dispatch_meta__masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-09-27T16:06:09.9362387Z test_dispatch_meta__masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-09-27T16:06:10.0385024Z test_dispatch_meta__masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-09-27T16:06:10.1384999Z test_dispatch_meta__masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-09-27T16:06:10.2397913Z test_dispatch_meta__masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-09-27T16:06:10.3235517Z test_dispatch_meta__masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:06:10.4074145Z test_dispatch_meta__masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:06:10.4873994Z test_dispatch_meta__masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-09-27T16:06:10.5711109Z test_dispatch_meta__masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:06:10.6553420Z test_dispatch_meta__masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:06:10.7555157Z test_dispatch_meta__masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-09-27T16:06:10.8568715Z test_dispatch_meta__masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-09-27T16:06:10.9570814Z test_dispatch_meta__masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-09-27T16:06:11.0583604Z test_dispatch_meta__masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-09-27T16:06:11.1423708Z test_dispatch_meta__masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:06:11.2271687Z test_dispatch_meta__masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:06:11.3075039Z test_dispatch_meta__masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-09-27T16:06:11.3918407Z test_dispatch_meta__masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:06:11.4761984Z test_dispatch_meta__masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:06:11.5011096Z test_dispatch_meta__masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.5265610Z test_dispatch_meta__masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.5515721Z test_dispatch_meta__masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.5768545Z test_dispatch_meta__masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.6014863Z test_dispatch_meta__masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.6261136Z test_dispatch_meta__masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.6500678Z test_dispatch_meta__masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:11.6743195Z test_dispatch_meta__masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:11.6982783Z test_dispatch_meta__masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:11.7231245Z test_dispatch_meta__masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.7477378Z test_dispatch_meta__masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:11.7724769Z test_dispatch_meta__masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.7979563Z test_dispatch_meta__masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.8231254Z test_dispatch_meta__masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.8482574Z test_dispatch_meta__masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.8728705Z test_dispatch_meta__masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:11.8972985Z test_dispatch_meta__masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:11.9214139Z test_dispatch_meta__masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:11.9459935Z test_dispatch_meta__masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:11.9709370Z test_dispatch_meta__masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:11.9953604Z test_dispatch_meta__masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:06:12.0200384Z test_dispatch_meta__masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:06:12.0478205Z test_dispatch_meta__masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:06:12.0753037Z test_dispatch_meta__masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:06:12.1025710Z test_dispatch_meta__masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:06:12.1298005Z test_dispatch_meta__masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:06:12.1676447Z test_dispatch_meta__masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:06:12.2055093Z test_dispatch_meta__masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:06:12.2429506Z test_dispatch_meta__masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:06:12.4375250Z test_dispatch_meta__masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-09-27T16:06:12.6326421Z test_dispatch_meta__masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-09-27T16:06:12.8199436Z test_dispatch_meta__masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-09-27T16:06:13.0084338Z test_dispatch_meta__masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-09-27T16:06:13.1741435Z test_dispatch_meta__masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-09-27T16:06:13.3396699Z test_dispatch_meta__masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-09-27T16:06:13.5063218Z test_dispatch_meta__masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-09-27T16:06:13.6729551Z test_dispatch_meta__masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-09-27T16:06:13.8383487Z test_dispatch_meta__masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.165s) 2022-09-27T16:06:14.2073939Z test_dispatch_meta__masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.369s) 2022-09-27T16:06:14.5110330Z test_dispatch_meta__masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.304s) 2022-09-27T16:06:14.8168039Z test_dispatch_meta__masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.306s) 2022-09-27T16:06:15.1206928Z test_dispatch_meta__masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.304s) 2022-09-27T16:06:15.4897386Z test_dispatch_meta__masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.369s) 2022-09-27T16:06:15.8573166Z test_dispatch_meta__masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.367s) 2022-09-27T16:06:16.2239856Z test_dispatch_meta__masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.366s) 2022-09-27T16:06:16.5274760Z test_dispatch_meta__masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.303s) 2022-09-27T16:06:16.8290827Z test_dispatch_meta__masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-09-27T16:06:17.1313707Z test_dispatch_meta__masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-09-27T16:06:17.4356385Z test_dispatch_meta__masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.304s) 2022-09-27T16:06:17.7390081Z test_dispatch_meta__masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.303s) 2022-09-27T16:06:17.7677668Z test_dispatch_meta__masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:06:17.7964231Z test_dispatch_meta__masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:06:17.8250174Z test_dispatch_meta__masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:06:18.6609266Z test_dispatch_meta__masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.836s) 2022-09-27T16:06:19.4991698Z test_dispatch_meta__masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.838s) 2022-09-27T16:06:20.3307743Z test_dispatch_meta__masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.831s) 2022-09-27T16:06:21.1666477Z test_dispatch_meta__masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.836s) 2022-09-27T16:06:21.2289192Z test_dispatch_meta__masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-09-27T16:06:21.2943383Z test_dispatch_meta__masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-09-27T16:06:21.3605415Z test_dispatch_meta__masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-09-27T16:06:21.4229690Z test_dispatch_meta__masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-09-27T16:06:21.4870002Z test_dispatch_meta__masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:06:21.5513338Z test_dispatch_meta__masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:06:25.1198622Z test_dispatch_meta__masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.568s) 2022-09-27T16:06:28.5810205Z test_dispatch_meta__masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (3.461s) 2022-09-27T16:06:49.2468111Z test_dispatch_meta__masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (20.666s) 2022-09-27T16:06:57.9529283Z test_dispatch_meta__masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (8.706s) 2022-09-27T16:07:01.4609962Z test_dispatch_meta__masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.508s) 2022-09-27T16:07:03.8551166Z test_dispatch_meta__masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.394s) 2022-09-27T16:07:07.1783933Z test_dispatch_meta__masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.323s) 2022-09-27T16:07:07.3387672Z test_dispatch_meta__masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-09-27T16:07:07.4980086Z test_dispatch_meta__masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.159s) 2022-09-27T16:07:07.6506818Z test_dispatch_meta__masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-09-27T16:07:07.8107939Z test_dispatch_meta__masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-09-27T16:07:07.9720301Z test_dispatch_meta__masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.161s) 2022-09-27T16:07:07.9991692Z test_dispatch_meta__masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:07:08.0261961Z test_dispatch_meta__masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:07:08.0540549Z test_dispatch_meta__masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:07:08.0816331Z test_dispatch_meta__masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:07:08.1144533Z test_dispatch_meta__masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:07:08.1469734Z test_dispatch_meta__masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:07:08.1795235Z test_dispatch_meta__masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:07:08.2122903Z test_dispatch_meta__masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:07:09.6260129Z test_dispatch_meta__masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.413s) 2022-09-27T16:07:11.4115514Z test_dispatch_meta__masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.785s) 2022-09-27T16:07:12.6533212Z test_dispatch_meta__masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.242s) 2022-09-27T16:07:14.0769217Z test_dispatch_meta__masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.423s) 2022-09-27T16:07:15.4913660Z test_dispatch_meta__masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.414s) 2022-09-27T16:07:16.9058806Z test_dispatch_meta__masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.414s) 2022-09-27T16:07:18.0843072Z test_dispatch_meta__masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.178s) 2022-09-27T16:07:19.2624197Z test_dispatch_meta__masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.178s) 2022-09-27T16:07:20.4334385Z test_dispatch_meta__masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.171s) 2022-09-27T16:07:21.6071593Z test_dispatch_meta__masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.174s) 2022-09-27T16:07:22.7761539Z test_dispatch_meta__masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.169s) 2022-09-27T16:07:22.9370384Z test_dispatch_meta__masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.161s) 2022-09-27T16:07:23.0743694Z test_dispatch_meta__masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.137s) 2022-09-27T16:07:23.2103930Z test_dispatch_meta__masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:07:23.3463530Z test_dispatch_meta__masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:07:23.5070896Z test_dispatch_meta__masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.161s) 2022-09-27T16:07:23.6719914Z test_dispatch_meta__masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.165s) 2022-09-27T16:07:23.8358900Z test_dispatch_meta__masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.164s) 2022-09-27T16:07:23.9724867Z test_dispatch_meta__masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:07:24.1100636Z test_dispatch_meta__masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-09-27T16:07:24.2446456Z test_dispatch_meta__masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.135s) 2022-09-27T16:07:24.3811550Z test_dispatch_meta__masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:07:24.5179084Z test_dispatch_meta__masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-09-27T16:07:25.8777036Z test_dispatch_meta__masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.359s) 2022-09-27T16:07:27.0736743Z test_dispatch_meta__masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.196s) 2022-09-27T16:07:28.2685473Z test_dispatch_meta__masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.195s) 2022-09-27T16:07:29.6269565Z test_dispatch_meta__masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.358s) 2022-09-27T16:07:30.9942315Z test_dispatch_meta__masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.367s) 2022-09-27T16:07:32.3568135Z test_dispatch_meta__masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.362s) 2022-09-27T16:07:33.4791219Z test_dispatch_meta__masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.122s) 2022-09-27T16:07:34.6045463Z test_dispatch_meta__masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.125s) 2022-09-27T16:07:35.7266085Z test_dispatch_meta__masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.122s) 2022-09-27T16:07:36.8520356Z test_dispatch_meta__masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.125s) 2022-09-27T16:07:37.9804995Z test_dispatch_meta__masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.128s) 2022-09-27T16:07:37.9835334Z test_dispatch_meta_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:37.9860590Z test_dispatch_meta_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:37.9912519Z test_dispatch_meta_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:38.2060090Z test_dispatch_meta_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.214s) 2022-09-27T16:07:38.2111776Z test_dispatch_meta_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:38.2140161Z test_dispatch_meta_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:38.2167013Z test_dispatch_meta_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:38.2193956Z test_dispatch_meta_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:38.2219634Z test_dispatch_meta_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:38.2245224Z test_dispatch_meta_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:38.2269901Z test_dispatch_meta_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:38.2295565Z test_dispatch_meta_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:38.2321578Z test_dispatch_meta_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:38.2364674Z test_dispatch_meta_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2404747Z test_dispatch_meta_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2449580Z test_dispatch_meta_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2494575Z test_dispatch_meta_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2539045Z test_dispatch_meta_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2581650Z test_dispatch_meta_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2624330Z test_dispatch_meta_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2666849Z test_dispatch_meta_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2707368Z test_dispatch_meta_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2747849Z test_dispatch_meta_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2788417Z test_dispatch_meta_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2828879Z test_dispatch_meta_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2869168Z test_dispatch_meta_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2911904Z test_dispatch_meta_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2950502Z test_dispatch_meta_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.2995476Z test_dispatch_meta_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3040525Z test_dispatch_meta_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3085440Z test_dispatch_meta_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3128260Z test_dispatch_meta_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3171058Z test_dispatch_meta_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3214316Z test_dispatch_meta_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3254767Z test_dispatch_meta_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3295329Z test_dispatch_meta_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3335484Z test_dispatch_meta_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3375793Z test_dispatch_meta_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3416202Z test_dispatch_meta_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:38.3573387Z test_dispatch_meta_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:07:38.3715354Z test_dispatch_meta_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:38.3896966Z test_dispatch_meta_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:07:38.4079980Z test_dispatch_meta_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:07:38.4255336Z test_dispatch_meta_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:07:38.4418522Z test_dispatch_meta_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:07:38.4576327Z test_dispatch_meta_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:07:38.4733947Z test_dispatch_meta_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:07:38.4879684Z test_dispatch_meta_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:38.5025084Z test_dispatch_meta_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:38.5170821Z test_dispatch_meta_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:38.5316526Z test_dispatch_meta_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:38.5461909Z test_dispatch_meta_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:38.5727985Z test_dispatch_meta_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:07:38.5991211Z test_dispatch_meta_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:07:38.6121663Z test_dispatch_meta_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:38.6247654Z test_dispatch_meta_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:38.6373305Z test_dispatch_meta_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:38.6630546Z test_dispatch_meta_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:07:41.6210990Z test_dispatch_meta_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.958s) 2022-09-27T16:07:41.6556277Z test_dispatch_meta_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:07:41.6817119Z test_dispatch_meta_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:07:41.7069814Z test_dispatch_meta_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:07:41.7324233Z test_dispatch_meta_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:07:41.7578126Z test_dispatch_meta_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:07:44.3531833Z test_dispatch_meta_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.595s) 2022-09-27T16:07:44.3866021Z test_dispatch_meta_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:07:44.4120382Z test_dispatch_meta_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:07:44.4379512Z test_dispatch_meta_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:07:44.4638099Z test_dispatch_meta_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:07:44.4871484Z test_dispatch_meta_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:07:44.5103135Z test_dispatch_meta_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:07:44.5326025Z test_dispatch_meta_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:07:44.5559453Z test_dispatch_meta_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:07:44.5794454Z test_dispatch_meta_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:07:44.5859572Z test_dispatch_meta_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:44.5956714Z test_dispatch_meta_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:07:44.6053490Z test_dispatch_meta_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:07:44.6118813Z test_dispatch_meta_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:44.6179285Z test_dispatch_meta_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:44.6243436Z test_dispatch_meta_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:44.6306352Z test_dispatch_meta_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:44.6405759Z test_dispatch_meta_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:07:44.6504455Z test_dispatch_meta_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:07:44.6567802Z test_dispatch_meta_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:44.6630182Z test_dispatch_meta_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:44.6692192Z test_dispatch_meta_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:44.6808700Z test_dispatch_meta_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:44.6942431Z test_dispatch_meta_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:44.7077132Z test_dispatch_meta_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:44.7195043Z test_dispatch_meta_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:44.7312926Z test_dispatch_meta_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:44.7430814Z test_dispatch_meta_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:44.7541619Z test_dispatch_meta_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:44.7612017Z test_dispatch_meta_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:44.7701168Z test_dispatch_meta_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:44.7790764Z test_dispatch_meta_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:44.7901271Z test_dispatch_meta_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:44.8009738Z test_dispatch_meta_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:44.8119350Z test_dispatch_meta_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:44.8192820Z test_dispatch_meta_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:44.8265777Z test_dispatch_meta_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:44.8339309Z test_dispatch_meta_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:44.8412731Z test_dispatch_meta_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:44.8485929Z test_dispatch_meta_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:44.8620959Z test_dispatch_meta_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:44.8752057Z test_dispatch_meta_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:44.8892817Z test_dispatch_meta_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:44.9033903Z test_dispatch_meta_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:44.9170085Z test_dispatch_meta_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:44.9306253Z test_dispatch_meta_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:44.9441055Z test_dispatch_meta_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:44.9570260Z test_dispatch_meta_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:44.9699011Z test_dispatch_meta_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:44.9827827Z test_dispatch_meta_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:44.9958518Z test_dispatch_meta_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:45.0091792Z test_dispatch_meta_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:45.2718770Z test_dispatch_meta_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.262s) 2022-09-27T16:07:45.5335352Z test_dispatch_meta_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.262s) 2022-09-27T16:07:45.7939626Z test_dispatch_meta_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.260s) 2022-09-27T16:07:46.0552604Z test_dispatch_meta_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-09-27T16:07:46.3126376Z test_dispatch_meta_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.257s) 2022-09-27T16:07:46.5697467Z test_dispatch_meta_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.257s) 2022-09-27T16:07:46.5902702Z test_dispatch_meta_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.6103263Z test_dispatch_meta_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.6301462Z test_dispatch_meta_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.6499223Z test_dispatch_meta_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.6703668Z test_dispatch_meta_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.6904825Z test_dispatch_meta_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.7105886Z test_dispatch_meta_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.7304084Z test_dispatch_meta_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.7505198Z test_dispatch_meta_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.7706431Z test_dispatch_meta_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.7911410Z test_dispatch_meta_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.8112087Z test_dispatch_meta_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.8308557Z test_dispatch_meta_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.8506181Z test_dispatch_meta_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.8710633Z test_dispatch_meta_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.8911216Z test_dispatch_meta_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.9112791Z test_dispatch_meta_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.9313435Z test_dispatch_meta_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.9514323Z test_dispatch_meta_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.9715260Z test_dispatch_meta_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:07:46.9761493Z test_dispatch_meta_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:46.9782629Z test_dispatch_meta_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:46.9828262Z test_dispatch_meta_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:46.9854216Z test_dispatch_meta_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:46.9880349Z test_dispatch_meta_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:46.9901814Z test_dispatch_meta_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:46.9923687Z test_dispatch_meta_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:46.9945016Z test_dispatch_meta_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:46.9983186Z test_dispatch_meta_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:46.9989179Z test_dispatch_meta_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:47.0012478Z test_dispatch_meta_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:47.2559221Z test_dispatch_meta_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.254s) 2022-09-27T16:07:47.5026853Z test_dispatch_meta_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.247s) 2022-09-27T16:07:47.5075010Z test_dispatch_meta_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:47.5098143Z test_dispatch_meta_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:47.5121798Z test_dispatch_meta_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:47.5143876Z test_dispatch_meta_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:47.5166798Z test_dispatch_meta_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:47.5190218Z test_dispatch_meta_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:47.5213974Z test_dispatch_meta_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:47.5237712Z test_dispatch_meta_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:47.5376889Z test_dispatch_meta_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:47.5508437Z test_dispatch_meta_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.5649707Z test_dispatch_meta_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:47.5791128Z test_dispatch_meta_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:47.5928178Z test_dispatch_meta_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:47.6065047Z test_dispatch_meta_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:47.6200607Z test_dispatch_meta_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.6329684Z test_dispatch_meta_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.6462673Z test_dispatch_meta_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.6596216Z test_dispatch_meta_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.6729465Z test_dispatch_meta_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.6861825Z test_dispatch_meta_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.7016930Z test_dispatch_meta_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:07:47.7174715Z test_dispatch_meta_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:07:47.7331426Z test_dispatch_meta_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:07:47.7488898Z test_dispatch_meta_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:07:47.7646358Z test_dispatch_meta_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:07:47.7804470Z test_dispatch_meta_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:07:47.7961746Z test_dispatch_meta_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:07:47.8115143Z test_dispatch_meta_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:07:47.8266678Z test_dispatch_meta_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:07:47.8404034Z test_dispatch_meta_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:47.8540359Z test_dispatch_meta_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:47.8673779Z test_dispatch_meta_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.8809510Z test_dispatch_meta_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.8941816Z test_dispatch_meta_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.9074373Z test_dispatch_meta_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.9206563Z test_dispatch_meta_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.9338301Z test_dispatch_meta_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.9470907Z test_dispatch_meta_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:47.9608572Z test_dispatch_meta_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:47.9744879Z test_dispatch_meta_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:07:47.9878642Z test_dispatch_meta_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:48.0014255Z test_dispatch_meta_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:48.0147723Z test_dispatch_meta_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:48.0275876Z test_dispatch_meta_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:48.0408298Z test_dispatch_meta_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:48.0540411Z test_dispatch_meta_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:48.0673829Z test_dispatch_meta_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:48.0851112Z test_dispatch_meta_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:07:48.1024325Z test_dispatch_meta_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:07:48.1197443Z test_dispatch_meta_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:07:48.1367955Z test_dispatch_meta_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:07:48.1540275Z test_dispatch_meta_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:07:48.1713489Z test_dispatch_meta_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:07:48.1891739Z test_dispatch_meta_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:07:48.2064728Z test_dispatch_meta_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:07:48.2240283Z test_dispatch_meta_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:07:48.2793197Z test_dispatch_meta_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:07:48.3333383Z test_dispatch_meta_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:07:48.3884374Z test_dispatch_meta_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:07:48.4437256Z test_dispatch_meta_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:07:48.4985697Z test_dispatch_meta_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:07:48.5534503Z test_dispatch_meta_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:07:48.6082832Z test_dispatch_meta_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:07:48.6628707Z test_dispatch_meta_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:07:48.7169176Z test_dispatch_meta_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:07:48.7714111Z test_dispatch_meta_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:07:48.8260352Z test_dispatch_meta_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:07:48.8805432Z test_dispatch_meta_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:07:48.8850796Z test_dispatch_meta_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:48.8889254Z test_dispatch_meta_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:48.8937674Z test_dispatch_meta_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:48.8985744Z test_dispatch_meta_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:48.9034635Z test_dispatch_meta_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:48.9077855Z test_dispatch_meta_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:48.9121583Z test_dispatch_meta_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:48.9164835Z test_dispatch_meta_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:48.9203647Z test_dispatch_meta_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:48.9242372Z test_dispatch_meta_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:48.9279572Z test_dispatch_meta_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:48.9318442Z test_dispatch_meta_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:48.9357350Z test_dispatch_meta_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:48.9412086Z test_dispatch_meta_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:48.9458425Z test_dispatch_meta_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:48.9521139Z test_dispatch_meta_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:48.9584086Z test_dispatch_meta_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:48.9646983Z test_dispatch_meta_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:48.9701778Z test_dispatch_meta_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:48.9756242Z test_dispatch_meta_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:48.9810342Z test_dispatch_meta_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:48.9857796Z test_dispatch_meta_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:48.9905187Z test_dispatch_meta_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:48.9952682Z test_dispatch_meta_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.0000144Z test_dispatch_meta_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.0047476Z test_dispatch_meta_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.0071706Z test_dispatch_meta_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0093104Z test_dispatch_meta_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0119570Z test_dispatch_meta_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.0142825Z test_dispatch_meta_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0166459Z test_dispatch_meta_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0188923Z test_dispatch_meta_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0211580Z test_dispatch_meta_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0234099Z test_dispatch_meta_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0255572Z test_dispatch_meta_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0278653Z test_dispatch_meta_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0301313Z test_dispatch_meta_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0324082Z test_dispatch_meta_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0346639Z test_dispatch_meta_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0370950Z test_dispatch_meta_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0392545Z test_dispatch_meta_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0415878Z test_dispatch_meta_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0439486Z test_dispatch_meta_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0462828Z test_dispatch_meta_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0485481Z test_dispatch_meta_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0507855Z test_dispatch_meta_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0530630Z test_dispatch_meta_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0553654Z test_dispatch_meta_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0576360Z test_dispatch_meta_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0599373Z test_dispatch_meta_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0621969Z test_dispatch_meta_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0644823Z test_dispatch_meta_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.0776394Z test_dispatch_meta_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:49.0889893Z test_dispatch_meta_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:49.1023116Z test_dispatch_meta_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:49.1156478Z test_dispatch_meta_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:49.1289827Z test_dispatch_meta_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:49.1410483Z test_dispatch_meta_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:49.1530325Z test_dispatch_meta_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:49.1650649Z test_dispatch_meta_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:49.1770763Z test_dispatch_meta_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:49.1890811Z test_dispatch_meta_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:49.1915034Z test_dispatch_meta_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.1936246Z test_dispatch_meta_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.1959870Z test_dispatch_meta_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.1982970Z test_dispatch_meta_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2006865Z test_dispatch_meta_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2030003Z test_dispatch_meta_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2053718Z test_dispatch_meta_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2077636Z test_dispatch_meta_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2100454Z test_dispatch_meta_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2123048Z test_dispatch_meta_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2144582Z test_dispatch_meta_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2166368Z test_dispatch_meta_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2187847Z test_dispatch_meta_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2210896Z test_dispatch_meta_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2232733Z test_dispatch_meta_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2257483Z test_dispatch_meta_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2282266Z test_dispatch_meta_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2306560Z test_dispatch_meta_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2330620Z test_dispatch_meta_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2353043Z test_dispatch_meta_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2375187Z test_dispatch_meta_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2397082Z test_dispatch_meta_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2418620Z test_dispatch_meta_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2440334Z test_dispatch_meta_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2461739Z test_dispatch_meta_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2483382Z test_dispatch_meta_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2515664Z test_dispatch_meta_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.2540585Z test_dispatch_meta_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2582525Z test_dispatch_meta_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.2624643Z test_dispatch_meta_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.2667028Z test_dispatch_meta_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.2700223Z test_dispatch_meta_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.2733627Z test_dispatch_meta_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.2767195Z test_dispatch_meta_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.2792964Z test_dispatch_meta_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2817286Z test_dispatch_meta_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.2843484Z test_dispatch_meta_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.2869901Z test_dispatch_meta_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.2895699Z test_dispatch_meta_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.2936778Z test_dispatch_meta_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.2968991Z test_dispatch_meta_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.3015439Z test_dispatch_meta_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.3062685Z test_dispatch_meta_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.3109369Z test_dispatch_meta_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.3149308Z test_dispatch_meta_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.3189719Z test_dispatch_meta_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.3229869Z test_dispatch_meta_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.3263082Z test_dispatch_meta_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.3296247Z test_dispatch_meta_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.3329544Z test_dispatch_meta_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.3362758Z test_dispatch_meta_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.3395995Z test_dispatch_meta_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.3450202Z test_dispatch_meta_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.3496763Z test_dispatch_meta_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.3560554Z test_dispatch_meta_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:49.3623833Z test_dispatch_meta_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:49.3686927Z test_dispatch_meta_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:49.3741255Z test_dispatch_meta_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.3796058Z test_dispatch_meta_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.3850525Z test_dispatch_meta_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.3895875Z test_dispatch_meta_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.3941491Z test_dispatch_meta_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.3987152Z test_dispatch_meta_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.4032767Z test_dispatch_meta_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:49.4080446Z test_dispatch_meta_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:49.4196440Z test_dispatch_meta_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:49.4415077Z test_dispatch_meta_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:07:49.4632043Z test_dispatch_meta_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:07:49.4739329Z test_dispatch_meta_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:49.4846696Z test_dispatch_meta_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:49.4957825Z test_dispatch_meta_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:49.5021617Z test_dispatch_meta_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:49.5082684Z test_dispatch_meta_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:49.5143590Z test_dispatch_meta_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:49.5204862Z test_dispatch_meta_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:49.5227465Z test_dispatch_meta_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.5248932Z test_dispatch_meta_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.5279699Z test_dispatch_meta_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.5310554Z test_dispatch_meta_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.5340794Z test_dispatch_meta_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.5367145Z test_dispatch_meta_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.5393065Z test_dispatch_meta_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:49.5417491Z test_dispatch_meta_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.5439625Z test_dispatch_meta_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.5461556Z test_dispatch_meta_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.5483939Z test_dispatch_meta_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.5505720Z test_dispatch_meta_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.5527804Z test_dispatch_meta_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:49.6506355Z test_dispatch_meta_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-09-27T16:07:49.7489312Z test_dispatch_meta_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-09-27T16:07:49.8473026Z test_dispatch_meta_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-09-27T16:07:49.9457023Z test_dispatch_meta_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-09-27T16:07:50.0431991Z test_dispatch_meta_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-09-27T16:07:50.0546675Z test_dispatch_meta_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:50.0662549Z test_dispatch_meta_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:50.0779593Z test_dispatch_meta_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.0895547Z test_dispatch_meta_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:50.1015917Z test_dispatch_meta_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.1136736Z test_dispatch_meta_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.1254094Z test_dispatch_meta_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.1369842Z test_dispatch_meta_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:50.1485331Z test_dispatch_meta_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:50.1605329Z test_dispatch_meta_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.1722016Z test_dispatch_meta_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.1760917Z test_dispatch_meta_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.1799995Z test_dispatch_meta_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.1838692Z test_dispatch_meta_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.1878800Z test_dispatch_meta_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.1919251Z test_dispatch_meta_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.1959694Z test_dispatch_meta_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.2077706Z test_dispatch_meta_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.2196151Z test_dispatch_meta_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.2312089Z test_dispatch_meta_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:50.2428793Z test_dispatch_meta_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.2549691Z test_dispatch_meta_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.2669719Z test_dispatch_meta_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.2786943Z test_dispatch_meta_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.2902932Z test_dispatch_meta_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:50.3019166Z test_dispatch_meta_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.3140173Z test_dispatch_meta_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.3262287Z test_dispatch_meta_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.3382287Z test_dispatch_meta_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.3500303Z test_dispatch_meta_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.3616016Z test_dispatch_meta_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:50.3737005Z test_dispatch_meta_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.3857102Z test_dispatch_meta_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.3977360Z test_dispatch_meta_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:50.4031004Z test_dispatch_meta_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:50.4071587Z test_dispatch_meta_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.4130886Z test_dispatch_meta_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:50.4230162Z test_dispatch_meta_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:07:50.4329007Z test_dispatch_meta_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:07:50.4380327Z test_dispatch_meta_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:50.4429732Z test_dispatch_meta_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:50.4479150Z test_dispatch_meta_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:50.4520475Z test_dispatch_meta_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.4561808Z test_dispatch_meta_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.4603544Z test_dispatch_meta_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.4645215Z test_dispatch_meta_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.4686826Z test_dispatch_meta_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.4715389Z test_dispatch_meta_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.4743861Z test_dispatch_meta_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.4770824Z test_dispatch_meta_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.4797601Z test_dispatch_meta_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.4824149Z test_dispatch_meta_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.4850376Z test_dispatch_meta_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.4868344Z test_dispatch_meta_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:50.4898918Z test_dispatch_meta_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.4929610Z test_dispatch_meta_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.4960102Z test_dispatch_meta_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.4985918Z test_dispatch_meta_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:50.5011665Z test_dispatch_meta_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:50.5037849Z test_dispatch_meta_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:50.5059498Z test_dispatch_meta_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:50.5081363Z test_dispatch_meta_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:50.5102966Z test_dispatch_meta_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:50.5124975Z test_dispatch_meta_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:50.5146410Z test_dispatch_meta_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:50.5162385Z test_dispatch_meta_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:07:50.5196092Z test_dispatch_meta_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.5225825Z test_dispatch_meta_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.5262683Z test_dispatch_meta_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.5299620Z test_dispatch_meta_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.5333191Z test_dispatch_meta_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.5366641Z test_dispatch_meta_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.5400176Z test_dispatch_meta_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.5430440Z test_dispatch_meta_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.5460929Z test_dispatch_meta_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.5491293Z test_dispatch_meta_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.5521825Z test_dispatch_meta_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.5552373Z test_dispatch_meta_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:50.5601032Z test_dispatch_meta_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:50.5643858Z test_dispatch_meta_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.5698125Z test_dispatch_meta_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:50.5752860Z test_dispatch_meta_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:50.5801502Z test_dispatch_meta_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:50.5849184Z test_dispatch_meta_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:50.5896014Z test_dispatch_meta_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:07:50.5937489Z test_dispatch_meta_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.5979182Z test_dispatch_meta_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.6022649Z test_dispatch_meta_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.6065774Z test_dispatch_meta_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.6109294Z test_dispatch_meta_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:07:50.9342485Z test_dispatch_meta_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.323s) 2022-09-27T16:07:51.2590831Z test_dispatch_meta_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.325s) 2022-09-27T16:07:51.5850817Z test_dispatch_meta_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.326s) 2022-09-27T16:07:51.9084862Z test_dispatch_meta_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.323s) 2022-09-27T16:07:52.2302916Z test_dispatch_meta_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.322s) 2022-09-27T16:07:52.5530409Z test_dispatch_meta_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.322s) 2022-09-27T16:07:52.8759010Z test_dispatch_meta_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.323s) 2022-09-27T16:07:53.1982701Z test_dispatch_meta_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.322s) 2022-09-27T16:07:53.2009553Z test_dispatch_meta_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.2031149Z test_dispatch_meta_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.2061802Z test_dispatch_meta_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.2091935Z test_dispatch_meta_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.2118998Z test_dispatch_meta_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.2143557Z test_dispatch_meta_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.2168360Z test_dispatch_meta_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.2189134Z test_dispatch_meta_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.2210952Z test_dispatch_meta_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.2232876Z test_dispatch_meta_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.2254561Z test_dispatch_meta_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.2273206Z test_dispatch_meta_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.2366934Z test_dispatch_meta_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.2456039Z test_dispatch_meta_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.2549380Z test_dispatch_meta_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.2642901Z test_dispatch_meta_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.2736591Z test_dispatch_meta_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.2830204Z test_dispatch_meta_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.2923875Z test_dispatch_meta_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.3017829Z test_dispatch_meta_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.3108277Z test_dispatch_meta_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.3202272Z test_dispatch_meta_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.3295135Z test_dispatch_meta_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.3388812Z test_dispatch_meta_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.3495640Z test_dispatch_meta_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:53.3590401Z test_dispatch_meta_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.3705197Z test_dispatch_meta_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:53.3825315Z test_dispatch_meta_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:53.3944972Z test_dispatch_meta_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:53.4052902Z test_dispatch_meta_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:53.4161857Z test_dispatch_meta_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:53.4265614Z test_dispatch_meta_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:07:53.4360190Z test_dispatch_meta_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.4454227Z test_dispatch_meta_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.4548303Z test_dispatch_meta_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.4643709Z test_dispatch_meta_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.4738618Z test_dispatch_meta_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:53.6800847Z test_dispatch_meta_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-09-27T16:07:53.8821312Z test_dispatch_meta_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.202s) 2022-09-27T16:07:53.8846761Z test_dispatch_meta_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.8869996Z test_dispatch_meta_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.8893599Z test_dispatch_meta_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.8917363Z test_dispatch_meta_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.8940444Z test_dispatch_meta_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.8963231Z test_dispatch_meta_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.8985764Z test_dispatch_meta_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9008967Z test_dispatch_meta_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9032090Z test_dispatch_meta_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9058001Z test_dispatch_meta_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.9079887Z test_dispatch_meta_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9110328Z test_dispatch_meta_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.9137328Z test_dispatch_meta_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.9168065Z test_dispatch_meta_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.9194333Z test_dispatch_meta_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.9220254Z test_dispatch_meta_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9246560Z test_dispatch_meta_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.9268450Z test_dispatch_meta_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9290489Z test_dispatch_meta_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9312885Z test_dispatch_meta_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9334815Z test_dispatch_meta_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9357017Z test_dispatch_meta_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9383085Z test_dispatch_meta_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9404407Z test_dispatch_meta_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9433579Z test_dispatch_meta_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.9463993Z test_dispatch_meta_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.9494925Z test_dispatch_meta_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.9520816Z test_dispatch_meta_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:53.9546534Z test_dispatch_meta_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9572401Z test_dispatch_meta_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9594413Z test_dispatch_meta_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9616015Z test_dispatch_meta_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9637905Z test_dispatch_meta_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9656208Z test_dispatch_meta_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:53.9678442Z test_dispatch_meta_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:54.3532589Z test_dispatch_meta_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.385s) 2022-09-27T16:07:54.5681647Z test_dispatch_meta_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.215s) 2022-09-27T16:07:54.7849555Z test_dispatch_meta_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.217s) 2022-09-27T16:07:55.0010926Z test_dispatch_meta_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.216s) 2022-09-27T16:07:55.3365656Z test_dispatch_meta_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.335s) 2022-09-27T16:07:55.5054229Z test_dispatch_meta_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-09-27T16:07:55.6728635Z test_dispatch_meta_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-09-27T16:07:55.8429347Z test_dispatch_meta_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.170s) 2022-09-27T16:07:56.0890538Z test_dispatch_meta_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-09-27T16:07:56.3245395Z test_dispatch_meta_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.235s) 2022-09-27T16:07:56.5586598Z test_dispatch_meta_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-09-27T16:07:56.7956155Z test_dispatch_meta_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.237s) 2022-09-27T16:07:56.7989288Z test_dispatch_meta_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8017090Z test_dispatch_meta_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8051983Z test_dispatch_meta_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8086941Z test_dispatch_meta_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8121909Z test_dispatch_meta_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8154591Z test_dispatch_meta_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8185136Z test_dispatch_meta_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8215664Z test_dispatch_meta_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8243614Z test_dispatch_meta_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8271570Z test_dispatch_meta_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8299192Z test_dispatch_meta_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8328377Z test_dispatch_meta_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8357496Z test_dispatch_meta_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:56.8444011Z test_dispatch_meta_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:56.8531058Z test_dispatch_meta_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:56.8618593Z test_dispatch_meta_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:56.8706136Z test_dispatch_meta_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:07:56.8784036Z test_dispatch_meta_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:07:56.8861667Z test_dispatch_meta_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:07:56.8940139Z test_dispatch_meta_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:07:56.9018006Z test_dispatch_meta_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:07:56.9095637Z test_dispatch_meta_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:07:56.9229746Z test_dispatch_meta_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:56.9347230Z test_dispatch_meta_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:56.9481093Z test_dispatch_meta_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:56.9615399Z test_dispatch_meta_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:56.9749038Z test_dispatch_meta_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:56.9868971Z test_dispatch_meta_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:56.9989201Z test_dispatch_meta_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:57.0109104Z test_dispatch_meta_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:57.0226943Z test_dispatch_meta_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:57.0346863Z test_dispatch_meta_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:57.0481071Z test_dispatch_meta_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:57.0598373Z test_dispatch_meta_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:57.0731500Z test_dispatch_meta_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:57.0862260Z test_dispatch_meta_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:57.0990806Z test_dispatch_meta_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:07:57.1106214Z test_dispatch_meta_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:57.1221378Z test_dispatch_meta_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:57.1336350Z test_dispatch_meta_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:07:57.1455930Z test_dispatch_meta_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:57.1575716Z test_dispatch_meta_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:07:57.1600473Z test_dispatch_meta_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:57.1622853Z test_dispatch_meta_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:57.1649496Z test_dispatch_meta_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:57.1675868Z test_dispatch_meta_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:57.1702152Z test_dispatch_meta_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:07:57.1726893Z test_dispatch_meta_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:57.1751308Z test_dispatch_meta_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:57.1775737Z test_dispatch_meta_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:57.1798884Z test_dispatch_meta_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:57.1821478Z test_dispatch_meta_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:57.1844467Z test_dispatch_meta_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:57.1867227Z test_dispatch_meta_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:57.1890101Z test_dispatch_meta_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:07:57.1960304Z test_dispatch_meta_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:57.2025514Z test_dispatch_meta_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:57.2100972Z test_dispatch_meta_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:57.2176076Z test_dispatch_meta_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:57.2248860Z test_dispatch_meta_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:57.2316029Z test_dispatch_meta_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:57.2383539Z test_dispatch_meta_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:57.2450511Z test_dispatch_meta_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:57.2517752Z test_dispatch_meta_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:57.2583402Z test_dispatch_meta_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:57.2649746Z test_dispatch_meta_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:57.2715692Z test_dispatch_meta_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:07:57.2781672Z test_dispatch_meta_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:07:57.7585072Z test_dispatch_meta_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.480s) 2022-09-27T16:07:58.2380836Z test_dispatch_meta_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.480s) 2022-09-27T16:07:58.7161493Z test_dispatch_meta_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.478s) 2022-09-27T16:07:59.1968683Z test_dispatch_meta_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.480s) 2022-09-27T16:07:59.8368407Z test_dispatch_meta_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.640s) 2022-09-27T16:08:00.3175366Z test_dispatch_meta_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.481s) 2022-09-27T16:08:00.7974424Z test_dispatch_meta_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.480s) 2022-09-27T16:08:01.2759998Z test_dispatch_meta_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.478s) 2022-09-27T16:08:01.7536367Z test_dispatch_meta_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.478s) 2022-09-27T16:08:02.2334341Z test_dispatch_meta_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.479s) 2022-09-27T16:08:02.7126973Z test_dispatch_meta_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.479s) 2022-09-27T16:08:03.1915189Z test_dispatch_meta_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.479s) 2022-09-27T16:08:03.2057832Z test_dispatch_meta_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:03.2198823Z test_dispatch_meta_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:03.2334618Z test_dispatch_meta_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:03.2351625Z test_dispatch_meta_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.2366040Z test_dispatch_meta_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.2395549Z test_dispatch_meta_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:03.2417117Z test_dispatch_meta_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.2447728Z test_dispatch_meta_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:03.2465388Z test_dispatch_meta_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.2483317Z test_dispatch_meta_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.2500837Z test_dispatch_meta_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.2516812Z test_dispatch_meta_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.2532398Z test_dispatch_meta_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.2548257Z test_dispatch_meta_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.2563958Z test_dispatch_meta_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.2579565Z test_dispatch_meta_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.2599389Z test_dispatch_meta_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.2617665Z test_dispatch_meta_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.2645633Z test_dispatch_meta_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:03.4690487Z test_dispatch_meta_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-09-27T16:08:03.4716928Z test_dispatch_meta_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:03.4735518Z test_dispatch_meta_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.4753753Z test_dispatch_meta_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.4772898Z test_dispatch_meta_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.4791634Z test_dispatch_meta_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.4809939Z test_dispatch_meta_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.4828294Z test_dispatch_meta_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.4846950Z test_dispatch_meta_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.4865160Z test_dispatch_meta_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.5176735Z test_dispatch_meta_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:08:03.5444275Z test_dispatch_meta_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:08:03.5795170Z test_dispatch_meta_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:08:03.6145387Z test_dispatch_meta_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:08:03.6449166Z test_dispatch_meta_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:08:03.6750832Z test_dispatch_meta_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:08:03.7052321Z test_dispatch_meta_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:08:03.7317508Z test_dispatch_meta_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:08:03.7581933Z test_dispatch_meta_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:08:03.7846415Z test_dispatch_meta_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:08:03.8119182Z test_dispatch_meta_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:08:03.8385399Z test_dispatch_meta_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:08:03.8401375Z test_dispatch_meta_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.8415096Z test_dispatch_meta_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.8432881Z test_dispatch_meta_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.8449815Z test_dispatch_meta_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.8467209Z test_dispatch_meta_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.8483341Z test_dispatch_meta_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.8499858Z test_dispatch_meta_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.8516719Z test_dispatch_meta_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:03.8531562Z test_dispatch_meta_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.8546494Z test_dispatch_meta_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.8561463Z test_dispatch_meta_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.8576260Z test_dispatch_meta_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.8591540Z test_dispatch_meta_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:08:03.8722691Z test_dispatch_meta_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:03.8835948Z test_dispatch_meta_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:03.8969863Z test_dispatch_meta_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:03.9103405Z test_dispatch_meta_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:03.9232190Z test_dispatch_meta_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:03.9347184Z test_dispatch_meta_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:03.9466951Z test_dispatch_meta_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:03.9587312Z test_dispatch_meta_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:03.9707469Z test_dispatch_meta_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:03.9827402Z test_dispatch_meta_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:04.0539537Z test_dispatch_meta_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:08:04.1334505Z test_dispatch_meta_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:08:04.2124167Z test_dispatch_meta_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:08:04.2830589Z test_dispatch_meta_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:08:04.3541794Z test_dispatch_meta_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:08:04.4250110Z test_dispatch_meta_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:08:04.4958173Z test_dispatch_meta_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:08:04.5668079Z test_dispatch_meta_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:08:04.6375274Z test_dispatch_meta_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:08:04.7085130Z test_dispatch_meta_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:08:04.7793416Z test_dispatch_meta_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:08:04.7836074Z test_dispatch_meta_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.7874403Z test_dispatch_meta_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.7917513Z test_dispatch_meta_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.7962359Z test_dispatch_meta_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8007308Z test_dispatch_meta_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8049709Z test_dispatch_meta_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8092270Z test_dispatch_meta_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8134498Z test_dispatch_meta_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8175225Z test_dispatch_meta_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8215500Z test_dispatch_meta_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8255640Z test_dispatch_meta_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8295959Z test_dispatch_meta_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8336061Z test_dispatch_meta_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8378582Z test_dispatch_meta_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8418421Z test_dispatch_meta_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8463389Z test_dispatch_meta_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8508142Z test_dispatch_meta_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8553033Z test_dispatch_meta_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8595522Z test_dispatch_meta_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8637725Z test_dispatch_meta_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8680305Z test_dispatch_meta_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8720289Z test_dispatch_meta_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8760548Z test_dispatch_meta_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8800665Z test_dispatch_meta_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8840473Z test_dispatch_meta_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:04.8880534Z test_dispatch_meta_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:05.0431629Z test_dispatch_meta_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-09-27T16:08:05.1979951Z test_dispatch_meta_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.154s) 2022-09-27T16:08:05.3536123Z test_dispatch_meta_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-09-27T16:08:05.5095282Z test_dispatch_meta_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-09-27T16:08:05.6648807Z test_dispatch_meta_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-09-27T16:08:05.8201027Z test_dispatch_meta_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-09-27T16:08:05.9753438Z test_dispatch_meta_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-09-27T16:08:06.1302064Z test_dispatch_meta_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-09-27T16:08:06.2848484Z test_dispatch_meta_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-09-27T16:08:06.4388405Z test_dispatch_meta_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-09-27T16:08:06.5937553Z test_dispatch_meta_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-09-27T16:08:06.7485473Z test_dispatch_meta_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-09-27T16:08:07.9650265Z test_dispatch_meta_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.216s) 2022-09-27T16:08:09.1875276Z test_dispatch_meta_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.222s) 2022-09-27T16:08:10.4091809Z test_dispatch_meta_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.221s) 2022-09-27T16:08:11.6282714Z test_dispatch_meta_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.219s) 2022-09-27T16:08:12.8446342Z test_dispatch_meta_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.216s) 2022-09-27T16:08:14.0624901Z test_dispatch_meta_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.218s) 2022-09-27T16:08:15.2783866Z test_dispatch_meta_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.216s) 2022-09-27T16:08:16.4943444Z test_dispatch_meta_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.216s) 2022-09-27T16:08:17.7088405Z test_dispatch_meta_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.214s) 2022-09-27T16:08:18.9249413Z test_dispatch_meta_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.216s) 2022-09-27T16:08:20.1425514Z test_dispatch_meta_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.217s) 2022-09-27T16:08:20.1488243Z test_dispatch_meta_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:20.1546316Z test_dispatch_meta_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:20.1599157Z test_dispatch_meta_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.1654136Z test_dispatch_meta_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.1709182Z test_dispatch_meta_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.1759853Z test_dispatch_meta_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.1809222Z test_dispatch_meta_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.1859357Z test_dispatch_meta_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.1908835Z test_dispatch_meta_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.1958894Z test_dispatch_meta_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.1979408Z test_dispatch_meta_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.1996890Z test_dispatch_meta_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2017083Z test_dispatch_meta_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2037092Z test_dispatch_meta_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2057031Z test_dispatch_meta_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2074736Z test_dispatch_meta_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2092239Z test_dispatch_meta_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2110190Z test_dispatch_meta_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2127694Z test_dispatch_meta_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2145419Z test_dispatch_meta_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2166077Z test_dispatch_meta_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2183653Z test_dispatch_meta_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2204557Z test_dispatch_meta_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2224593Z test_dispatch_meta_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2244509Z test_dispatch_meta_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2262316Z test_dispatch_meta_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2280126Z test_dispatch_meta_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2297747Z test_dispatch_meta_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2315694Z test_dispatch_meta_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2333349Z test_dispatch_meta_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:20.2452835Z test_dispatch_meta_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:20.2577804Z test_dispatch_meta_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:20.2702021Z test_dispatch_meta_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:20.2818216Z test_dispatch_meta_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:20.2933691Z test_dispatch_meta_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:20.3049544Z test_dispatch_meta_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:20.3163865Z test_dispatch_meta_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:20.3278432Z test_dispatch_meta_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:20.3388566Z test_dispatch_meta_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:20.3501679Z test_dispatch_meta_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:20.3615908Z test_dispatch_meta_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:20.3670364Z test_dispatch_meta_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.3727583Z test_dispatch_meta_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:20.3784208Z test_dispatch_meta_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:20.3837889Z test_dispatch_meta_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.3891515Z test_dispatch_meta_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.3945298Z test_dispatch_meta_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.3996544Z test_dispatch_meta_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.4048481Z test_dispatch_meta_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.4098654Z test_dispatch_meta_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.4150372Z test_dispatch_meta_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.4202755Z test_dispatch_meta_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:20.4494281Z test_dispatch_meta_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:08:20.4797112Z test_dispatch_meta_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:08:20.5111087Z test_dispatch_meta_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:08:20.5412950Z test_dispatch_meta_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:08:20.5715055Z test_dispatch_meta_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:08:20.6017412Z test_dispatch_meta_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:08:20.6307963Z test_dispatch_meta_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:08:20.6601624Z test_dispatch_meta_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:08:20.6894304Z test_dispatch_meta_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:08:20.7188294Z test_dispatch_meta_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:08:20.7481299Z test_dispatch_meta_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:08:20.7526363Z test_dispatch_meta_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:20.7566954Z test_dispatch_meta_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:20.7610452Z test_dispatch_meta_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:20.7653526Z test_dispatch_meta_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:20.7696793Z test_dispatch_meta_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:20.7737741Z test_dispatch_meta_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:20.7778846Z test_dispatch_meta_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:20.7819739Z test_dispatch_meta_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:20.7860892Z test_dispatch_meta_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:20.7902357Z test_dispatch_meta_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:20.8066411Z test_dispatch_meta_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.8226639Z test_dispatch_meta_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.8387200Z test_dispatch_meta_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.8547738Z test_dispatch_meta_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.8708320Z test_dispatch_meta_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.8870729Z test_dispatch_meta_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.9033726Z test_dispatch_meta_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.9193647Z test_dispatch_meta_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.9350079Z test_dispatch_meta_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.9509864Z test_dispatch_meta_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.9666041Z test_dispatch_meta_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.9825691Z test_dispatch_meta_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:20.9985215Z test_dispatch_meta_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:21.0086744Z test_dispatch_meta_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:08:21.0173576Z test_dispatch_meta_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:21.0287319Z test_dispatch_meta_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.0400504Z test_dispatch_meta_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.0513368Z test_dispatch_meta_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.0614462Z test_dispatch_meta_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:08:21.0716576Z test_dispatch_meta_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:08:21.0818311Z test_dispatch_meta_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:08:21.0907206Z test_dispatch_meta_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:21.0995970Z test_dispatch_meta_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:21.1085501Z test_dispatch_meta_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:21.1174648Z test_dispatch_meta_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:21.1263571Z test_dispatch_meta_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:21.1324391Z test_dispatch_meta_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:21.1379639Z test_dispatch_meta_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:21.1443571Z test_dispatch_meta_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:21.1507190Z test_dispatch_meta_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:21.1566630Z test_dispatch_meta_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:21.1626091Z test_dispatch_meta_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:21.1685349Z test_dispatch_meta_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:21.1741034Z test_dispatch_meta_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:21.1796659Z test_dispatch_meta_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:21.1852305Z test_dispatch_meta_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:21.1907733Z test_dispatch_meta_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:21.1963374Z test_dispatch_meta_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:21.2059411Z test_dispatch_meta_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:21.2136127Z test_dispatch_meta_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:21.2245030Z test_dispatch_meta_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.2353946Z test_dispatch_meta_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.2461649Z test_dispatch_meta_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.2555653Z test_dispatch_meta_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:21.2649340Z test_dispatch_meta_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:21.2742669Z test_dispatch_meta_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:21.2823066Z test_dispatch_meta_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:21.2902990Z test_dispatch_meta_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:21.2983064Z test_dispatch_meta_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:21.3063399Z test_dispatch_meta_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:21.3143311Z test_dispatch_meta_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:21.3283183Z test_dispatch_meta_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:21.3395031Z test_dispatch_meta_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.3528765Z test_dispatch_meta_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:21.3663783Z test_dispatch_meta_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:21.3797943Z test_dispatch_meta_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:21.3912160Z test_dispatch_meta_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.4022739Z test_dispatch_meta_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.4133409Z test_dispatch_meta_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.4245110Z test_dispatch_meta_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.4358818Z test_dispatch_meta_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:21.8762161Z test_dispatch_meta_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.440s) 2022-09-27T16:08:22.3452556Z test_dispatch_meta_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.469s) 2022-09-27T16:08:22.7946446Z test_dispatch_meta_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.449s) 2022-09-27T16:08:23.2419906Z test_dispatch_meta_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.447s) 2022-09-27T16:08:23.6783065Z test_dispatch_meta_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.436s) 2022-09-27T16:08:24.1145987Z test_dispatch_meta_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.436s) 2022-09-27T16:08:24.5513860Z test_dispatch_meta_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.437s) 2022-09-27T16:08:24.9793132Z test_dispatch_meta_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.428s) 2022-09-27T16:08:25.4090919Z test_dispatch_meta_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.430s) 2022-09-27T16:08:25.8374358Z test_dispatch_meta_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.428s) 2022-09-27T16:08:26.2650773Z test_dispatch_meta_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.427s) 2022-09-27T16:08:26.6946367Z test_dispatch_meta_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.429s) 2022-09-27T16:08:27.1284977Z test_dispatch_meta_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.434s) 2022-09-27T16:08:27.5432135Z test_dispatch_meta_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.414s) 2022-09-27T16:08:27.5484133Z test_dispatch_meta_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:27.9977764Z test_dispatch_meta_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.449s) 2022-09-27T16:08:28.0019107Z test_dispatch_meta_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:28.0059296Z test_dispatch_meta_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:28.0099521Z test_dispatch_meta_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:28.0140564Z test_dispatch_meta_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:28.0178953Z test_dispatch_meta_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:28.0580646Z test_dispatch_meta_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:08:28.1067909Z test_dispatch_meta_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:08:28.1553577Z test_dispatch_meta_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:08:28.1963632Z test_dispatch_meta_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-09-27T16:08:28.2370942Z test_dispatch_meta_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-09-27T16:08:28.2768956Z test_dispatch_meta_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:08:28.2933378Z test_dispatch_meta_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:28.3100960Z test_dispatch_meta_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:08:28.3264274Z test_dispatch_meta_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:28.3426612Z test_dispatch_meta_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:28.3578631Z test_dispatch_meta_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:28.3729627Z test_dispatch_meta_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:28.3879968Z test_dispatch_meta_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:28.4029878Z test_dispatch_meta_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:28.4179928Z test_dispatch_meta_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:28.4339646Z test_dispatch_meta_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:28.4488529Z test_dispatch_meta_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:28.4670697Z test_dispatch_meta_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:08:30.5897765Z test_dispatch_meta_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.122s) 2022-09-27T16:08:30.6078254Z test_dispatch_meta_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:08:30.6237939Z test_dispatch_meta_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:30.6396183Z test_dispatch_meta_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:30.6554806Z test_dispatch_meta_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:30.6705972Z test_dispatch_meta_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:30.6854714Z test_dispatch_meta_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:30.7001608Z test_dispatch_meta_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:30.7148700Z test_dispatch_meta_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:30.7299695Z test_dispatch_meta_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:30.7468225Z test_dispatch_meta_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:08:30.7632094Z test_dispatch_meta_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:30.7794886Z test_dispatch_meta_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:30.7962489Z test_dispatch_meta_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:08:30.8114083Z test_dispatch_meta_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:30.8265605Z test_dispatch_meta_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:30.8420350Z test_dispatch_meta_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:30.8575711Z test_dispatch_meta_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:30.8729343Z test_dispatch_meta_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:30.8757534Z test_dispatch_meta_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.8797891Z test_dispatch_meta_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:30.8837888Z test_dispatch_meta_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:30.8865217Z test_dispatch_meta_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.8892896Z test_dispatch_meta_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.8920567Z test_dispatch_meta_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.8946471Z test_dispatch_meta_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:30.8967812Z test_dispatch_meta_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:30.8998083Z test_dispatch_meta_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.9028693Z test_dispatch_meta_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.9058670Z test_dispatch_meta_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.9084631Z test_dispatch_meta_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:30.9110156Z test_dispatch_meta_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:30.9132474Z test_dispatch_meta_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:30.9154782Z test_dispatch_meta_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:30.9176332Z test_dispatch_meta_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:30.9198360Z test_dispatch_meta_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:30.9220142Z test_dispatch_meta_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:30.9241999Z test_dispatch_meta_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:30.9279455Z test_dispatch_meta_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:30.9313240Z test_dispatch_meta_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.9350948Z test_dispatch_meta_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:30.9390018Z test_dispatch_meta_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:30.9429203Z test_dispatch_meta_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:30.9465871Z test_dispatch_meta_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:30.9501730Z test_dispatch_meta_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.9537515Z test_dispatch_meta_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.9573239Z test_dispatch_meta_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.9609472Z test_dispatch_meta_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.9645355Z test_dispatch_meta_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:30.9681271Z test_dispatch_meta_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.9717181Z test_dispatch_meta_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:30.9832467Z test_dispatch_meta_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:30.9941218Z test_dispatch_meta_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:31.0061016Z test_dispatch_meta_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:31.0179954Z test_dispatch_meta_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:31.0296142Z test_dispatch_meta_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:31.0405679Z test_dispatch_meta_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:31.0515136Z test_dispatch_meta_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:31.0624748Z test_dispatch_meta_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:31.0734379Z test_dispatch_meta_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:31.0842578Z test_dispatch_meta_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:31.0952213Z test_dispatch_meta_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:31.1061897Z test_dispatch_meta_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:31.1171678Z test_dispatch_meta_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:31.1539184Z test_dispatch_meta_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:08:31.1911370Z test_dispatch_meta_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:08:31.2277067Z test_dispatch_meta_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:08:31.2647067Z test_dispatch_meta_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:08:31.3006677Z test_dispatch_meta_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:08:31.3362781Z test_dispatch_meta_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:08:31.3403717Z test_dispatch_meta_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3442865Z test_dispatch_meta_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3482642Z test_dispatch_meta_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3523155Z test_dispatch_meta_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3564069Z test_dispatch_meta_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3604287Z test_dispatch_meta_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3644964Z test_dispatch_meta_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3685349Z test_dispatch_meta_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3725943Z test_dispatch_meta_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3766340Z test_dispatch_meta_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3807131Z test_dispatch_meta_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3847536Z test_dispatch_meta_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3888138Z test_dispatch_meta_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.3942393Z test_dispatch_meta_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:31.3989368Z test_dispatch_meta_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:31.4049492Z test_dispatch_meta_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:31.4109063Z test_dispatch_meta_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:31.4168762Z test_dispatch_meta_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:31.4221894Z test_dispatch_meta_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:31.4275733Z test_dispatch_meta_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:31.4326584Z test_dispatch_meta_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:31.4372123Z test_dispatch_meta_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.4417864Z test_dispatch_meta_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:31.4465704Z test_dispatch_meta_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:31.4514115Z test_dispatch_meta_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:31.4561968Z test_dispatch_meta_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:31.4708743Z test_dispatch_meta_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:31.4837213Z test_dispatch_meta_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:31.5000087Z test_dispatch_meta_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:31.5162861Z test_dispatch_meta_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:31.5325080Z test_dispatch_meta_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:31.5470276Z test_dispatch_meta_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:31.5616259Z test_dispatch_meta_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:31.5761838Z test_dispatch_meta_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:31.5892675Z test_dispatch_meta_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:31.6023379Z test_dispatch_meta_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:31.6154011Z test_dispatch_meta_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:31.6284098Z test_dispatch_meta_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:31.6410011Z test_dispatch_meta_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:31.6947181Z test_dispatch_meta_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:08:31.7475194Z test_dispatch_meta_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:08:31.8024319Z test_dispatch_meta_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:08:31.8565959Z test_dispatch_meta_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:08:31.9100679Z test_dispatch_meta_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:08:31.9636815Z test_dispatch_meta_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:08:32.0172386Z test_dispatch_meta_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:08:32.0697247Z test_dispatch_meta_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:08:32.1222301Z test_dispatch_meta_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:08:32.1747933Z test_dispatch_meta_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:08:32.2275513Z test_dispatch_meta_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:08:32.2798390Z test_dispatch_meta_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:08:32.2822408Z test_dispatch_meta_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:32.2844803Z test_dispatch_meta_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:32.2868010Z test_dispatch_meta_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:32.2891499Z test_dispatch_meta_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:32.2914888Z test_dispatch_meta_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:32.2937082Z test_dispatch_meta_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:32.2959706Z test_dispatch_meta_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:32.2982333Z test_dispatch_meta_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:32.3004552Z test_dispatch_meta_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:32.3027175Z test_dispatch_meta_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:32.5293845Z test_dispatch_meta_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.226s) 2022-09-27T16:08:32.8387950Z test_dispatch_meta_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.309s) 2022-09-27T16:08:33.0537538Z test_dispatch_meta_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.215s) 2022-09-27T16:08:33.0588478Z test_dispatch_meta_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:33.3091569Z test_dispatch_meta_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.250s) 2022-09-27T16:08:33.3132395Z test_dispatch_meta_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:33.3172378Z test_dispatch_meta_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:33.3212633Z test_dispatch_meta_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:33.3252786Z test_dispatch_meta_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:33.3292808Z test_dispatch_meta_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:33.6380638Z test_dispatch_meta_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.308s) 2022-09-27T16:08:33.8469108Z test_dispatch_meta_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-09-27T16:08:33.8501566Z test_dispatch_meta_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:34.1323403Z test_dispatch_meta_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.282s) 2022-09-27T16:08:34.1347088Z test_dispatch_meta_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:34.1369649Z test_dispatch_meta_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:34.1392309Z test_dispatch_meta_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:34.1414788Z test_dispatch_meta_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:34.1437474Z test_dispatch_meta_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:34.3495615Z test_dispatch_meta_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-09-27T16:08:34.3556338Z test_dispatch_meta_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:34.5485999Z test_dispatch_meta_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-09-27T16:08:34.5534915Z test_dispatch_meta_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:34.7630235Z test_dispatch_meta_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-09-27T16:08:34.7670467Z test_dispatch_meta_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:34.7710467Z test_dispatch_meta_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:34.7750530Z test_dispatch_meta_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:34.7790750Z test_dispatch_meta_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:34.7830952Z test_dispatch_meta_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:34.7874174Z test_dispatch_meta_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:34.7913877Z test_dispatch_meta_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.2509746Z test_dispatch_meta_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.459s) 2022-09-27T16:08:35.7126313Z test_dispatch_meta_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.461s) 2022-09-27T16:08:35.7194750Z test_dispatch_meta_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:08:35.7237442Z test_dispatch_meta_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.7280110Z test_dispatch_meta_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.7322203Z test_dispatch_meta_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.7362561Z test_dispatch_meta_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.7402847Z test_dispatch_meta_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.7442910Z test_dispatch_meta_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.7483077Z test_dispatch_meta_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.7523208Z test_dispatch_meta_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.7557489Z test_dispatch_meta_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:35.7585192Z test_dispatch_meta_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:35.7623924Z test_dispatch_meta_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.7662827Z test_dispatch_meta_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:35.7696134Z test_dispatch_meta_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:35.7729675Z test_dispatch_meta_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:35.7763264Z test_dispatch_meta_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:35.7791431Z test_dispatch_meta_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:35.7820291Z test_dispatch_meta_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:35.7849017Z test_dispatch_meta_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:35.7877778Z test_dispatch_meta_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:35.7906078Z test_dispatch_meta_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:35.7970584Z test_dispatch_meta_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:35.8025827Z test_dispatch_meta_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:35.8098610Z test_dispatch_meta_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:08:35.8171600Z test_dispatch_meta_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:08:35.8236108Z test_dispatch_meta_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:35.8300494Z test_dispatch_meta_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:35.8362435Z test_dispatch_meta_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:35.8416701Z test_dispatch_meta_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:35.8470776Z test_dispatch_meta_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:35.8525183Z test_dispatch_meta_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:35.8579106Z test_dispatch_meta_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:35.8633498Z test_dispatch_meta_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:35.8657239Z test_dispatch_meta_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:35.8679804Z test_dispatch_meta_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:35.8702983Z test_dispatch_meta_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:35.8726300Z test_dispatch_meta_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:35.8749666Z test_dispatch_meta_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:35.8772279Z test_dispatch_meta_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:35.8795137Z test_dispatch_meta_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:35.8817211Z test_dispatch_meta_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:35.8839656Z test_dispatch_meta_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:35.8862011Z test_dispatch_meta_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:35.9365097Z test_dispatch_meta_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:08:35.9857548Z test_dispatch_meta_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:08:36.0359553Z test_dispatch_meta_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:08:36.0869356Z test_dispatch_meta_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:08:36.1379638Z test_dispatch_meta_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:08:36.1873185Z test_dispatch_meta_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:08:36.2379358Z test_dispatch_meta_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:08:36.2871713Z test_dispatch_meta_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:08:36.3363668Z test_dispatch_meta_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:08:36.3860387Z test_dispatch_meta_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:08:36.4354556Z test_dispatch_meta_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:08:36.4845899Z test_dispatch_meta_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:08:36.5775686Z test_dispatch_meta_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.093s) 2022-09-27T16:08:36.6519358Z test_dispatch_meta_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:36.7217465Z test_dispatch_meta_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:36.7921396Z test_dispatch_meta_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:36.8624564Z test_dispatch_meta_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:36.9325564Z test_dispatch_meta_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:37.0024567Z test_dispatch_meta_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:37.0723507Z test_dispatch_meta_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:37.1425641Z test_dispatch_meta_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:37.2125947Z test_dispatch_meta_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:37.2895124Z test_dispatch_meta_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.077s) 2022-09-27T16:08:37.3670016Z test_dispatch_meta_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-09-27T16:08:37.4436382Z test_dispatch_meta_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.077s) 2022-09-27T16:08:37.5171927Z test_dispatch_meta_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-09-27T16:08:37.5919111Z test_dispatch_meta_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:08:37.6661907Z test_dispatch_meta_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:37.7404938Z test_dispatch_meta_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:37.8148565Z test_dispatch_meta_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:37.8891627Z test_dispatch_meta_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:37.9633822Z test_dispatch_meta_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:38.0520855Z test_dispatch_meta_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:38.1413932Z test_dispatch_meta_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:38.2306009Z test_dispatch_meta_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:38.3200271Z test_dispatch_meta_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:38.4094637Z test_dispatch_meta_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:38.4984006Z test_dispatch_meta_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:38.5871839Z test_dispatch_meta_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:38.6760984Z test_dispatch_meta_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:38.7649725Z test_dispatch_meta_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:38.8538146Z test_dispatch_meta_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:38.8585573Z test_dispatch_meta_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:38.8627027Z test_dispatch_meta_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:38.8678342Z test_dispatch_meta_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:38.8729734Z test_dispatch_meta_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:38.8780813Z test_dispatch_meta_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:38.8827096Z test_dispatch_meta_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:38.8873609Z test_dispatch_meta_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:38.8919909Z test_dispatch_meta_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:38.8961940Z test_dispatch_meta_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:38.9003945Z test_dispatch_meta_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:38.9046197Z test_dispatch_meta_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:38.9088400Z test_dispatch_meta_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:38.9130424Z test_dispatch_meta_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:38.9356860Z test_dispatch_meta_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:08:38.9580786Z test_dispatch_meta_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:08:38.9796519Z test_dispatch_meta_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:08:39.0016987Z test_dispatch_meta_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:08:39.0237029Z test_dispatch_meta_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:08:39.0449984Z test_dispatch_meta_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:08:39.0660366Z test_dispatch_meta_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:08:39.0871954Z test_dispatch_meta_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:08:39.1082116Z test_dispatch_meta_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:08:39.1292236Z test_dispatch_meta_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:08:39.1531342Z test_dispatch_meta_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:08:39.1771443Z test_dispatch_meta_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:08:39.1946312Z test_dispatch_meta_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:08:39.2133763Z test_dispatch_meta_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:39.2321444Z test_dispatch_meta_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:39.2501118Z test_dispatch_meta_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:08:39.2677681Z test_dispatch_meta_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:08:39.2852572Z test_dispatch_meta_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:08:39.3027021Z test_dispatch_meta_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:08:39.3201540Z test_dispatch_meta_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:08:39.3439287Z test_dispatch_meta_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:08:39.3675928Z test_dispatch_meta_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:08:39.3910108Z test_dispatch_meta_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:08:39.4152770Z test_dispatch_meta_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:08:39.4400108Z test_dispatch_meta_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:08:39.4643750Z test_dispatch_meta_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:08:39.4887381Z test_dispatch_meta_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:08:39.5131032Z test_dispatch_meta_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:08:39.5374776Z test_dispatch_meta_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:08:39.5618548Z test_dispatch_meta_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:08:39.6320791Z test_dispatch_meta_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:39.7019685Z test_dispatch_meta_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:39.7715368Z test_dispatch_meta_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-09-27T16:08:39.8418800Z test_dispatch_meta_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:39.9121425Z test_dispatch_meta_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:39.9821473Z test_dispatch_meta_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:40.0519958Z test_dispatch_meta_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:40.1218715Z test_dispatch_meta_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:40.1917683Z test_dispatch_meta_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:40.2619913Z test_dispatch_meta_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:40.2816389Z test_dispatch_meta_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:08:40.3578987Z test_dispatch_meta_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:08:40.4344087Z test_dispatch_meta_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:08:40.4529391Z test_dispatch_meta_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:08:40.4715362Z test_dispatch_meta_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:08:40.4908033Z test_dispatch_meta_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:40.5100462Z test_dispatch_meta_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:40.5293701Z test_dispatch_meta_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:40.5486135Z test_dispatch_meta_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:40.5678440Z test_dispatch_meta_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:40.6566237Z test_dispatch_meta_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:40.7451851Z test_dispatch_meta_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-09-27T16:08:40.8339021Z test_dispatch_meta_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:40.9231291Z test_dispatch_meta_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:41.0122708Z test_dispatch_meta_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:41.1004817Z test_dispatch_meta_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-09-27T16:08:41.1889965Z test_dispatch_meta_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-09-27T16:08:41.2776918Z test_dispatch_meta_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:41.3664140Z test_dispatch_meta_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-09-27T16:08:41.4553347Z test_dispatch_meta_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:08:41.4600708Z test_dispatch_meta_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:41.4642325Z test_dispatch_meta_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:41.4693496Z test_dispatch_meta_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:41.4743068Z test_dispatch_meta_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:41.4792865Z test_dispatch_meta_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:41.4837921Z test_dispatch_meta_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:41.4882960Z test_dispatch_meta_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:41.4927916Z test_dispatch_meta_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:41.4968874Z test_dispatch_meta_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:41.5011277Z test_dispatch_meta_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:41.5053421Z test_dispatch_meta_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:41.5094540Z test_dispatch_meta_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:41.5135071Z test_dispatch_meta_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:41.5843835Z test_dispatch_meta_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:08:41.6539987Z test_dispatch_meta_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:41.7243898Z test_dispatch_meta_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:41.7946860Z test_dispatch_meta_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:41.8649930Z test_dispatch_meta_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:41.9351235Z test_dispatch_meta_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:42.0051343Z test_dispatch_meta_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:42.0757312Z test_dispatch_meta_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:08:42.0944638Z test_dispatch_meta_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:42.1126679Z test_dispatch_meta_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:08:42.1305526Z test_dispatch_meta_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:08:42.1491131Z test_dispatch_meta_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:08:42.1677772Z test_dispatch_meta_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:42.1864420Z test_dispatch_meta_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:42.2051279Z test_dispatch_meta_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:42.2237403Z test_dispatch_meta_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:08:42.2756904Z test_dispatch_meta_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:08:42.3267968Z test_dispatch_meta_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:08:42.3774672Z test_dispatch_meta_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:08:42.4300697Z test_dispatch_meta_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:08:42.4813338Z test_dispatch_meta_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:08:42.5332313Z test_dispatch_meta_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:08:42.5849688Z test_dispatch_meta_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:08:42.6368714Z test_dispatch_meta_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:08:42.6497093Z test_dispatch_meta_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:42.6623852Z test_dispatch_meta_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:42.6740768Z test_dispatch_meta_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.6865076Z test_dispatch_meta_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.6987504Z test_dispatch_meta_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.7108216Z test_dispatch_meta_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.7225752Z test_dispatch_meta_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.7343639Z test_dispatch_meta_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.7465162Z test_dispatch_meta_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.7583868Z test_dispatch_meta_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.7699084Z test_dispatch_meta_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:42.7813137Z test_dispatch_meta_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:42.7927093Z test_dispatch_meta_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:42.8047437Z test_dispatch_meta_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.8169425Z test_dispatch_meta_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.8286246Z test_dispatch_meta_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:42.8401336Z test_dispatch_meta_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:42.8516780Z test_dispatch_meta_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:42.8631759Z test_dispatch_meta_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:42.8747638Z test_dispatch_meta_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:42.8893364Z test_dispatch_meta_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:42.9036200Z test_dispatch_meta_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:42.9178758Z test_dispatch_meta_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:42.9330755Z test_dispatch_meta_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:42.9480979Z test_dispatch_meta_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:42.9625420Z test_dispatch_meta_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:42.9770140Z test_dispatch_meta_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:42.9917599Z test_dispatch_meta_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:43.0064018Z test_dispatch_meta_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:43.0209909Z test_dispatch_meta_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:43.0892028Z test_dispatch_meta_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:08:43.1562686Z test_dispatch_meta_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-09-27T16:08:43.2240462Z test_dispatch_meta_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:08:43.2915109Z test_dispatch_meta_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-09-27T16:08:43.3587372Z test_dispatch_meta_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-09-27T16:08:43.4264057Z test_dispatch_meta_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:08:43.4945645Z test_dispatch_meta_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:08:43.5624016Z test_dispatch_meta_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:08:43.6361476Z test_dispatch_meta_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:43.7093168Z test_dispatch_meta_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-09-27T16:08:43.7827082Z test_dispatch_meta_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-09-27T16:08:43.8565724Z test_dispatch_meta_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:43.9308247Z test_dispatch_meta_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:44.0050241Z test_dispatch_meta_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:44.0789755Z test_dispatch_meta_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:44.1526942Z test_dispatch_meta_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:08:44.2386268Z test_dispatch_meta_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:08:44.3239818Z test_dispatch_meta_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:08:44.4092509Z test_dispatch_meta_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:08:44.4951055Z test_dispatch_meta_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:08:44.5819350Z test_dispatch_meta_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-09-27T16:08:44.6684781Z test_dispatch_meta_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-09-27T16:08:44.7548748Z test_dispatch_meta_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:08:44.8413813Z test_dispatch_meta_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:08:44.8455841Z test_dispatch_meta_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:44.8493583Z test_dispatch_meta_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:44.8536390Z test_dispatch_meta_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1481424Z test_dispatch_meta_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.294s) 2022-09-27T16:08:45.1522831Z test_dispatch_meta_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1563168Z test_dispatch_meta_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1602891Z test_dispatch_meta_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1641748Z test_dispatch_meta_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1678728Z test_dispatch_meta_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1715567Z test_dispatch_meta_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1752135Z test_dispatch_meta_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1790311Z test_dispatch_meta_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1828283Z test_dispatch_meta_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1863278Z test_dispatch_meta_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.1893239Z test_dispatch_meta_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.1933142Z test_dispatch_meta_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.1973165Z test_dispatch_meta_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.2012788Z test_dispatch_meta_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.2047199Z test_dispatch_meta_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.2083412Z test_dispatch_meta_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.2119575Z test_dispatch_meta_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:45.2151072Z test_dispatch_meta_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.2182680Z test_dispatch_meta_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.2214231Z test_dispatch_meta_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.2245917Z test_dispatch_meta_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.2277480Z test_dispatch_meta_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.2348801Z test_dispatch_meta_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:08:45.2409919Z test_dispatch_meta_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:45.2487740Z test_dispatch_meta_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:45.2565689Z test_dispatch_meta_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:45.2636631Z test_dispatch_meta_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:08:45.2707635Z test_dispatch_meta_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:08:45.2778541Z test_dispatch_meta_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:08:45.2842785Z test_dispatch_meta_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:45.2906658Z test_dispatch_meta_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:45.2971007Z test_dispatch_meta_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:45.3034980Z test_dispatch_meta_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:45.3099247Z test_dispatch_meta_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:45.3123891Z test_dispatch_meta_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3146532Z test_dispatch_meta_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3172198Z test_dispatch_meta_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3197857Z test_dispatch_meta_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3221829Z test_dispatch_meta_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3246422Z test_dispatch_meta_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3270384Z test_dispatch_meta_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3293504Z test_dispatch_meta_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3316586Z test_dispatch_meta_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3339306Z test_dispatch_meta_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3362461Z test_dispatch_meta_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3385280Z test_dispatch_meta_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3409455Z test_dispatch_meta_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3431377Z test_dispatch_meta_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3456838Z test_dispatch_meta_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3482443Z test_dispatch_meta_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3506575Z test_dispatch_meta_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3530856Z test_dispatch_meta_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3555186Z test_dispatch_meta_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3578919Z test_dispatch_meta_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3602200Z test_dispatch_meta_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3624833Z test_dispatch_meta_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3647928Z test_dispatch_meta_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3670610Z test_dispatch_meta_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3696834Z test_dispatch_meta_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.3718302Z test_dispatch_meta_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3748158Z test_dispatch_meta_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.3778295Z test_dispatch_meta_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.3809142Z test_dispatch_meta_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:45.3834732Z test_dispatch_meta_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3856758Z test_dispatch_meta_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3882600Z test_dispatch_meta_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3904360Z test_dispatch_meta_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3926136Z test_dispatch_meta_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3947727Z test_dispatch_meta_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3969384Z test_dispatch_meta_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.3990981Z test_dispatch_meta_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.4152742Z test_dispatch_meta_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:45.4298607Z test_dispatch_meta_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:45.4443874Z test_dispatch_meta_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:45.4614064Z test_dispatch_meta_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:08:45.4769108Z test_dispatch_meta_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:45.4924507Z test_dispatch_meta_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:45.5059523Z test_dispatch_meta_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:45.5207481Z test_dispatch_meta_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:45.5355096Z test_dispatch_meta_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:45.5504238Z test_dispatch_meta_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:45.5650415Z test_dispatch_meta_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:45.5799317Z test_dispatch_meta_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:45.5823561Z test_dispatch_meta_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.5847047Z test_dispatch_meta_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.5870493Z test_dispatch_meta_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.5894097Z test_dispatch_meta_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.5917219Z test_dispatch_meta_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.5939643Z test_dispatch_meta_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.5962250Z test_dispatch_meta_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.5984591Z test_dispatch_meta_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.6007907Z test_dispatch_meta_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:45.6794336Z test_dispatch_meta_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:08:45.7559338Z test_dispatch_meta_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:08:45.8309119Z test_dispatch_meta_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:08:45.9058497Z test_dispatch_meta_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:08:45.9279087Z test_dispatch_meta_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:08:45.9497642Z test_dispatch_meta_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:08:45.9717008Z test_dispatch_meta_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:08:45.9941821Z test_dispatch_meta_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:08:46.0131611Z test_dispatch_meta_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:08:46.0263824Z test_dispatch_meta_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:46.0380569Z test_dispatch_meta_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.0515630Z test_dispatch_meta_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:46.0650294Z test_dispatch_meta_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:46.0786156Z test_dispatch_meta_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:46.0903229Z test_dispatch_meta_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.1020686Z test_dispatch_meta_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.1142182Z test_dispatch_meta_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.1263416Z test_dispatch_meta_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.1384656Z test_dispatch_meta_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.1516703Z test_dispatch_meta_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:46.1631176Z test_dispatch_meta_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:46.1760650Z test_dispatch_meta_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:46.1894667Z test_dispatch_meta_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:46.2029513Z test_dispatch_meta_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:46.2149910Z test_dispatch_meta_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.2270429Z test_dispatch_meta_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.2389402Z test_dispatch_meta_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.2510436Z test_dispatch_meta_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.2631405Z test_dispatch_meta_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:46.2792507Z test_dispatch_meta_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:46.2951628Z test_dispatch_meta_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:46.3111423Z test_dispatch_meta_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:46.3273629Z test_dispatch_meta_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:08:46.3421645Z test_dispatch_meta_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:46.3569003Z test_dispatch_meta_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:46.3716760Z test_dispatch_meta_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:46.3863794Z test_dispatch_meta_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:46.4016106Z test_dispatch_meta_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:08:46.4058715Z test_dispatch_meta_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:46.4101284Z test_dispatch_meta_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:46.4143575Z test_dispatch_meta_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:46.4185865Z test_dispatch_meta_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:08:46.4458134Z test_dispatch_meta_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:08:46.4728560Z test_dispatch_meta_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:08:46.4999995Z test_dispatch_meta_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:08:46.5060415Z test_dispatch_meta_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:46.5112444Z test_dispatch_meta_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:46.5179718Z test_dispatch_meta_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:08:46.5247084Z test_dispatch_meta_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:08:46.5305545Z test_dispatch_meta_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:46.5366288Z test_dispatch_meta_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:46.5426962Z test_dispatch_meta_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:08:46.5480717Z test_dispatch_meta_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:46.5534200Z test_dispatch_meta_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:46.5587712Z test_dispatch_meta_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:46.5641485Z test_dispatch_meta_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:46.5694689Z test_dispatch_meta_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:08:46.5784158Z test_dispatch_meta_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:46.5863808Z test_dispatch_meta_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:46.5952795Z test_dispatch_meta_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:46.6040992Z test_dispatch_meta_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:46.6128677Z test_dispatch_meta_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:46.6216235Z test_dispatch_meta_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:46.6304599Z test_dispatch_meta_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:08:46.6388752Z test_dispatch_meta_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:46.6472456Z test_dispatch_meta_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:46.6556188Z test_dispatch_meta_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:46.6640244Z test_dispatch_meta_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:46.6724092Z test_dispatch_meta_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:08:48.2400403Z test_dispatch_meta_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.567s) 2022-09-27T16:08:49.8195170Z test_dispatch_meta_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.579s) 2022-09-27T16:08:51.4508337Z test_dispatch_meta_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.631s) 2022-09-27T16:08:53.0471173Z test_dispatch_meta_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.596s) 2022-09-27T16:08:54.6213627Z test_dispatch_meta_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.574s) 2022-09-27T16:08:54.6349919Z test_dispatch_meta_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:08:54.6463955Z test_dispatch_meta_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:54.6593888Z test_dispatch_meta_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:54.6723578Z test_dispatch_meta_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:54.6853476Z test_dispatch_meta_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:54.6970383Z test_dispatch_meta_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:54.7091276Z test_dispatch_meta_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:54.7211740Z test_dispatch_meta_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:54.7332464Z test_dispatch_meta_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:54.7452819Z test_dispatch_meta_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:55.0442579Z test_dispatch_meta_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.299s) 2022-09-27T16:08:55.3109686Z test_dispatch_meta_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.266s) 2022-09-27T16:08:55.5698489Z test_dispatch_meta_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.259s) 2022-09-27T16:08:55.8371195Z test_dispatch_meta_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.267s) 2022-09-27T16:08:56.0177950Z test_dispatch_meta_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-09-27T16:08:56.3827965Z test_dispatch_meta_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.363s) 2022-09-27T16:08:56.5689165Z test_dispatch_meta_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-09-27T16:08:56.7458600Z test_dispatch_meta_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-09-27T16:08:56.9227811Z test_dispatch_meta_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-09-27T16:08:57.1012672Z test_dispatch_meta_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-09-27T16:08:57.2811239Z test_dispatch_meta_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-09-27T16:08:57.4593739Z test_dispatch_meta_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-09-27T16:08:57.6361956Z test_dispatch_meta_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-09-27T16:08:57.8142870Z test_dispatch_meta_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-09-27T16:08:57.8275499Z test_dispatch_meta_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:57.8391553Z test_dispatch_meta_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:57.8521827Z test_dispatch_meta_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:57.8650914Z test_dispatch_meta_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:57.8781432Z test_dispatch_meta_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:57.8898218Z test_dispatch_meta_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:57.9015233Z test_dispatch_meta_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:57.9131074Z test_dispatch_meta_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:57.9246515Z test_dispatch_meta_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:57.9362857Z test_dispatch_meta_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:57.9387676Z test_dispatch_meta_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:57.9408146Z test_dispatch_meta_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:57.9437091Z test_dispatch_meta_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:57.9465940Z test_dispatch_meta_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:08:57.9487191Z test_dispatch_meta_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:57.9512289Z test_dispatch_meta_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:57.9537705Z test_dispatch_meta_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:57.9559802Z test_dispatch_meta_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:57.9581634Z test_dispatch_meta_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:57.9602562Z test_dispatch_meta_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:57.9623312Z test_dispatch_meta_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:57.9644214Z test_dispatch_meta_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:08:57.9773986Z test_dispatch_meta_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:57.9887924Z test_dispatch_meta_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:58.0017546Z test_dispatch_meta_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:58.0149800Z test_dispatch_meta_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:58.0282134Z test_dispatch_meta_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:08:58.0399376Z test_dispatch_meta_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:58.0516707Z test_dispatch_meta_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:58.0632915Z test_dispatch_meta_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:58.0748970Z test_dispatch_meta_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:08:58.0866532Z test_dispatch_meta_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:08:59.4041223Z test_dispatch_meta_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.317s) 2022-09-27T16:09:00.7213055Z test_dispatch_meta_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.317s) 2022-09-27T16:09:02.0338806Z test_dispatch_meta_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.312s) 2022-09-27T16:09:03.3478404Z test_dispatch_meta_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.314s) 2022-09-27T16:09:04.6582952Z test_dispatch_meta_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.310s) 2022-09-27T16:09:05.9690128Z test_dispatch_meta_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.311s) 2022-09-27T16:09:05.9729958Z test_dispatch_meta_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:05.9765606Z test_dispatch_meta_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:05.9804499Z test_dispatch_meta_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:05.9842189Z test_dispatch_meta_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:05.9880123Z test_dispatch_meta_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:05.9915832Z test_dispatch_meta_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:05.9951308Z test_dispatch_meta_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:05.9986751Z test_dispatch_meta_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:06.0022323Z test_dispatch_meta_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:06.0057979Z test_dispatch_meta_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:06.0093661Z test_dispatch_meta_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:06.0129558Z test_dispatch_meta_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:06.0165989Z test_dispatch_meta_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:06.0211657Z test_dispatch_meta_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:06.0251862Z test_dispatch_meta_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:06.0302491Z test_dispatch_meta_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:06.0356180Z test_dispatch_meta_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:06.0406580Z test_dispatch_meta_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:06.0454082Z test_dispatch_meta_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:06.0501680Z test_dispatch_meta_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:06.0548862Z test_dispatch_meta_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:06.0591683Z test_dispatch_meta_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:06.0634255Z test_dispatch_meta_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:06.0677307Z test_dispatch_meta_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:06.0720086Z test_dispatch_meta_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:06.0762972Z test_dispatch_meta_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:06.0895246Z test_dispatch_meta_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:09:06.1024285Z test_dispatch_meta_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:09:06.1158975Z test_dispatch_meta_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:09:06.1292755Z test_dispatch_meta_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:09:06.4444930Z test_dispatch_meta_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.315s) 2022-09-27T16:09:06.7978078Z test_dispatch_meta_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.353s) 2022-09-27T16:09:07.0995234Z test_dispatch_meta_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.301s) 2022-09-27T16:09:07.1038384Z test_dispatch_meta_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.4436200Z test_dispatch_meta_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.340s) 2022-09-27T16:09:07.4466971Z test_dispatch_meta_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.4498415Z test_dispatch_meta_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.4529993Z test_dispatch_meta_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.4561825Z test_dispatch_meta_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.4593383Z test_dispatch_meta_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.4728507Z test_dispatch_meta_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:09:07.4862437Z test_dispatch_meta_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:09:07.4994131Z test_dispatch_meta_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:09:07.5123683Z test_dispatch_meta_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:09:07.5166510Z test_dispatch_meta_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.5209184Z test_dispatch_meta_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.5251490Z test_dispatch_meta_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.5417104Z test_dispatch_meta_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:09:07.5519545Z test_dispatch_meta_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:09:07.5697838Z test_dispatch_meta_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:09:07.5876787Z test_dispatch_meta_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:09:07.6054624Z test_dispatch_meta_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:09:07.6217574Z test_dispatch_meta_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:09:07.6380377Z test_dispatch_meta_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:09:07.6542517Z test_dispatch_meta_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:09:07.6696705Z test_dispatch_meta_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:09:07.6845606Z test_dispatch_meta_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:09:07.6993705Z test_dispatch_meta_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:09:07.7142383Z test_dispatch_meta_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:09:07.7290572Z test_dispatch_meta_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:09:07.7353606Z test_dispatch_meta_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.7409319Z test_dispatch_meta_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:07.7476088Z test_dispatch_meta_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:09:07.7542606Z test_dispatch_meta_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:09:07.7604052Z test_dispatch_meta_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.7665452Z test_dispatch_meta_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.7729304Z test_dispatch_meta_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.7788674Z test_dispatch_meta_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.7847786Z test_dispatch_meta_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.7906872Z test_dispatch_meta_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.7965961Z test_dispatch_meta_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.8025135Z test_dispatch_meta_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.8065971Z test_dispatch_meta_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.8100991Z test_dispatch_meta_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.8147011Z test_dispatch_meta_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.8192810Z test_dispatch_meta_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.8231719Z test_dispatch_meta_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.8270437Z test_dispatch_meta_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.8310903Z test_dispatch_meta_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.8346199Z test_dispatch_meta_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.8381811Z test_dispatch_meta_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.8417349Z test_dispatch_meta_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.8452655Z test_dispatch_meta_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.8488269Z test_dispatch_meta_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:07.8542732Z test_dispatch_meta_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:07.8587976Z test_dispatch_meta_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.8648232Z test_dispatch_meta_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.8708869Z test_dispatch_meta_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.8768869Z test_dispatch_meta_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:07.8822696Z test_dispatch_meta_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:07.8876206Z test_dispatch_meta_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:07.8928826Z test_dispatch_meta_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:07.8976282Z test_dispatch_meta_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:07.9021417Z test_dispatch_meta_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.9067119Z test_dispatch_meta_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.9113069Z test_dispatch_meta_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:07.9160945Z test_dispatch_meta_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:07.9722102Z test_dispatch_meta_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-09-27T16:09:08.0278799Z test_dispatch_meta_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-09-27T16:09:08.0838337Z test_dispatch_meta_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-09-27T16:09:08.1393488Z test_dispatch_meta_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:09:08.1896261Z test_dispatch_meta_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:09:08.2401784Z test_dispatch_meta_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:09:08.2904425Z test_dispatch_meta_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:09:08.3412462Z test_dispatch_meta_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:09:08.3919144Z test_dispatch_meta_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:09:08.3971271Z test_dispatch_meta_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4019370Z test_dispatch_meta_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4073381Z test_dispatch_meta_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4127465Z test_dispatch_meta_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4181246Z test_dispatch_meta_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4234779Z test_dispatch_meta_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4287940Z test_dispatch_meta_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4341240Z test_dispatch_meta_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4392186Z test_dispatch_meta_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4439900Z test_dispatch_meta_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4488205Z test_dispatch_meta_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4538946Z test_dispatch_meta_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4589343Z test_dispatch_meta_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:08.4733414Z test_dispatch_meta_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:09:08.4876996Z test_dispatch_meta_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:09:08.5022316Z test_dispatch_meta_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:09:08.5164596Z test_dispatch_meta_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:09:08.5306475Z test_dispatch_meta_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:09:08.5448310Z test_dispatch_meta_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:09:08.5474668Z test_dispatch_meta_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:08.5495738Z test_dispatch_meta_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:08.5526247Z test_dispatch_meta_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:08.5556729Z test_dispatch_meta_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:08.5582170Z test_dispatch_meta_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:08.5607942Z test_dispatch_meta_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:08.5633780Z test_dispatch_meta_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:08.5655358Z test_dispatch_meta_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:08.5673887Z test_dispatch_meta_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:08.5695210Z test_dispatch_meta_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:08.5717206Z test_dispatch_meta_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:08.5738642Z test_dispatch_meta_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:08.6777462Z test_dispatch_meta_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:09:08.7672316Z test_dispatch_meta_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:09:08.8699532Z test_dispatch_meta_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-09-27T16:09:08.9716971Z test_dispatch_meta_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-09-27T16:09:09.0740139Z test_dispatch_meta_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-09-27T16:09:09.1718079Z test_dispatch_meta_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-09-27T16:09:09.2695795Z test_dispatch_meta_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-09-27T16:09:09.3585704Z test_dispatch_meta_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:09:09.4475387Z test_dispatch_meta_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:09:09.5364998Z test_dispatch_meta_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:09:09.6253257Z test_dispatch_meta_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:09:09.7141051Z test_dispatch_meta_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.089s) 2022-09-27T16:09:09.7209091Z test_dispatch_meta_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:09:09.7236942Z test_dispatch_meta_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.7412169Z test_dispatch_meta_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:09:09.7591773Z test_dispatch_meta_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:09:09.7767082Z test_dispatch_meta_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:09:09.7834719Z test_dispatch_meta_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:09:09.7900347Z test_dispatch_meta_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:09:09.7968094Z test_dispatch_meta_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:09:09.7996029Z test_dispatch_meta_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.8023432Z test_dispatch_meta_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.8051262Z test_dispatch_meta_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.8079033Z test_dispatch_meta_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.8106545Z test_dispatch_meta_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.8159014Z test_dispatch_meta_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:09.8207147Z test_dispatch_meta_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:09.8256053Z test_dispatch_meta_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:09.8300140Z test_dispatch_meta_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:09.8344741Z test_dispatch_meta_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:09.8391829Z test_dispatch_meta_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:09.8435719Z test_dispatch_meta_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:09.8479391Z test_dispatch_meta_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:09:09.8500006Z test_dispatch_meta_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8518108Z test_dispatch_meta_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8541286Z test_dispatch_meta_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8566799Z test_dispatch_meta_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8590102Z test_dispatch_meta_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8611654Z test_dispatch_meta_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8632318Z test_dispatch_meta_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8652786Z test_dispatch_meta_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8670514Z test_dispatch_meta_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8688397Z test_dispatch_meta_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8706263Z test_dispatch_meta_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8723838Z test_dispatch_meta_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8741850Z test_dispatch_meta_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8762108Z test_dispatch_meta_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8780767Z test_dispatch_meta_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8801857Z test_dispatch_meta_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8822657Z test_dispatch_meta_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8843475Z test_dispatch_meta_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8863473Z test_dispatch_meta_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8883489Z test_dispatch_meta_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8902003Z test_dispatch_meta_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8921393Z test_dispatch_meta_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8940516Z test_dispatch_meta_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8959589Z test_dispatch_meta_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.8978473Z test_dispatch_meta_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9002497Z test_dispatch_meta_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9024773Z test_dispatch_meta_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9048207Z test_dispatch_meta_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9070968Z test_dispatch_meta_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9092859Z test_dispatch_meta_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9114409Z test_dispatch_meta_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9135760Z test_dispatch_meta_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9157402Z test_dispatch_meta_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9178706Z test_dispatch_meta_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9200230Z test_dispatch_meta_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9222606Z test_dispatch_meta_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9245126Z test_dispatch_meta_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9268265Z test_dispatch_meta_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9291795Z test_dispatch_meta_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9315292Z test_dispatch_meta_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9337677Z test_dispatch_meta_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9360307Z test_dispatch_meta_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9382685Z test_dispatch_meta_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9405170Z test_dispatch_meta_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9427487Z test_dispatch_meta_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:09:09.9457560Z test_dispatch_meta_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.9484938Z test_dispatch_meta_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.9539697Z test_dispatch_meta_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:09.9594682Z test_dispatch_meta_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:09.9649032Z test_dispatch_meta_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:09:09.9679057Z test_dispatch_meta_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.9708680Z test_dispatch_meta_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.9738540Z test_dispatch_meta_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.9765116Z test_dispatch_meta_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.9791386Z test_dispatch_meta_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.9817707Z test_dispatch_meta_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.9844448Z test_dispatch_meta_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:09.9870484Z test_dispatch_meta_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:09:10.5505959Z test_dispatch_meta_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.563s) 2022-09-27T16:09:11.1136083Z test_dispatch_meta_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.563s) 2022-09-27T16:09:11.4752921Z test_dispatch_meta_istft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.362s) 2022-09-27T16:09:11.8354908Z test_dispatch_meta_istft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.360s) 2022-09-27T16:09:13.6076656Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.772s) 2022-09-27T16:09:15.3314756Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (1.724s) 2022-09-27T16:09:17.1114161Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.780s) 2022-09-27T16:09:18.6988385Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.587s) 2022-09-27T16:09:20.4552318Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.756s) 2022-09-27T16:09:22.0040004Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.549s) 2022-09-27T16:09:23.7315067Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.727s) 2022-09-27T16:09:25.4593819Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.728s) 2022-09-27T16:09:27.1686902Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.709s) 2022-09-27T16:09:28.8833652Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.715s) 2022-09-27T16:09:30.5950635Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.711s) 2022-09-27T16:09:32.3070152Z test_dispatch_meta_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.712s) 2022-09-27T16:09:34.4192872Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.112s) 2022-09-27T16:09:36.5503608Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (2.131s) 2022-09-27T16:09:39.3287943Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.778s) 2022-09-27T16:09:41.5909195Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.262s) 2022-09-27T16:09:43.6726859Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.082s) 2022-09-27T16:09:45.5814899Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.909s) 2022-09-27T16:09:47.6769066Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.095s) 2022-09-27T16:09:49.7813934Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.104s) 2022-09-27T16:09:51.8892458Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.108s) 2022-09-27T16:09:54.0018438Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.112s) 2022-09-27T16:09:56.0825663Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.081s) 2022-09-27T16:09:58.1717966Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.089s) 2022-09-27T16:09:59.6987659Z test_dispatch_meta_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.527s) 2022-09-27T16:10:01.2118697Z test_dispatch_meta_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (1.513s) 2022-09-27T16:10:03.1168153Z test_dispatch_meta_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.905s) 2022-09-27T16:10:04.5678276Z test_dispatch_meta_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.451s) 2022-09-27T16:10:06.0973013Z test_dispatch_meta_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.529s) 2022-09-27T16:10:07.4421060Z test_dispatch_meta_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.345s) 2022-09-27T16:10:08.9605870Z test_dispatch_meta_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.518s) 2022-09-27T16:10:10.4611710Z test_dispatch_meta_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.500s) 2022-09-27T16:10:11.9751808Z test_dispatch_meta_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.514s) 2022-09-27T16:10:13.4814554Z test_dispatch_meta_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.506s) 2022-09-27T16:10:14.9903039Z test_dispatch_meta_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.509s) 2022-09-27T16:10:16.4935912Z test_dispatch_meta_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.503s) 2022-09-27T16:10:18.0402933Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.547s) 2022-09-27T16:10:19.5583156Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (1.518s) 2022-09-27T16:10:21.1202212Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.562s) 2022-09-27T16:10:22.4896254Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.369s) 2022-09-27T16:10:23.9943626Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.505s) 2022-09-27T16:10:25.3323370Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.338s) 2022-09-27T16:10:26.8444714Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.512s) 2022-09-27T16:10:28.3434570Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.499s) 2022-09-27T16:10:29.8489390Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.505s) 2022-09-27T16:10:31.3582300Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.509s) 2022-09-27T16:10:32.8670710Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.509s) 2022-09-27T16:10:34.3765534Z test_dispatch_meta_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.509s) 2022-09-27T16:10:34.5695213Z test_dispatch_meta_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-09-27T16:10:34.7454873Z test_dispatch_meta_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.176s) 2022-09-27T16:10:35.0864401Z test_dispatch_meta_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.341s) 2022-09-27T16:10:35.0909442Z test_dispatch_meta_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:35.2777253Z test_dispatch_meta_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-09-27T16:10:35.2804589Z test_dispatch_meta_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:10:35.4522111Z test_dispatch_meta_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-09-27T16:10:35.6263394Z test_dispatch_meta_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.174s) 2022-09-27T16:10:35.8050152Z test_dispatch_meta_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-09-27T16:10:35.9840608Z test_dispatch_meta_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.179s) 2022-09-27T16:10:36.1615370Z test_dispatch_meta_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-09-27T16:10:36.3412002Z test_dispatch_meta_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-09-27T16:10:36.3460340Z test_dispatch_meta_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:36.3504451Z test_dispatch_meta_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:36.3554797Z test_dispatch_meta_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:36.3603805Z test_dispatch_meta_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:36.3650148Z test_dispatch_meta_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:36.3695782Z test_dispatch_meta_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:36.3741846Z test_dispatch_meta_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:36.3786294Z test_dispatch_meta_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:36.3833135Z test_dispatch_meta_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:36.3878429Z test_dispatch_meta_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:36.3922412Z test_dispatch_meta_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:36.3968890Z test_dispatch_meta_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:36.4832812Z test_dispatch_meta_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:10:36.5695223Z test_dispatch_meta_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:10:36.6555195Z test_dispatch_meta_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:10:36.7410976Z test_dispatch_meta_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:10:36.8266081Z test_dispatch_meta_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:10:36.9119695Z test_dispatch_meta_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:10:36.9975520Z test_dispatch_meta_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:10:37.0830156Z test_dispatch_meta_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:10:38.6985002Z test_dispatch_meta_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.615s) 2022-09-27T16:10:40.3004360Z test_dispatch_meta_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.602s) 2022-09-27T16:10:41.9986291Z test_dispatch_meta_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.698s) 2022-09-27T16:10:43.6118942Z test_dispatch_meta_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.613s) 2022-09-27T16:10:45.2230607Z test_dispatch_meta_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.611s) 2022-09-27T16:10:45.2436318Z test_dispatch_meta_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:10:45.2624323Z test_dispatch_meta_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:10:45.2839770Z test_dispatch_meta_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:10:45.3052302Z test_dispatch_meta_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:10:45.3249236Z test_dispatch_meta_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:10:45.3452508Z test_dispatch_meta_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:10:45.3653651Z test_dispatch_meta_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:10:45.3837326Z test_dispatch_meta_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:10:45.4020835Z test_dispatch_meta_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:10:45.4210673Z test_dispatch_meta_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:10:45.4400740Z test_dispatch_meta_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:10:45.4590833Z test_dispatch_meta_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:10:45.4724371Z test_dispatch_meta_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:10:45.4837112Z test_dispatch_meta_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:10:45.4965938Z test_dispatch_meta_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:10:45.5096495Z test_dispatch_meta_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:10:45.5225845Z test_dispatch_meta_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:10:45.5341327Z test_dispatch_meta_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:10:45.5458631Z test_dispatch_meta_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:10:45.5578900Z test_dispatch_meta_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:10:45.5699085Z test_dispatch_meta_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:10:45.5819268Z test_dispatch_meta_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:10:45.6028440Z test_dispatch_meta_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:10:45.6371866Z test_dispatch_meta_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:10:45.6726481Z test_dispatch_meta_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:10:45.6930890Z test_dispatch_meta_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:10:45.7144335Z test_dispatch_meta_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:10:45.7357214Z test_dispatch_meta_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:10:46.1030891Z test_dispatch_meta_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.367s) 2022-09-27T16:10:46.4318406Z test_dispatch_meta_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.329s) 2022-09-27T16:10:46.4368144Z test_dispatch_meta_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:46.7739325Z test_dispatch_meta_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.337s) 2022-09-27T16:10:46.7777974Z test_dispatch_meta_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:46.7816640Z test_dispatch_meta_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:46.7855110Z test_dispatch_meta_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:46.7893758Z test_dispatch_meta_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:46.7933840Z test_dispatch_meta_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:46.8264391Z test_dispatch_meta_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:10:46.8587115Z test_dispatch_meta_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:10:46.8910080Z test_dispatch_meta_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:10:46.9233238Z test_dispatch_meta_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:10:46.9327153Z test_dispatch_meta_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:10:46.9418284Z test_dispatch_meta_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:10:46.9509907Z test_dispatch_meta_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:10:46.9602531Z test_dispatch_meta_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:10:47.0063452Z test_dispatch_meta_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:10:47.0259997Z test_dispatch_meta_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:10:47.0451579Z test_dispatch_meta_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:10:47.0692211Z test_dispatch_meta_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:10:47.0749928Z test_dispatch_meta_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:10:47.0807533Z test_dispatch_meta_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:10:47.0860610Z test_dispatch_meta_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:47.0915093Z test_dispatch_meta_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:47.0969186Z test_dispatch_meta_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:47.1018655Z test_dispatch_meta_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:47.1067840Z test_dispatch_meta_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:47.1117787Z test_dispatch_meta_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:47.1167303Z test_dispatch_meta_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:47.1216352Z test_dispatch_meta_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:10:47.1528365Z test_dispatch_meta_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:10:47.1733876Z test_dispatch_meta_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:10:47.1923743Z test_dispatch_meta_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:10:47.2134250Z test_dispatch_meta_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:10:48.4155108Z test_dispatch_meta_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.202s) 2022-09-27T16:10:48.4932252Z test_dispatch_meta_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:10:48.5635748Z test_dispatch_meta_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:10:48.6314960Z test_dispatch_meta_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:10:48.7106489Z test_dispatch_meta_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:10:48.7735525Z test_dispatch_meta_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:10:48.8334528Z test_dispatch_meta_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-09-27T16:10:48.8974609Z test_dispatch_meta_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:10:48.9286019Z test_dispatch_meta_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:10:48.9412388Z test_dispatch_meta_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:10:48.9516517Z test_dispatch_meta_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:10:48.9655171Z test_dispatch_meta_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:10:49.0840515Z test_dispatch_meta_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-09-27T16:10:49.1851810Z test_dispatch_meta_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-09-27T16:10:49.3891955Z test_dispatch_meta_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-09-27T16:10:49.5963797Z test_dispatch_meta_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.207s) 2022-09-27T16:10:49.6337855Z test_dispatch_meta_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:10:49.6524350Z test_dispatch_meta_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:10:49.6691907Z test_dispatch_meta_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:10:49.6894140Z test_dispatch_meta_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:10:49.8035986Z test_dispatch_meta_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-09-27T16:10:49.9173247Z test_dispatch_meta_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-09-27T16:10:50.0304241Z test_dispatch_meta_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-09-27T16:10:50.1421241Z test_dispatch_meta_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.112s) 2022-09-27T16:10:50.1835221Z test_dispatch_meta_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-09-27T16:10:50.2073764Z test_dispatch_meta_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:10:50.2292760Z test_dispatch_meta_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:10:50.2541524Z test_dispatch_meta_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:10:50.2830751Z test_dispatch_meta_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:10:50.2947930Z test_dispatch_meta_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:10:50.3047598Z test_dispatch_meta_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:10:50.3177153Z test_dispatch_meta_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:10:50.3332441Z test_dispatch_meta_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:10:50.3483857Z test_dispatch_meta_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:10:50.3541499Z test_dispatch_meta_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:10:50.3599122Z test_dispatch_meta_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:10:50.3724435Z test_dispatch_meta_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:10:50.3850640Z test_dispatch_meta_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:10:50.3890799Z test_dispatch_meta_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:50.3931258Z test_dispatch_meta_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:10:50.4200172Z test_dispatch_meta_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:10:50.4464889Z test_dispatch_meta_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:10:50.4720659Z test_dispatch_meta_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:10:50.4975986Z test_dispatch_meta_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:10:50.6914549Z test_dispatch_meta_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-09-27T16:10:50.7983940Z test_dispatch_meta_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-09-27T16:10:50.8952888Z test_dispatch_meta_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-09-27T16:10:51.0089472Z test_dispatch_meta_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-09-27T16:10:51.1904264Z test_dispatch_meta_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-09-27T16:10:51.2951327Z test_dispatch_meta_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-09-27T16:10:51.3908561Z test_dispatch_meta_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-09-27T16:10:51.5005916Z test_dispatch_meta_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-09-27T16:10:51.5293284Z test_dispatch_meta_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:10:51.5574041Z test_dispatch_meta_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:10:51.5824164Z test_dispatch_meta_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:10:51.6074821Z test_dispatch_meta_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:10:52.1836819Z test_dispatch_meta_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.576s) 2022-09-27T16:10:52.3169736Z test_dispatch_meta_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.133s) 2022-09-27T16:10:52.4124289Z test_dispatch_meta_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-09-27T16:10:52.5637705Z test_dispatch_meta_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-09-27T16:10:52.5891808Z test_dispatch_meta_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:10:52.6144225Z test_dispatch_meta_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:10:52.6364985Z test_dispatch_meta_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:10:52.6588256Z test_dispatch_meta_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:10:52.7141719Z test_dispatch_meta_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:10:52.7604005Z test_dispatch_meta_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:10:52.9158714Z test_dispatch_meta_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-09-27T16:10:53.0717041Z test_dispatch_meta_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-09-27T16:10:53.1557334Z test_dispatch_meta_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:10:53.3801061Z test_dispatch_meta_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.224s) 2022-09-27T16:10:53.5676504Z test_dispatch_meta_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-09-27T16:10:53.6512141Z test_dispatch_meta_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-09-27T16:10:53.8443936Z test_dispatch_meta_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-09-27T16:10:54.0442421Z test_dispatch_meta_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.200s) 2022-09-27T16:10:54.1583801Z test_dispatch_meta_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-09-27T16:10:54.2721751Z test_dispatch_meta_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.114s) 2022-09-27T16:10:54.3836347Z test_dispatch_meta_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:10:54.4947696Z test_dispatch_meta_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:10:55.0450660Z test_dispatch_meta_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.550s) 2022-09-27T16:10:55.3850985Z test_dispatch_meta_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.340s) 2022-09-27T16:10:55.7150193Z test_dispatch_meta_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.330s) 2022-09-27T16:10:56.0881768Z test_dispatch_meta_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.373s) 2022-09-27T16:10:56.1358609Z test_dispatch_meta_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:10:56.1743861Z test_dispatch_meta_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:10:56.2116645Z test_dispatch_meta_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:10:56.2504707Z test_dispatch_meta_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:10:56.2715703Z test_dispatch_meta_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:10:56.2940360Z test_dispatch_meta_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:10:56.3169231Z test_dispatch_meta_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:10:56.3385214Z test_dispatch_meta_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:10:56.3598735Z test_dispatch_meta_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:10:56.3804777Z test_dispatch_meta_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:10:56.4958506Z test_dispatch_meta_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-09-27T16:10:56.7449992Z test_dispatch_meta_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-09-27T16:10:56.9435648Z test_dispatch_meta_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-09-27T16:10:57.0588192Z test_dispatch_meta_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-09-27T16:10:57.2615661Z test_dispatch_meta_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.203s) 2022-09-27T16:10:57.4753720Z test_dispatch_meta_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.214s) 2022-09-27T16:10:57.5630860Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-09-27T16:10:57.6935290Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-09-27T16:10:57.8234098Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.130s) 2022-09-27T16:10:57.9111353Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-09-27T16:10:58.0501323Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-09-27T16:10:58.1888186Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-09-27T16:10:58.3485022Z test_dispatch_meta_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-09-27T16:10:58.4195751Z test_dispatch_meta_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:10:58.4537497Z test_dispatch_meta_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:10:58.5013138Z test_dispatch_meta_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:10:58.5324869Z test_dispatch_meta_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:10:58.5523545Z test_dispatch_meta_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:10:58.5613163Z test_dispatch_meta_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:10:58.5726119Z test_dispatch_meta_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:10:58.5738173Z test_dispatch_meta_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:58.5749914Z test_dispatch_meta_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:58.5762033Z test_dispatch_meta_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:58.5773452Z test_dispatch_meta_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:58.6354323Z test_dispatch_meta_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-09-27T16:10:58.6739136Z test_dispatch_meta_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:10:58.7074129Z test_dispatch_meta_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:10:58.7440768Z test_dispatch_meta_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:10:59.9262484Z test_dispatch_meta_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.182s) 2022-09-27T16:10:59.9428102Z test_dispatch_meta_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:10:59.9533227Z test_dispatch_meta_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:10:59.9651076Z test_dispatch_meta_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:00.0567578Z test_dispatch_meta_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.092s) 2022-09-27T16:11:00.1321219Z test_dispatch_meta_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:11:00.2032502Z test_dispatch_meta_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:11:00.2770473Z test_dispatch_meta_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:11:00.3187409Z test_dispatch_meta_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-09-27T16:11:00.3437908Z test_dispatch_meta_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:00.3648814Z test_dispatch_meta_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:00.3889748Z test_dispatch_meta_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:11:02.3582345Z test_dispatch_meta_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.969s) 2022-09-27T16:11:04.3226576Z test_dispatch_meta_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.964s) 2022-09-27T16:11:06.2726689Z test_dispatch_meta_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.950s) 2022-09-27T16:11:08.2224814Z test_dispatch_meta_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.950s) 2022-09-27T16:11:08.8337540Z test_dispatch_meta_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.611s) 2022-09-27T16:11:09.0298443Z test_dispatch_meta_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.196s) 2022-09-27T16:11:09.2535716Z test_dispatch_meta_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.223s) 2022-09-27T16:11:09.5472362Z test_dispatch_meta_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.294s) 2022-09-27T16:11:09.6296775Z test_dispatch_meta_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-09-27T16:11:09.6827571Z test_dispatch_meta_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:11:09.7419427Z test_dispatch_meta_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-09-27T16:11:09.8066728Z test_dispatch_meta_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-09-27T16:11:09.8293358Z test_dispatch_meta_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:11:09.8417450Z test_dispatch_meta_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:09.8531348Z test_dispatch_meta_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:09.8674224Z test_dispatch_meta_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:09.8932164Z test_dispatch_meta_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:09.9194294Z test_dispatch_meta_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:09.9447109Z test_dispatch_meta_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:09.9700352Z test_dispatch_meta_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:09.9942991Z test_dispatch_meta_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:11:10.0188628Z test_dispatch_meta_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:11:10.0421463Z test_dispatch_meta_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:11:10.0657453Z test_dispatch_meta_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:11:10.0882388Z test_dispatch_meta_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:11:10.1114973Z test_dispatch_meta_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:11:10.1341245Z test_dispatch_meta_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:11:10.1567796Z test_dispatch_meta_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:11:10.1801621Z test_dispatch_meta_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:11:10.2626745Z test_dispatch_meta_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-09-27T16:11:10.3799812Z test_dispatch_meta_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-09-27T16:11:10.4969664Z test_dispatch_meta_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-09-27T16:11:10.5792715Z test_dispatch_meta_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-09-27T16:11:10.6613071Z test_dispatch_meta_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-09-27T16:11:10.7439888Z test_dispatch_meta_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-09-27T16:11:10.9098940Z test_dispatch_meta_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-09-27T16:11:11.0762317Z test_dispatch_meta_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-09-27T16:11:11.2430846Z test_dispatch_meta_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.167s) 2022-09-27T16:11:11.4095120Z test_dispatch_meta_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-09-27T16:11:11.5750277Z test_dispatch_meta_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.165s) 2022-09-27T16:11:11.7416011Z test_dispatch_meta_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.166s) 2022-09-27T16:11:11.7670571Z test_dispatch_meta_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:11.7922399Z test_dispatch_meta_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:11.8175478Z test_dispatch_meta_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:11.8427385Z test_dispatch_meta_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:11.8689341Z test_dispatch_meta_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:11.8950928Z test_dispatch_meta_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:11.9203369Z test_dispatch_meta_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:11.9454844Z test_dispatch_meta_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:11.9708905Z test_dispatch_meta_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:11.9960964Z test_dispatch_meta_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:12.0168514Z test_dispatch_meta_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:12.0210006Z test_dispatch_meta_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.0248018Z test_dispatch_meta_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.3859697Z test_dispatch_meta_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.361s) 2022-09-27T16:11:12.3927142Z test_dispatch_meta_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:12.3970142Z test_dispatch_meta_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.4010463Z test_dispatch_meta_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.4051977Z test_dispatch_meta_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.4090666Z test_dispatch_meta_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.4129197Z test_dispatch_meta_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.4167497Z test_dispatch_meta_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.4205887Z test_dispatch_meta_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.4245796Z test_dispatch_meta_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.4269578Z test_dispatch_meta_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:12.4291968Z test_dispatch_meta_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:12.4315585Z test_dispatch_meta_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:12.4338909Z test_dispatch_meta_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:12.4366133Z test_dispatch_meta_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:12.4386837Z test_dispatch_meta_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:12.4409321Z test_dispatch_meta_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:12.4432034Z test_dispatch_meta_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:12.4454655Z test_dispatch_meta_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:12.4476978Z test_dispatch_meta_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:12.4520364Z test_dispatch_meta_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.4559228Z test_dispatch_meta_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.8204676Z test_dispatch_meta_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.364s) 2022-09-27T16:11:12.8271939Z test_dispatch_meta_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:12.8314062Z test_dispatch_meta_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.8356188Z test_dispatch_meta_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.8398253Z test_dispatch_meta_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.8438575Z test_dispatch_meta_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.8478416Z test_dispatch_meta_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.8519169Z test_dispatch_meta_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.8559097Z test_dispatch_meta_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.8598858Z test_dispatch_meta_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.8641661Z test_dispatch_meta_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:12.8681565Z test_dispatch_meta_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:13.2119398Z test_dispatch_meta_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.344s) 2022-09-27T16:11:13.5173531Z test_dispatch_meta_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.305s) 2022-09-27T16:11:13.5239119Z test_dispatch_meta_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:13.5280421Z test_dispatch_meta_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:13.5322318Z test_dispatch_meta_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:13.5364490Z test_dispatch_meta_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:13.5405029Z test_dispatch_meta_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:13.5444715Z test_dispatch_meta_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:13.5484856Z test_dispatch_meta_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:13.5524911Z test_dispatch_meta_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:13.5564865Z test_dispatch_meta_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:13.5638612Z test_dispatch_meta_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:13.5710682Z test_dispatch_meta_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:13.5782636Z test_dispatch_meta_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:13.5854759Z test_dispatch_meta_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:13.5935555Z test_dispatch_meta_log_softmax_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6012153Z test_dispatch_meta_log_softmax_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:13.6097930Z test_dispatch_meta_log_softmax_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6183357Z test_dispatch_meta_log_softmax_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6265916Z test_dispatch_meta_log_softmax_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6343536Z test_dispatch_meta_log_softmax_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6424343Z test_dispatch_meta_log_softmax_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6497516Z test_dispatch_meta_log_softmax_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:13.6574417Z test_dispatch_meta_log_softmax_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6650862Z test_dispatch_meta_log_softmax_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6729113Z test_dispatch_meta_log_softmax_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6804248Z test_dispatch_meta_log_softmax_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6880995Z test_dispatch_meta_log_softmax_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:13.6908576Z test_dispatch_meta_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:13.6935278Z test_dispatch_meta_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:13.6961852Z test_dispatch_meta_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:13.6988786Z test_dispatch_meta_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:13.7014489Z test_dispatch_meta_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:13.7041130Z test_dispatch_meta_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:13.8084056Z test_dispatch_meta_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:11:13.9126488Z test_dispatch_meta_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:11:14.0168902Z test_dispatch_meta_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:11:14.1211874Z test_dispatch_meta_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:11:14.1453941Z test_dispatch_meta_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:11:14.1642881Z test_dispatch_meta_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:14.1866934Z test_dispatch_meta_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:11:14.2099319Z test_dispatch_meta_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:11:14.2275061Z test_dispatch_meta_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:14.2413843Z test_dispatch_meta_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:17.2859567Z test_dispatch_meta_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (3.044s) 2022-09-27T16:11:17.3087082Z test_dispatch_meta_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:11:17.3262431Z test_dispatch_meta_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:17.3420348Z test_dispatch_meta_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:17.3578490Z test_dispatch_meta_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:17.3723950Z test_dispatch_meta_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:17.3873391Z test_dispatch_meta_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:17.4022617Z test_dispatch_meta_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:17.4169431Z test_dispatch_meta_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:17.4314980Z test_dispatch_meta_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:17.4365151Z test_dispatch_meta_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:17.4408277Z test_dispatch_meta_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:17.4458470Z test_dispatch_meta_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:17.4508751Z test_dispatch_meta_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:17.4560026Z test_dispatch_meta_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:17.4607824Z test_dispatch_meta_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:17.4655490Z test_dispatch_meta_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:17.4701027Z test_dispatch_meta_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:17.4746143Z test_dispatch_meta_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:17.4790705Z test_dispatch_meta_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:17.4834808Z test_dispatch_meta_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:17.4879019Z test_dispatch_meta_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:17.5083043Z test_dispatch_meta_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:17.5244719Z test_dispatch_meta_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:20.5740286Z test_dispatch_meta_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (3.049s) 2022-09-27T16:11:20.5997702Z test_dispatch_meta_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:20.6195643Z test_dispatch_meta_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:20.6376017Z test_dispatch_meta_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:11:20.6556771Z test_dispatch_meta_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:11:20.6724206Z test_dispatch_meta_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:20.6891757Z test_dispatch_meta_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:20.7060000Z test_dispatch_meta_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:20.7227578Z test_dispatch_meta_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:20.7402298Z test_dispatch_meta_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:20.7580596Z test_dispatch_meta_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:11:20.7718415Z test_dispatch_meta_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:23.8693648Z test_dispatch_meta_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (3.097s) 2022-09-27T16:11:23.8928099Z test_dispatch_meta_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:11:23.9110302Z test_dispatch_meta_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:11:23.9274404Z test_dispatch_meta_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:23.9438082Z test_dispatch_meta_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:23.9587538Z test_dispatch_meta_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:23.9736793Z test_dispatch_meta_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:23.9886079Z test_dispatch_meta_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:24.0035284Z test_dispatch_meta_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:24.0184511Z test_dispatch_meta_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:24.0255713Z test_dispatch_meta_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:24.0316016Z test_dispatch_meta_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:24.0383569Z test_dispatch_meta_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:24.0444169Z test_dispatch_meta_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:24.0503963Z test_dispatch_meta_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:24.0565356Z test_dispatch_meta_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:24.0626708Z test_dispatch_meta_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:24.0688423Z test_dispatch_meta_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:24.0749817Z test_dispatch_meta_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:24.0811261Z test_dispatch_meta_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:24.2950018Z test_dispatch_meta_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.214s) 2022-09-27T16:11:24.5069687Z test_dispatch_meta_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-09-27T16:11:24.7184620Z test_dispatch_meta_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.211s) 2022-09-27T16:11:24.9304539Z test_dispatch_meta_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-09-27T16:11:25.1442187Z test_dispatch_meta_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.214s) 2022-09-27T16:11:25.3615961Z test_dispatch_meta_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.217s) 2022-09-27T16:11:25.5594090Z test_dispatch_meta_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-09-27T16:11:25.7579278Z test_dispatch_meta_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-09-27T16:11:25.9557078Z test_dispatch_meta_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-09-27T16:11:26.0364230Z test_dispatch_meta_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-09-27T16:11:26.1039429Z test_dispatch_meta_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.067s) 2022-09-27T16:11:26.1142314Z test_dispatch_meta_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:11:26.1233756Z test_dispatch_meta_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:26.1333003Z test_dispatch_meta_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:11:26.1581976Z test_dispatch_meta_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:26.1830732Z test_dispatch_meta_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:26.1922023Z test_dispatch_meta_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:26.2013481Z test_dispatch_meta_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:26.2104217Z test_dispatch_meta_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:26.2195566Z test_dispatch_meta_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:26.2286539Z test_dispatch_meta_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:26.2312660Z test_dispatch_meta_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:26.2333889Z test_dispatch_meta_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:26.2364524Z test_dispatch_meta_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:26.2395209Z test_dispatch_meta_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:26.2425591Z test_dispatch_meta_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:26.2451725Z test_dispatch_meta_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:26.2477558Z test_dispatch_meta_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:26.2503272Z test_dispatch_meta_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:26.2525353Z test_dispatch_meta_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:26.2547051Z test_dispatch_meta_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:26.2565684Z test_dispatch_meta_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:26.2587095Z test_dispatch_meta_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:26.2609132Z test_dispatch_meta_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:26.2743650Z test_dispatch_meta_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:26.2861331Z test_dispatch_meta_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:26.2995634Z test_dispatch_meta_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:26.3129801Z test_dispatch_meta_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:26.3263544Z test_dispatch_meta_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:26.3383629Z test_dispatch_meta_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:26.3503397Z test_dispatch_meta_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:26.3623417Z test_dispatch_meta_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:26.3743742Z test_dispatch_meta_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:26.3860425Z test_dispatch_meta_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:26.7891749Z test_dispatch_meta_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.403s) 2022-09-27T16:11:26.8998504Z test_dispatch_meta_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:11:26.9802042Z test_dispatch_meta_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-09-27T16:11:27.1192245Z test_dispatch_meta_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-09-27T16:11:27.1570302Z test_dispatch_meta_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:11:27.1832075Z test_dispatch_meta_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:27.2348877Z test_dispatch_meta_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:11:27.2876890Z test_dispatch_meta_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:11:27.3221976Z test_dispatch_meta_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:11:27.3564142Z test_dispatch_meta_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:11:27.3874985Z test_dispatch_meta_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:11:27.4188086Z test_dispatch_meta_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:11:27.4229742Z test_dispatch_meta_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4265842Z test_dispatch_meta_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:27.4335456Z test_dispatch_meta_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:27.4386362Z test_dispatch_meta_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.4456136Z test_dispatch_meta_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:27.4497631Z test_dispatch_meta_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4539304Z test_dispatch_meta_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4581036Z test_dispatch_meta_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4617548Z test_dispatch_meta_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4654062Z test_dispatch_meta_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4690751Z test_dispatch_meta_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4727314Z test_dispatch_meta_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4763683Z test_dispatch_meta_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4805657Z test_dispatch_meta_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4842398Z test_dispatch_meta_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.4889761Z test_dispatch_meta_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.4937298Z test_dispatch_meta_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.4983232Z test_dispatch_meta_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.5023397Z test_dispatch_meta_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.5064167Z test_dispatch_meta_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.5103940Z test_dispatch_meta_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.5140681Z test_dispatch_meta_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.5176334Z test_dispatch_meta_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:27.5211535Z test_dispatch_meta_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:27.5246951Z test_dispatch_meta_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:27.5282083Z test_dispatch_meta_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:27.5368557Z test_dispatch_meta_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:27.5443527Z test_dispatch_meta_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:27.5539812Z test_dispatch_meta_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:11:27.5636428Z test_dispatch_meta_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:11:27.5732653Z test_dispatch_meta_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:11:27.5818475Z test_dispatch_meta_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:27.5904312Z test_dispatch_meta_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:27.5990477Z test_dispatch_meta_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:27.6067049Z test_dispatch_meta_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:27.6143171Z test_dispatch_meta_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:27.6219644Z test_dispatch_meta_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:27.6298565Z test_dispatch_meta_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:27.6377705Z test_dispatch_meta_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:27.6434651Z test_dispatch_meta_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:27.6480941Z test_dispatch_meta_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.6542084Z test_dispatch_meta_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:27.6603238Z test_dispatch_meta_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:27.6655337Z test_dispatch_meta_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.6708182Z test_dispatch_meta_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.6761739Z test_dispatch_meta_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.6808192Z test_dispatch_meta_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.6854202Z test_dispatch_meta_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.6900835Z test_dispatch_meta_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.6946707Z test_dispatch_meta_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:27.6994212Z test_dispatch_meta_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:27.7969228Z test_dispatch_meta_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-09-27T16:11:27.8934979Z test_dispatch_meta_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.096s) 2022-09-27T16:11:27.9907843Z test_dispatch_meta_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-09-27T16:11:28.0896500Z test_dispatch_meta_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-09-27T16:11:28.1878645Z test_dispatch_meta_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-09-27T16:11:28.2873727Z test_dispatch_meta_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-09-27T16:11:28.3855788Z test_dispatch_meta_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-09-27T16:11:28.4843534Z test_dispatch_meta_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-09-27T16:11:28.5830456Z test_dispatch_meta_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-09-27T16:11:28.6818248Z test_dispatch_meta_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-09-27T16:11:28.7806239Z test_dispatch_meta_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-09-27T16:11:28.8793253Z test_dispatch_meta_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.099s) 2022-09-27T16:11:28.9270828Z test_dispatch_meta_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:28.9739015Z test_dispatch_meta_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:11:29.0189396Z test_dispatch_meta_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-09-27T16:11:29.0636210Z test_dispatch_meta_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-09-27T16:11:29.1102170Z test_dispatch_meta_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:11:29.1308588Z test_dispatch_meta_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:29.1520758Z test_dispatch_meta_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:29.1728647Z test_dispatch_meta_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:29.1933065Z test_dispatch_meta_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:29.2133841Z test_dispatch_meta_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:29.2337500Z test_dispatch_meta_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:29.2469578Z test_dispatch_meta_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:29.2584096Z test_dispatch_meta_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:29.2713185Z test_dispatch_meta_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:29.2843163Z test_dispatch_meta_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:29.2972827Z test_dispatch_meta_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:29.3089439Z test_dispatch_meta_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:29.3205370Z test_dispatch_meta_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:29.3325878Z test_dispatch_meta_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:29.3446934Z test_dispatch_meta_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:29.3567831Z test_dispatch_meta_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:29.3592044Z test_dispatch_meta_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:29.3614356Z test_dispatch_meta_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:29.3637117Z test_dispatch_meta_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:29.3660472Z test_dispatch_meta_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:29.3684338Z test_dispatch_meta_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:29.3706342Z test_dispatch_meta_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:29.3728650Z test_dispatch_meta_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:29.3750660Z test_dispatch_meta_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:29.3772856Z test_dispatch_meta_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:29.3795280Z test_dispatch_meta_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:29.3832297Z test_dispatch_meta_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:29.3864573Z test_dispatch_meta_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:29.3900523Z test_dispatch_meta_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:29.3936911Z test_dispatch_meta_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:29.3972701Z test_dispatch_meta_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:29.4005978Z test_dispatch_meta_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:29.4038952Z test_dispatch_meta_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:29.4071629Z test_dispatch_meta_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:29.4104809Z test_dispatch_meta_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:29.4138057Z test_dispatch_meta_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:29.4273248Z test_dispatch_meta_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:29.4389992Z test_dispatch_meta_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:29.4519290Z test_dispatch_meta_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:29.4653430Z test_dispatch_meta_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:29.4788052Z test_dispatch_meta_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:29.4908366Z test_dispatch_meta_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:29.5024446Z test_dispatch_meta_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:29.5144418Z test_dispatch_meta_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:29.5260572Z test_dispatch_meta_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:29.5376552Z test_dispatch_meta_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:29.5485001Z test_dispatch_meta_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:29.5596471Z test_dispatch_meta_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:29.5707524Z test_dispatch_meta_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:29.5815110Z test_dispatch_meta_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:29.5922818Z test_dispatch_meta_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:29.6029803Z test_dispatch_meta_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:29.7095636Z test_dispatch_meta_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-09-27T16:11:29.8157746Z test_dispatch_meta_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-09-27T16:11:29.9219599Z test_dispatch_meta_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-09-27T16:11:30.0279571Z test_dispatch_meta_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-09-27T16:11:30.1337355Z test_dispatch_meta_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-09-27T16:11:30.2397133Z test_dispatch_meta_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-09-27T16:11:30.3463194Z test_dispatch_meta_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-09-27T16:11:30.4512494Z test_dispatch_meta_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-09-27T16:11:30.4723739Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:30.4916841Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:30.5142463Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:11:30.5367809Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:11:30.5575663Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:30.5782695Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:30.5990479Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:30.6182960Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:30.6376012Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:30.6568829Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:30.6761338Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:30.6954296Z test_dispatch_meta_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:30.7162272Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:30.7351790Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:30.7577289Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:11:30.7803781Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:11:30.8010862Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:30.8211642Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:30.8413755Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:30.8599564Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:11:30.8784503Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:11:30.8969048Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:11:30.9152324Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:11:30.9344360Z test_dispatch_meta_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:30.9479729Z test_dispatch_meta_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:30.9597707Z test_dispatch_meta_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:30.9731464Z test_dispatch_meta_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:30.9865995Z test_dispatch_meta_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:31.0000337Z test_dispatch_meta_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:31.0121303Z test_dispatch_meta_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.0241560Z test_dispatch_meta_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.0362276Z test_dispatch_meta_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.0483485Z test_dispatch_meta_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.0604212Z test_dispatch_meta_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.0628030Z test_dispatch_meta_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.0650187Z test_dispatch_meta_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.0674162Z test_dispatch_meta_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.0697874Z test_dispatch_meta_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.0721749Z test_dispatch_meta_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.0744268Z test_dispatch_meta_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.0766238Z test_dispatch_meta_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.0787778Z test_dispatch_meta_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.0809043Z test_dispatch_meta_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.0830353Z test_dispatch_meta_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.0866695Z test_dispatch_meta_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.0898413Z test_dispatch_meta_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.0932990Z test_dispatch_meta_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.0969131Z test_dispatch_meta_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.1005351Z test_dispatch_meta_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.1038618Z test_dispatch_meta_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.1071254Z test_dispatch_meta_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.1104400Z test_dispatch_meta_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.1137047Z test_dispatch_meta_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.1170051Z test_dispatch_meta_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.1304589Z test_dispatch_meta_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:31.1422693Z test_dispatch_meta_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.1557257Z test_dispatch_meta_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:31.1691922Z test_dispatch_meta_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:31.1825554Z test_dispatch_meta_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:31.1946154Z test_dispatch_meta_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.2066690Z test_dispatch_meta_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.2187375Z test_dispatch_meta_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.2307609Z test_dispatch_meta_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.2427750Z test_dispatch_meta_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.2455571Z test_dispatch_meta_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.2496511Z test_dispatch_meta_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.2536984Z test_dispatch_meta_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.2564447Z test_dispatch_meta_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.2590975Z test_dispatch_meta_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.2617710Z test_dispatch_meta_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.3097381Z test_dispatch_meta_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:31.3577502Z test_dispatch_meta_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:31.4057851Z test_dispatch_meta_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:31.4532902Z test_dispatch_meta_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:11:31.5007214Z test_dispatch_meta_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:11:31.5485005Z test_dispatch_meta_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:31.5965243Z test_dispatch_meta_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:31.6446934Z test_dispatch_meta_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:31.6925050Z test_dispatch_meta_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:31.7404240Z test_dispatch_meta_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:31.7429303Z test_dispatch_meta_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.7451689Z test_dispatch_meta_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.7478333Z test_dispatch_meta_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.7504061Z test_dispatch_meta_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.7530376Z test_dispatch_meta_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:31.7554903Z test_dispatch_meta_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.7578926Z test_dispatch_meta_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.7603347Z test_dispatch_meta_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.7626019Z test_dispatch_meta_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.7648605Z test_dispatch_meta_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.7671031Z test_dispatch_meta_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.7693578Z test_dispatch_meta_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.7716189Z test_dispatch_meta_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:31.7759524Z test_dispatch_meta_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.7801576Z test_dispatch_meta_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.7843589Z test_dispatch_meta_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.7885679Z test_dispatch_meta_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.7926195Z test_dispatch_meta_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.7966797Z test_dispatch_meta_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.8008077Z test_dispatch_meta_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.8048554Z test_dispatch_meta_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.8089224Z test_dispatch_meta_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:31.8223175Z test_dispatch_meta_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:31.8340532Z test_dispatch_meta_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:31.8490005Z test_dispatch_meta_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:33.6451837Z test_dispatch_meta_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (1.796s) 2022-09-27T16:11:33.6602223Z test_dispatch_meta_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:33.6736487Z test_dispatch_meta_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:33.6870837Z test_dispatch_meta_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:33.7005060Z test_dispatch_meta_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:33.7121368Z test_dispatch_meta_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:33.7237320Z test_dispatch_meta_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:33.7353390Z test_dispatch_meta_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:33.7468860Z test_dispatch_meta_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:33.7584675Z test_dispatch_meta_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:33.8554440Z test_dispatch_meta_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-09-27T16:11:33.9505308Z test_dispatch_meta_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-09-27T16:11:34.0461927Z test_dispatch_meta_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-09-27T16:11:34.0489584Z test_dispatch_meta_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:34.0518544Z test_dispatch_meta_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:34.0546887Z test_dispatch_meta_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:34.0573993Z test_dispatch_meta_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:34.0600938Z test_dispatch_meta_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:34.0627659Z test_dispatch_meta_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:34.0784384Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:34.0928239Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.1072185Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.1217061Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.1362198Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.1507773Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.1652628Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.1797703Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.1952503Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:34.2096439Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.2241364Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.2382754Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.2524887Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.2669755Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.2815378Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.2960357Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.3117898Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:34.3265513Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:34.3412737Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:34.3558533Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.3702262Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.3847446Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.3992958Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.4137810Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:34.4300409Z test_dispatch_meta_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:34.4342080Z test_dispatch_meta_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:34.4500723Z test_dispatch_meta_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:34.4650965Z test_dispatch_meta_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:34.4801454Z test_dispatch_meta_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:34.4844278Z test_dispatch_meta_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:34.4886490Z test_dispatch_meta_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:34.4930042Z test_dispatch_meta_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:34.4973312Z test_dispatch_meta_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:34.5017275Z test_dispatch_meta_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:34.6564469Z test_dispatch_meta_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-09-27T16:11:34.8123457Z test_dispatch_meta_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.156s) 2022-09-27T16:11:34.9678929Z test_dispatch_meta_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.155s) 2022-09-27T16:11:35.1245908Z test_dispatch_meta_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.157s) 2022-09-27T16:11:35.1331053Z test_dispatch_meta_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:35.1417090Z test_dispatch_meta_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:35.1503367Z test_dispatch_meta_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:35.1586357Z test_dispatch_meta_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:35.1668971Z test_dispatch_meta_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:35.1751961Z test_dispatch_meta_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:35.1834826Z test_dispatch_meta_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:35.1918335Z test_dispatch_meta_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:36.0931222Z test_dispatch_meta_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.901s) 2022-09-27T16:11:36.9903798Z test_dispatch_meta_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.897s) 2022-09-27T16:11:37.0259363Z test_dispatch_meta_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:11:37.0517044Z test_dispatch_meta_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:37.0868327Z test_dispatch_meta_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:11:37.1228961Z test_dispatch_meta_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:11:37.1580946Z test_dispatch_meta_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:11:37.1845832Z test_dispatch_meta_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:37.2103656Z test_dispatch_meta_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:37.2349479Z test_dispatch_meta_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:11:37.2607282Z test_dispatch_meta_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:37.2865405Z test_dispatch_meta_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:11:37.2874494Z test_dispatch_meta_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2883237Z test_dispatch_meta_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2891548Z test_dispatch_meta_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2900553Z test_dispatch_meta_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2909180Z test_dispatch_meta_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2918537Z test_dispatch_meta_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2926936Z test_dispatch_meta_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2935942Z test_dispatch_meta_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2944816Z test_dispatch_meta_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2953497Z test_dispatch_meta_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2962448Z test_dispatch_meta_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2971249Z test_dispatch_meta_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.2979985Z test_dispatch_meta_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:11:37.3614926Z test_dispatch_meta_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:11:37.4242321Z test_dispatch_meta_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:11:37.4879373Z test_dispatch_meta_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:11:37.5517173Z test_dispatch_meta_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:11:37.6154562Z test_dispatch_meta_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:11:37.6785973Z test_dispatch_meta_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:11:37.7423259Z test_dispatch_meta_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:11:37.8056753Z test_dispatch_meta_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:11:37.8685801Z test_dispatch_meta_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:11:37.9314077Z test_dispatch_meta_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:11:37.9941360Z test_dispatch_meta_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:11:38.0568743Z test_dispatch_meta_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:11:38.1198434Z test_dispatch_meta_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:11:38.1413350Z test_dispatch_meta_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:11:38.1632471Z test_dispatch_meta_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:11:38.1849218Z test_dispatch_meta_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:11:38.2065273Z test_dispatch_meta_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:11:38.2199808Z test_dispatch_meta_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:38.2317247Z test_dispatch_meta_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:38.2466031Z test_dispatch_meta_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:38.2615220Z test_dispatch_meta_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:38.2748750Z test_dispatch_meta_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:38.2883022Z test_dispatch_meta_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:38.3016095Z test_dispatch_meta_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:38.3136170Z test_dispatch_meta_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:38.3256047Z test_dispatch_meta_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:38.3376262Z test_dispatch_meta_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:38.3496069Z test_dispatch_meta_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:38.3616177Z test_dispatch_meta_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:11:38.3639288Z test_dispatch_meta_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:38.3663891Z test_dispatch_meta_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:38.5727600Z test_dispatch_meta_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.206s) 2022-09-27T16:11:38.5753260Z test_dispatch_meta_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:38.5776763Z test_dispatch_meta_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:38.5800436Z test_dispatch_meta_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:38.5823919Z test_dispatch_meta_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:38.5846908Z test_dispatch_meta_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:38.5869518Z test_dispatch_meta_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:38.5892206Z test_dispatch_meta_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:38.5915190Z test_dispatch_meta_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:38.5937605Z test_dispatch_meta_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:11:38.5994599Z test_dispatch_meta_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.6044889Z test_dispatch_meta_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.6107241Z test_dispatch_meta_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.6170579Z test_dispatch_meta_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.6233215Z test_dispatch_meta_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.6289792Z test_dispatch_meta_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.6345786Z test_dispatch_meta_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.6402408Z test_dispatch_meta_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.6453297Z test_dispatch_meta_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.6504234Z test_dispatch_meta_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.6555616Z test_dispatch_meta_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.6606292Z test_dispatch_meta_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.6657128Z test_dispatch_meta_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.6716230Z test_dispatch_meta_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.6768451Z test_dispatch_meta_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.6833241Z test_dispatch_meta_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.6898187Z test_dispatch_meta_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.6962556Z test_dispatch_meta_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.7021082Z test_dispatch_meta_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.7079829Z test_dispatch_meta_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.7137918Z test_dispatch_meta_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.7191113Z test_dispatch_meta_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.7244224Z test_dispatch_meta_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.7297268Z test_dispatch_meta_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.7350198Z test_dispatch_meta_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.7403499Z test_dispatch_meta_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.7467081Z test_dispatch_meta_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.7522942Z test_dispatch_meta_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.7595136Z test_dispatch_meta_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:38.7667740Z test_dispatch_meta_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:38.7740490Z test_dispatch_meta_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:38.7804106Z test_dispatch_meta_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.7867526Z test_dispatch_meta_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.7931435Z test_dispatch_meta_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.7987975Z test_dispatch_meta_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8044512Z test_dispatch_meta_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8100588Z test_dispatch_meta_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8156532Z test_dispatch_meta_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8212758Z test_dispatch_meta_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8271221Z test_dispatch_meta_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8322937Z test_dispatch_meta_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.8387382Z test_dispatch_meta_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8451691Z test_dispatch_meta_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8516374Z test_dispatch_meta_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8574595Z test_dispatch_meta_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8632610Z test_dispatch_meta_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8690864Z test_dispatch_meta_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.8743519Z test_dispatch_meta_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.8796289Z test_dispatch_meta_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.8848738Z test_dispatch_meta_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.8901353Z test_dispatch_meta_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.8954136Z test_dispatch_meta_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.9012410Z test_dispatch_meta_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.9063909Z test_dispatch_meta_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.9128295Z test_dispatch_meta_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.9192831Z test_dispatch_meta_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.9256801Z test_dispatch_meta_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.9314757Z test_dispatch_meta_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.9372422Z test_dispatch_meta_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.9430593Z test_dispatch_meta_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:11:38.9482843Z test_dispatch_meta_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.9535210Z test_dispatch_meta_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.9587834Z test_dispatch_meta_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.9640313Z test_dispatch_meta_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.9692369Z test_dispatch_meta_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:38.9826975Z test_dispatch_meta_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:38.9958294Z test_dispatch_meta_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:39.0087594Z test_dispatch_meta_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:39.0177845Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:39.0267191Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:39.0360053Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:39.0452430Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:39.0525930Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:39.0600423Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:39.0674527Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:39.0748748Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:11:39.0835459Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:39.0920100Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:11:39.1007174Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:39.1094718Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:39.1244256Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:39.1392018Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:39.1539628Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:39.1686994Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:39.1848550Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:39.2009936Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:39.2171787Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:39.2333561Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:39.2470979Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:39.2610798Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:39.2749978Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:39.2889299Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:39.3023215Z test_dispatch_meta_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:39.3159128Z test_dispatch_meta_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:39.3294392Z test_dispatch_meta_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:39.3430062Z test_dispatch_meta_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:39.3528545Z test_dispatch_meta_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:11:39.3625337Z test_dispatch_meta_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:11:39.3719138Z test_dispatch_meta_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:39.3812271Z test_dispatch_meta_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:11:39.3921809Z test_dispatch_meta_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:39.4028129Z test_dispatch_meta_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:39.4135644Z test_dispatch_meta_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:39.4242183Z test_dispatch_meta_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:39.4431992Z test_dispatch_meta_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:39.4626909Z test_dispatch_meta_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:39.6859532Z test_dispatch_meta_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.223s) 2022-09-27T16:11:39.7007015Z test_dispatch_meta_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:39.7202663Z test_dispatch_meta_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:39.7398006Z test_dispatch_meta_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:39.7592153Z test_dispatch_meta_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:39.7785449Z test_dispatch_meta_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:11:39.8242691Z test_dispatch_meta_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:11:39.8715794Z test_dispatch_meta_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:11:39.9175773Z test_dispatch_meta_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:11:39.9315856Z test_dispatch_meta_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:39.9452964Z test_dispatch_meta_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:39.9589665Z test_dispatch_meta_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:39.9729706Z test_dispatch_meta_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:11:40.0023554Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:11:40.0314140Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:11:40.0604961Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:11:40.0904782Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:11:40.0934365Z test_dispatch_meta_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:40.0963384Z test_dispatch_meta_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:40.0992511Z test_dispatch_meta_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:40.1021245Z test_dispatch_meta_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:40.1184189Z test_dispatch_meta_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:40.7054786Z test_dispatch_meta_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.587s) 2022-09-27T16:11:41.1647638Z test_dispatch_meta_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.459s) 2022-09-27T16:11:41.2610730Z test_dispatch_meta_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.096s) 2022-09-27T16:11:41.2768852Z test_dispatch_meta_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:41.2930809Z test_dispatch_meta_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:41.3091385Z test_dispatch_meta_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:41.3565804Z test_dispatch_meta_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:11:41.6589182Z test_dispatch_meta_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-09-27T16:11:42.0097089Z test_dispatch_meta_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.350s) 2022-09-27T16:11:42.3139379Z test_dispatch_meta_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.304s) 2022-09-27T16:11:42.3616266Z test_dispatch_meta_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:42.4089072Z test_dispatch_meta_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:11:42.4571393Z test_dispatch_meta_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:42.4732480Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:42.5706869Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-09-27T16:11:42.6690028Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.098s) 2022-09-27T16:11:42.7687706Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-09-27T16:11:42.7852611Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:42.8017019Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:42.8180440Z test_dispatch_meta_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:42.8376904Z test_dispatch_meta_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:42.8579971Z test_dispatch_meta_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:42.8777698Z test_dispatch_meta_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:42.8977628Z test_dispatch_meta_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:11:42.9148851Z test_dispatch_meta_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:42.9319114Z test_dispatch_meta_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:42.9486605Z test_dispatch_meta_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:42.9660404Z test_dispatch_meta_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:11:43.0264769Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-09-27T16:11:43.0849454Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.058s) 2022-09-27T16:11:43.1434929Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-09-27T16:11:43.2019941Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-09-27T16:11:43.2611903Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-09-27T16:11:43.3211948Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-09-27T16:11:43.3807417Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-09-27T16:11:43.4381302Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-09-27T16:11:43.4960462Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-09-27T16:11:43.5558733Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-09-27T16:11:43.6089642Z test_dispatch_meta_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:11:43.6613203Z test_dispatch_meta_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:11:43.7136535Z test_dispatch_meta_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:11:43.7660836Z test_dispatch_meta_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:11:43.8403152Z test_dispatch_meta_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:11:43.9145786Z test_dispatch_meta_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:11:43.9895502Z test_dispatch_meta_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:11:44.0645631Z test_dispatch_meta_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:11:44.1805141Z test_dispatch_meta_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-09-27T16:11:44.2950284Z test_dispatch_meta_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-09-27T16:11:44.3063757Z test_dispatch_meta_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:44.3176859Z test_dispatch_meta_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:44.3289842Z test_dispatch_meta_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:44.3401989Z test_dispatch_meta_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:44.3557739Z test_dispatch_meta_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:11:44.3714537Z test_dispatch_meta_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:44.3874806Z test_dispatch_meta_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:44.4035312Z test_dispatch_meta_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:11:44.4138944Z test_dispatch_meta_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:11:44.4245291Z test_dispatch_meta_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:44.4351229Z test_dispatch_meta_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:11:44.4457299Z test_dispatch_meta_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:11:44.4487317Z test_dispatch_meta_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:44.4517172Z test_dispatch_meta_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:44.4546308Z test_dispatch_meta_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:44.4575838Z test_dispatch_meta_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:44.5423588Z test_dispatch_meta_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:11:44.6277180Z test_dispatch_meta_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:11:44.7120991Z test_dispatch_meta_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:11:44.7964073Z test_dispatch_meta_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:11:44.8094290Z test_dispatch_meta_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:44.8223076Z test_dispatch_meta_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:44.8352140Z test_dispatch_meta_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:44.8481279Z test_dispatch_meta_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:11:44.8595212Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:44.8706566Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:44.8817768Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:44.8929092Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:11:44.8970246Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:44.9001991Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:44.9052400Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:44.9102602Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:11:44.9143494Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:44.9184388Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:44.9225339Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:11:44.9258150Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:44.9291148Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:44.9324299Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:44.9356850Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:44.9389664Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:11:44.9747644Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:11:45.0097818Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:11:45.0447140Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:11:45.0929212Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:45.1408572Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:45.1889806Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:11:50.3359306Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (5.147s) 2022-09-27T16:11:55.4787110Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (5.143s) 2022-09-27T16:12:00.6073040Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (5.128s) 2022-09-27T16:12:05.7274421Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (5.120s) 2022-09-27T16:12:05.7365967Z test_dispatch_meta_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:05.7454365Z test_dispatch_meta_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:05.7542893Z test_dispatch_meta_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:05.7634733Z test_dispatch_meta_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:05.7891421Z test_dispatch_meta_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:12:05.8145974Z test_dispatch_meta_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:12:05.8398822Z test_dispatch_meta_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:12:05.8651709Z test_dispatch_meta_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:12:06.1385206Z test_dispatch_meta_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-09-27T16:12:06.4110186Z test_dispatch_meta_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.272s) 2022-09-27T16:12:06.6841739Z test_dispatch_meta_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-09-27T16:12:06.6939738Z test_dispatch_meta_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:12:06.7035521Z test_dispatch_meta_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:06.7110502Z test_dispatch_meta_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:06.7187668Z test_dispatch_meta_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:06.7260948Z test_dispatch_meta_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:06.7332760Z test_dispatch_meta_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:06.7404728Z test_dispatch_meta_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:06.7476525Z test_dispatch_meta_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:06.7504607Z test_dispatch_meta_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:06.7532621Z test_dispatch_meta_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:06.7560835Z test_dispatch_meta_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:06.7588135Z test_dispatch_meta_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:06.7625522Z test_dispatch_meta_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:06.7662294Z test_dispatch_meta_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:06.7698558Z test_dispatch_meta_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:06.7734761Z test_dispatch_meta_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:06.7791918Z test_dispatch_meta_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:06.7847648Z test_dispatch_meta_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:06.7897668Z test_dispatch_meta_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:06.7947513Z test_dispatch_meta_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:06.7994504Z test_dispatch_meta_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:06.8041336Z test_dispatch_meta_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:06.8088410Z test_dispatch_meta_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:06.8135328Z test_dispatch_meta_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:06.8674167Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:12:06.9213323Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:12:06.9751914Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:12:07.0289109Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:12:07.0418177Z test_dispatch_meta_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:12:07.0546579Z test_dispatch_meta_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:12:07.0672433Z test_dispatch_meta_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:12:07.0801968Z test_dispatch_meta_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:12:07.1424253Z test_dispatch_meta_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-09-27T16:12:07.2028229Z test_dispatch_meta_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-09-27T16:12:07.2556617Z test_dispatch_meta_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:12:07.3084469Z test_dispatch_meta_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:12:07.3190856Z test_dispatch_meta_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:07.3300799Z test_dispatch_meta_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:07.3410771Z test_dispatch_meta_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:07.3520816Z test_dispatch_meta_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:07.3601516Z test_dispatch_meta_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:07.3681780Z test_dispatch_meta_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:07.3759358Z test_dispatch_meta_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:07.3835387Z test_dispatch_meta_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:07.3910894Z test_dispatch_meta_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:07.3987331Z test_dispatch_meta_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:07.4064791Z test_dispatch_meta_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:07.4140692Z test_dispatch_meta_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:07.4219542Z test_dispatch_meta_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:07.4541083Z test_dispatch_meta_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:07.4864908Z test_dispatch_meta_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:07.5188527Z test_dispatch_meta_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:07.5503254Z test_dispatch_meta_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:07.5585006Z test_dispatch_meta_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:07.5665036Z test_dispatch_meta_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:07.5741871Z test_dispatch_meta_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:07.6078277Z test_dispatch_meta_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:12:07.6410750Z test_dispatch_meta_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:12:07.6738272Z test_dispatch_meta_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:07.7065075Z test_dispatch_meta_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:12:07.7176964Z test_dispatch_meta_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:07.7334010Z test_dispatch_meta_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:12:07.7489967Z test_dispatch_meta_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:12:07.7603315Z test_dispatch_meta_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:07.7711983Z test_dispatch_meta_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:07.7820275Z test_dispatch_meta_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:07.7910031Z test_dispatch_meta_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:07.7999061Z test_dispatch_meta_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:07.8087416Z test_dispatch_meta_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:07.8172520Z test_dispatch_meta_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:07.8229973Z test_dispatch_meta_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:07.8288141Z test_dispatch_meta_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:07.8346623Z test_dispatch_meta_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:07.8405030Z test_dispatch_meta_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:07.8770371Z test_dispatch_meta_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:12:07.9154381Z test_dispatch_meta_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:12:07.9538741Z test_dispatch_meta_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:12:07.9899986Z test_dispatch_meta_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:12:08.0252491Z test_dispatch_meta_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:12:08.0610522Z test_dispatch_meta_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:12:08.0999636Z test_dispatch_meta_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:12:08.1385249Z test_dispatch_meta_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:12:08.1771621Z test_dispatch_meta_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:12:08.2157832Z test_dispatch_meta_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:12:08.2238818Z test_dispatch_meta_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:08.2318338Z test_dispatch_meta_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:08.2396349Z test_dispatch_meta_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:08.2479074Z test_dispatch_meta_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:08.3131971Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-09-27T16:12:08.3771951Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:12:08.4404534Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:12:08.5035331Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:12:08.5631637Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-09-27T16:12:08.6230351Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-09-27T16:12:08.6827843Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-09-27T16:12:08.7408468Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-09-27T16:12:08.7997750Z test_dispatch_meta_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.059s) 2022-09-27T16:12:10.2778599Z test_dispatch_meta_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.478s) 2022-09-27T16:12:11.7332724Z test_dispatch_meta_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.455s) 2022-09-27T16:12:13.1888622Z test_dispatch_meta_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.455s) 2022-09-27T16:12:14.6441441Z test_dispatch_meta_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.455s) 2022-09-27T16:12:15.6088620Z test_dispatch_meta_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.965s) 2022-09-27T16:12:16.5868018Z test_dispatch_meta_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.978s) 2022-09-27T16:12:17.5625903Z test_dispatch_meta_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.976s) 2022-09-27T16:12:18.5357049Z test_dispatch_meta_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.973s) 2022-09-27T16:12:22.9336563Z test_dispatch_meta_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (4.398s) 2022-09-27T16:12:27.3334404Z test_dispatch_meta_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (4.400s) 2022-09-27T16:12:31.7056680Z test_dispatch_meta_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (4.372s) 2022-09-27T16:12:36.0995927Z test_dispatch_meta_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (4.394s) 2022-09-27T16:12:37.3675486Z test_dispatch_meta_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.268s) 2022-09-27T16:12:38.6400989Z test_dispatch_meta_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.272s) 2022-09-27T16:12:39.9096586Z test_dispatch_meta_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.269s) 2022-09-27T16:12:40.1788761Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.269s) 2022-09-27T16:12:40.4453636Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.266s) 2022-09-27T16:12:40.6758790Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.230s) 2022-09-27T16:12:42.8657694Z test_dispatch_meta_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.190s) 2022-09-27T16:12:45.0396898Z test_dispatch_meta_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.174s) 2022-09-27T16:12:47.2043975Z test_dispatch_meta_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.165s) 2022-09-27T16:12:47.5737406Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.369s) 2022-09-27T16:12:47.9366775Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.363s) 2022-09-27T16:12:48.2876248Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.351s) 2022-09-27T16:12:49.0341901Z test_dispatch_meta_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.746s) 2022-09-27T16:12:49.7739657Z test_dispatch_meta_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.740s) 2022-09-27T16:12:50.5183506Z test_dispatch_meta_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.744s) 2022-09-27T16:12:50.7005958Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.182s) 2022-09-27T16:12:50.8780131Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-09-27T16:12:51.0689198Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-09-27T16:12:51.0718208Z test_dispatch_meta_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:51.0746965Z test_dispatch_meta_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:51.0776040Z test_dispatch_meta_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:51.0805267Z test_dispatch_meta_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:51.0866073Z test_dispatch_meta_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:51.0926693Z test_dispatch_meta_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:51.0987927Z test_dispatch_meta_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:51.1051260Z test_dispatch_meta_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:51.1408438Z test_dispatch_meta_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:12:51.1762245Z test_dispatch_meta_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:12:51.2126366Z test_dispatch_meta_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:12:51.2490093Z test_dispatch_meta_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:12:51.2763605Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:51.3037104Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:51.3310355Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:51.3584206Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:51.3835503Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:12:51.4080487Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:12:51.4325244Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:12:51.4567769Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:12:51.7104363Z test_dispatch_meta_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.253s) 2022-09-27T16:12:51.9670834Z test_dispatch_meta_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.257s) 2022-09-27T16:12:52.2236356Z test_dispatch_meta_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.256s) 2022-09-27T16:12:52.4781016Z test_dispatch_meta_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.254s) 2022-09-27T16:12:52.5085047Z test_dispatch_meta_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:12:52.5390211Z test_dispatch_meta_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:12:52.5695140Z test_dispatch_meta_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:12:52.5992399Z test_dispatch_meta_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:12:52.6299324Z test_dispatch_meta_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:52.6609347Z test_dispatch_meta_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:52.7033624Z test_dispatch_meta_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-09-27T16:12:52.7436421Z test_dispatch_meta_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:12:52.7527009Z test_dispatch_meta_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:52.7925961Z test_dispatch_meta_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:12:52.8324714Z test_dispatch_meta_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:12:52.8732032Z test_dispatch_meta_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-09-27T16:12:52.9139766Z test_dispatch_meta_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-09-27T16:12:52.9546397Z test_dispatch_meta_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-09-27T16:12:52.9944374Z test_dispatch_meta_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:12:53.0345032Z test_dispatch_meta_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:12:53.0745214Z test_dispatch_meta_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:12:53.1145893Z test_dispatch_meta_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:12:53.1545542Z test_dispatch_meta_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:12:53.1859020Z test_dispatch_meta_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:53.2129915Z test_dispatch_meta_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:53.2482832Z test_dispatch_meta_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:12:53.2835780Z test_dispatch_meta_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:12:53.3149181Z test_dispatch_meta_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:53.3462386Z test_dispatch_meta_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:53.3773547Z test_dispatch_meta_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:53.4042033Z test_dispatch_meta_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:53.4310033Z test_dispatch_meta_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:53.4578389Z test_dispatch_meta_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:53.4850099Z test_dispatch_meta_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:53.5119193Z test_dispatch_meta_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:53.5202524Z test_dispatch_meta_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:53.5293053Z test_dispatch_meta_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:53.5384595Z test_dispatch_meta_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:53.5466100Z test_dispatch_meta_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:53.5547006Z test_dispatch_meta_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:53.5629952Z test_dispatch_meta_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:53.5725114Z test_dispatch_meta_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:53.5815452Z test_dispatch_meta_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:12:53.5896466Z test_dispatch_meta_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:53.5977572Z test_dispatch_meta_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:53.6057862Z test_dispatch_meta_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:53.6171662Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:53.6297799Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:12:53.6423951Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:12:53.6537192Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:53.6650834Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:53.6765231Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:53.6868927Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:12:53.6972951Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:12:53.7077719Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:12:53.7185882Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:53.7293532Z test_dispatch_meta_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:12:53.8098743Z test_dispatch_meta_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-09-27T16:12:53.8897403Z test_dispatch_meta_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-09-27T16:12:53.8924240Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:53.8945836Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.8971344Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.8996471Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9019606Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9042864Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9066142Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9089050Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9112035Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9134485Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9157596Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9180123Z test_dispatch_meta_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9205794Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9227252Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9252420Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9277895Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9300923Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9324362Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9348461Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9371574Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9394163Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9416723Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9439544Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:53.9462181Z test_dispatch_meta_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:12:54.2290470Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.283s) 2022-09-27T16:12:54.5131323Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.284s) 2022-09-27T16:12:54.7964559Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.283s) 2022-09-27T16:12:55.0876916Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.291s) 2022-09-27T16:12:55.3614450Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.273s) 2022-09-27T16:12:55.6358323Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-09-27T16:12:55.9122643Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.276s) 2022-09-27T16:12:56.1866576Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-09-27T16:12:56.4610769Z test_dispatch_meta_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-09-27T16:12:56.4879775Z test_dispatch_meta_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:12:56.5123154Z test_dispatch_meta_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:12:56.5365577Z test_dispatch_meta_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:12:56.5399379Z test_dispatch_meta_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.5434047Z test_dispatch_meta_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.5465918Z test_dispatch_meta_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.5496805Z test_dispatch_meta_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.5525775Z test_dispatch_meta_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.5554570Z test_dispatch_meta_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.5584276Z test_dispatch_meta_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.5614222Z test_dispatch_meta_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.5644111Z test_dispatch_meta_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.5694174Z test_dispatch_meta_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:56.5743279Z test_dispatch_meta_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:56.5788926Z test_dispatch_meta_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.5833362Z test_dispatch_meta_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.5875915Z test_dispatch_meta_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.5918386Z test_dispatch_meta_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.5961131Z test_dispatch_meta_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.6003627Z test_dispatch_meta_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.6046417Z test_dispatch_meta_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.6363833Z test_dispatch_meta_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:56.6679104Z test_dispatch_meta_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:56.6994509Z test_dispatch_meta_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:56.7309600Z test_dispatch_meta_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:56.7338568Z test_dispatch_meta_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.7367336Z test_dispatch_meta_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.7395775Z test_dispatch_meta_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.7424101Z test_dispatch_meta_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.7452485Z test_dispatch_meta_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.7480229Z test_dispatch_meta_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.7507873Z test_dispatch_meta_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.7536996Z test_dispatch_meta_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:56.7617830Z test_dispatch_meta_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:56.7696973Z test_dispatch_meta_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:56.7775779Z test_dispatch_meta_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:56.7840674Z test_dispatch_meta_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.7904031Z test_dispatch_meta_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.7967240Z test_dispatch_meta_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.8030601Z test_dispatch_meta_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.8095779Z test_dispatch_meta_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.8161011Z test_dispatch_meta_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.8225784Z test_dispatch_meta_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.8290926Z test_dispatch_meta_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.8361661Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:56.8437658Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:12:56.8513315Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:56.8583555Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:56.8654116Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:56.8719794Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.8785696Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.8850206Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.8913931Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.8977794Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9044278Z test_dispatch_meta_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:12:56.9087559Z test_dispatch_meta_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.9131414Z test_dispatch_meta_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.9175316Z test_dispatch_meta_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.9219113Z test_dispatch_meta_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:56.9282017Z test_dispatch_meta_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9345218Z test_dispatch_meta_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9407372Z test_dispatch_meta_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9468656Z test_dispatch_meta_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9528052Z test_dispatch_meta_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9583376Z test_dispatch_meta_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:56.9645531Z test_dispatch_meta_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9706951Z test_dispatch_meta_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9767123Z test_dispatch_meta_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9824981Z test_dispatch_meta_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9883173Z test_dispatch_meta_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9939026Z test_dispatch_meta_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:12:56.9995187Z test_dispatch_meta_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:57.0050931Z test_dispatch_meta_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:57.0106642Z test_dispatch_meta_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:57.0162405Z test_dispatch_meta_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:12:57.0204826Z test_dispatch_meta_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0247792Z test_dispatch_meta_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0292673Z test_dispatch_meta_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0335208Z test_dispatch_meta_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0377357Z test_dispatch_meta_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0419545Z test_dispatch_meta_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0459954Z test_dispatch_meta_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0500017Z test_dispatch_meta_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0540063Z test_dispatch_meta_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0580268Z test_dispatch_meta_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0620341Z test_dispatch_meta_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0666252Z test_dispatch_meta_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0709408Z test_dispatch_meta_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0754264Z test_dispatch_meta_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0797640Z test_dispatch_meta_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0832669Z test_dispatch_meta_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:57.0868927Z test_dispatch_meta_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0905408Z test_dispatch_meta_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0941982Z test_dispatch_meta_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.0978558Z test_dispatch_meta_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:12:57.1306977Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:12:57.1652529Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:12:57.1999484Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:12:57.2326745Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:12:57.2654114Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:12:57.2980609Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:12:57.3292709Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:57.3603802Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:57.3918464Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:57.4241886Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:57.4563747Z test_dispatch_meta_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:57.4903432Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:12:57.5254326Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:12:57.5603258Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:12:57.5934407Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:12:57.6277625Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:12:57.6620212Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:12:57.6946424Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:12:57.7262601Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:57.7578396Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:57.7893277Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:57.8208375Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:58.0094895Z test_dispatch_meta_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-09-27T16:12:58.2178192Z test_dispatch_meta_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.208s) 2022-09-27T16:12:58.4250717Z test_dispatch_meta_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.207s) 2022-09-27T16:12:58.6127566Z test_dispatch_meta_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.188s) 2022-09-27T16:12:58.8001361Z test_dispatch_meta_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-09-27T16:12:58.9876165Z test_dispatch_meta_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.187s) 2022-09-27T16:12:58.9911267Z test_dispatch_meta_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:58.9947000Z test_dispatch_meta_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:58.9983308Z test_dispatch_meta_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:12:59.0305894Z test_dispatch_meta_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:59.0620688Z test_dispatch_meta_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:12:59.0946361Z test_dispatch_meta_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:59.1266584Z test_dispatch_meta_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:12:59.4010451Z test_dispatch_meta_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-09-27T16:12:59.6708100Z test_dispatch_meta_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.270s) 2022-09-27T16:12:59.9460540Z test_dispatch_meta_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.275s) 2022-09-27T16:13:00.2199615Z test_dispatch_meta_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-09-27T16:13:00.4912048Z test_dispatch_meta_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-09-27T16:13:00.7600680Z test_dispatch_meta_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.269s) 2022-09-27T16:13:01.0313372Z test_dispatch_meta_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-09-27T16:13:01.3055390Z test_dispatch_meta_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-09-27T16:13:01.5765156Z test_dispatch_meta_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-09-27T16:13:01.8480480Z test_dispatch_meta_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-09-27T16:13:02.1205755Z test_dispatch_meta_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.272s) 2022-09-27T16:13:02.3946268Z test_dispatch_meta_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.274s) 2022-09-27T16:13:02.6651845Z test_dispatch_meta_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-09-27T16:13:02.7153942Z test_dispatch_meta_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:13:02.7696843Z test_dispatch_meta_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:13:02.8241954Z test_dispatch_meta_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:13:02.8742813Z test_dispatch_meta_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:13:02.9233659Z test_dispatch_meta_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:13:02.9718847Z test_dispatch_meta_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:13:02.9803001Z test_dispatch_meta_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:13:02.9943791Z test_dispatch_meta_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:13:03.0081276Z test_dispatch_meta_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:13:03.0164834Z test_dispatch_meta_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:13:03.0247484Z test_dispatch_meta_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:13:03.0330680Z test_dispatch_meta_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:13:03.0389027Z test_dispatch_meta_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:03.0449729Z test_dispatch_meta_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:03.0512185Z test_dispatch_meta_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:03.0569532Z test_dispatch_meta_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:03.0626591Z test_dispatch_meta_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:03.0683453Z test_dispatch_meta_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:03.0996292Z test_dispatch_meta_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:13:03.1106273Z test_dispatch_meta_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:03.1210715Z test_dispatch_meta_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:03.1354519Z test_dispatch_meta_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:13:03.1455584Z test_dispatch_meta_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:03.1550162Z test_dispatch_meta_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:13:03.1644107Z test_dispatch_meta_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:13:03.1737667Z test_dispatch_meta_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:13:03.1767171Z test_dispatch_meta_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:03.1796408Z test_dispatch_meta_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:03.1825463Z test_dispatch_meta_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:03.1853573Z test_dispatch_meta_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:03.1877902Z test_dispatch_meta_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.1901307Z test_dispatch_meta_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.1925838Z test_dispatch_meta_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.1949665Z test_dispatch_meta_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.1973434Z test_dispatch_meta_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.1997258Z test_dispatch_meta_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.2021000Z test_dispatch_meta_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.2045992Z test_dispatch_meta_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.2070949Z test_dispatch_meta_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.2094786Z test_dispatch_meta_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.2118757Z test_dispatch_meta_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.2142465Z test_dispatch_meta_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.2167447Z test_dispatch_meta_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:03.2221616Z test_dispatch_meta_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:03.2269479Z test_dispatch_meta_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:03.2328714Z test_dispatch_meta_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:03.2390570Z test_dispatch_meta_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:03.2452646Z test_dispatch_meta_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:03.2508230Z test_dispatch_meta_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:03.2564374Z test_dispatch_meta_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:03.2617705Z test_dispatch_meta_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:03.2667943Z test_dispatch_meta_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:03.2715925Z test_dispatch_meta_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:03.2763916Z test_dispatch_meta_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:03.2811929Z test_dispatch_meta_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:03.2862744Z test_dispatch_meta_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:05.3392126Z test_dispatch_meta_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.053s) 2022-09-27T16:13:07.4153146Z test_dispatch_meta_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.076s) 2022-09-27T16:13:09.4710993Z test_dispatch_meta_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.056s) 2022-09-27T16:13:11.5218458Z test_dispatch_meta_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.051s) 2022-09-27T16:13:11.5255155Z test_dispatch_meta_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:11.5287736Z test_dispatch_meta_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:11.5324727Z test_dispatch_meta_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:11.5361986Z test_dispatch_meta_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:11.5397516Z test_dispatch_meta_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:11.5432333Z test_dispatch_meta_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:11.5467030Z test_dispatch_meta_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:11.5500795Z test_dispatch_meta_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:11.5534361Z test_dispatch_meta_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:11.5568231Z test_dispatch_meta_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:11.5601621Z test_dispatch_meta_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:11.5635032Z test_dispatch_meta_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:14.3121784Z test_dispatch_meta_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.748s) 2022-09-27T16:13:17.0567234Z test_dispatch_meta_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.744s) 2022-09-27T16:13:17.0604333Z test_dispatch_meta_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:17.0635992Z test_dispatch_meta_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:17.0676455Z test_dispatch_meta_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:17.0715806Z test_dispatch_meta_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:17.0756008Z test_dispatch_meta_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:17.0791802Z test_dispatch_meta_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:17.0827570Z test_dispatch_meta_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:17.0863797Z test_dispatch_meta_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:17.0895861Z test_dispatch_meta_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:17.0928140Z test_dispatch_meta_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:17.0960208Z test_dispatch_meta_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:17.0990744Z test_dispatch_meta_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:17.1022948Z test_dispatch_meta_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:17.1569024Z test_dispatch_meta_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:13:17.1773082Z test_dispatch_meta_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:13:17.1889624Z test_dispatch_meta_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:13:17.2075666Z test_dispatch_meta_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:13:17.3506971Z test_dispatch_meta_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.143s) 2022-09-27T16:13:17.4909231Z test_dispatch_meta_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-09-27T16:13:18.7818977Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (1.291s) 2022-09-27T16:13:20.4507487Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.669s) 2022-09-27T16:13:20.4647327Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:13:22.3536582Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.889s) 2022-09-27T16:13:22.3643958Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.3749916Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:22.3856285Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.3966159Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.4070289Z test_dispatch_meta_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.4176178Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:22.4291866Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.4407816Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.4521288Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.4627792Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.4734720Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.4841377Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.4947875Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.5054988Z test_dispatch_meta_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.5160516Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:22.5276258Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.5391946Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.5507341Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.5614376Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.5721153Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.5827482Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.5934459Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.6040905Z test_dispatch_meta_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.6143783Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:22.6255653Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.6367799Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.6479659Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.6586987Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.6693782Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.6800695Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.6906814Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.7014130Z test_dispatch_meta_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.7120407Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.7236759Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:13:22.7352527Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.7464473Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.7571183Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.7677738Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.7784205Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.7890510Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.7997235Z test_dispatch_meta_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:22.8015555Z test_dispatch_meta_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:22.8035511Z test_dispatch_meta_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:22.8055377Z test_dispatch_meta_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:22.8075528Z test_dispatch_meta_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:22.8092870Z test_dispatch_meta_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:22.8110296Z test_dispatch_meta_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:22.8127878Z test_dispatch_meta_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:22.8143206Z test_dispatch_meta_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:22.8158953Z test_dispatch_meta_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:22.8174429Z test_dispatch_meta_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:22.8189706Z test_dispatch_meta_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:22.8205482Z test_dispatch_meta_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:22.8339581Z test_dispatch_meta_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:13:22.8489264Z test_dispatch_meta_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:13:25.4434287Z test_dispatch_meta_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.594s) 2022-09-27T16:13:25.4584610Z test_dispatch_meta_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:13:25.4717409Z test_dispatch_meta_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:13:25.4847414Z test_dispatch_meta_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:13:25.4977033Z test_dispatch_meta_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:13:25.5093356Z test_dispatch_meta_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:13:25.5213618Z test_dispatch_meta_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:13:25.5329356Z test_dispatch_meta_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:25.5444904Z test_dispatch_meta_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:25.5562024Z test_dispatch_meta_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:13:25.5793280Z test_dispatch_meta_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:13:25.6001279Z test_dispatch_meta_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:13:25.6248323Z test_dispatch_meta_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:13:27.7586028Z test_dispatch_meta_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.133s) 2022-09-27T16:13:27.7832689Z test_dispatch_meta_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:13:27.8059650Z test_dispatch_meta_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:13:27.8283373Z test_dispatch_meta_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:13:27.8506934Z test_dispatch_meta_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:13:28.7437799Z test_dispatch_meta_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.893s) 2022-09-27T16:13:29.6497909Z test_dispatch_meta_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.906s) 2022-09-27T16:13:29.6705288Z test_dispatch_meta_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:13:30.5751184Z test_dispatch_meta_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.904s) 2022-09-27T16:13:31.4817875Z test_dispatch_meta_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.907s) 2022-09-27T16:13:31.5005238Z test_dispatch_meta_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:31.5171483Z test_dispatch_meta_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:13:31.5365745Z test_dispatch_meta_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:31.5560435Z test_dispatch_meta_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:31.5743199Z test_dispatch_meta_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:13:31.5925798Z test_dispatch_meta_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:13:31.6108516Z test_dispatch_meta_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:13:31.6281984Z test_dispatch_meta_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:13:31.6454816Z test_dispatch_meta_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:13:31.6627829Z test_dispatch_meta_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:13:31.6796353Z test_dispatch_meta_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:13:31.6969772Z test_dispatch_meta_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:13:31.7720057Z test_dispatch_meta_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:13:31.8145921Z test_dispatch_meta_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-09-27T16:13:31.8501560Z test_dispatch_meta_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:13:31.8920498Z test_dispatch_meta_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-09-27T16:13:32.7091993Z test_dispatch_meta_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.817s) 2022-09-27T16:13:33.5265961Z test_dispatch_meta_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.817s) 2022-09-27T16:13:33.5310631Z test_dispatch_meta_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:33.5350122Z test_dispatch_meta_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.5392523Z test_dispatch_meta_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.5434457Z test_dispatch_meta_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.5476593Z test_dispatch_meta_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.5517959Z test_dispatch_meta_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.5558728Z test_dispatch_meta_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.5599952Z test_dispatch_meta_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.5640976Z test_dispatch_meta_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.5680610Z test_dispatch_meta_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.5744878Z test_dispatch_meta_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:33.5817439Z test_dispatch_meta_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:13:33.5889388Z test_dispatch_meta_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:13:33.5959758Z test_dispatch_meta_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:13:33.6025407Z test_dispatch_meta_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:33.6090648Z test_dispatch_meta_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:33.6154033Z test_dispatch_meta_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:33.6263842Z test_dispatch_meta_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:33.6373408Z test_dispatch_meta_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:33.6483591Z test_dispatch_meta_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:33.6593105Z test_dispatch_meta_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:33.6696708Z test_dispatch_meta_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:33.6800921Z test_dispatch_meta_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:33.6908046Z test_dispatch_meta_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:33.7013048Z test_dispatch_meta_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:33.7116987Z test_dispatch_meta_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:33.7153500Z test_dispatch_meta_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.7187611Z test_dispatch_meta_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.7222110Z test_dispatch_meta_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.7256994Z test_dispatch_meta_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.7291708Z test_dispatch_meta_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.7327746Z test_dispatch_meta_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.7361835Z test_dispatch_meta_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.7424846Z test_dispatch_meta_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:33.7496848Z test_dispatch_meta_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:13:33.7569603Z test_dispatch_meta_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:13:33.7640674Z test_dispatch_meta_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:13:33.7703654Z test_dispatch_meta_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:33.7766761Z test_dispatch_meta_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:33.7829861Z test_dispatch_meta_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:33.7865121Z test_dispatch_meta_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.7896351Z test_dispatch_meta_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.7933067Z test_dispatch_meta_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.7969768Z test_dispatch_meta_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8006618Z test_dispatch_meta_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8040923Z test_dispatch_meta_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.8074745Z test_dispatch_meta_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.8108592Z test_dispatch_meta_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.8140451Z test_dispatch_meta_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.8172191Z test_dispatch_meta_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.8204197Z test_dispatch_meta_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.8235908Z test_dispatch_meta_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.8268880Z test_dispatch_meta_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:33.8286970Z test_dispatch_meta_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:33.8301428Z test_dispatch_meta_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:33.8343128Z test_dispatch_meta_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8384432Z test_dispatch_meta_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8425661Z test_dispatch_meta_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8443002Z test_dispatch_meta_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:33.8460677Z test_dispatch_meta_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:33.8478432Z test_dispatch_meta_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:33.8493466Z test_dispatch_meta_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:33.8507794Z test_dispatch_meta_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:33.8522638Z test_dispatch_meta_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:33.8537134Z test_dispatch_meta_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:33.8551759Z test_dispatch_meta_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:33.8592953Z test_dispatch_meta_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8631335Z test_dispatch_meta_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8675188Z test_dispatch_meta_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8718214Z test_dispatch_meta_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8760720Z test_dispatch_meta_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8801641Z test_dispatch_meta_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8842980Z test_dispatch_meta_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8882031Z test_dispatch_meta_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8920641Z test_dispatch_meta_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8959915Z test_dispatch_meta_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.8998608Z test_dispatch_meta_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.9037535Z test_dispatch_meta_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:33.9198874Z test_dispatch_meta_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:13:33.9359366Z test_dispatch_meta_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:13:33.9519066Z test_dispatch_meta_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:13:33.9680306Z test_dispatch_meta_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:13:33.9828024Z test_dispatch_meta_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:13:33.9976032Z test_dispatch_meta_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:13:34.0125124Z test_dispatch_meta_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:13:34.0273129Z test_dispatch_meta_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:13:34.0421198Z test_dispatch_meta_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:13:34.0481382Z test_dispatch_meta_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:34.0542704Z test_dispatch_meta_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:34.0605575Z test_dispatch_meta_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:34.0663361Z test_dispatch_meta_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:34.0720766Z test_dispatch_meta_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:34.0778230Z test_dispatch_meta_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:34.0994598Z test_dispatch_meta_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:13:34.1179152Z test_dispatch_meta_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:13:34.1410981Z test_dispatch_meta_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:13:34.1643478Z test_dispatch_meta_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:13:34.1855281Z test_dispatch_meta_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:13:34.2063614Z test_dispatch_meta_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:13:34.2271463Z test_dispatch_meta_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:13:34.2458393Z test_dispatch_meta_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:34.2645692Z test_dispatch_meta_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:34.2831725Z test_dispatch_meta_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:13:34.3017388Z test_dispatch_meta_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:13:34.3204393Z test_dispatch_meta_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:34.3313651Z test_dispatch_meta_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:34.3418833Z test_dispatch_meta_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.3530782Z test_dispatch_meta_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:34.3643059Z test_dispatch_meta_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:34.3755436Z test_dispatch_meta_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:34.3860183Z test_dispatch_meta_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.3964962Z test_dispatch_meta_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.4069810Z test_dispatch_meta_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.4171510Z test_dispatch_meta_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.4273138Z test_dispatch_meta_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.4374858Z test_dispatch_meta_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.4476730Z test_dispatch_meta_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.4578007Z test_dispatch_meta_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.4617656Z test_dispatch_meta_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.4651542Z test_dispatch_meta_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:34.4699929Z test_dispatch_meta_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.4748348Z test_dispatch_meta_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.4797302Z test_dispatch_meta_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.4838667Z test_dispatch_meta_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.4879923Z test_dispatch_meta_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.4921108Z test_dispatch_meta_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.4956288Z test_dispatch_meta_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:34.4990921Z test_dispatch_meta_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:34.5025678Z test_dispatch_meta_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:34.5060597Z test_dispatch_meta_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:34.5095393Z test_dispatch_meta_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:13:34.5148808Z test_dispatch_meta_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.5195811Z test_dispatch_meta_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.5255792Z test_dispatch_meta_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:34.5316201Z test_dispatch_meta_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:34.5376832Z test_dispatch_meta_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:13:34.5430567Z test_dispatch_meta_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.5484475Z test_dispatch_meta_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.5537850Z test_dispatch_meta_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.5585589Z test_dispatch_meta_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.5632724Z test_dispatch_meta_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.5680017Z test_dispatch_meta_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.5727149Z test_dispatch_meta_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.5774322Z test_dispatch_meta_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.5815582Z test_dispatch_meta_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.5853009Z test_dispatch_meta_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.5896809Z test_dispatch_meta_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.5940270Z test_dispatch_meta_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.5981284Z test_dispatch_meta_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6021868Z test_dispatch_meta_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6062498Z test_dispatch_meta_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6100670Z test_dispatch_meta_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6138555Z test_dispatch_meta_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6176801Z test_dispatch_meta_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6215035Z test_dispatch_meta_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6252856Z test_dispatch_meta_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6299449Z test_dispatch_meta_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.6340089Z test_dispatch_meta_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6391887Z test_dispatch_meta_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.6443375Z test_dispatch_meta_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.6489459Z test_dispatch_meta_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.6535940Z test_dispatch_meta_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.6582163Z test_dispatch_meta_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:13:34.6623261Z test_dispatch_meta_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6664510Z test_dispatch_meta_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6705633Z test_dispatch_meta_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6746953Z test_dispatch_meta_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6788077Z test_dispatch_meta_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:34.6804459Z test_dispatch_meta_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.6818755Z test_dispatch_meta_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.6837069Z test_dispatch_meta_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.6854697Z test_dispatch_meta_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.6870907Z test_dispatch_meta_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.6887193Z test_dispatch_meta_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.6902991Z test_dispatch_meta_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.6917733Z test_dispatch_meta_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.6932120Z test_dispatch_meta_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.6946656Z test_dispatch_meta_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.6961238Z test_dispatch_meta_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.6975641Z test_dispatch_meta_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.6992301Z test_dispatch_meta_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.7006593Z test_dispatch_meta_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.7024538Z test_dispatch_meta_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.7042665Z test_dispatch_meta_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.7060598Z test_dispatch_meta_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.7077067Z test_dispatch_meta_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.7093014Z test_dispatch_meta_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.7109117Z test_dispatch_meta_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:34.7123741Z test_dispatch_meta_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.7138199Z test_dispatch_meta_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.7152929Z test_dispatch_meta_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.7167493Z test_dispatch_meta_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.7181881Z test_dispatch_meta_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:13:34.7288627Z test_dispatch_meta_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:34.7382766Z test_dispatch_meta_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:13:34.7502414Z test_dispatch_meta_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:13:34.7621627Z test_dispatch_meta_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:13:34.7741120Z test_dispatch_meta_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:13:34.7849024Z test_dispatch_meta_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:34.7957370Z test_dispatch_meta_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:34.8065161Z test_dispatch_meta_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:13:34.8161922Z test_dispatch_meta_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.8258582Z test_dispatch_meta_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.8355517Z test_dispatch_meta_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.8451941Z test_dispatch_meta_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.8548260Z test_dispatch_meta_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:34.8772060Z test_dispatch_meta_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:13:34.8962152Z test_dispatch_meta_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:34.9211123Z test_dispatch_meta_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:13:34.9462555Z test_dispatch_meta_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:13:34.9682581Z test_dispatch_meta_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:13:34.9907824Z test_dispatch_meta_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:13:35.0132884Z test_dispatch_meta_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:13:35.0328256Z test_dispatch_meta_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:35.0524194Z test_dispatch_meta_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:35.0719879Z test_dispatch_meta_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:35.0915744Z test_dispatch_meta_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:35.1111573Z test_dispatch_meta_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:13:35.1136880Z test_dispatch_meta_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:35.1159558Z test_dispatch_meta_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:35.1181806Z test_dispatch_meta_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:35.1204449Z test_dispatch_meta_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:35.1226053Z test_dispatch_meta_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:35.1249047Z test_dispatch_meta_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:35.1272076Z test_dispatch_meta_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:35.1294626Z test_dispatch_meta_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:35.1317666Z test_dispatch_meta_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:13:35.1362672Z test_dispatch_meta_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1406485Z test_dispatch_meta_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1450070Z test_dispatch_meta_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1493625Z test_dispatch_meta_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1537735Z test_dispatch_meta_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1581541Z test_dispatch_meta_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1625230Z test_dispatch_meta_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1668870Z test_dispatch_meta_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1712943Z test_dispatch_meta_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1756824Z test_dispatch_meta_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1800636Z test_dispatch_meta_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1844464Z test_dispatch_meta_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1887496Z test_dispatch_meta_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:35.1927665Z test_dispatch_meta_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:36.1165362Z test_dispatch_meta_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.923s) 2022-09-27T16:13:36.9683869Z test_dispatch_meta_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.852s) 2022-09-27T16:13:36.9751673Z test_dispatch_meta_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:13:36.9793759Z test_dispatch_meta_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:36.9836267Z test_dispatch_meta_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:36.9879052Z test_dispatch_meta_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:36.9919763Z test_dispatch_meta_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:36.9960017Z test_dispatch_meta_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:37.0000456Z test_dispatch_meta_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:37.0041208Z test_dispatch_meta_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:37.0081271Z test_dispatch_meta_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:13:37.0181812Z test_dispatch_meta_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:37.0301675Z test_dispatch_meta_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:13:37.0421509Z test_dispatch_meta_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:13:37.0521543Z test_dispatch_meta_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:37.0621763Z test_dispatch_meta_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:37.0722639Z test_dispatch_meta_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:13:37.0807489Z test_dispatch_meta_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:13:37.0891142Z test_dispatch_meta_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:13:37.0975189Z test_dispatch_meta_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:13:37.1059008Z test_dispatch_meta_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:13:37.1142783Z test_dispatch_meta_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:13:37.1304829Z test_dispatch_meta_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:13:37.1446173Z test_dispatch_meta_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:13:37.1614242Z test_dispatch_meta_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:13:37.1782454Z test_dispatch_meta_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:13:37.1938127Z test_dispatch_meta_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:13:37.2093619Z test_dispatch_meta_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:13:37.2248689Z test_dispatch_meta_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:13:37.2393364Z test_dispatch_meta_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:13:37.2533312Z test_dispatch_meta_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:13:37.2678985Z test_dispatch_meta_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:13:37.2823210Z test_dispatch_meta_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:13:37.2967653Z test_dispatch_meta_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:13:37.3350247Z test_dispatch_meta_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:13:37.3612302Z test_dispatch_meta_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:13:37.3895098Z test_dispatch_meta_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:13:37.4184366Z test_dispatch_meta_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:13:37.4560834Z test_dispatch_meta_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:13:37.4935415Z test_dispatch_meta_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:13:37.5303680Z test_dispatch_meta_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:13:37.5561416Z test_dispatch_meta_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:13:37.5814911Z test_dispatch_meta_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:13:37.6067251Z test_dispatch_meta_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:13:37.6320038Z test_dispatch_meta_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:13:37.6573508Z test_dispatch_meta_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:13:37.6960245Z test_dispatch_meta_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:13:37.7345011Z test_dispatch_meta_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:13:37.7733793Z test_dispatch_meta_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:13:37.8134667Z test_dispatch_meta_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:13:37.8499379Z test_dispatch_meta_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:37.8863455Z test_dispatch_meta_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:37.9227206Z test_dispatch_meta_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:37.9591077Z test_dispatch_meta_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:37.9956752Z test_dispatch_meta_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:38.0355262Z test_dispatch_meta_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:13:38.0754750Z test_dispatch_meta_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:13:38.1153512Z test_dispatch_meta_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:13:38.1553061Z test_dispatch_meta_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:13:38.1916282Z test_dispatch_meta_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:38.2280662Z test_dispatch_meta_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:38.2644366Z test_dispatch_meta_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:38.3009276Z test_dispatch_meta_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:38.3372857Z test_dispatch_meta_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:38.3803107Z test_dispatch_meta_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-09-27T16:13:38.4219856Z test_dispatch_meta_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-09-27T16:13:38.4636168Z test_dispatch_meta_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-09-27T16:13:38.5067208Z test_dispatch_meta_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-09-27T16:13:38.5455830Z test_dispatch_meta_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:13:38.5839325Z test_dispatch_meta_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:13:38.6224002Z test_dispatch_meta_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:13:38.6607175Z test_dispatch_meta_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:13:38.6992291Z test_dispatch_meta_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:13:38.7391492Z test_dispatch_meta_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:13:38.7791046Z test_dispatch_meta_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:13:38.8191322Z test_dispatch_meta_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:13:38.8594747Z test_dispatch_meta_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:13:38.8961336Z test_dispatch_meta_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:13:38.9322479Z test_dispatch_meta_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:38.9672104Z test_dispatch_meta_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:13:39.0036950Z test_dispatch_meta_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:39.0401215Z test_dispatch_meta_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:39.0795565Z test_dispatch_meta_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:13:39.1152900Z test_dispatch_meta_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:39.1535352Z test_dispatch_meta_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:13:39.1918842Z test_dispatch_meta_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:13:39.2301379Z test_dispatch_meta_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:13:39.2650119Z test_dispatch_meta_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:13:39.3013656Z test_dispatch_meta_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:39.3378000Z test_dispatch_meta_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:39.3742637Z test_dispatch_meta_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:13:39.4091731Z test_dispatch_meta_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:13:42.1937565Z test_dispatch_meta_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.784s) 2022-09-27T16:13:45.1613969Z test_dispatch_meta_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.967s) 2022-09-27T16:13:47.9710488Z test_dispatch_meta_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.809s) 2022-09-27T16:13:50.7562232Z test_dispatch_meta_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.785s) 2022-09-27T16:13:53.5582370Z test_dispatch_meta_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.802s) 2022-09-27T16:13:56.3516757Z test_dispatch_meta_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.793s) 2022-09-27T16:13:59.1524391Z test_dispatch_meta_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.801s) 2022-09-27T16:14:01.9599983Z test_dispatch_meta_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.807s) 2022-09-27T16:14:02.5844767Z test_dispatch_meta_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.624s) 2022-09-27T16:14:03.2160381Z test_dispatch_meta_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.631s) 2022-09-27T16:14:03.8450050Z test_dispatch_meta_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.629s) 2022-09-27T16:14:04.4718238Z test_dispatch_meta_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.627s) 2022-09-27T16:14:05.0924534Z test_dispatch_meta_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.620s) 2022-09-27T16:14:05.7171928Z test_dispatch_meta_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.625s) 2022-09-27T16:14:06.3416324Z test_dispatch_meta_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.624s) 2022-09-27T16:14:06.9716802Z test_dispatch_meta_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.630s) 2022-09-27T16:14:06.9758861Z test_dispatch_meta_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:06.9794178Z test_dispatch_meta_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:06.9839817Z test_dispatch_meta_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:06.9885325Z test_dispatch_meta_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:06.9930844Z test_dispatch_meta_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:06.9971625Z test_dispatch_meta_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:07.0012474Z test_dispatch_meta_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:07.0053208Z test_dispatch_meta_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:07.0088799Z test_dispatch_meta_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:07.0124375Z test_dispatch_meta_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:07.0160512Z test_dispatch_meta_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:07.0196703Z test_dispatch_meta_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:07.0232839Z test_dispatch_meta_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:07.0288788Z test_dispatch_meta_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:14:07.0334801Z test_dispatch_meta_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:07.0389303Z test_dispatch_meta_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:07.0444500Z test_dispatch_meta_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:07.0499069Z test_dispatch_meta_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:07.0545819Z test_dispatch_meta_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:07.0592741Z test_dispatch_meta_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:07.0639479Z test_dispatch_meta_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:07.0686354Z test_dispatch_meta_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:07.0732969Z test_dispatch_meta_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:07.0757231Z test_dispatch_meta_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.0779510Z test_dispatch_meta_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.0804034Z test_dispatch_meta_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3371084Z test_dispatch_meta_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.256s) 2022-09-27T16:14:07.3395471Z test_dispatch_meta_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3419048Z test_dispatch_meta_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3442723Z test_dispatch_meta_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3465918Z test_dispatch_meta_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3488879Z test_dispatch_meta_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3511387Z test_dispatch_meta_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3533971Z test_dispatch_meta_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3556731Z test_dispatch_meta_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3579337Z test_dispatch_meta_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3605608Z test_dispatch_meta_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:07.3626846Z test_dispatch_meta_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3657638Z test_dispatch_meta_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:07.3688336Z test_dispatch_meta_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:07.3714353Z test_dispatch_meta_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:07.3740180Z test_dispatch_meta_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3766233Z test_dispatch_meta_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:07.3783519Z test_dispatch_meta_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3804583Z test_dispatch_meta_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3825084Z test_dispatch_meta_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3845828Z test_dispatch_meta_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3866367Z test_dispatch_meta_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:07.3908118Z test_dispatch_meta_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:07.3947749Z test_dispatch_meta_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:08.2433022Z test_dispatch_meta_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.848s) 2022-09-27T16:14:08.9858672Z test_dispatch_meta_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.742s) 2022-09-27T16:14:08.9928211Z test_dispatch_meta_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:08.9970882Z test_dispatch_meta_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:09.0013623Z test_dispatch_meta_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:09.0056321Z test_dispatch_meta_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:09.0096953Z test_dispatch_meta_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:09.0137320Z test_dispatch_meta_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:09.0176284Z test_dispatch_meta_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:09.0216336Z test_dispatch_meta_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:09.0256613Z test_dispatch_meta_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:09.0281019Z test_dispatch_meta_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0303317Z test_dispatch_meta_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0326754Z test_dispatch_meta_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0350319Z test_dispatch_meta_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0374019Z test_dispatch_meta_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0396923Z test_dispatch_meta_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0419320Z test_dispatch_meta_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0442294Z test_dispatch_meta_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0464593Z test_dispatch_meta_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0487323Z test_dispatch_meta_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0510963Z test_dispatch_meta_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0533753Z test_dispatch_meta_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0557599Z test_dispatch_meta_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0581060Z test_dispatch_meta_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0604627Z test_dispatch_meta_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0627143Z test_dispatch_meta_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0649930Z test_dispatch_meta_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0672867Z test_dispatch_meta_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0695192Z test_dispatch_meta_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0718121Z test_dispatch_meta_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0742177Z test_dispatch_meta_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0763699Z test_dispatch_meta_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0788191Z test_dispatch_meta_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0812727Z test_dispatch_meta_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0837427Z test_dispatch_meta_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0860893Z test_dispatch_meta_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0884522Z test_dispatch_meta_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0908032Z test_dispatch_meta_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0930817Z test_dispatch_meta_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0953729Z test_dispatch_meta_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0976092Z test_dispatch_meta_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.0999130Z test_dispatch_meta_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.1021704Z test_dispatch_meta_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:09.4444721Z test_dispatch_meta_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.342s) 2022-09-27T16:14:09.8255421Z test_dispatch_meta_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.381s) 2022-09-27T16:14:10.9045734Z test_dispatch_meta_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.079s) 2022-09-27T16:14:10.9116715Z test_dispatch_meta_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.2371921Z test_dispatch_meta_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.325s) 2022-09-27T16:14:11.2423431Z test_dispatch_meta_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:11.5465592Z test_dispatch_meta_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.304s) 2022-09-27T16:14:11.5506511Z test_dispatch_meta_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:11.5546670Z test_dispatch_meta_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:11.5586974Z test_dispatch_meta_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:11.5627219Z test_dispatch_meta_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:11.5667656Z test_dispatch_meta_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:11.5692057Z test_dispatch_meta_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5713691Z test_dispatch_meta_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5736893Z test_dispatch_meta_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5765137Z test_dispatch_meta_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5786248Z test_dispatch_meta_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5809934Z test_dispatch_meta_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5833480Z test_dispatch_meta_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5856667Z test_dispatch_meta_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5879566Z test_dispatch_meta_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5901826Z test_dispatch_meta_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5924389Z test_dispatch_meta_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5946785Z test_dispatch_meta_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.5969332Z test_dispatch_meta_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:14:11.6061221Z test_dispatch_meta_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:14:11.6131932Z test_dispatch_meta_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.6217721Z test_dispatch_meta_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:11.6303823Z test_dispatch_meta_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:14:11.6393030Z test_dispatch_meta_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:14:11.6467507Z test_dispatch_meta_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.6542018Z test_dispatch_meta_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.6613813Z test_dispatch_meta_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.6687971Z test_dispatch_meta_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.6759947Z test_dispatch_meta_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.6831013Z test_dispatch_meta_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.6903324Z test_dispatch_meta_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.6975515Z test_dispatch_meta_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.7048319Z test_dispatch_meta_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.7129503Z test_dispatch_meta_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:11.7205971Z test_dispatch_meta_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:11.7292296Z test_dispatch_meta_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:14:11.7378606Z test_dispatch_meta_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:14:11.7459822Z test_dispatch_meta_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:11.7540887Z test_dispatch_meta_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:11.7614420Z test_dispatch_meta_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:14:11.7691783Z test_dispatch_meta_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:11.7768752Z test_dispatch_meta_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:11.7845987Z test_dispatch_meta_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:11.7923139Z test_dispatch_meta_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:11.8000661Z test_dispatch_meta_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:11.8196170Z test_dispatch_meta_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:14:11.8384068Z test_dispatch_meta_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:14:11.8572702Z test_dispatch_meta_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:14:11.8765103Z test_dispatch_meta_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:14:11.8956002Z test_dispatch_meta_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:14:11.9147335Z test_dispatch_meta_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:14:11.9343179Z test_dispatch_meta_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:14:11.9528724Z test_dispatch_meta_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:14:11.9713855Z test_dispatch_meta_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:14:11.9835207Z test_dispatch_meta_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:11.9957309Z test_dispatch_meta_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:12.0071317Z test_dispatch_meta_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:14:12.0185408Z test_dispatch_meta_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:14:12.5920526Z test_dispatch_meta_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.573s) 2022-09-27T16:14:12.5975848Z test_dispatch_meta_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:14:13.3479111Z test_dispatch_meta_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.750s) 2022-09-27T16:14:13.3519644Z test_dispatch_meta_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:13.3560203Z test_dispatch_meta_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:13.3599864Z test_dispatch_meta_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:13.3639892Z test_dispatch_meta_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:13.3680034Z test_dispatch_meta_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:13.8507903Z test_dispatch_meta_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.482s) 2022-09-27T16:14:13.8562221Z test_dispatch_meta_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:14.3383438Z test_dispatch_meta_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.482s) 2022-09-27T16:14:14.3424042Z test_dispatch_meta_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:14.3464354Z test_dispatch_meta_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:14.3504445Z test_dispatch_meta_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:14.3544555Z test_dispatch_meta_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:14.3584562Z test_dispatch_meta_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:14.7177960Z test_dispatch_meta_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.359s) 2022-09-27T16:14:14.7230890Z test_dispatch_meta_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:14.9946870Z test_dispatch_meta_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.271s) 2022-09-27T16:14:14.9986832Z test_dispatch_meta_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:15.0025104Z test_dispatch_meta_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:15.0063666Z test_dispatch_meta_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:15.0102056Z test_dispatch_meta_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:15.0140466Z test_dispatch_meta_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:15.6893589Z test_dispatch_meta_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.675s) 2022-09-27T16:14:15.6950827Z test_dispatch_meta_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:14:16.5274032Z test_dispatch_meta_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.832s) 2022-09-27T16:14:16.5314710Z test_dispatch_meta_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:16.5354760Z test_dispatch_meta_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:16.5394811Z test_dispatch_meta_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:16.5435028Z test_dispatch_meta_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:16.5475404Z test_dispatch_meta_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:17.1100840Z test_dispatch_meta_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.562s) 2022-09-27T16:14:17.1157155Z test_dispatch_meta_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:14:17.7345679Z test_dispatch_meta_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.619s) 2022-09-27T16:14:17.7386648Z test_dispatch_meta_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:17.7427063Z test_dispatch_meta_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:17.7467098Z test_dispatch_meta_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:17.7507530Z test_dispatch_meta_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:17.7547789Z test_dispatch_meta_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:22.7564802Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (5.001s) 2022-09-27T16:14:22.7718821Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:14:24.8822854Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.110s) 2022-09-27T16:14:24.8939477Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:24.9055699Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:14:24.9173767Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:24.9294013Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:24.9414475Z test_dispatch_meta_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:30.5470226Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (5.605s) 2022-09-27T16:14:30.5627754Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:14:33.1447158Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.582s) 2022-09-27T16:14:33.1569086Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:33.1684918Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:14:33.1805626Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:33.1925920Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:33.2046187Z test_dispatch_meta_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:33.2055709Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2064233Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2073321Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2082155Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2091311Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2099500Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2108414Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2117733Z test_dispatch_meta_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2127006Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2135914Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2144810Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2153375Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2162620Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2171318Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2180146Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.2188770Z test_dispatch_meta_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:33.4531324Z test_dispatch_meta_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-09-27T16:14:33.7684419Z test_dispatch_meta_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.315s) 2022-09-27T16:14:33.9784722Z test_dispatch_meta_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.210s) 2022-09-27T16:14:33.9824880Z test_dispatch_meta_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:34.2169288Z test_dispatch_meta_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.234s) 2022-09-27T16:14:34.2204728Z test_dispatch_meta_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:34.2232373Z test_dispatch_meta_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:34.2262958Z test_dispatch_meta_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:34.2293941Z test_dispatch_meta_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:34.2325210Z test_dispatch_meta_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:35.5884458Z test_dispatch_meta_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (1.356s) 2022-09-27T16:14:35.5961117Z test_dispatch_meta_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:14:37.8766342Z test_dispatch_meta_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.280s) 2022-09-27T16:14:37.8806999Z test_dispatch_meta_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:37.8847426Z test_dispatch_meta_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:37.8888029Z test_dispatch_meta_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:37.8927715Z test_dispatch_meta_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:37.8968195Z test_dispatch_meta_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:42.4698725Z test_dispatch_meta_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (4.573s) 2022-09-27T16:14:42.4851999Z test_dispatch_meta_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:14:44.1805845Z test_dispatch_meta_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.695s) 2022-09-27T16:14:44.1926768Z test_dispatch_meta_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:44.2046755Z test_dispatch_meta_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:44.2166901Z test_dispatch_meta_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:44.2287193Z test_dispatch_meta_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:44.2407667Z test_dispatch_meta_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:48.7627582Z test_dispatch_meta_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (4.522s) 2022-09-27T16:14:48.7780850Z test_dispatch_meta_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:14:50.4800092Z test_dispatch_meta_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.702s) 2022-09-27T16:14:50.4921560Z test_dispatch_meta_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:50.5041567Z test_dispatch_meta_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:50.5157333Z test_dispatch_meta_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:14:50.5273197Z test_dispatch_meta_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:14:50.5388912Z test_dispatch_meta_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:14:50.8506973Z test_dispatch_meta_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.311s) 2022-09-27T16:14:51.2084266Z test_dispatch_meta_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.358s) 2022-09-27T16:14:51.5105741Z test_dispatch_meta_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.302s) 2022-09-27T16:14:51.5149427Z test_dispatch_meta_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:51.8257837Z test_dispatch_meta_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.310s) 2022-09-27T16:14:51.8289746Z test_dispatch_meta_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:51.8321528Z test_dispatch_meta_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:51.8353433Z test_dispatch_meta_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:51.8385089Z test_dispatch_meta_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:51.8416729Z test_dispatch_meta_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:52.2080940Z test_dispatch_meta_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.366s) 2022-09-27T16:14:52.2124683Z test_dispatch_meta_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:14:52.5545037Z test_dispatch_meta_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.342s) 2022-09-27T16:14:52.5577630Z test_dispatch_meta_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:52.5609491Z test_dispatch_meta_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:52.5641493Z test_dispatch_meta_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:52.5673391Z test_dispatch_meta_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:52.5705255Z test_dispatch_meta_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:52.9078186Z test_dispatch_meta_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.337s) 2022-09-27T16:14:52.9122551Z test_dispatch_meta_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:14:53.2247030Z test_dispatch_meta_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.312s) 2022-09-27T16:14:53.2279710Z test_dispatch_meta_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:53.2311034Z test_dispatch_meta_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:53.2342672Z test_dispatch_meta_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:53.2374276Z test_dispatch_meta_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:53.2406177Z test_dispatch_meta_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:14:58.0177096Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (4.777s) 2022-09-27T16:14:58.0332891Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:14:59.8968054Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.863s) 2022-09-27T16:14:59.9089673Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:59.9210264Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:59.9330385Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:59.9450905Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:59.9572026Z test_dispatch_meta_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:14:59.9581420Z test_dispatch_meta_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:59.9588657Z test_dispatch_meta_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:59.9597444Z test_dispatch_meta_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:59.9607007Z test_dispatch_meta_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:59.9614600Z test_dispatch_meta_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:59.9623246Z test_dispatch_meta_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:59.9631782Z test_dispatch_meta_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:14:59.9640625Z test_dispatch_meta_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:00.3252248Z test_dispatch_meta_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.361s) 2022-09-27T16:15:00.3302616Z test_dispatch_meta_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:00.8417935Z test_dispatch_meta_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.511s) 2022-09-27T16:15:00.8458402Z test_dispatch_meta_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:00.8499123Z test_dispatch_meta_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:00.8538851Z test_dispatch_meta_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:00.8579179Z test_dispatch_meta_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:00.8619638Z test_dispatch_meta_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:01.2287829Z test_dispatch_meta_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.366s) 2022-09-27T16:15:01.2340051Z test_dispatch_meta_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:01.5971406Z test_dispatch_meta_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.363s) 2022-09-27T16:15:01.6012031Z test_dispatch_meta_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:01.6050893Z test_dispatch_meta_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:01.6091094Z test_dispatch_meta_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:01.6130036Z test_dispatch_meta_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:01.6169214Z test_dispatch_meta_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:01.9787883Z test_dispatch_meta_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.362s) 2022-09-27T16:15:01.9841324Z test_dispatch_meta_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:02.3619976Z test_dispatch_meta_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.378s) 2022-09-27T16:15:02.3660746Z test_dispatch_meta_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:02.3701119Z test_dispatch_meta_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:02.3741344Z test_dispatch_meta_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:02.3781753Z test_dispatch_meta_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:02.3821753Z test_dispatch_meta_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:02.8241770Z test_dispatch_meta_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.442s) 2022-09-27T16:15:02.8296245Z test_dispatch_meta_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:03.3905205Z test_dispatch_meta_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.561s) 2022-09-27T16:15:03.3945858Z test_dispatch_meta_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:03.3986375Z test_dispatch_meta_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:03.4026436Z test_dispatch_meta_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:03.4066738Z test_dispatch_meta_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:03.4106952Z test_dispatch_meta_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:03.8449679Z test_dispatch_meta_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.434s) 2022-09-27T16:15:03.8503151Z test_dispatch_meta_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:04.4289792Z test_dispatch_meta_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.578s) 2022-09-27T16:15:04.4330713Z test_dispatch_meta_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:04.4371688Z test_dispatch_meta_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:04.4411653Z test_dispatch_meta_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:04.4452380Z test_dispatch_meta_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:04.4492500Z test_dispatch_meta_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:04.4613178Z test_dispatch_meta_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:04.4726939Z test_dispatch_meta_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:04.4843135Z test_dispatch_meta_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:04.4963662Z test_dispatch_meta_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:04.5083840Z test_dispatch_meta_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:04.5202594Z test_dispatch_meta_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:04.5320571Z test_dispatch_meta_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:04.5438415Z test_dispatch_meta_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:04.5556797Z test_dispatch_meta_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:04.5674678Z test_dispatch_meta_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:04.9634588Z test_dispatch_meta_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.396s) 2022-09-27T16:15:04.9689455Z test_dispatch_meta_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:05.4125944Z test_dispatch_meta_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.443s) 2022-09-27T16:15:05.4167128Z test_dispatch_meta_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:05.4206120Z test_dispatch_meta_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:05.4245191Z test_dispatch_meta_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:05.4284142Z test_dispatch_meta_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:05.4323137Z test_dispatch_meta_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:05.4427335Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:05.4542641Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:05.4656369Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:05.4771126Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:05.4876006Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:05.4980880Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:05.5086562Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:05.5191188Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:05.5296418Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:05.9575244Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.428s) 2022-09-27T16:15:05.9629587Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:06.5121410Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.549s) 2022-09-27T16:15:06.5162405Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:06.5202770Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:06.5243299Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:06.5283667Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:06.5324114Z test_dispatch_meta_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:06.9674270Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.435s) 2022-09-27T16:15:06.9729371Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:07.5485326Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.575s) 2022-09-27T16:15:07.5526041Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:07.5566207Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:07.5606458Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:07.5646637Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:07.5687135Z test_dispatch_meta_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:07.5697045Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5705700Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5714775Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5723641Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5732357Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5741466Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5750191Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5758652Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5767382Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5776574Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5785268Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5794652Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5803385Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5812121Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5820920Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5829786Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5839092Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5847917Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5856873Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5865818Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5874743Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5883746Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5892442Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5901459Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5910174Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5919244Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5928393Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5936769Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5945594Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5954816Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5963254Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.5972217Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:15:07.9778932Z test_dispatch_meta_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.380s) 2022-09-27T16:15:07.9831276Z test_dispatch_meta_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:08.2886679Z test_dispatch_meta_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.305s) 2022-09-27T16:15:08.2927785Z test_dispatch_meta_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:08.2968017Z test_dispatch_meta_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:08.3008407Z test_dispatch_meta_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:08.3048924Z test_dispatch_meta_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:08.3089418Z test_dispatch_meta_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:08.3226503Z test_dispatch_meta_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:15:08.3340904Z test_dispatch_meta_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:08.3470300Z test_dispatch_meta_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:15:08.3600427Z test_dispatch_meta_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:15:08.3729810Z test_dispatch_meta_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:15:08.3849164Z test_dispatch_meta_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:08.3966125Z test_dispatch_meta_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:08.4086730Z test_dispatch_meta_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:08.4207793Z test_dispatch_meta_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:08.4328811Z test_dispatch_meta_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:14.0548253Z test_dispatch_meta_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (5.622s) 2022-09-27T16:15:14.0711212Z test_dispatch_meta_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:17.1542167Z test_dispatch_meta_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.083s) 2022-09-27T16:15:17.1664706Z test_dispatch_meta_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:17.1785228Z test_dispatch_meta_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:17.1905536Z test_dispatch_meta_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:17.2026368Z test_dispatch_meta_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:17.2146587Z test_dispatch_meta_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:17.2172527Z test_dispatch_meta_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2195954Z test_dispatch_meta_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.2222955Z test_dispatch_meta_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2250281Z test_dispatch_meta_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2277846Z test_dispatch_meta_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2302829Z test_dispatch_meta_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.2328224Z test_dispatch_meta_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.2353779Z test_dispatch_meta_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.2376924Z test_dispatch_meta_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.2400073Z test_dispatch_meta_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.2423584Z test_dispatch_meta_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.2446812Z test_dispatch_meta_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.2470050Z test_dispatch_meta_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.2502885Z test_dispatch_meta_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2532324Z test_dispatch_meta_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2568124Z test_dispatch_meta_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2603379Z test_dispatch_meta_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2635831Z test_dispatch_meta_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2668183Z test_dispatch_meta_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2700730Z test_dispatch_meta_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2730435Z test_dispatch_meta_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2760386Z test_dispatch_meta_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2790287Z test_dispatch_meta_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2819515Z test_dispatch_meta_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2849484Z test_dispatch_meta_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2887817Z test_dispatch_meta_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.2922044Z test_dispatch_meta_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.2964491Z test_dispatch_meta_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.3007051Z test_dispatch_meta_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.3049956Z test_dispatch_meta_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.3088479Z test_dispatch_meta_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.3126955Z test_dispatch_meta_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.3165395Z test_dispatch_meta_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.3200520Z test_dispatch_meta_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.3235339Z test_dispatch_meta_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.3270191Z test_dispatch_meta_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.3304871Z test_dispatch_meta_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.3339863Z test_dispatch_meta_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.3363938Z test_dispatch_meta_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.3386547Z test_dispatch_meta_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.3411113Z test_dispatch_meta_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.9184896Z test_dispatch_meta_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.577s) 2022-09-27T16:15:17.9211671Z test_dispatch_meta_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:17.9233992Z test_dispatch_meta_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.9256254Z test_dispatch_meta_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.9280525Z test_dispatch_meta_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.9302256Z test_dispatch_meta_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.9324154Z test_dispatch_meta_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.9345565Z test_dispatch_meta_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.9367385Z test_dispatch_meta_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.9389103Z test_dispatch_meta_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:17.9432417Z test_dispatch_meta_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9474642Z test_dispatch_meta_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9519636Z test_dispatch_meta_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9564652Z test_dispatch_meta_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9607200Z test_dispatch_meta_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9649848Z test_dispatch_meta_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9693797Z test_dispatch_meta_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9735254Z test_dispatch_meta_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9776631Z test_dispatch_meta_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9818393Z test_dispatch_meta_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9859758Z test_dispatch_meta_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9899964Z test_dispatch_meta_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:17.9950082Z test_dispatch_meta_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:17.9992172Z test_dispatch_meta_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:18.0048139Z test_dispatch_meta_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:18.0104259Z test_dispatch_meta_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:18.0160274Z test_dispatch_meta_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:18.0210521Z test_dispatch_meta_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:18.0259730Z test_dispatch_meta_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:18.0309043Z test_dispatch_meta_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:18.0354795Z test_dispatch_meta_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:18.0399028Z test_dispatch_meta_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:18.0443578Z test_dispatch_meta_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:18.0486367Z test_dispatch_meta_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:18.0530911Z test_dispatch_meta_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:18.0654305Z test_dispatch_meta_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.0771675Z test_dispatch_meta_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.0901995Z test_dispatch_meta_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:15:18.1028366Z test_dispatch_meta_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:15:18.1160082Z test_dispatch_meta_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:15:18.1285473Z test_dispatch_meta_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.1407327Z test_dispatch_meta_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.1530510Z test_dispatch_meta_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.1648087Z test_dispatch_meta_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.1766167Z test_dispatch_meta_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.1883493Z test_dispatch_meta_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.2001478Z test_dispatch_meta_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.2122290Z test_dispatch_meta_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.2206588Z test_dispatch_meta_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:18.2313869Z test_dispatch_meta_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:18.2421748Z test_dispatch_meta_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:18.2504677Z test_dispatch_meta_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:18.2582673Z test_dispatch_meta_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:18.2663914Z test_dispatch_meta_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:18.2783501Z test_dispatch_meta_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.2906367Z test_dispatch_meta_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.3026418Z test_dispatch_meta_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:15:18.3141983Z test_dispatch_meta_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:18.3248569Z test_dispatch_meta_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:18.3359547Z test_dispatch_meta_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:18.3583494Z test_dispatch_meta_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:15:18.3804212Z test_dispatch_meta_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:15:18.4066151Z test_dispatch_meta_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:15:18.4326056Z test_dispatch_meta_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:15:18.4485368Z test_dispatch_meta_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:18.4661643Z test_dispatch_meta_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:15:18.4840389Z test_dispatch_meta_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:15:18.5017323Z test_dispatch_meta_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:15:18.5174941Z test_dispatch_meta_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:18.5332689Z test_dispatch_meta_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:18.5490720Z test_dispatch_meta_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:18.5631541Z test_dispatch_meta_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:15:18.5772600Z test_dispatch_meta_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:15:18.5913716Z test_dispatch_meta_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:15:18.6054972Z test_dispatch_meta_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:15:18.6197325Z test_dispatch_meta_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:15:18.6305394Z test_dispatch_meta_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:18.6413898Z test_dispatch_meta_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:18.6526328Z test_dispatch_meta_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:21.2059986Z test_dispatch_meta_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (2.553s) 2022-09-27T16:15:21.2173799Z test_dispatch_meta_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:21.2281848Z test_dispatch_meta_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:21.2390687Z test_dispatch_meta_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:21.2497297Z test_dispatch_meta_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:21.2603817Z test_dispatch_meta_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:21.2712971Z test_dispatch_meta_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:21.2817123Z test_dispatch_meta_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:21.2926539Z test_dispatch_meta_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:21.3035957Z test_dispatch_meta_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:21.3117184Z test_dispatch_meta_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:21.3195258Z test_dispatch_meta_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:21.3281903Z test_dispatch_meta_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:21.3368498Z test_dispatch_meta_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:21.3449301Z test_dispatch_meta_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:21.3529966Z test_dispatch_meta_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:21.3610535Z test_dispatch_meta_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:21.3689031Z test_dispatch_meta_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:21.3767649Z test_dispatch_meta_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:21.3842865Z test_dispatch_meta_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:21.3918735Z test_dispatch_meta_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:21.3994695Z test_dispatch_meta_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:22.3364304Z test_dispatch_meta_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.937s) 2022-09-27T16:15:22.6628676Z test_dispatch_meta_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.326s) 2022-09-27T16:15:22.9620767Z test_dispatch_meta_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.299s) 2022-09-27T16:15:23.3300343Z test_dispatch_meta_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.368s) 2022-09-27T16:15:27.0189887Z test_dispatch_meta_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.689s) 2022-09-27T16:15:30.7215184Z test_dispatch_meta_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.702s) 2022-09-27T16:15:30.8183068Z test_dispatch_meta_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-09-27T16:15:30.8968513Z test_dispatch_meta_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:15:30.9731119Z test_dispatch_meta_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:15:31.0528756Z test_dispatch_meta_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:15:31.0556865Z test_dispatch_meta_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:31.0580657Z test_dispatch_meta_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:31.0611289Z test_dispatch_meta_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:31.0642042Z test_dispatch_meta_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:31.0669164Z test_dispatch_meta_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:31.0696786Z test_dispatch_meta_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:31.0724515Z test_dispatch_meta_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:31.0749882Z test_dispatch_meta_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:31.0775347Z test_dispatch_meta_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:31.0800844Z test_dispatch_meta_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:31.0825575Z test_dispatch_meta_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:31.0851027Z test_dispatch_meta_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:31.1027067Z test_dispatch_meta_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:15:31.1192085Z test_dispatch_meta_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:31.1368091Z test_dispatch_meta_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:15:31.1539843Z test_dispatch_meta_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:15:31.1707470Z test_dispatch_meta_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:15:31.1881884Z test_dispatch_meta_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:15:31.2054396Z test_dispatch_meta_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:15:31.2217516Z test_dispatch_meta_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:31.2380716Z test_dispatch_meta_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:31.2543742Z test_dispatch_meta_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:31.2713765Z test_dispatch_meta_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:15:31.2883032Z test_dispatch_meta_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:15:31.4284933Z test_dispatch_meta_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-09-27T16:15:31.5656159Z test_dispatch_meta_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.137s) 2022-09-27T16:15:31.7069801Z test_dispatch_meta_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-09-27T16:15:31.8479911Z test_dispatch_meta_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-09-27T16:15:31.9875368Z test_dispatch_meta_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-09-27T16:15:32.1249703Z test_dispatch_meta_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-09-27T16:15:32.2624679Z test_dispatch_meta_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-09-27T16:15:32.3998975Z test_dispatch_meta_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.137s) 2022-09-27T16:15:32.5361823Z test_dispatch_meta_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:15:32.6757372Z test_dispatch_meta_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-09-27T16:15:32.8153142Z test_dispatch_meta_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.140s) 2022-09-27T16:15:32.9534715Z test_dispatch_meta_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-09-27T16:15:32.9559852Z test_dispatch_meta_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9582468Z test_dispatch_meta_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9607374Z test_dispatch_meta_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9630901Z test_dispatch_meta_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9655754Z test_dispatch_meta_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9679266Z test_dispatch_meta_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9702560Z test_dispatch_meta_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9726079Z test_dispatch_meta_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9748664Z test_dispatch_meta_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9771636Z test_dispatch_meta_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9794372Z test_dispatch_meta_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9815937Z test_dispatch_meta_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9838014Z test_dispatch_meta_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9861582Z test_dispatch_meta_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9883728Z test_dispatch_meta_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9906868Z test_dispatch_meta_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9930326Z test_dispatch_meta_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9954217Z test_dispatch_meta_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9976565Z test_dispatch_meta_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:32.9999055Z test_dispatch_meta_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:33.0022394Z test_dispatch_meta_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:33.0044607Z test_dispatch_meta_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:33.0067181Z test_dispatch_meta_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:33.0089930Z test_dispatch_meta_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:33.0112844Z test_dispatch_meta_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:33.0134482Z test_dispatch_meta_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:33.0387302Z test_dispatch_meta_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:15:33.0629425Z test_dispatch_meta_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:15:33.0891979Z test_dispatch_meta_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:15:33.1153448Z test_dispatch_meta_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:15:33.1405225Z test_dispatch_meta_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:15:33.1657207Z test_dispatch_meta_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:15:33.1908553Z test_dispatch_meta_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:15:33.2149976Z test_dispatch_meta_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:15:33.2391935Z test_dispatch_meta_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:15:33.2634851Z test_dispatch_meta_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:15:33.2881807Z test_dispatch_meta_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:15:33.3125009Z test_dispatch_meta_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:15:33.3328125Z test_dispatch_meta_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:15:33.3534556Z test_dispatch_meta_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:15:33.3741167Z test_dispatch_meta_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:15:33.3942713Z test_dispatch_meta_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:15:33.4146197Z test_dispatch_meta_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:15:33.4347809Z test_dispatch_meta_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:15:33.4628409Z test_dispatch_meta_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:15:33.4873695Z test_dispatch_meta_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:15:33.5179720Z test_dispatch_meta_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:15:33.5484852Z test_dispatch_meta_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:15:33.5766508Z test_dispatch_meta_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:15:33.6041539Z test_dispatch_meta_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:15:33.6315941Z test_dispatch_meta_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:15:33.6563264Z test_dispatch_meta_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:15:33.6810348Z test_dispatch_meta_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:15:33.7061246Z test_dispatch_meta_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:15:33.7311677Z test_dispatch_meta_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:15:33.7559400Z test_dispatch_meta_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:15:33.7641086Z test_dispatch_meta_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:33.7700999Z test_dispatch_meta_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:33.7806860Z test_dispatch_meta_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:33.7909916Z test_dispatch_meta_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:33.7989294Z test_dispatch_meta_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:33.8070677Z test_dispatch_meta_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:33.8144993Z test_dispatch_meta_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:33.8207418Z test_dispatch_meta_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:33.8270151Z test_dispatch_meta_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:33.8334539Z test_dispatch_meta_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:33.8399895Z test_dispatch_meta_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:33.8465366Z test_dispatch_meta_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:33.8618569Z test_dispatch_meta_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:33.8765773Z test_dispatch_meta_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:33.8916527Z test_dispatch_meta_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:33.9067509Z test_dispatch_meta_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:33.9215867Z test_dispatch_meta_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:33.9364984Z test_dispatch_meta_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:33.9516815Z test_dispatch_meta_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:33.9666146Z test_dispatch_meta_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:33.9815526Z test_dispatch_meta_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:33.9966492Z test_dispatch_meta_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:34.0114904Z test_dispatch_meta_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:34.0262815Z test_dispatch_meta_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:34.0349250Z test_dispatch_meta_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:34.0433700Z test_dispatch_meta_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:34.0518031Z test_dispatch_meta_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:34.0602739Z test_dispatch_meta_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:34.0678145Z test_dispatch_meta_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:34.0753222Z test_dispatch_meta_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:34.0828884Z test_dispatch_meta_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:34.0906685Z test_dispatch_meta_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:34.0982611Z test_dispatch_meta_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:34.1001525Z test_dispatch_meta_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1018958Z test_dispatch_meta_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1038553Z test_dispatch_meta_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1058614Z test_dispatch_meta_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1078855Z test_dispatch_meta_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1098081Z test_dispatch_meta_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1117496Z test_dispatch_meta_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1136179Z test_dispatch_meta_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1154469Z test_dispatch_meta_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1171783Z test_dispatch_meta_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1189288Z test_dispatch_meta_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1206773Z test_dispatch_meta_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1225072Z test_dispatch_meta_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:34.1281035Z test_dispatch_meta_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:34.1328638Z test_dispatch_meta_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:34.1390456Z test_dispatch_meta_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:34.1455044Z test_dispatch_meta_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:34.1518772Z test_dispatch_meta_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:34.1574267Z test_dispatch_meta_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:34.1629836Z test_dispatch_meta_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:34.1686657Z test_dispatch_meta_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:34.1736333Z test_dispatch_meta_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:34.1784800Z test_dispatch_meta_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:34.1833833Z test_dispatch_meta_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:34.1881677Z test_dispatch_meta_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:34.1931599Z test_dispatch_meta_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:34.2252101Z test_dispatch_meta_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.2585118Z test_dispatch_meta_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:15:34.2918540Z test_dispatch_meta_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:15:34.3241011Z test_dispatch_meta_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.3560207Z test_dispatch_meta_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.3879438Z test_dispatch_meta_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.4190522Z test_dispatch_meta_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:15:34.4503317Z test_dispatch_meta_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:15:34.4812666Z test_dispatch_meta_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:15:34.5124412Z test_dispatch_meta_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:15:34.5437460Z test_dispatch_meta_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:15:34.5758982Z test_dispatch_meta_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.6092937Z test_dispatch_meta_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:15:34.6425613Z test_dispatch_meta_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:15:34.6748322Z test_dispatch_meta_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.7068560Z test_dispatch_meta_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.7388140Z test_dispatch_meta_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.7701569Z test_dispatch_meta_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.031s) 2022-09-27T16:15:34.8028946Z test_dispatch_meta_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:15:34.8351239Z test_dispatch_meta_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.8674382Z test_dispatch_meta_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.8997802Z test_dispatch_meta_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:15:34.9391945Z test_dispatch_meta_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:15:34.9578734Z test_dispatch_meta_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:15:34.9729818Z test_dispatch_meta_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:34.9915988Z test_dispatch_meta_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:15:35.0000703Z test_dispatch_meta_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:35.0101097Z test_dispatch_meta_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.0205040Z test_dispatch_meta_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.0308407Z test_dispatch_meta_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.0404057Z test_dispatch_meta_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.0499907Z test_dispatch_meta_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.0595290Z test_dispatch_meta_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.0682203Z test_dispatch_meta_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.0767426Z test_dispatch_meta_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:35.0852663Z test_dispatch_meta_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:35.0937616Z test_dispatch_meta_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:35.1023169Z test_dispatch_meta_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:15:35.1044633Z test_dispatch_meta_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.1065790Z test_dispatch_meta_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.1153223Z test_dispatch_meta_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.1256165Z test_dispatch_meta_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.1359649Z test_dispatch_meta_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.1462859Z test_dispatch_meta_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.1558048Z test_dispatch_meta_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.1653846Z test_dispatch_meta_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.1748955Z test_dispatch_meta_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.1836904Z test_dispatch_meta_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.1924459Z test_dispatch_meta_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.2012405Z test_dispatch_meta_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.2100203Z test_dispatch_meta_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.2186454Z test_dispatch_meta_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:15:35.2207851Z test_dispatch_meta_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.2228033Z test_dispatch_meta_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.2389705Z test_dispatch_meta_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:35.2536704Z test_dispatch_meta_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:35.2715906Z test_dispatch_meta_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:15:35.2899836Z test_dispatch_meta_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:15:35.3084356Z test_dispatch_meta_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:15:35.3249474Z test_dispatch_meta_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:35.3414738Z test_dispatch_meta_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:35.3579744Z test_dispatch_meta_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:15:35.3732245Z test_dispatch_meta_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:35.3883499Z test_dispatch_meta_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:35.4032107Z test_dispatch_meta_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:35.4180111Z test_dispatch_meta_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:35.4328384Z test_dispatch_meta_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:15:35.4351205Z test_dispatch_meta_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.4373871Z test_dispatch_meta_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.4396529Z test_dispatch_meta_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.4419108Z test_dispatch_meta_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.4442163Z test_dispatch_meta_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.4464727Z test_dispatch_meta_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.4490109Z test_dispatch_meta_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.4510795Z test_dispatch_meta_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.4534487Z test_dispatch_meta_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:15:35.4582158Z test_dispatch_meta_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:35.4625579Z test_dispatch_meta_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:35.4678526Z test_dispatch_meta_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:35.4731260Z test_dispatch_meta_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:35.4786127Z test_dispatch_meta_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:35.4835526Z test_dispatch_meta_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:35.4884437Z test_dispatch_meta_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:35.4931777Z test_dispatch_meta_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:15:35.4974327Z test_dispatch_meta_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:35.5018856Z test_dispatch_meta_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:35.5063349Z test_dispatch_meta_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:35.5107620Z test_dispatch_meta_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:35.5150040Z test_dispatch_meta_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:35.5218000Z test_dispatch_meta_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:35.5276418Z test_dispatch_meta_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:35.5351193Z test_dispatch_meta_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:35.5427129Z test_dispatch_meta_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:35.5503000Z test_dispatch_meta_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:35.5570327Z test_dispatch_meta_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:35.5637773Z test_dispatch_meta_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:35.5706865Z test_dispatch_meta_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:15:35.5768494Z test_dispatch_meta_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:35.5829571Z test_dispatch_meta_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:35.5890168Z test_dispatch_meta_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:35.5949251Z test_dispatch_meta_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:35.6009794Z test_dispatch_meta_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:15:35.6125731Z test_dispatch_meta_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:35.6226703Z test_dispatch_meta_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.6363229Z test_dispatch_meta_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:15:35.6494928Z test_dispatch_meta_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:15:35.6626701Z test_dispatch_meta_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:15:35.6741181Z test_dispatch_meta_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:35.6855151Z test_dispatch_meta_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:35.6969042Z test_dispatch_meta_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:15:35.7068303Z test_dispatch_meta_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.7166851Z test_dispatch_meta_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.7265359Z test_dispatch_meta_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.7363926Z test_dispatch_meta_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.7462826Z test_dispatch_meta_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:15:35.7497482Z test_dispatch_meta_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:35.7533380Z test_dispatch_meta_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:35.7570074Z test_dispatch_meta_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:15:35.7603801Z test_dispatch_meta_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:35.7637608Z test_dispatch_meta_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:35.7671208Z test_dispatch_meta_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:15:37.5573181Z test_dispatch_meta_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (1.790s) 2022-09-27T16:15:39.3715214Z test_dispatch_meta_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.814s) 2022-09-27T16:15:41.1801882Z test_dispatch_meta_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.808s) 2022-09-27T16:15:42.9978626Z test_dispatch_meta_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.818s) 2022-09-27T16:15:44.7927256Z test_dispatch_meta_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.795s) 2022-09-27T16:15:46.5833453Z test_dispatch_meta_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.790s) 2022-09-27T16:15:48.3697702Z test_dispatch_meta_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.786s) 2022-09-27T16:15:50.1685303Z test_dispatch_meta_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.799s) 2022-09-27T16:15:51.9632892Z test_dispatch_meta_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.795s) 2022-09-27T16:15:55.6167117Z test_dispatch_meta_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (3.653s) 2022-09-27T16:15:59.2979370Z test_dispatch_meta_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.681s) 2022-09-27T16:16:02.9749824Z test_dispatch_meta_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.677s) 2022-09-27T16:16:06.6542737Z test_dispatch_meta_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.679s) 2022-09-27T16:16:10.3236628Z test_dispatch_meta_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (3.669s) 2022-09-27T16:16:13.9805716Z test_dispatch_meta_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (3.657s) 2022-09-27T16:16:17.6417653Z test_dispatch_meta_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (3.661s) 2022-09-27T16:16:21.2869564Z test_dispatch_meta_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (3.645s) 2022-09-27T16:16:24.9494912Z test_dispatch_meta_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (3.662s) 2022-09-27T16:16:24.9553344Z test_dispatch_meta_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:24.9601431Z test_dispatch_meta_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:24.9664712Z test_dispatch_meta_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:24.9728269Z test_dispatch_meta_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:24.9791359Z test_dispatch_meta_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:24.9846848Z test_dispatch_meta_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:24.9902033Z test_dispatch_meta_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:24.9957786Z test_dispatch_meta_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.0006687Z test_dispatch_meta_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.0055725Z test_dispatch_meta_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.0104680Z test_dispatch_meta_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.0153493Z test_dispatch_meta_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.0202311Z test_dispatch_meta_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.0278779Z test_dispatch_meta_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:25.0383698Z test_dispatch_meta_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:25.0488533Z test_dispatch_meta_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:25.0563806Z test_dispatch_meta_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.0637577Z test_dispatch_meta_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.0711114Z test_dispatch_meta_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.0819400Z test_dispatch_meta_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:16:25.0933369Z test_dispatch_meta_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:16:25.1047037Z test_dispatch_meta_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:16:25.1152553Z test_dispatch_meta_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:25.1253130Z test_dispatch_meta_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:25.1353612Z test_dispatch_meta_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:25.1381886Z test_dispatch_meta_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:16:25.1421453Z test_dispatch_meta_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.1461286Z test_dispatch_meta_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.1488890Z test_dispatch_meta_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:16:25.1516824Z test_dispatch_meta_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:16:25.1544294Z test_dispatch_meta_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:16:25.1563070Z test_dispatch_meta_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.1581349Z test_dispatch_meta_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.1600001Z test_dispatch_meta_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.1640586Z test_dispatch_meta_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.1674328Z test_dispatch_meta_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:16:25.1721800Z test_dispatch_meta_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.1769882Z test_dispatch_meta_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.1817701Z test_dispatch_meta_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.1858534Z test_dispatch_meta_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.1899037Z test_dispatch_meta_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.1939403Z test_dispatch_meta_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.1973616Z test_dispatch_meta_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:16:25.2007929Z test_dispatch_meta_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:16:25.2042240Z test_dispatch_meta_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:16:25.2076299Z test_dispatch_meta_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:16:25.2110542Z test_dispatch_meta_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:16:25.2135272Z test_dispatch_meta_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.2160291Z test_dispatch_meta_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.2212539Z test_dispatch_meta_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.2257991Z test_dispatch_meta_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.2317511Z test_dispatch_meta_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.2377221Z test_dispatch_meta_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.2436790Z test_dispatch_meta_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.2489273Z test_dispatch_meta_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.2541959Z test_dispatch_meta_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.2594832Z test_dispatch_meta_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.2641326Z test_dispatch_meta_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.2687279Z test_dispatch_meta_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.2733452Z test_dispatch_meta_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.2780014Z test_dispatch_meta_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.2825953Z test_dispatch_meta_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.2864741Z test_dispatch_meta_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.2900566Z test_dispatch_meta_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.2940406Z test_dispatch_meta_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.2980023Z test_dispatch_meta_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.3019922Z test_dispatch_meta_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.3057680Z test_dispatch_meta_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.3095585Z test_dispatch_meta_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.3133262Z test_dispatch_meta_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.3169556Z test_dispatch_meta_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.3205515Z test_dispatch_meta_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.3242063Z test_dispatch_meta_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.3277869Z test_dispatch_meta_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.3314286Z test_dispatch_meta_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.3385098Z test_dispatch_meta_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.3449772Z test_dispatch_meta_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.3525239Z test_dispatch_meta_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.3600719Z test_dispatch_meta_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.3676455Z test_dispatch_meta_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.3746461Z test_dispatch_meta_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.3816529Z test_dispatch_meta_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.3887038Z test_dispatch_meta_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.3952601Z test_dispatch_meta_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.4018430Z test_dispatch_meta_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.4083441Z test_dispatch_meta_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.4148786Z test_dispatch_meta_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.4214580Z test_dispatch_meta_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.4289444Z test_dispatch_meta_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.4353757Z test_dispatch_meta_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.4436323Z test_dispatch_meta_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:25.4517118Z test_dispatch_meta_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:25.4596688Z test_dispatch_meta_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:25.4667301Z test_dispatch_meta_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.4738980Z test_dispatch_meta_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.4810151Z test_dispatch_meta_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.4876651Z test_dispatch_meta_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:25.4941508Z test_dispatch_meta_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.5006650Z test_dispatch_meta_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.5070193Z test_dispatch_meta_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.5133239Z test_dispatch_meta_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.5265136Z test_dispatch_meta_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:16:25.5381189Z test_dispatch_meta_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:16:25.5512068Z test_dispatch_meta_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:16:25.5644252Z test_dispatch_meta_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:16:25.5775762Z test_dispatch_meta_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:16:25.5893432Z test_dispatch_meta_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:16:25.6010856Z test_dispatch_meta_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:16:25.6128518Z test_dispatch_meta_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:16:25.6245585Z test_dispatch_meta_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:16:25.6363032Z test_dispatch_meta_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:16:25.6405967Z test_dispatch_meta_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6443423Z test_dispatch_meta_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6486952Z test_dispatch_meta_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6529856Z test_dispatch_meta_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6569212Z test_dispatch_meta_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6610131Z test_dispatch_meta_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6649934Z test_dispatch_meta_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6686805Z test_dispatch_meta_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6724196Z test_dispatch_meta_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6761296Z test_dispatch_meta_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6799187Z test_dispatch_meta_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6837230Z test_dispatch_meta_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:16:25.6860983Z test_dispatch_meta_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.6885247Z test_dispatch_meta_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.6910366Z test_dispatch_meta_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.6934268Z test_dispatch_meta_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.6959369Z test_dispatch_meta_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.6984197Z test_dispatch_meta_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7008852Z test_dispatch_meta_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7033843Z test_dispatch_meta_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7058837Z test_dispatch_meta_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7083615Z test_dispatch_meta_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7108671Z test_dispatch_meta_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7133608Z test_dispatch_meta_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7158570Z test_dispatch_meta_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7214699Z test_dispatch_meta_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.7264349Z test_dispatch_meta_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.7324386Z test_dispatch_meta_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.7384252Z test_dispatch_meta_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.7444925Z test_dispatch_meta_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:25.7501097Z test_dispatch_meta_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.7555906Z test_dispatch_meta_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.7608891Z test_dispatch_meta_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.7656859Z test_dispatch_meta_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.7706959Z test_dispatch_meta_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.7757081Z test_dispatch_meta_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.7805978Z test_dispatch_meta_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.7854309Z test_dispatch_meta_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:25.7864308Z test_empty_quantized_cuda (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:16:25.7885886Z test_map_location_deserialize_cuda (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7909187Z test_meta_H_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7930241Z test_meta_H_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7955690Z test_meta_H_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.7979988Z test_meta_H_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8004091Z test_meta_H_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8026990Z test_meta_H_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8049265Z test_meta_H_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8072533Z test_meta_H_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8093814Z test_meta_H_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8115554Z test_meta_H_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8136426Z test_meta_H_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8157951Z test_meta_H_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8178094Z test_meta_H_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8201855Z test_meta_T_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8222880Z test_meta_T_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8248111Z test_meta_T_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8272896Z test_meta_T_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8297663Z test_meta_T_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8321076Z test_meta_T_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8343983Z test_meta_T_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8367174Z test_meta_T_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8388111Z test_meta_T_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8408808Z test_meta_T_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8428779Z test_meta_T_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8449337Z test_meta_T_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8469887Z test_meta_T_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:16:25.8580281Z test_meta___getitem___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:16:25.8674105Z test_meta___getitem___cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:25.8797773Z test_meta___getitem___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:16:25.8922213Z test_meta___getitem___cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:16:25.9048045Z test_meta___getitem___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:16:25.9156338Z test_meta___getitem___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:16:25.9264608Z test_meta___getitem___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:16:25.9373271Z test_meta___getitem___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:16:25.9469607Z test_meta___getitem___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:25.9566118Z test_meta___getitem___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:25.9662016Z test_meta___getitem___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:25.9758774Z test_meta___getitem___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:25.9856673Z test_meta___getitem___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:25.9935673Z test_meta___radd___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:25.9998990Z test_meta___radd___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.0095402Z test_meta___radd___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:26.0187576Z test_meta___radd___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.0267924Z test_meta___radd___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.0347445Z test_meta___radd___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.0425458Z test_meta___radd___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.0490902Z test_meta___radd___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.0555861Z test_meta___radd___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.0620455Z test_meta___radd___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.0687461Z test_meta___radd___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.0752677Z test_meta___radd___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.0815522Z test_meta___rand___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.0882931Z test_meta___rand___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.0950092Z test_meta___rand___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.1017728Z test_meta___rand___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.1084154Z test_meta___rand___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.1151487Z test_meta___rand___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.1252282Z test_meta___rdiv___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:26.1339625Z test_meta___rdiv___cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.1453621Z test_meta___rdiv___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:16:26.1568991Z test_meta___rdiv___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:16:26.1668787Z test_meta___rdiv___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:26.1766016Z test_meta___rdiv___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:26.1865589Z test_meta___rdiv___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:26.1953432Z test_meta___rdiv___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.2041128Z test_meta___rdiv___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.2127377Z test_meta___rdiv___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.2212307Z test_meta___rdiv___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.2297327Z test_meta___rdiv___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.2372255Z test_meta___rmatmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.2445681Z test_meta___rmatmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.2497079Z test_meta___rmatmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:26.2547322Z test_meta___rmatmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:26.2600251Z test_meta___rmatmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:16:26.2681969Z test_meta___rmod___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.2763051Z test_meta___rmod___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.2844572Z test_meta___rmod___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.2923315Z test_meta___rmod___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.2988724Z test_meta___rmod___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.3054687Z test_meta___rmod___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.3123464Z test_meta___rmod___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.3191761Z test_meta___rmod___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.3258339Z test_meta___rmod___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.3337175Z test_meta___rmul___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.3400121Z test_meta___rmul___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.3493127Z test_meta___rmul___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.3586709Z test_meta___rmul___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.3667602Z test_meta___rmul___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.3747860Z test_meta___rmul___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.3828229Z test_meta___rmul___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.3895778Z test_meta___rmul___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.3962532Z test_meta___rmul___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.4029537Z test_meta___rmul___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.4096356Z test_meta___rmul___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.4163717Z test_meta___rmul___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.4229175Z test_meta___ror___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.4296233Z test_meta___ror___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.4363632Z test_meta___ror___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.4431083Z test_meta___ror___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.4498715Z test_meta___ror___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.4564428Z test_meta___ror___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.4652856Z test_meta___rpow___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.4754703Z test_meta___rpow___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:26.4855389Z test_meta___rpow___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:16:26.4942402Z test_meta___rpow___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.5028740Z test_meta___rpow___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.5114757Z test_meta___rpow___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.5187630Z test_meta___rpow___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.5261230Z test_meta___rpow___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.5334276Z test_meta___rpow___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.5407294Z test_meta___rpow___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.5480945Z test_meta___rpow___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.5561266Z test_meta___rsub___cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.5655982Z test_meta___rsub___cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.5750996Z test_meta___rsub___cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:16:26.5830206Z test_meta___rsub___cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.5909990Z test_meta___rsub___cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.5989674Z test_meta___rsub___cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:16:26.6056880Z test_meta___rsub___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.6123527Z test_meta___rsub___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.6190307Z test_meta___rsub___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.6259513Z test_meta___rsub___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.6328609Z test_meta___rsub___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.6391478Z test_meta___rxor___cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.6456258Z test_meta___rxor___cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:26.6523726Z test_meta___rxor___cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.6590543Z test_meta___rxor___cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.6657256Z test_meta___rxor___cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:16:26.6721801Z test_meta___rxor___cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:16:27.1512032Z test_meta__masked_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.479s) 2022-09-27T16:16:27.6342179Z test_meta__masked_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.483s) 2022-09-27T16:16:28.1203843Z test_meta__masked_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.486s) 2022-09-27T16:16:28.6000026Z test_meta__masked_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.479s) 2022-09-27T16:16:29.0147453Z test_meta__masked_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.415s) 2022-09-27T16:16:29.4271716Z test_meta__masked_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.412s) 2022-09-27T16:16:29.8501293Z test_meta__masked_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.423s) 2022-09-27T16:16:30.2743826Z test_meta__masked_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.424s) 2022-09-27T16:16:30.8591332Z test_meta__masked_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.584s) 2022-09-27T16:16:31.3413202Z test_meta__masked_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.482s) 2022-09-27T16:16:31.8270970Z test_meta__masked_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.486s) 2022-09-27T16:16:32.3160429Z test_meta__masked_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.489s) 2022-09-27T16:16:32.8033629Z test_meta__masked_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.487s) 2022-09-27T16:16:33.2242512Z test_meta__masked_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.421s) 2022-09-27T16:16:33.6483995Z test_meta__masked_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.424s) 2022-09-27T16:16:34.0725714Z test_meta__masked_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.424s) 2022-09-27T16:16:34.4969224Z test_meta__masked_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.424s) 2022-09-27T16:16:34.9228903Z test_meta__masked_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.426s) 2022-09-27T16:16:35.2016164Z test_meta__masked_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.279s) 2022-09-27T16:16:35.4787994Z test_meta__masked_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.277s) 2022-09-27T16:16:35.7620727Z test_meta__masked_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.283s) 2022-09-27T16:16:36.0403262Z test_meta__masked_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.278s) 2022-09-27T16:16:36.2845718Z test_meta__masked_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.244s) 2022-09-27T16:16:36.5244323Z test_meta__masked_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-09-27T16:16:36.7644423Z test_meta__masked_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.240s) 2022-09-27T16:16:37.0073157Z test_meta__masked_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.243s) 2022-09-27T16:16:37.2485397Z test_meta__masked_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.241s) 2022-09-27T16:16:37.5260287Z test_meta__masked_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.277s) 2022-09-27T16:16:37.8049969Z test_meta__masked_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.279s) 2022-09-27T16:16:38.0844566Z test_meta__masked_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.279s) 2022-09-27T16:16:38.3665195Z test_meta__masked_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.282s) 2022-09-27T16:16:38.6070942Z test_meta__masked_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.241s) 2022-09-27T16:16:38.8463775Z test_meta__masked_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.239s) 2022-09-27T16:16:39.0852699Z test_meta__masked_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.239s) 2022-09-27T16:16:39.3235951Z test_meta__masked_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.238s) 2022-09-27T16:16:39.5664722Z test_meta__masked_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.243s) 2022-09-27T16:16:39.6370796Z test_meta__masked_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:16:39.7062856Z test_meta__masked_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-09-27T16:16:39.7759112Z test_meta__masked_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-09-27T16:16:39.8460750Z test_meta__masked_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:16:39.9139950Z test_meta__masked_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:16:39.9830086Z test_meta__masked_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-09-27T16:16:40.0521368Z test_meta__masked_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-09-27T16:16:40.1200144Z test_meta__masked_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:16:40.1876809Z test_meta__masked_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:16:40.2559201Z test_meta__masked_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:16:40.3259333Z test_meta__masked_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:16:40.3945013Z test_meta__masked_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.069s) 2022-09-27T16:16:40.4648016Z test_meta__masked_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:16:40.5361287Z test_meta__masked_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:16:40.6065267Z test_meta__masked_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:16:40.6767113Z test_meta__masked_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:16:40.7472399Z test_meta__masked_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:16:40.8174913Z test_meta__masked_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:16:40.8860895Z test_meta__masked_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:16:40.9546935Z test_meta__masked_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:16:41.0250956Z test_meta__masked_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:16:41.0958090Z test_meta__masked_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.070s) 2022-09-27T16:16:41.1716971Z test_meta__masked_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:16:41.2472661Z test_meta__masked_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:16:41.3255575Z test_meta__masked_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:16:41.4020653Z test_meta__masked_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:16:41.5083937Z test_meta__masked_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.106s) 2022-09-27T16:16:41.6135136Z test_meta__masked_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.105s) 2022-09-27T16:16:41.7178227Z test_meta__masked_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:16:42.2384406Z test_meta__masked_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.520s) 2022-09-27T16:16:42.7614841Z test_meta__masked_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.523s) 2022-09-27T16:16:43.2818484Z test_meta__masked_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.520s) 2022-09-27T16:16:43.8041556Z test_meta__masked_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.522s) 2022-09-27T16:16:44.2489762Z test_meta__masked_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.445s) 2022-09-27T16:16:44.6971967Z test_meta__masked_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.448s) 2022-09-27T16:16:45.1541014Z test_meta__masked_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.457s) 2022-09-27T16:16:45.6026674Z test_meta__masked_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.448s) 2022-09-27T16:16:46.0529126Z test_meta__masked_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.450s) 2022-09-27T16:16:47.1631318Z test_meta__masked_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (1.110s) 2022-09-27T16:16:48.0663762Z test_meta__masked_mean_cuda_bool (__main__.TestMetaCUDA) ... ok (0.903s) 2022-09-27T16:16:48.9755555Z test_meta__masked_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.909s) 2022-09-27T16:16:49.8938312Z test_meta__masked_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.918s) 2022-09-27T16:16:50.9903208Z test_meta__masked_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.096s) 2022-09-27T16:16:52.0872043Z test_meta__masked_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.097s) 2022-09-27T16:16:53.1865365Z test_meta__masked_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.099s) 2022-09-27T16:16:54.0931660Z test_meta__masked_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.907s) 2022-09-27T16:16:55.0005460Z test_meta__masked_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.907s) 2022-09-27T16:16:55.9081014Z test_meta__masked_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.907s) 2022-09-27T16:16:56.8126636Z test_meta__masked_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.904s) 2022-09-27T16:16:57.7159625Z test_meta__masked_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.903s) 2022-09-27T16:16:57.8021822Z test_meta__masked_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:16:57.8874743Z test_meta__masked_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.085s) 2022-09-27T16:16:57.9704746Z test_meta__masked_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-09-27T16:17:00.2078718Z test_meta__masked_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.237s) 2022-09-27T16:17:02.4502323Z test_meta__masked_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.242s) 2022-09-27T16:17:04.7065576Z test_meta__masked_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.256s) 2022-09-27T16:17:06.9613813Z test_meta__masked_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.255s) 2022-09-27T16:17:07.0562248Z test_meta__masked_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-09-27T16:17:07.1562763Z test_meta__masked_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-09-27T16:17:07.2531786Z test_meta__masked_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-09-27T16:17:07.3479735Z test_meta__masked_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-09-27T16:17:07.4430884Z test_meta__masked_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-09-27T16:17:07.5377049Z test_meta__masked_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.095s) 2022-09-27T16:17:08.0665317Z test_meta__masked_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.529s) 2022-09-27T16:17:08.5209010Z test_meta__masked_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.454s) 2022-09-27T16:17:08.9672471Z test_meta__masked_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.446s) 2022-09-27T16:17:09.4177813Z test_meta__masked_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.450s) 2022-09-27T16:17:09.9605107Z test_meta__masked_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.543s) 2022-09-27T16:17:10.4918569Z test_meta__masked_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.531s) 2022-09-27T16:17:11.0250334Z test_meta__masked_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.533s) 2022-09-27T16:17:11.4855495Z test_meta__masked_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.460s) 2022-09-27T16:17:11.9495705Z test_meta__masked_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.464s) 2022-09-27T16:17:12.3927262Z test_meta__masked_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.443s) 2022-09-27T16:17:12.8444999Z test_meta__masked_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.451s) 2022-09-27T16:17:13.2961819Z test_meta__masked_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.452s) 2022-09-27T16:17:13.3711530Z test_meta__masked_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:17:13.4471124Z test_meta__masked_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:17:13.5225475Z test_meta__masked_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:17:13.5985635Z test_meta__masked_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:17:13.6747748Z test_meta__masked_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:17:13.7533233Z test_meta__masked_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:17:13.8294684Z test_meta__masked_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:17:13.9079303Z test_meta__masked_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:17:17.3224110Z test_meta__masked_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.414s) 2022-09-27T16:17:20.1190272Z test_meta__masked_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.796s) 2022-09-27T16:17:22.9230152Z test_meta__masked_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.804s) 2022-09-27T16:17:26.3458504Z test_meta__masked_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.423s) 2022-09-27T16:17:29.7556881Z test_meta__masked_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.410s) 2022-09-27T16:17:33.1672848Z test_meta__masked_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.411s) 2022-09-27T16:17:36.1454935Z test_meta__masked_std_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.978s) 2022-09-27T16:17:38.9443598Z test_meta__masked_std_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.799s) 2022-09-27T16:17:41.7553336Z test_meta__masked_std_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.811s) 2022-09-27T16:17:44.5689295Z test_meta__masked_std_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.813s) 2022-09-27T16:17:47.3767507Z test_meta__masked_std_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.808s) 2022-09-27T16:17:47.8634992Z test_meta__masked_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.487s) 2022-09-27T16:17:48.2677841Z test_meta__masked_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.404s) 2022-09-27T16:17:48.6706742Z test_meta__masked_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.403s) 2022-09-27T16:17:49.0790761Z test_meta__masked_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.408s) 2022-09-27T16:17:49.5612911Z test_meta__masked_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.482s) 2022-09-27T16:17:50.0546029Z test_meta__masked_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.493s) 2022-09-27T16:17:50.5412478Z test_meta__masked_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.487s) 2022-09-27T16:17:50.9540758Z test_meta__masked_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.413s) 2022-09-27T16:17:51.3580807Z test_meta__masked_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.404s) 2022-09-27T16:17:51.7616423Z test_meta__masked_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.404s) 2022-09-27T16:17:52.1720888Z test_meta__masked_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.410s) 2022-09-27T16:17:52.5769571Z test_meta__masked_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.405s) 2022-09-27T16:17:55.9265481Z test_meta__masked_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.349s) 2022-09-27T16:17:58.6836036Z test_meta__masked_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (2.757s) 2022-09-27T16:18:01.4502902Z test_meta__masked_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (2.767s) 2022-09-27T16:18:04.8369504Z test_meta__masked_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.386s) 2022-09-27T16:18:08.2051822Z test_meta__masked_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.368s) 2022-09-27T16:18:11.5656676Z test_meta__masked_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.360s) 2022-09-27T16:18:14.3276614Z test_meta__masked_var_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.762s) 2022-09-27T16:18:17.0827483Z test_meta__masked_var_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.755s) 2022-09-27T16:18:19.8507637Z test_meta__masked_var_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.768s) 2022-09-27T16:18:22.6059548Z test_meta__masked_var_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.755s) 2022-09-27T16:18:25.3622377Z test_meta__masked_var_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.756s) 2022-09-27T16:18:25.3652737Z test_meta_abs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:25.3677601Z test_meta_abs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:25.3705725Z test_meta_abs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:25.3735607Z test_meta_abs_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:25.3763786Z test_meta_abs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:25.3791015Z test_meta_abs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:25.3817187Z test_meta_abs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:25.3843052Z test_meta_abs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:25.3868273Z test_meta_abs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:25.3893917Z test_meta_abs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:25.3918762Z test_meta_abs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:25.3944119Z test_meta_abs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:25.3969110Z test_meta_abs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:25.4010242Z test_meta_acos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4049605Z test_meta_acos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4092608Z test_meta_acos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4135246Z test_meta_acos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4178544Z test_meta_acos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4218653Z test_meta_acos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4258785Z test_meta_acos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4298688Z test_meta_acos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4337444Z test_meta_acos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4376455Z test_meta_acos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4414035Z test_meta_acos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4452562Z test_meta_acos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4490536Z test_meta_acos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4532270Z test_meta_acosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4570656Z test_meta_acosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4612728Z test_meta_acosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4655994Z test_meta_acosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4698277Z test_meta_acosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4739225Z test_meta_acosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4779240Z test_meta_acosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4820219Z test_meta_acosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4857968Z test_meta_acosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4896600Z test_meta_acosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4934415Z test_meta_acosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.4973011Z test_meta_acosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.5011170Z test_meta_acosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:25.5167586Z test_meta_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:25.5305064Z test_meta_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:25.5480319Z test_meta_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:18:25.5651350Z test_meta_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:18:25.5824741Z test_meta_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:18:25.5981579Z test_meta_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:25.6137511Z test_meta_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:25.6288581Z test_meta_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:25.6428034Z test_meta_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:25.6567849Z test_meta_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:25.6707276Z test_meta_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:25.6846981Z test_meta_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:25.6985932Z test_meta_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:25.7249984Z test_meta_addbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:18:25.7508676Z test_meta_addbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:18:25.7639481Z test_meta_addbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:25.7764540Z test_meta_addbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:25.7889046Z test_meta_addbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:25.8141873Z test_meta_addcdiv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:18:25.8424402Z test_meta_addcdiv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:18:25.8714785Z test_meta_addcdiv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:18:25.8957053Z test_meta_addcdiv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:18:25.9201146Z test_meta_addcdiv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:18:25.9443840Z test_meta_addcdiv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:18:25.9686339Z test_meta_addcmul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:18:25.9968081Z test_meta_addcmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:18:26.0250394Z test_meta_addcmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:18:26.0493236Z test_meta_addcmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:18:26.0736176Z test_meta_addcmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:18:26.0979158Z test_meta_addcmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:18:26.1199770Z test_meta_addcmul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:18:26.1417254Z test_meta_addcmul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:18:26.1635593Z test_meta_addcmul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:18:26.1862314Z test_meta_addcmul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:18:26.2086959Z test_meta_addcmul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:18:26.2148809Z test_meta_addmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:26.2243484Z test_meta_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:26.2337161Z test_meta_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:26.2397420Z test_meta_addmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:26.2458936Z test_meta_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:26.2521121Z test_meta_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:26.2584016Z test_meta_addmm_decomposed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:26.2680553Z test_meta_addmm_decomposed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:26.2778079Z test_meta_addmm_decomposed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:26.2838163Z test_meta_addmm_decomposed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:26.2898057Z test_meta_addmm_decomposed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:26.2960083Z test_meta_addmm_decomposed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:26.3073925Z test_meta_addmv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:26.3200871Z test_meta_addmv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:26.3327096Z test_meta_addmv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:26.3438590Z test_meta_addmv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:26.3549225Z test_meta_addmv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:26.3662976Z test_meta_addmv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:26.3767912Z test_meta_addr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:26.3834592Z test_meta_addr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:26.3921602Z test_meta_addr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:26.4011952Z test_meta_addr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:26.4117420Z test_meta_addr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:26.4225271Z test_meta_addr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:26.4335606Z test_meta_addr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:26.4406990Z test_meta_addr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:26.4494817Z test_meta_addr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:26.4547784Z test_meta_addr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:26.4619447Z test_meta_addr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:26.4690368Z test_meta_addr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:26.4820570Z test_meta_all_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:26.4945651Z test_meta_all_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:26.5079976Z test_meta_all_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:26.5213283Z test_meta_all_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:26.5340213Z test_meta_all_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:26.5468473Z test_meta_all_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:26.5597949Z test_meta_all_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:26.5721514Z test_meta_all_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:26.5845771Z test_meta_all_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:26.5973407Z test_meta_all_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:26.6098736Z test_meta_all_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:26.6222424Z test_meta_all_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:26.8026385Z test_meta_allclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-09-27T16:18:26.9832740Z test_meta_allclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-09-27T16:18:27.1647058Z test_meta_allclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-09-27T16:18:27.3443766Z test_meta_allclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.180s) 2022-09-27T16:18:27.5216326Z test_meta_allclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-09-27T16:18:27.6990095Z test_meta_allclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-09-27T16:18:27.7178714Z test_meta_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:18:27.7362012Z test_meta_amax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.7545984Z test_meta_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.7731302Z test_meta_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.7916402Z test_meta_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.8097963Z test_meta_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.8280618Z test_meta_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.8464868Z test_meta_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.8651682Z test_meta_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:18:27.8833297Z test_meta_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.9018365Z test_meta_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.9197749Z test_meta_amin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.9388045Z test_meta_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:18:27.9576712Z test_meta_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:18:27.9760531Z test_meta_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:27.9942896Z test_meta_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:28.0125347Z test_meta_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:28.0308329Z test_meta_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:28.0488828Z test_meta_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:28.0672772Z test_meta_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:28.0716975Z test_meta_aminmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:28.0736697Z test_meta_aminmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.0782448Z test_meta_aminmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:28.0805521Z test_meta_aminmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.0829872Z test_meta_aminmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.0850206Z test_meta_aminmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.0870334Z test_meta_aminmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.0890873Z test_meta_aminmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.0910844Z test_meta_aminmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.0931334Z test_meta_aminmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.0954446Z test_meta_angle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.0979643Z test_meta_angle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.1005123Z test_meta_angle_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.1030920Z test_meta_angle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.1054681Z test_meta_angle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.1078676Z test_meta_angle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.1101756Z test_meta_angle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.1124549Z test_meta_angle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.1147374Z test_meta_angle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.1170287Z test_meta_angle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.1193846Z test_meta_angle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:28.1320423Z test_meta_any_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.1440946Z test_meta_any_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.1572162Z test_meta_any_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.1706805Z test_meta_any_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.1838017Z test_meta_any_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.1968656Z test_meta_any_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.2098568Z test_meta_any_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.2225740Z test_meta_any_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.2353144Z test_meta_any_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.2475947Z test_meta_any_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.2598879Z test_meta_any_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.2722205Z test_meta_any_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.2865863Z test_meta_arange_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:28.3009308Z test_meta_arange_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:28.3149692Z test_meta_arange_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:28.3287831Z test_meta_arange_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:28.3425018Z test_meta_arange_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:28.3562782Z test_meta_arange_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:28.3700514Z test_meta_arange_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:28.3838944Z test_meta_arange_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:28.3977128Z test_meta_arange_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:28.4105152Z test_meta_argmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.4234621Z test_meta_argmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.4364296Z test_meta_argmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.4493934Z test_meta_argmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.4617057Z test_meta_argmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.4738241Z test_meta_argmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.4861612Z test_meta_argmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.4982973Z test_meta_argmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.5106198Z test_meta_argmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.5234002Z test_meta_argmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.5362458Z test_meta_argmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.5491278Z test_meta_argmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.5617526Z test_meta_argmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:28.5742412Z test_meta_argmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.5864535Z test_meta_argmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.5985833Z test_meta_argmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.6111390Z test_meta_argmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.6236750Z test_meta_argmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:28.6399589Z test_meta_argsort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:28.6562542Z test_meta_argsort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:28.6724541Z test_meta_argsort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:28.6887120Z test_meta_argsort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:28.7050859Z test_meta_argsort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:28.7216517Z test_meta_argsort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:28.7388553Z test_meta_argsort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:18:28.7546272Z test_meta_argsort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:28.7708910Z test_meta_argsort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:28.8098890Z test_meta_argwhere_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:28.8479225Z test_meta_argwhere_cuda_bool (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:18:28.8866204Z test_meta_argwhere_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:28.9253793Z test_meta_argwhere_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:28.9644534Z test_meta_argwhere_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:29.0034642Z test_meta_argwhere_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:29.0418275Z test_meta_argwhere_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:18:29.0799943Z test_meta_argwhere_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:18:29.1187844Z test_meta_argwhere_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:29.1577670Z test_meta_argwhere_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:29.1970005Z test_meta_argwhere_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:29.2362500Z test_meta_argwhere_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:29.2402160Z test_meta_as_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.2438311Z test_meta_as_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.2484394Z test_meta_as_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.2530719Z test_meta_as_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.2577215Z test_meta_as_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.2618175Z test_meta_as_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.2659919Z test_meta_as_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.2701314Z test_meta_as_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.2738441Z test_meta_as_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.2775058Z test_meta_as_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.2811899Z test_meta_as_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.2848275Z test_meta_as_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.2885056Z test_meta_as_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.2937105Z test_meta_as_strided_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.2981097Z test_meta_as_strided_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.3042607Z test_meta_as_strided_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:29.3101166Z test_meta_as_strided_scatter_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:29.3159337Z test_meta_as_strided_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:29.3209327Z test_meta_as_strided_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.3261778Z test_meta_as_strided_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.3313782Z test_meta_as_strided_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.3357059Z test_meta_as_strided_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.3399453Z test_meta_as_strided_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.3444452Z test_meta_as_strided_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.3489253Z test_meta_as_strided_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.3533917Z test_meta_as_strided_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.3556631Z test_meta_asin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3577510Z test_meta_asin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3601956Z test_meta_asin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3625809Z test_meta_asin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3650257Z test_meta_asin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3673234Z test_meta_asin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3696192Z test_meta_asin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3719646Z test_meta_asin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3741720Z test_meta_asin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3763890Z test_meta_asin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3785956Z test_meta_asin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3808330Z test_meta_asin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3829216Z test_meta_asin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3851429Z test_meta_asinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3872994Z test_meta_asinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3895533Z test_meta_asinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3918714Z test_meta_asinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3941361Z test_meta_asinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3964380Z test_meta_asinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.3987617Z test_meta_asinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.4009591Z test_meta_asinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.4031284Z test_meta_asinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.4053267Z test_meta_asinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.4075634Z test_meta_asinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.4097618Z test_meta_asinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.4120037Z test_meta_asinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.4245255Z test_meta_atan2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:29.4353884Z test_meta_atan2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:29.4478714Z test_meta_atan2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:29.4606090Z test_meta_atan2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:29.4733884Z test_meta_atan2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:29.4849140Z test_meta_atan2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:29.4963629Z test_meta_atan2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:29.5077807Z test_meta_atan2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:29.5190953Z test_meta_atan2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:29.5302428Z test_meta_atan2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:29.5326263Z test_meta_atan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5348089Z test_meta_atan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5372304Z test_meta_atan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5396552Z test_meta_atan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5420589Z test_meta_atan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5443913Z test_meta_atan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5466030Z test_meta_atan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5489005Z test_meta_atan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5511133Z test_meta_atan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5533538Z test_meta_atan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5555953Z test_meta_atan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5576863Z test_meta_atan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5598614Z test_meta_atan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5620638Z test_meta_atanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5642616Z test_meta_atanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5666598Z test_meta_atanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5690958Z test_meta_atanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5713978Z test_meta_atanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5735891Z test_meta_atanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5759287Z test_meta_atanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5781894Z test_meta_atanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5804070Z test_meta_atanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5825339Z test_meta_atanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5846521Z test_meta_atanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5867423Z test_meta_atanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5888637Z test_meta_atanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.5936733Z test_meta_atleast_1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.5975432Z test_meta_atleast_1d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6032330Z test_meta_atleast_1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:29.6089779Z test_meta_atleast_1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:29.6146647Z test_meta_atleast_1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:29.6193029Z test_meta_atleast_1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.6239838Z test_meta_atleast_1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.6286331Z test_meta_atleast_1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:29.6327071Z test_meta_atleast_1d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6366359Z test_meta_atleast_1d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6405694Z test_meta_atleast_1d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6445241Z test_meta_atleast_1d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6484623Z test_meta_atleast_1d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6512070Z test_meta_atleast_2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.6531300Z test_meta_atleast_2d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.6568007Z test_meta_atleast_2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6604465Z test_meta_atleast_2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6640885Z test_meta_atleast_2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6668161Z test_meta_atleast_2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.6695466Z test_meta_atleast_2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.6722320Z test_meta_atleast_2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.6742094Z test_meta_atleast_2d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.6762317Z test_meta_atleast_2d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.6782162Z test_meta_atleast_2d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.6802269Z test_meta_atleast_2d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.6822127Z test_meta_atleast_2d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.6849576Z test_meta_atleast_3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.6868865Z test_meta_atleast_3d_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.6905193Z test_meta_atleast_3d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6941601Z test_meta_atleast_3d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.6977837Z test_meta_atleast_3d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.7005530Z test_meta_atleast_3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.7032636Z test_meta_atleast_3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.7059758Z test_meta_atleast_3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.7080179Z test_meta_atleast_3d_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.7100248Z test_meta_atleast_3d_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.7120468Z test_meta_atleast_3d_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.7139082Z test_meta_atleast_3d_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.7159179Z test_meta_atleast_3d_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:29.7270863Z test_meta_baddbmm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:29.7485712Z test_meta_baddbmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:18:29.7695960Z test_meta_baddbmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:18:29.7803064Z test_meta_baddbmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:29.7908416Z test_meta_baddbmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:29.8018850Z test_meta_baddbmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:29.8104886Z test_meta_bernoulli_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:29.8188630Z test_meta_bernoulli_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:29.8269206Z test_meta_bernoulli_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:29.8352421Z test_meta_bernoulli_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:29.8389240Z test_meta_bfloat16_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.8423344Z test_meta_bfloat16_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.8467109Z test_meta_bfloat16_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.8512018Z test_meta_bfloat16_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.8557076Z test_meta_bfloat16_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.8597485Z test_meta_bfloat16_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.8637253Z test_meta_bfloat16_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.8677455Z test_meta_bfloat16_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.8713599Z test_meta_bfloat16_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.8748003Z test_meta_bfloat16_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.8782614Z test_meta_bfloat16_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.8817914Z test_meta_bfloat16_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:29.8853605Z test_meta_bfloat16_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:29.9603699Z test_meta_bincount_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:18:30.0353794Z test_meta_bincount_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:18:30.1102669Z test_meta_bincount_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:18:30.1865334Z test_meta_bincount_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:18:30.2606045Z test_meta_bincount_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:18:30.2719950Z test_meta_bitwise_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.2832209Z test_meta_bitwise_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.2943140Z test_meta_bitwise_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.3054829Z test_meta_bitwise_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.3166417Z test_meta_bitwise_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.3282466Z test_meta_bitwise_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.3398155Z test_meta_bitwise_left_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.3513967Z test_meta_bitwise_left_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.3629604Z test_meta_bitwise_left_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.3745145Z test_meta_bitwise_left_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.3856860Z test_meta_bitwise_left_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.3893643Z test_meta_bitwise_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.3932398Z test_meta_bitwise_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.3971444Z test_meta_bitwise_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.4010111Z test_meta_bitwise_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.4047667Z test_meta_bitwise_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.4084920Z test_meta_bitwise_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.4195542Z test_meta_bitwise_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.4306345Z test_meta_bitwise_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.4417543Z test_meta_bitwise_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.4529102Z test_meta_bitwise_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.4644696Z test_meta_bitwise_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.4760760Z test_meta_bitwise_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.4875341Z test_meta_bitwise_right_shift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.4989769Z test_meta_bitwise_right_shift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.5101075Z test_meta_bitwise_right_shift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.5213645Z test_meta_bitwise_right_shift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.5325135Z test_meta_bitwise_right_shift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.5434372Z test_meta_bitwise_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.5545510Z test_meta_bitwise_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.5657683Z test_meta_bitwise_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.5771260Z test_meta_bitwise_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.5882998Z test_meta_bitwise_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.5996773Z test_meta_bitwise_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:30.6045774Z test_meta_block_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:30.6084928Z test_meta_block_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.6142308Z test_meta_block_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:30.6244139Z test_meta_block_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:30.6340823Z test_meta_block_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:30.6388527Z test_meta_block_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:30.6438807Z test_meta_block_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:30.6489096Z test_meta_block_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:30.6531464Z test_meta_block_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.6573570Z test_meta_block_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.6615878Z test_meta_block_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.6658307Z test_meta_block_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.6700133Z test_meta_block_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.6728575Z test_meta_bmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.6756977Z test_meta_bmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.6783449Z test_meta_bmm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.6809768Z test_meta_bmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.6836329Z test_meta_bmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.6876297Z test_meta_bool_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.6909535Z test_meta_bool_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.6954301Z test_meta_bool_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.6998901Z test_meta_bool_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.7043517Z test_meta_bool_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.7083378Z test_meta_bool_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.7123213Z test_meta_bool_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.7163145Z test_meta_bool_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.7198938Z test_meta_bool_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.7234601Z test_meta_bool_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.7270109Z test_meta_bool_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.7305631Z test_meta_bool_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.7341487Z test_meta_bool_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.7356180Z test_meta_broadcast_shapes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:18:30.7381891Z test_meta_broadcast_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:30.7404064Z test_meta_broadcast_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:30.7433305Z test_meta_broadcast_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.7462248Z test_meta_broadcast_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:30.7486767Z test_meta_broadcast_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:30.7510916Z test_meta_broadcast_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:30.7536621Z test_meta_broadcast_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:30.7559375Z test_meta_broadcast_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:30.7581820Z test_meta_broadcast_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:30.7604514Z test_meta_broadcast_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:30.7627156Z test_meta_broadcast_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:30.7649858Z test_meta_broadcast_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:30.7695658Z test_meta_broadcast_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.7735563Z test_meta_broadcast_to_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.7786116Z test_meta_broadcast_to_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:30.7837857Z test_meta_broadcast_to_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:30.7882875Z test_meta_broadcast_to_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.7928597Z test_meta_broadcast_to_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.7973989Z test_meta_broadcast_to_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.8014774Z test_meta_broadcast_to_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.8053069Z test_meta_broadcast_to_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.8093169Z test_meta_broadcast_to_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.8133560Z test_meta_broadcast_to_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:30.8171937Z test_meta_broadcast_to_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:31.0679685Z test_meta_bucketize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.250s) 2022-09-27T16:18:31.3201129Z test_meta_bucketize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.252s) 2022-09-27T16:18:31.5693262Z test_meta_bucketize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.249s) 2022-09-27T16:18:31.8150009Z test_meta_bucketize_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-09-27T16:18:32.0619883Z test_meta_bucketize_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.247s) 2022-09-27T16:18:32.3117256Z test_meta_bucketize_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.250s) 2022-09-27T16:18:32.5580951Z test_meta_bucketize_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.246s) 2022-09-27T16:18:32.8066584Z test_meta_bucketize_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.248s) 2022-09-27T16:18:32.8107641Z test_meta_byte_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:32.8143027Z test_meta_byte_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:32.8187159Z test_meta_byte_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:32.8232305Z test_meta_byte_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:32.8272409Z test_meta_byte_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:32.8312443Z test_meta_byte_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:32.8352326Z test_meta_byte_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:32.8388138Z test_meta_byte_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:32.8423670Z test_meta_byte_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:32.8458330Z test_meta_byte_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:32.8494250Z test_meta_byte_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:32.8528384Z test_meta_byte_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:32.8546802Z test_meta_cartesian_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8564911Z test_meta_cartesian_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8582619Z test_meta_cartesian_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8600805Z test_meta_cartesian_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8618706Z test_meta_cartesian_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8636696Z test_meta_cartesian_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8654401Z test_meta_cartesian_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8672320Z test_meta_cartesian_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8689915Z test_meta_cartesian_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8707630Z test_meta_cartesian_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8725760Z test_meta_cartesian_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8743653Z test_meta_cartesian_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:32.8846683Z test_meta_cat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:32.8934599Z test_meta_cat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:32.9047216Z test_meta_cat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:32.9163137Z test_meta_cat_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:32.9278877Z test_meta_cat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:32.9383018Z test_meta_cat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:32.9487173Z test_meta_cat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:32.9588233Z test_meta_cat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:32.9682310Z test_meta_cat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:32.9776231Z test_meta_cat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:32.9870072Z test_meta_cat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:32.9963177Z test_meta_cat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:33.0055418Z test_meta_cat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:33.0692386Z test_meta_cdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:18:33.1316990Z test_meta_cdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-09-27T16:18:33.1341919Z test_meta_ceil_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:33.1365183Z test_meta_ceil_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:33.1387887Z test_meta_ceil_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:33.1411136Z test_meta_ceil_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:33.1433805Z test_meta_ceil_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:33.1455975Z test_meta_ceil_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:33.1478416Z test_meta_ceil_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:33.1500507Z test_meta_ceil_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:33.1522981Z test_meta_ceil_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:33.1563682Z test_meta_chalf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.1598611Z test_meta_chalf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:33.1643539Z test_meta_chalf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.1687069Z test_meta_chalf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.1731273Z test_meta_chalf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.1771594Z test_meta_chalf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.1811785Z test_meta_chalf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.1850520Z test_meta_chalf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.1886117Z test_meta_chalf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:33.1921916Z test_meta_chalf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:33.1957997Z test_meta_chalf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.1993947Z test_meta_chalf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:33.2030777Z test_meta_chalf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.2070656Z test_meta_char_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.2105870Z test_meta_char_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:33.2150740Z test_meta_char_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.2195826Z test_meta_char_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.2240627Z test_meta_char_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.2280693Z test_meta_char_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.2321350Z test_meta_char_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.2361164Z test_meta_char_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:33.2396826Z test_meta_char_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:33.2432343Z test_meta_char_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:33.2467925Z test_meta_char_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:33.2501659Z test_meta_char_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:33.2537574Z test_meta_char_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:33.4140952Z test_meta_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-09-27T16:18:33.5745922Z test_meta_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-09-27T16:18:33.7341720Z test_meta_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-09-27T16:18:33.8937488Z test_meta_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.159s) 2022-09-27T16:18:34.0261027Z test_meta_cholesky_inverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.132s) 2022-09-27T16:18:34.1490401Z test_meta_cholesky_inverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-09-27T16:18:34.2705048Z test_meta_cholesky_inverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.122s) 2022-09-27T16:18:34.3931971Z test_meta_cholesky_inverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.123s) 2022-09-27T16:18:34.5650636Z test_meta_cholesky_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.172s) 2022-09-27T16:18:34.7276056Z test_meta_cholesky_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-09-27T16:18:34.8877713Z test_meta_cholesky_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.160s) 2022-09-27T16:18:35.0506448Z test_meta_cholesky_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.163s) 2022-09-27T16:18:35.0536494Z test_meta_chunk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0563159Z test_meta_chunk_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0595891Z test_meta_chunk_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0627925Z test_meta_chunk_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0662101Z test_meta_chunk_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0692720Z test_meta_chunk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0723815Z test_meta_chunk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0753132Z test_meta_chunk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0781047Z test_meta_chunk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0809493Z test_meta_chunk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0836260Z test_meta_chunk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0862804Z test_meta_chunk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0889617Z test_meta_chunk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:35.0974667Z test_meta_clamp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:35.1060014Z test_meta_clamp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:35.1145270Z test_meta_clamp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:35.1230127Z test_meta_clamp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:35.1305834Z test_meta_clamp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:35.1380957Z test_meta_clamp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:35.1456135Z test_meta_clamp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:35.1528516Z test_meta_clamp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:35.1600900Z test_meta_clamp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:35.1729942Z test_meta_clamp_max_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:35.1839032Z test_meta_clamp_max_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.1968509Z test_meta_clamp_max_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:35.2095317Z test_meta_clamp_max_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:35.2220369Z test_meta_clamp_max_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:35.2330779Z test_meta_clamp_max_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.2441718Z test_meta_clamp_max_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.2552533Z test_meta_clamp_max_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.2663133Z test_meta_clamp_max_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.2774812Z test_meta_clamp_max_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.2899579Z test_meta_clamp_min_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:35.3010985Z test_meta_clamp_min_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.3135558Z test_meta_clamp_min_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:35.3263807Z test_meta_clamp_min_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:35.3391009Z test_meta_clamp_min_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:35.3505120Z test_meta_clamp_min_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.3616136Z test_meta_clamp_min_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.3726911Z test_meta_clamp_min_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.3841986Z test_meta_clamp_min_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.3953969Z test_meta_clamp_min_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:35.3977302Z test_meta_clone_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.3999734Z test_meta_clone_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4024734Z test_meta_clone_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4050485Z test_meta_clone_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4076332Z test_meta_clone_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4100076Z test_meta_clone_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4124375Z test_meta_clone_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4147029Z test_meta_clone_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4169379Z test_meta_clone_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4191517Z test_meta_clone_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4213508Z test_meta_clone_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4235970Z test_meta_clone_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4258078Z test_meta_clone_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:35.4310076Z test_meta_column_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:35.4357001Z test_meta_column_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:35.4414537Z test_meta_column_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:35.4471884Z test_meta_column_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:35.4528300Z test_meta_column_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:35.4579830Z test_meta_column_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:35.4631268Z test_meta_column_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:35.4680460Z test_meta_column_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:35.4725150Z test_meta_column_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:35.4769996Z test_meta_column_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:35.4815091Z test_meta_column_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:35.4860082Z test_meta_column_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:35.4906888Z test_meta_column_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:35.6080140Z test_meta_combinations_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-09-27T16:18:35.7259958Z test_meta_combinations_cuda_bool (__main__.TestMetaCUDA) ... ok (0.118s) 2022-09-27T16:18:35.8425491Z test_meta_combinations_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-09-27T16:18:35.9585953Z test_meta_combinations_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-09-27T16:18:36.0758198Z test_meta_combinations_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-09-27T16:18:36.1920092Z test_meta_combinations_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-09-27T16:18:36.3091359Z test_meta_combinations_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-09-27T16:18:36.4255412Z test_meta_combinations_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-09-27T16:18:36.5434688Z test_meta_combinations_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-09-27T16:18:36.6596009Z test_meta_combinations_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-09-27T16:18:36.7756726Z test_meta_combinations_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-09-27T16:18:36.8919046Z test_meta_combinations_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.116s) 2022-09-27T16:18:36.9058267Z test_meta_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:36.9195882Z test_meta_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:36.9333633Z test_meta_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:36.9360851Z test_meta_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:36.9385221Z test_meta_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9415001Z test_meta_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:36.9445163Z test_meta_conj_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:36.9474996Z test_meta_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:36.9502000Z test_meta_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:36.9529124Z test_meta_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:36.9555249Z test_meta_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:36.9579819Z test_meta_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9604887Z test_meta_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9629574Z test_meta_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9654619Z test_meta_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9679883Z test_meta_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9701976Z test_meta_conj_physical_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9723140Z test_meta_conj_physical_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9749227Z test_meta_conj_physical_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9775455Z test_meta_conj_physical_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:36.9801537Z test_meta_conj_physical_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:36.9823488Z test_meta_conj_physical_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9845820Z test_meta_conj_physical_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9867725Z test_meta_conj_physical_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9888883Z test_meta_conj_physical_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9909852Z test_meta_conj_physical_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9931069Z test_meta_conj_physical_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9952427Z test_meta_conj_physical_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:36.9973379Z test_meta_conj_physical_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.0261125Z test_meta_constant_pad_nd_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:18:37.0504790Z test_meta_constant_pad_nd_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:18:37.0832200Z test_meta_constant_pad_nd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:18:37.1157990Z test_meta_constant_pad_nd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:18:37.1448064Z test_meta_constant_pad_nd_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:18:37.1738054Z test_meta_constant_pad_nd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:18:37.2029986Z test_meta_constant_pad_nd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:18:37.2283644Z test_meta_constant_pad_nd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:18:37.2538485Z test_meta_constant_pad_nd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:18:37.2790496Z test_meta_constant_pad_nd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:18:37.3045679Z test_meta_constant_pad_nd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:18:37.3294435Z test_meta_constant_pad_nd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:18:37.3318205Z test_meta_contiguous_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3337857Z test_meta_contiguous_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3363407Z test_meta_contiguous_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3388369Z test_meta_contiguous_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3413656Z test_meta_contiguous_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3436910Z test_meta_contiguous_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3459860Z test_meta_contiguous_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3483102Z test_meta_contiguous_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3504476Z test_meta_contiguous_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3525774Z test_meta_contiguous_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3546745Z test_meta_contiguous_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3567296Z test_meta_contiguous_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3588510Z test_meta_contiguous_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:37.3718986Z test_meta_copysign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:37.3832688Z test_meta_copysign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:37.3961498Z test_meta_copysign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:37.4088067Z test_meta_copysign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:37.4212921Z test_meta_copysign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:37.4328841Z test_meta_copysign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:37.4444975Z test_meta_copysign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:37.4559418Z test_meta_copysign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:37.4670135Z test_meta_copysign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:37.4786458Z test_meta_copysign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:37.5115201Z test_meta_corrcoef_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:18:37.5447003Z test_meta_corrcoef_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:18:37.5773402Z test_meta_corrcoef_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:18:37.6094758Z test_meta_corrcoef_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:18:37.6414319Z test_meta_corrcoef_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:18:37.6734319Z test_meta_corrcoef_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:18:37.7057839Z test_meta_corrcoef_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:18:37.7383277Z test_meta_corrcoef_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:18:37.7702445Z test_meta_corrcoef_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:18:37.8024350Z test_meta_corrcoef_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:18:37.8347546Z test_meta_corrcoef_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:18:37.8387422Z test_meta_cos_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8425918Z test_meta_cos_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8469276Z test_meta_cos_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8512993Z test_meta_cos_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8557183Z test_meta_cos_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8596958Z test_meta_cos_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8636287Z test_meta_cos_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8675560Z test_meta_cos_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8714288Z test_meta_cos_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8753339Z test_meta_cos_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8792090Z test_meta_cos_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8830777Z test_meta_cos_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8869253Z test_meta_cos_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8910370Z test_meta_cosh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8949102Z test_meta_cosh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.8990967Z test_meta_cosh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.9033943Z test_meta_cosh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.9075427Z test_meta_cosh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.9115004Z test_meta_cosh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.9155808Z test_meta_cosh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.9196772Z test_meta_cosh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.9235575Z test_meta_cosh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.9273874Z test_meta_cosh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.9312730Z test_meta_cosh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.9351317Z test_meta_cosh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:37.9390149Z test_meta_cosh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:38.0496580Z test_meta_count_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:18:38.1608226Z test_meta_count_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:18:38.2734552Z test_meta_count_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.113s) 2022-09-27T16:18:38.3850132Z test_meta_count_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:18:38.4956957Z test_meta_count_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:18:38.6068113Z test_meta_count_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:18:38.7180267Z test_meta_count_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:18:38.8289636Z test_meta_count_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:18:38.9393484Z test_meta_count_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-09-27T16:18:39.0504731Z test_meta_count_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:18:39.1605103Z test_meta_count_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-09-27T16:18:39.2715614Z test_meta_count_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.111s) 2022-09-27T16:18:39.5317046Z test_meta_cov_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.260s) 2022-09-27T16:18:39.7923522Z test_meta_cov_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-09-27T16:18:40.2128275Z test_meta_cov_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.420s) 2022-09-27T16:18:40.4753261Z test_meta_cov_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.263s) 2022-09-27T16:18:40.7362151Z test_meta_cov_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-09-27T16:18:40.9964781Z test_meta_cov_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.260s) 2022-09-27T16:18:41.2594083Z test_meta_cov_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.263s) 2022-09-27T16:18:41.5215438Z test_meta_cov_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.262s) 2022-09-27T16:18:41.7810033Z test_meta_cov_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.259s) 2022-09-27T16:18:42.0417279Z test_meta_cov_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-09-27T16:18:42.3023777Z test_meta_cov_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.261s) 2022-09-27T16:18:42.3081861Z test_meta_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:42.3140133Z test_meta_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:42.3191498Z test_meta_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.3242804Z test_meta_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.3296299Z test_meta_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.3344990Z test_meta_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.3393843Z test_meta_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.3440312Z test_meta_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.3488747Z test_meta_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.3535284Z test_meta_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.3554215Z test_meta_cummax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3570278Z test_meta_cummax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3589849Z test_meta_cummax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3609390Z test_meta_cummax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3629229Z test_meta_cummax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3646519Z test_meta_cummax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3663562Z test_meta_cummax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3680999Z test_meta_cummax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3698229Z test_meta_cummax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3715701Z test_meta_cummax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3735279Z test_meta_cummin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3751551Z test_meta_cummin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3769823Z test_meta_cummin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3789103Z test_meta_cummin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3808788Z test_meta_cummin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3825940Z test_meta_cummin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3843231Z test_meta_cummin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3860435Z test_meta_cummin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3877904Z test_meta_cummin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.3895006Z test_meta_cummin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:42.4008823Z test_meta_cumprod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.4128683Z test_meta_cumprod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:42.4247620Z test_meta_cumprod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:42.4357759Z test_meta_cumprod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.4471033Z test_meta_cumprod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.4582969Z test_meta_cumprod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.4691553Z test_meta_cumprod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.4799885Z test_meta_cumprod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.4905021Z test_meta_cumprod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:42.5013508Z test_meta_cumprod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.5122126Z test_meta_cumprod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.5171672Z test_meta_cumsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5226538Z test_meta_cumsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5280893Z test_meta_cumsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5332247Z test_meta_cumsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5383155Z test_meta_cumsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5434471Z test_meta_cumsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5483919Z test_meta_cumsum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5533337Z test_meta_cumsum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5581412Z test_meta_cumsum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5630611Z test_meta_cumsum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5678723Z test_meta_cumsum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:42.5756106Z test_meta_cumulative_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:42.5846334Z test_meta_cumulative_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:42.5936019Z test_meta_cumulative_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:42.6010191Z test_meta_cumulative_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:42.6084937Z test_meta_cumulative_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:42.6160898Z test_meta_cumulative_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:42.6225317Z test_meta_cumulative_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:42.6291303Z test_meta_cumulative_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:42.6357027Z test_meta_cumulative_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:42.6421652Z test_meta_cumulative_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:42.6486958Z test_meta_cumulative_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:42.6528128Z test_meta_deg2rad_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:42.6566479Z test_meta_deg2rad_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:42.6608260Z test_meta_deg2rad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:42.6650168Z test_meta_deg2rad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:42.6690977Z test_meta_deg2rad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:42.6730855Z test_meta_deg2rad_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:42.6770697Z test_meta_deg2rad_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:42.6810560Z test_meta_deg2rad_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:42.6850512Z test_meta_deg2rad_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:42.6890412Z test_meta_deg2rad_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:42.7047649Z test_meta_diag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:42.7195143Z test_meta_diag_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:42.7355281Z test_meta_diag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:42.7513875Z test_meta_diag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:42.7672476Z test_meta_diag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:42.7826389Z test_meta_diag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:42.7976892Z test_meta_diag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:42.8128097Z test_meta_diag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:42.8276018Z test_meta_diag_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:42.8423659Z test_meta_diag_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:42.8572178Z test_meta_diag_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:42.8723039Z test_meta_diag_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:42.8871090Z test_meta_diag_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:42.8966091Z test_meta_diag_embed_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:42.9046778Z test_meta_diag_embed_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:42.9157049Z test_meta_diag_embed_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.9266103Z test_meta_diag_embed_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.9374993Z test_meta_diag_embed_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:42.9472817Z test_meta_diag_embed_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:42.9569888Z test_meta_diag_embed_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:42.9666652Z test_meta_diag_embed_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:42.9751598Z test_meta_diag_embed_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:42.9836172Z test_meta_diag_embed_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:42.9920849Z test_meta_diag_embed_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:43.0005415Z test_meta_diag_embed_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:43.0088419Z test_meta_diag_embed_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:43.0126261Z test_meta_diagflat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:43.0160065Z test_meta_diagflat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:43.0202019Z test_meta_diagflat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:43.0245333Z test_meta_diagflat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:43.0284151Z test_meta_diagflat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:43.0322063Z test_meta_diagflat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:43.0359671Z test_meta_diagflat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:43.0394739Z test_meta_diagflat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:43.0429951Z test_meta_diagflat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:43.0465131Z test_meta_diagflat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:43.0500075Z test_meta_diagflat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:43.0535297Z test_meta_diagflat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:43.0623488Z test_meta_diagonal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:43.0696061Z test_meta_diagonal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:43.0797588Z test_meta_diagonal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:43.0900605Z test_meta_diagonal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:43.1002165Z test_meta_diagonal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:43.1090811Z test_meta_diagonal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:43.1179845Z test_meta_diagonal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:43.1268283Z test_meta_diagonal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:43.1344934Z test_meta_diagonal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:43.1419572Z test_meta_diagonal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:43.1494046Z test_meta_diagonal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:43.1570661Z test_meta_diagonal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:43.1644777Z test_meta_diagonal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:43.1775743Z test_meta_diagonal_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:43.1879247Z test_meta_diagonal_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:43.2013310Z test_meta_diagonal_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:43.2144567Z test_meta_diagonal_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:43.2278593Z test_meta_diagonal_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:43.2388958Z test_meta_diagonal_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:43.2499057Z test_meta_diagonal_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:43.2609623Z test_meta_diagonal_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:43.2719202Z test_meta_diagonal_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:43.2828684Z test_meta_diagonal_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:43.3709982Z test_meta_diff_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-09-27T16:18:43.3865388Z test_meta_diff_cuda_bool (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:43.4836137Z test_meta_diff_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-09-27T16:18:43.5810423Z test_meta_diff_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.097s) 2022-09-27T16:18:43.6683221Z test_meta_diff_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-09-27T16:18:43.7550223Z test_meta_diff_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:18:43.8425542Z test_meta_diff_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.087s) 2022-09-27T16:18:43.9204135Z test_meta_diff_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:18:43.9983332Z test_meta_diff_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:18:44.0761097Z test_meta_diff_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:18:44.1545733Z test_meta_diff_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:18:44.2326767Z test_meta_diff_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:18:44.2363942Z test_meta_digamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:44.2403353Z test_meta_digamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:44.2442614Z test_meta_digamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:44.2481722Z test_meta_digamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:44.2520169Z test_meta_digamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:44.2558818Z test_meta_digamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:44.2597192Z test_meta_digamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:44.2636077Z test_meta_digamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:44.2674484Z test_meta_digamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:44.3064369Z test_meta_dist_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:44.3539790Z test_meta_dist_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:18:44.4015322Z test_meta_dist_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:18:44.4404062Z test_meta_dist_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:18:44.4787454Z test_meta_dist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:18:44.5173139Z test_meta_dist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:18:44.5333286Z test_meta_div_floor_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.5494574Z test_meta_div_floor_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.5655285Z test_meta_div_floor_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.5816715Z test_meta_div_floor_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.5966475Z test_meta_div_floor_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:44.6113213Z test_meta_div_floor_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:44.6260324Z test_meta_div_floor_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:44.6404087Z test_meta_div_floor_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:44.6553343Z test_meta_div_floor_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:44.6709760Z test_meta_div_no_rounding_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.6855598Z test_meta_div_no_rounding_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:44.7033224Z test_meta_div_no_rounding_mode_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:44.7206281Z test_meta_div_no_rounding_mode_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:18:44.7384175Z test_meta_div_no_rounding_mode_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:44.7543197Z test_meta_div_no_rounding_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.7702137Z test_meta_div_no_rounding_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.7857594Z test_meta_div_no_rounding_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:44.8004292Z test_meta_div_no_rounding_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:44.8148200Z test_meta_div_no_rounding_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:44.8291826Z test_meta_div_no_rounding_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:44.8434697Z test_meta_div_no_rounding_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:44.8578149Z test_meta_div_no_rounding_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:44.8735549Z test_meta_div_trunc_rounding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.8892520Z test_meta_div_trunc_rounding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.9049976Z test_meta_div_trunc_rounding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.9206246Z test_meta_div_trunc_rounding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:44.9350338Z test_meta_div_trunc_rounding_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:44.9498618Z test_meta_div_trunc_rounding_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:44.9643519Z test_meta_div_trunc_rounding_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:44.9786658Z test_meta_div_trunc_rounding_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:44.9930673Z test_meta_div_trunc_rounding_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:44.9958362Z test_meta_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:44.9997443Z test_meta_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.0035738Z test_meta_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.0061701Z test_meta_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0088714Z test_meta_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.0116433Z test_meta_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.0156345Z test_meta_double_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.0191555Z test_meta_double_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.0236046Z test_meta_double_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.0280771Z test_meta_double_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.0325271Z test_meta_double_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.0365193Z test_meta_double_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.0404534Z test_meta_double_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.0442459Z test_meta_double_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.0476719Z test_meta_double_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.0511206Z test_meta_double_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.0546908Z test_meta_double_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.0582473Z test_meta_double_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.0617332Z test_meta_double_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.0640760Z test_meta_dsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0662982Z test_meta_dsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0688185Z test_meta_dsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0713085Z test_meta_dsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0738974Z test_meta_dsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0763464Z test_meta_dsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0787485Z test_meta_dsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0811668Z test_meta_dsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0834304Z test_meta_dsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0856154Z test_meta_dsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0877691Z test_meta_dsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0898790Z test_meta_dsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0920184Z test_meta_dsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.0966439Z test_meta_dstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.1008345Z test_meta_dstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1059431Z test_meta_dstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.1109155Z test_meta_dstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.1159106Z test_meta_dstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.1204781Z test_meta_dstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1251647Z test_meta_dstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.1298560Z test_meta_dstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.1340336Z test_meta_dstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1380454Z test_meta_dstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1420503Z test_meta_dstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1460898Z test_meta_dstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1501343Z test_meta_dstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1539122Z test_meta_einsum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1582368Z test_meta_einsum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1627613Z test_meta_einsum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1665656Z test_meta_einsum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1702165Z test_meta_einsum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1739453Z test_meta_einsum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.1757104Z test_meta_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1773682Z test_meta_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1789887Z test_meta_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1806262Z test_meta_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1822090Z test_meta_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:18:45.1838274Z test_meta_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1855668Z test_meta_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1873213Z test_meta_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1890471Z test_meta_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1906985Z test_meta_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1924451Z test_meta_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1941766Z test_meta_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.1959255Z test_meta_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.2007129Z test_meta_empty_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.2049178Z test_meta_empty_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.2103624Z test_meta_empty_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.2159018Z test_meta_empty_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.2212111Z test_meta_empty_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.2259713Z test_meta_empty_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.2306521Z test_meta_empty_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.2353600Z test_meta_empty_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.2396246Z test_meta_empty_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.2438975Z test_meta_empty_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.2481869Z test_meta_empty_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.2524431Z test_meta_empty_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.2567174Z test_meta_empty_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.2708281Z test_meta_eq_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:45.2832495Z test_meta_eq_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:45.2989967Z test_meta_eq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:45.3144590Z test_meta_eq_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:45.3296291Z test_meta_eq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:45.3432067Z test_meta_eq_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:45.3573736Z test_meta_eq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:45.3714518Z test_meta_eq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:45.3840488Z test_meta_eq_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:45.3966403Z test_meta_eq_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:45.4089750Z test_meta_eq_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:45.4211058Z test_meta_eq_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:45.4337305Z test_meta_eq_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:45.4373577Z test_meta_equal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.4399808Z test_meta_equal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.4446405Z test_meta_equal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.4493296Z test_meta_equal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.4529187Z test_meta_equal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.4563356Z test_meta_equal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.4599294Z test_meta_equal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.4626401Z test_meta_equal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.4653407Z test_meta_equal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.4680460Z test_meta_equal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.4707270Z test_meta_equal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.4734249Z test_meta_equal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.4757845Z test_meta_erf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.4779833Z test_meta_erf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.4803036Z test_meta_erf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.4825973Z test_meta_erf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.4849149Z test_meta_erf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.4871507Z test_meta_erf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.4893470Z test_meta_erf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.4916013Z test_meta_erf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.4938309Z test_meta_erf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.4960663Z test_meta_erf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.5001849Z test_meta_erfc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5040478Z test_meta_erfc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5081162Z test_meta_erfc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5121842Z test_meta_erfc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5163056Z test_meta_erfc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5201438Z test_meta_erfc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5240175Z test_meta_erfc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5278668Z test_meta_erfc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5317274Z test_meta_erfc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5355985Z test_meta_erfc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5378162Z test_meta_erfinv_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.5401407Z test_meta_erfinv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.5424392Z test_meta_erfinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.5447652Z test_meta_erfinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.5470048Z test_meta_erfinv_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.5492113Z test_meta_erfinv_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.5514452Z test_meta_erfinv_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.5536844Z test_meta_erfinv_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.5559008Z test_meta_erfinv_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.5600059Z test_meta_exp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5638458Z test_meta_exp2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5679062Z test_meta_exp2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5719940Z test_meta_exp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5760554Z test_meta_exp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5799192Z test_meta_exp2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5837970Z test_meta_exp2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5876535Z test_meta_exp2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5915202Z test_meta_exp2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5953741Z test_meta_exp2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.5994763Z test_meta_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6032983Z test_meta_exp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6076048Z test_meta_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6119462Z test_meta_exp_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6162476Z test_meta_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6202998Z test_meta_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6242187Z test_meta_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6281646Z test_meta_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6320326Z test_meta_exp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6358687Z test_meta_exp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6397185Z test_meta_exp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6435716Z test_meta_exp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6474241Z test_meta_exp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6509365Z test_meta_expand_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.6538995Z test_meta_expand_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.6579336Z test_meta_expand_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6620110Z test_meta_expand_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:45.6655219Z test_meta_expand_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.6690662Z test_meta_expand_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.6725775Z test_meta_expand_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.6756120Z test_meta_expand_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.6786317Z test_meta_expand_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.6816440Z test_meta_expand_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.6846912Z test_meta_expand_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.6877083Z test_meta_expand_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:45.6937335Z test_meta_expand_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:45.6988660Z test_meta_expand_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.7057780Z test_meta_expand_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:45.7127586Z test_meta_expand_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:45.7188201Z test_meta_expand_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:45.7248554Z test_meta_expand_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:45.7308522Z test_meta_expand_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:45.7361266Z test_meta_expand_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.7413393Z test_meta_expand_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.7465514Z test_meta_expand_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.7517556Z test_meta_expand_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.7569979Z test_meta_expand_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:45.7593230Z test_meta_expm1_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.7615212Z test_meta_expm1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.7638567Z test_meta_expm1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.7661675Z test_meta_expm1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.7684878Z test_meta_expm1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.7706900Z test_meta_expm1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.7729459Z test_meta_expm1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.7751649Z test_meta_expm1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.7773710Z test_meta_expm1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.7796161Z test_meta_expm1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:45.8271068Z test_meta_eye_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:18:45.8738830Z test_meta_eye_cuda_bool (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:18:45.9201569Z test_meta_eye_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:18:45.9657881Z test_meta_eye_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:18:46.0114210Z test_meta_eye_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:18:46.0587504Z test_meta_eye_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:18:46.1062305Z test_meta_eye_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:18:46.1528645Z test_meta_eye_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:18:46.1983525Z test_meta_eye_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-09-27T16:18:46.2439516Z test_meta_eye_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-09-27T16:18:46.2895816Z test_meta_eye_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:18:46.3369502Z test_meta_eye_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:18:46.3400333Z test_meta_fft_fft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3438569Z test_meta_fft_fft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.3476134Z test_meta_fft_fft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.3510162Z test_meta_fft_fft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3544644Z test_meta_fft_fft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3574388Z test_meta_fft_fft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3604198Z test_meta_fft_fft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3633772Z test_meta_fft_fft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3663565Z test_meta_fft_fft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3693088Z test_meta_fft_fft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3727690Z test_meta_fft_fft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3767525Z test_meta_fft_fft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.3807688Z test_meta_fft_fft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.3845035Z test_meta_fft_fft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.3882609Z test_meta_fft_fft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.3917079Z test_meta_fft_fft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3951746Z test_meta_fft_fft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.3985891Z test_meta_fft_fft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.4020497Z test_meta_fft_fft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.4053231Z test_meta_fft_fft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.4087067Z test_meta_fft_fftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.4131648Z test_meta_fft_fftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4176336Z test_meta_fft_fftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4216113Z test_meta_fft_fftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4256622Z test_meta_fft_fftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4290789Z test_meta_fft_fftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.4324737Z test_meta_fft_fftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.4358868Z test_meta_fft_fftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.4393074Z test_meta_fft_fftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.4427043Z test_meta_fft_fftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.4471618Z test_meta_fft_fftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4510815Z test_meta_fft_fftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4559192Z test_meta_fft_fftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:46.4607420Z test_meta_fft_fftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:46.4656002Z test_meta_fft_fftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:46.4699185Z test_meta_fft_fftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4742326Z test_meta_fft_fftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4785682Z test_meta_fft_fftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4824841Z test_meta_fft_fftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4864181Z test_meta_fft_fftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4903928Z test_meta_fft_fftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4943120Z test_meta_fft_fftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.4982204Z test_meta_fft_fftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.5076030Z test_meta_fft_hfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:46.5176362Z test_meta_fft_hfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.5276366Z test_meta_fft_hfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.5372422Z test_meta_fft_hfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.5466914Z test_meta_fft_hfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:46.5560420Z test_meta_fft_hfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:46.5652912Z test_meta_fft_hfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:46.5746046Z test_meta_fft_hfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:46.5838945Z test_meta_fft_hfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:46.5931658Z test_meta_fft_hfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:46.6029570Z test_meta_fft_hfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.6136407Z test_meta_fft_hfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:46.6243320Z test_meta_fft_hfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:46.6346367Z test_meta_fft_hfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.6450282Z test_meta_fft_hfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.6548279Z test_meta_fft_hfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.6646172Z test_meta_fft_hfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.6744520Z test_meta_fft_hfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.6842491Z test_meta_fft_hfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.6939946Z test_meta_fft_hfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:46.7053045Z test_meta_fft_hfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:46.7176502Z test_meta_fft_hfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:46.7298636Z test_meta_fft_hfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:46.7418171Z test_meta_fft_hfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:46.7538483Z test_meta_fft_hfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:46.7652360Z test_meta_fft_hfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:46.7766567Z test_meta_fft_hfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:46.7880682Z test_meta_fft_hfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:46.7994437Z test_meta_fft_hfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:46.8108320Z test_meta_fft_hfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:46.8137964Z test_meta_fft_ifft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.8176468Z test_meta_fft_ifft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.8214410Z test_meta_fft_ifft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.8249355Z test_meta_fft_ifft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.8284192Z test_meta_fft_ifft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.8314915Z test_meta_fft_ifft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.8344913Z test_meta_fft_ifft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.8375237Z test_meta_fft_ifft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.8405590Z test_meta_fft_ifft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.8435932Z test_meta_fft_ifft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.8513065Z test_meta_fft_ifft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:46.8554337Z test_meta_fft_ifft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.8594906Z test_meta_fft_ifft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.8674681Z test_meta_fft_ifft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:46.8754596Z test_meta_fft_ifft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:46.8832389Z test_meta_fft_ifft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:46.8909516Z test_meta_fft_ifft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:46.8987708Z test_meta_fft_ifft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:46.9065683Z test_meta_fft_ifft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:46.9143467Z test_meta_fft_ifft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:46.9177878Z test_meta_fft_ifftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.9223724Z test_meta_fft_ifftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.9269101Z test_meta_fft_ifftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.9309957Z test_meta_fft_ifftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.9351274Z test_meta_fft_ifftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.9386203Z test_meta_fft_ifftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.9421385Z test_meta_fft_ifftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.9456641Z test_meta_fft_ifftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.9491865Z test_meta_fft_ifftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.9526531Z test_meta_fft_ifftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:46.9570254Z test_meta_fft_ifftshift_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.9608881Z test_meta_fft_ifftshift_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.9657317Z test_meta_fft_ifftshift_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:46.9706204Z test_meta_fft_ifftshift_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:46.9755122Z test_meta_fft_ifftshift_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:46.9798645Z test_meta_fft_ifftshift_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.9842493Z test_meta_fft_ifftshift_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.9886305Z test_meta_fft_ifftshift_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.9926244Z test_meta_fft_ifftshift_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:46.9965722Z test_meta_fft_ifftshift_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0005369Z test_meta_fft_ifftshift_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0044721Z test_meta_fft_ifftshift_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0084304Z test_meta_fft_ifftshift_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0122816Z test_meta_fft_ihfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0163776Z test_meta_fft_ihfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0204883Z test_meta_fft_ihfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0242333Z test_meta_fft_ihfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0280476Z test_meta_fft_ihfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0318149Z test_meta_fft_ihfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0356165Z test_meta_fft_ihfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0394110Z test_meta_fft_ihfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.0470364Z test_meta_fft_ihfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:47.0548728Z test_meta_fft_ihfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.0627545Z test_meta_fft_ihfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.0704649Z test_meta_fft_ihfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.0781199Z test_meta_fft_ihfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.0857532Z test_meta_fft_ihfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.0935964Z test_meta_fft_ihfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.1012521Z test_meta_fft_ihfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.1054045Z test_meta_fft_ihfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.1099462Z test_meta_fft_ihfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.1145290Z test_meta_fft_ihfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.1187210Z test_meta_fft_ihfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.1229051Z test_meta_fft_ihfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.1271364Z test_meta_fft_ihfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.1313244Z test_meta_fft_ihfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.1355196Z test_meta_fft_ihfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.1440580Z test_meta_fft_irfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.1532799Z test_meta_fft_irfft2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:47.1625912Z test_meta_fft_irfft2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:47.1715910Z test_meta_fft_irfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:47.1806033Z test_meta_fft_irfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:47.1891795Z test_meta_fft_irfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.1977237Z test_meta_fft_irfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.2062808Z test_meta_fft_irfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.2147367Z test_meta_fft_irfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.2233021Z test_meta_fft_irfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:47.2327983Z test_meta_fft_irfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:47.2431257Z test_meta_fft_irfft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:47.2534059Z test_meta_fft_irfft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:47.2634528Z test_meta_fft_irfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:47.2734832Z test_meta_fft_irfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:47.2829766Z test_meta_fft_irfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:47.2924957Z test_meta_fft_irfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:47.3020377Z test_meta_fft_irfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:47.3115314Z test_meta_fft_irfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:47.3210575Z test_meta_fft_irfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:47.3317385Z test_meta_fft_irfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:47.3433330Z test_meta_fft_irfftn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:47.3549366Z test_meta_fft_irfftn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:47.3662818Z test_meta_fft_irfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:47.3775848Z test_meta_fft_irfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:47.3883048Z test_meta_fft_irfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:47.3990017Z test_meta_fft_irfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:47.4095237Z test_meta_fft_irfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:47.4199861Z test_meta_fft_irfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:47.4307286Z test_meta_fft_irfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:47.4338796Z test_meta_fft_rfft2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4372826Z test_meta_fft_rfft2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4406996Z test_meta_fft_rfft2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4438967Z test_meta_fft_rfft2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4470501Z test_meta_fft_rfft2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4502770Z test_meta_fft_rfft2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4534162Z test_meta_fft_rfft2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4565829Z test_meta_fft_rfft2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4597311Z test_meta_fft_rfft_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4632477Z test_meta_fft_rfft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4668097Z test_meta_fft_rfft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4700719Z test_meta_fft_rfft_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4733290Z test_meta_fft_rfft_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4765605Z test_meta_fft_rfft_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4797231Z test_meta_fft_rfft_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4831040Z test_meta_fft_rfft_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4866309Z test_meta_fft_rfftn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.4906247Z test_meta_fft_rfftn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.4944071Z test_meta_fft_rfftn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.4978899Z test_meta_fft_rfftn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.5015976Z test_meta_fft_rfftn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5050726Z test_meta_fft_rfftn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.5087298Z test_meta_fft_rfftn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5123528Z test_meta_fft_rfftn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5161494Z test_meta_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5197845Z test_meta_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5238728Z test_meta_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5280191Z test_meta_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5321379Z test_meta_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5358731Z test_meta_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5396924Z test_meta_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5434201Z test_meta_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5470510Z test_meta_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5507068Z test_meta_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5544057Z test_meta_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5578968Z test_meta_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.5615433Z test_meta_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5653790Z test_meta_flatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5686973Z test_meta_flatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.5730938Z test_meta_flatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5774161Z test_meta_flatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5818917Z test_meta_flatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5858539Z test_meta_flatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5897981Z test_meta_flatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5937495Z test_meta_flatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.5972235Z test_meta_flatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.6006268Z test_meta_flatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.6041576Z test_meta_flatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.6076527Z test_meta_flatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.6110669Z test_meta_flatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.6177407Z test_meta_flip_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:47.6238179Z test_meta_flip_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:47.6314126Z test_meta_flip_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:47.6389200Z test_meta_flip_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:47.6457116Z test_meta_flip_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:47.6524870Z test_meta_flip_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:47.6592441Z test_meta_flip_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:47.6653508Z test_meta_flip_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:47.6715411Z test_meta_flip_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:47.6775474Z test_meta_flip_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:47.6836433Z test_meta_flip_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:47.6896109Z test_meta_flip_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:47.6919537Z test_meta_fliplr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.6940590Z test_meta_fliplr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.6964402Z test_meta_fliplr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.6989250Z test_meta_fliplr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7012985Z test_meta_fliplr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7036925Z test_meta_fliplr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7060199Z test_meta_fliplr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7082444Z test_meta_fliplr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7104830Z test_meta_fliplr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7126689Z test_meta_fliplr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7148883Z test_meta_fliplr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7171552Z test_meta_fliplr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7195492Z test_meta_flipud_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7216575Z test_meta_flipud_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7240776Z test_meta_flipud_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7265316Z test_meta_flipud_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7289215Z test_meta_flipud_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7312832Z test_meta_flipud_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7336260Z test_meta_flipud_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7358735Z test_meta_flipud_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7380972Z test_meta_flipud_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7402367Z test_meta_flipud_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7423766Z test_meta_flipud_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7446143Z test_meta_flipud_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.7486240Z test_meta_float_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.7521547Z test_meta_float_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.7565778Z test_meta_float_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.7609912Z test_meta_float_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.7652875Z test_meta_float_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.7691859Z test_meta_float_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.7729709Z test_meta_float_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.7769654Z test_meta_float_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:47.7805092Z test_meta_float_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.7840833Z test_meta_float_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.7876606Z test_meta_float_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.7912400Z test_meta_float_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.7947662Z test_meta_float_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:47.8081636Z test_meta_float_power_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:47.8203025Z test_meta_float_power_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:47.8343440Z test_meta_float_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:47.8492273Z test_meta_float_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:47.8625807Z test_meta_float_power_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:47.8759893Z test_meta_float_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:47.8886854Z test_meta_float_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:47.9008506Z test_meta_float_power_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:47.9127695Z test_meta_float_power_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:47.9246930Z test_meta_float_power_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:47.9366414Z test_meta_float_power_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:47.9491735Z test_meta_float_power_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:47.9513716Z test_meta_floor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.9536530Z test_meta_floor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.9558815Z test_meta_floor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.9580930Z test_meta_floor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.9602561Z test_meta_floor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.9624821Z test_meta_floor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.9647619Z test_meta_floor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.9669903Z test_meta_floor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:47.9692020Z test_meta_floor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:48.0509812Z test_meta_floor_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-09-27T16:18:48.1331204Z test_meta_floor_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-09-27T16:18:48.2111060Z test_meta_floor_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:18:48.2898564Z test_meta_floor_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:18:48.3115624Z test_meta_floor_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:18:48.3331725Z test_meta_floor_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:18:48.3550067Z test_meta_floor_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:18:48.3772826Z test_meta_floor_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:18:48.3957457Z test_meta_floor_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:48.4084237Z test_meta_fmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:48.4197762Z test_meta_fmax_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:48.4323765Z test_meta_fmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:48.4450256Z test_meta_fmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:48.4579565Z test_meta_fmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:48.4692393Z test_meta_fmax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:48.4805240Z test_meta_fmax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:48.4922245Z test_meta_fmax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:48.5039191Z test_meta_fmax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:48.5155633Z test_meta_fmax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:48.5285883Z test_meta_fmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:48.5400292Z test_meta_fmin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:48.5530730Z test_meta_fmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:48.5661802Z test_meta_fmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:48.5792260Z test_meta_fmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:48.5908658Z test_meta_fmin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:48.6025578Z test_meta_fmin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:48.6142364Z test_meta_fmin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:48.6258995Z test_meta_fmin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:48.6375600Z test_meta_fmin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:48.6536420Z test_meta_fmod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:48.6696981Z test_meta_fmod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:48.6856824Z test_meta_fmod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:48.7016751Z test_meta_fmod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:48.7164194Z test_meta_fmod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:48.7311083Z test_meta_fmod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:48.7458145Z test_meta_fmod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:48.7605260Z test_meta_fmod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:48.7752704Z test_meta_fmod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:48.7793756Z test_meta_frac_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:48.7834866Z test_meta_frac_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:48.7876226Z test_meta_frac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:48.7917117Z test_meta_frac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:48.8124183Z test_meta_frexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:18:48.8329972Z test_meta_frexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:18:48.8535701Z test_meta_frexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:18:48.8591543Z test_meta_full_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:48.8638806Z test_meta_full_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:48.8703080Z test_meta_full_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:48.8767858Z test_meta_full_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:48.8823926Z test_meta_full_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:48.8879781Z test_meta_full_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:48.8935286Z test_meta_full_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:48.8983871Z test_meta_full_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:48.9032289Z test_meta_full_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:48.9080226Z test_meta_full_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:48.9128317Z test_meta_full_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:48.9176828Z test_meta_full_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:48.9262432Z test_meta_gather_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:48.9341872Z test_meta_gather_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:48.9431440Z test_meta_gather_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:48.9520551Z test_meta_gather_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:48.9603499Z test_meta_gather_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:48.9688299Z test_meta_gather_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:48.9770962Z test_meta_gather_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:48.9849853Z test_meta_gather_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:48.9927841Z test_meta_gather_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:49.0008615Z test_meta_gather_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:49.0089842Z test_meta_gather_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:49.0170757Z test_meta_gather_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:18:49.0286973Z test_meta_gcd_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:49.0401123Z test_meta_gcd_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:49.0516934Z test_meta_gcd_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:49.0632769Z test_meta_gcd_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:49.0747963Z test_meta_gcd_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:49.0877876Z test_meta_ge_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:49.0991349Z test_meta_ge_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:49.1121487Z test_meta_ge_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:49.1252034Z test_meta_ge_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:49.1382610Z test_meta_ge_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:49.1498782Z test_meta_ge_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:49.1613826Z test_meta_ge_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:49.1730070Z test_meta_ge_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:49.1845554Z test_meta_ge_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:49.1961334Z test_meta_ge_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:49.4284505Z test_meta_geqrf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.232s) 2022-09-27T16:18:49.6326301Z test_meta_geqrf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-09-27T16:18:49.8302029Z test_meta_geqrf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-09-27T16:18:50.0325507Z test_meta_geqrf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.202s) 2022-09-27T16:18:50.0427650Z test_meta_gradient_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:50.0536419Z test_meta_gradient_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:50.0641762Z test_meta_gradient_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:50.0740210Z test_meta_gradient_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:50.0837032Z test_meta_gradient_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:50.0938138Z test_meta_gradient_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:50.1035138Z test_meta_gradient_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:50.1131174Z test_meta_gradient_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:50.1227576Z test_meta_gradient_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:50.1324058Z test_meta_gradient_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:50.1453670Z test_meta_gt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:50.1570235Z test_meta_gt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:50.1695128Z test_meta_gt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:50.1820163Z test_meta_gt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:50.1950726Z test_meta_gt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:50.2066904Z test_meta_gt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:50.2183209Z test_meta_gt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:50.2298934Z test_meta_gt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:50.2414424Z test_meta_gt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:50.2530182Z test_meta_gt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:50.2571272Z test_meta_half_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:50.2606682Z test_meta_half_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:50.2651937Z test_meta_half_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:50.2697033Z test_meta_half_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:50.2735644Z test_meta_half_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:50.2775969Z test_meta_half_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:50.2816059Z test_meta_half_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:50.2862478Z test_meta_half_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:50.2888158Z test_meta_half_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:50.2923982Z test_meta_half_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:50.2960054Z test_meta_half_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:50.2996086Z test_meta_half_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:50.3126536Z test_meta_heaviside_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:50.3240597Z test_meta_heaviside_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:50.3370706Z test_meta_heaviside_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:50.3498392Z test_meta_heaviside_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:50.3628793Z test_meta_heaviside_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:50.3745179Z test_meta_heaviside_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:50.3861530Z test_meta_heaviside_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:50.3978117Z test_meta_heaviside_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:50.4091824Z test_meta_heaviside_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:50.4203548Z test_meta_heaviside_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:51.4209147Z test_meta_histc_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.000s) 2022-09-27T16:18:52.4141797Z test_meta_histc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.993s) 2022-09-27T16:18:53.4055679Z test_meta_histc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.991s) 2022-09-27T16:18:54.3988555Z test_meta_histc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.993s) 2022-09-27T16:18:55.4011306Z test_meta_histc_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.002s) 2022-09-27T16:18:56.3988996Z test_meta_histc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.998s) 2022-09-27T16:18:56.4016165Z test_meta_hsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.4038350Z test_meta_hsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:56.4064467Z test_meta_hsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.4090724Z test_meta_hsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.4116972Z test_meta_hsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.4141230Z test_meta_hsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:56.4164322Z test_meta_hsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:56.4188326Z test_meta_hsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:56.4210898Z test_meta_hsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:56.4233464Z test_meta_hsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:56.4255675Z test_meta_hsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:56.4278588Z test_meta_hsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:56.4300941Z test_meta_hsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:56.4346948Z test_meta_hstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.4387658Z test_meta_hstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.4439445Z test_meta_hstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.4490756Z test_meta_hstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.4541306Z test_meta_hstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.4585147Z test_meta_hstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.4628516Z test_meta_hstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.4673553Z test_meta_hstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.4712424Z test_meta_hstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.4752813Z test_meta_hstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.4792104Z test_meta_hstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.4831373Z test_meta_hstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.4870260Z test_meta_hstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.4994325Z test_meta_hypot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:56.5121130Z test_meta_hypot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:56.5245706Z test_meta_hypot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:56.5373136Z test_meta_hypot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:56.5404535Z test_meta_i0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.5435021Z test_meta_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.5466427Z test_meta_i0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.5498331Z test_meta_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.5529352Z test_meta_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.5559186Z test_meta_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.5588681Z test_meta_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.5619341Z test_meta_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.5649796Z test_meta_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.5680680Z test_meta_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.5809602Z test_meta_igamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:56.5937172Z test_meta_igamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:56.6062165Z test_meta_igammac_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:56.6190247Z test_meta_igammac_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:56.6219410Z test_meta_imag_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.6248848Z test_meta_imag_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.6279469Z test_meta_imag_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.6439880Z test_meta_index_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:56.6541986Z test_meta_index_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:18:56.6715384Z test_meta_index_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:18:56.6889413Z test_meta_index_add_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:18:56.7062193Z test_meta_index_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:18:56.7219723Z test_meta_index_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:56.7382705Z test_meta_index_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:56.7545358Z test_meta_index_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:18:56.7688934Z test_meta_index_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:56.7831201Z test_meta_index_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:56.7975301Z test_meta_index_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:56.8120301Z test_meta_index_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:56.8263257Z test_meta_index_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:56.8324003Z test_meta_index_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.8378982Z test_meta_index_copy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.8447130Z test_meta_index_copy_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:56.8515646Z test_meta_index_copy_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:18:56.8577019Z test_meta_index_copy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.8637810Z test_meta_index_copy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.8700103Z test_meta_index_copy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.8758389Z test_meta_index_copy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.8815700Z test_meta_index_copy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.8871794Z test_meta_index_copy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.8929587Z test_meta_index_copy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.8985497Z test_meta_index_copy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.9025689Z test_meta_index_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.9060363Z test_meta_index_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.9105798Z test_meta_index_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.9151227Z test_meta_index_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.9191356Z test_meta_index_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.9231053Z test_meta_index_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.9270844Z test_meta_index_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.9305397Z test_meta_index_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.9339325Z test_meta_index_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.9373371Z test_meta_index_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.9408250Z test_meta_index_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.9443431Z test_meta_index_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:56.9498086Z test_meta_index_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.9542310Z test_meta_index_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:56.9599592Z test_meta_index_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.9657145Z test_meta_index_put_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.9714374Z test_meta_index_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:56.9764860Z test_meta_index_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.9815302Z test_meta_index_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.9867530Z test_meta_index_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.9913550Z test_meta_index_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:56.9959833Z test_meta_index_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.0004436Z test_meta_index_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.0050742Z test_meta_index_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.0097633Z test_meta_index_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.0635177Z test_meta_index_reduce_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:18:57.1172655Z test_meta_index_reduce_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:18:57.1710057Z test_meta_index_reduce_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:18:57.2257052Z test_meta_index_reduce_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:18:57.2740817Z test_meta_index_reduce_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:18:57.3223987Z test_meta_index_reduce_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:18:57.3706540Z test_meta_index_reduce_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:18:57.4190391Z test_meta_index_reduce_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:18:57.4688204Z test_meta_index_reduce_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:18:57.4740405Z test_meta_index_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.4788998Z test_meta_index_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.4843753Z test_meta_index_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.4898550Z test_meta_index_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.4953647Z test_meta_index_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.5005475Z test_meta_index_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.5057492Z test_meta_index_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.5109203Z test_meta_index_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.5158397Z test_meta_index_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.5207292Z test_meta_index_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.5256524Z test_meta_index_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.5305353Z test_meta_index_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.5354827Z test_meta_index_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.5376619Z test_meta_inner_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.5401757Z test_meta_inner_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.5426507Z test_meta_inner_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.5448103Z test_meta_inner_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.5469504Z test_meta_inner_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.5490947Z test_meta_inner_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.5531175Z test_meta_int_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.5566637Z test_meta_int_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:57.5611148Z test_meta_int_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.5655933Z test_meta_int_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.5695845Z test_meta_int_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.5735649Z test_meta_int_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.5775774Z test_meta_int_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.5811787Z test_meta_int_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:57.5845492Z test_meta_int_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:57.5881190Z test_meta_int_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:57.5916904Z test_meta_int_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:57.5952698Z test_meta_int_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:57.6237901Z test_meta_isclose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:18:57.6448623Z test_meta_isclose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:18:57.6732284Z test_meta_isclose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:18:57.7018874Z test_meta_isclose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:18:57.7301360Z test_meta_isclose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:18:57.7544064Z test_meta_isclose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:18:57.7779556Z test_meta_isclose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:18:57.7992104Z test_meta_isclose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:18:57.8203860Z test_meta_isclose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:18:57.8415677Z test_meta_isclose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:18:57.8628157Z test_meta_isclose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:18:57.8840111Z test_meta_isclose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:18:57.8876628Z test_meta_isfinite_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.8902162Z test_meta_isfinite_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.8945449Z test_meta_isfinite_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.8993071Z test_meta_isfinite_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.9036481Z test_meta_isfinite_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.9072781Z test_meta_isfinite_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.9106378Z test_meta_isfinite_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:57.9140445Z test_meta_isfinite_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:57.9166555Z test_meta_isfinite_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:57.9192461Z test_meta_isfinite_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9218180Z test_meta_isfinite_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9244200Z test_meta_isfinite_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9269957Z test_meta_isfinite_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9318997Z test_meta_isin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.9367294Z test_meta_isin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.9417024Z test_meta_isin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:57.9461668Z test_meta_isin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.9507249Z test_meta_isin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.9552276Z test_meta_isin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.9594853Z test_meta_isin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.9637637Z test_meta_isin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:57.9658106Z test_meta_isinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9675209Z test_meta_isinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9697555Z test_meta_isinf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9723650Z test_meta_isinf_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:57.9747042Z test_meta_isinf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9768881Z test_meta_isinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9789133Z test_meta_isinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9809858Z test_meta_isinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9827545Z test_meta_isinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9845643Z test_meta_isinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9863058Z test_meta_isinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9880834Z test_meta_isinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9898404Z test_meta_isinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9919123Z test_meta_isnan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9937980Z test_meta_isnan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9959252Z test_meta_isnan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:57.9980163Z test_meta_isnan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0000903Z test_meta_isnan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0020885Z test_meta_isnan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0040943Z test_meta_isnan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0060033Z test_meta_isnan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0079205Z test_meta_isnan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0098180Z test_meta_isnan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0117483Z test_meta_isnan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0136432Z test_meta_isnan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0159972Z test_meta_isneginf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0181793Z test_meta_isneginf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0204928Z test_meta_isneginf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0227781Z test_meta_isneginf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0250725Z test_meta_isneginf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0272961Z test_meta_isneginf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0294794Z test_meta_isneginf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0317053Z test_meta_isneginf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0338990Z test_meta_isneginf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0361089Z test_meta_isneginf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0383942Z test_meta_isposinf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0406140Z test_meta_isposinf_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0429037Z test_meta_isposinf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0452276Z test_meta_isposinf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0475357Z test_meta_isposinf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0497470Z test_meta_isposinf_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0519645Z test_meta_isposinf_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0541601Z test_meta_isposinf_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0563899Z test_meta_isposinf_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0585878Z test_meta_isposinf_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0614304Z test_meta_isreal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.0639909Z test_meta_isreal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0671102Z test_meta_isreal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.0702495Z test_meta_isreal_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.0733791Z test_meta_isreal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.0762037Z test_meta_isreal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.0789859Z test_meta_isreal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.0817868Z test_meta_isreal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.0844069Z test_meta_isreal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0869617Z test_meta_isreal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0895353Z test_meta_isreal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.0921493Z test_meta_isreal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.0947123Z test_meta_isreal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.1673503Z test_meta_istft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-09-27T16:18:58.2396977Z test_meta_istft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-09-27T16:18:58.3109981Z test_meta_istft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:18:58.3824131Z test_meta_istft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:18:58.3865401Z test_meta_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.3891845Z test_meta_jiterator_2inputs_2outputs_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.3947106Z test_meta_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:58.4002578Z test_meta_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:58.4042358Z test_meta_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.4082161Z test_meta_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.4122292Z test_meta_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.4149982Z test_meta_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.4175704Z test_meta_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.4201759Z test_meta_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.4229220Z test_meta_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.4256632Z test_meta_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.4314665Z test_meta_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:58.4344979Z test_meta_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.4432334Z test_meta_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:58.4520197Z test_meta_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:58.4574903Z test_meta_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:58.4629484Z test_meta_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:58.4684666Z test_meta_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:58.4715994Z test_meta_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.4747006Z test_meta_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.4780168Z test_meta_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.4812947Z test_meta_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.4846147Z test_meta_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.4886083Z test_meta_jiterator_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.4911769Z test_meta_jiterator_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.4966243Z test_meta_jiterator_binary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:58.5021367Z test_meta_jiterator_binary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:58.5061112Z test_meta_jiterator_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.5100759Z test_meta_jiterator_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.5140502Z test_meta_jiterator_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.5167860Z test_meta_jiterator_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5195125Z test_meta_jiterator_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5221975Z test_meta_jiterator_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5249081Z test_meta_jiterator_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5276328Z test_meta_jiterator_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5315769Z test_meta_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.5341325Z test_meta_jiterator_binary_return_by_ref_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5396095Z test_meta_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:58.5450968Z test_meta_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:58.5491170Z test_meta_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.5530664Z test_meta_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.5570664Z test_meta_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:58.5597954Z test_meta_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5624997Z test_meta_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5652449Z test_meta_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5679757Z test_meta_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5706520Z test_meta_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5725306Z test_meta_jiterator_unary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5740804Z test_meta_jiterator_unary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.001s) 2022-09-27T16:18:58.5761510Z test_meta_jiterator_unary_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5782128Z test_meta_jiterator_unary_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5800816Z test_meta_jiterator_unary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5818601Z test_meta_jiterator_unary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5837095Z test_meta_jiterator_unary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5853311Z test_meta_jiterator_unary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5869159Z test_meta_jiterator_unary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5885327Z test_meta_jiterator_unary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5901620Z test_meta_jiterator_unary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5917918Z test_meta_jiterator_unary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.5947964Z test_meta_kron_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.5972666Z test_meta_kron_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.6001497Z test_meta_kron_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.6030278Z test_meta_kron_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.6056961Z test_meta_kron_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.6083725Z test_meta_kron_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.6110330Z test_meta_kron_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:18:58.6135662Z test_meta_kron_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.6161113Z test_meta_kron_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.6186111Z test_meta_kron_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.6210529Z test_meta_kron_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.6235593Z test_meta_kron_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:18:58.6880715Z test_meta_kthvalue_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:18:58.7523699Z test_meta_kthvalue_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:18:58.8166044Z test_meta_kthvalue_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:18:58.8805447Z test_meta_kthvalue_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:18:58.9441121Z test_meta_kthvalue_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:18:59.0056348Z test_meta_kthvalue_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-09-27T16:18:59.0690736Z test_meta_kthvalue_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:18:59.1325387Z test_meta_kthvalue_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.063s) 2022-09-27T16:18:59.1441192Z test_meta_lcm_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.1556013Z test_meta_lcm_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.1670743Z test_meta_lcm_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.1785353Z test_meta_lcm_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.1899987Z test_meta_lcm_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.2037215Z test_meta_ldexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:59.2158283Z test_meta_ldexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:59.2311659Z test_meta_ldexp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:59.2463979Z test_meta_ldexp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:59.2601122Z test_meta_ldexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:59.2737240Z test_meta_ldexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:59.2874357Z test_meta_ldexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:18:59.2997383Z test_meta_ldexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:59.3120901Z test_meta_ldexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:59.3244026Z test_meta_ldexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:59.3366982Z test_meta_ldexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:59.3487179Z test_meta_ldexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:59.3611423Z test_meta_le_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:59.3724129Z test_meta_le_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.3852760Z test_meta_le_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:59.3981708Z test_meta_le_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:18:59.4107228Z test_meta_le_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:18:59.4219954Z test_meta_le_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.4334568Z test_meta_le_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.4449093Z test_meta_le_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.4562171Z test_meta_le_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.4672422Z test_meta_le_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.4877135Z test_meta_lerp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:18:59.5210742Z test_meta_lerp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:18:59.5543694Z test_meta_lerp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:18:59.5738476Z test_meta_lerp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:18:59.5933709Z test_meta_lerp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:18:59.6131845Z test_meta_lerp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:18:59.6170336Z test_meta_lgamma_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:59.6209680Z test_meta_lgamma_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:59.6248742Z test_meta_lgamma_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:59.6289347Z test_meta_lgamma_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:59.6326351Z test_meta_lgamma_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:59.6363490Z test_meta_lgamma_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:59.6400689Z test_meta_lgamma_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:59.6437972Z test_meta_lgamma_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:59.6475818Z test_meta_lgamma_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:18:59.6654754Z test_meta_linalg_cholesky_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:59.6831931Z test_meta_linalg_cholesky_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:59.7008749Z test_meta_linalg_cholesky_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:59.7185188Z test_meta_linalg_cholesky_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:18:59.7273695Z test_meta_linalg_cholesky_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:59.7362106Z test_meta_linalg_cholesky_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:59.7450754Z test_meta_linalg_cholesky_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:59.7538717Z test_meta_linalg_cholesky_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:59.7894088Z test_meta_linalg_cond_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:18:59.7981982Z test_meta_linalg_cond_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:18:59.8046542Z test_meta_linalg_cond_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:59.8159016Z test_meta_linalg_cond_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:18:59.8215916Z test_meta_linalg_cross_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:59.8275076Z test_meta_linalg_cross_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:18:59.8326787Z test_meta_linalg_cross_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:59.8378258Z test_meta_linalg_cross_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:59.8431529Z test_meta_linalg_cross_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:59.8479733Z test_meta_linalg_cross_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:59.8528001Z test_meta_linalg_cross_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:59.8575217Z test_meta_linalg_cross_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:59.8621463Z test_meta_linalg_cross_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:59.8667868Z test_meta_linalg_cross_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:18:59.8941872Z test_meta_linalg_det_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:18:59.9111871Z test_meta_linalg_det_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:18:59.9263637Z test_meta_linalg_det_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:18:59.9437761Z test_meta_linalg_det_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:00.0049920Z test_meta_linalg_det_singular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-09-27T16:19:00.0657905Z test_meta_linalg_det_singular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.061s) 2022-09-27T16:19:00.1211320Z test_meta_linalg_det_singular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:19:00.1762811Z test_meta_linalg_det_singular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:19:00.2410784Z test_meta_linalg_eig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-09-27T16:19:00.2889074Z test_meta_linalg_eig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:19:00.3341705Z test_meta_linalg_eig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-09-27T16:19:00.3825305Z test_meta_linalg_eig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:19:00.4129789Z test_meta_linalg_eigh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:19:00.4255975Z test_meta_linalg_eigh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:00.4358049Z test_meta_linalg_eigh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:00.4495680Z test_meta_linalg_eigh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:00.6006483Z test_meta_linalg_eigvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-09-27T16:19:00.7347584Z test_meta_linalg_eigvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.134s) 2022-09-27T16:19:00.8670442Z test_meta_linalg_eigvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.132s) 2022-09-27T16:19:01.0035217Z test_meta_linalg_eigvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.136s) 2022-09-27T16:19:01.0388186Z test_meta_linalg_eigvalsh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:19:01.0552696Z test_meta_linalg_eigvalsh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:01.0694665Z test_meta_linalg_eigvalsh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:01.0874521Z test_meta_linalg_eigvalsh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:01.1732083Z test_meta_linalg_householder_product_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:19:01.2588400Z test_meta_linalg_householder_product_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:19:01.3430526Z test_meta_linalg_householder_product_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:19:01.4251029Z test_meta_linalg_householder_product_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.082s) 2022-09-27T16:19:01.4586631Z test_meta_linalg_inv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:19:01.4749273Z test_meta_linalg_inv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:01.4895845Z test_meta_linalg_inv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:01.5073974Z test_meta_linalg_inv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:01.5359399Z test_meta_linalg_inv_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:19:01.5475008Z test_meta_linalg_inv_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:01.5569249Z test_meta_linalg_inv_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:01.5695118Z test_meta_linalg_inv_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:01.5827768Z test_meta_linalg_ldl_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:01.5839968Z test_meta_linalg_ldl_factor_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77024 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:01.5880759Z test_meta_linalg_ldl_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:01.5924354Z test_meta_linalg_ldl_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:01.5936408Z test_meta_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77025 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:01.5947249Z test_meta_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77026 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:19:01.5986616Z test_meta_linalg_ldl_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:01.6026662Z test_meta_linalg_ldl_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:01.6286657Z test_meta_linalg_ldl_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:19:01.6546236Z test_meta_linalg_ldl_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:19:01.6797168Z test_meta_linalg_ldl_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:19:01.7049100Z test_meta_linalg_ldl_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:19:01.8810910Z test_meta_linalg_lstsq_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.176s) 2022-09-27T16:19:01.9686393Z test_meta_linalg_lstsq_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.088s) 2022-09-27T16:19:02.0476112Z test_meta_linalg_lstsq_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:19:02.1409272Z test_meta_linalg_lstsq_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.093s) 2022-09-27T16:19:02.2949337Z test_meta_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-09-27T16:19:02.3784424Z test_meta_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.083s) 2022-09-27T16:19:02.4522122Z test_meta_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:19:02.5388043Z test_meta_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.086s) 2022-09-27T16:19:02.5665735Z test_meta_linalg_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:19:02.5941829Z test_meta_linalg_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:19:02.6184141Z test_meta_linalg_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:19:02.6425780Z test_meta_linalg_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:19:03.1562517Z test_meta_linalg_lu_factor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.513s) 2022-09-27T16:19:03.2706997Z test_meta_linalg_lu_factor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.115s) 2022-09-27T16:19:03.3519688Z test_meta_linalg_lu_factor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.081s) 2022-09-27T16:19:03.4904475Z test_meta_linalg_lu_factor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.138s) 2022-09-27T16:19:03.5150614Z test_meta_linalg_lu_factor_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:19:03.5398925Z test_meta_linalg_lu_factor_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:19:03.5616815Z test_meta_linalg_lu_factor_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:19:03.5835447Z test_meta_linalg_lu_factor_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:19:03.6302326Z test_meta_linalg_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:19:03.6666725Z test_meta_linalg_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:19:03.8135112Z test_meta_linalg_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.147s) 2022-09-27T16:19:03.9666216Z test_meta_linalg_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.153s) 2022-09-27T16:19:04.0110627Z test_meta_linalg_matrix_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.044s) 2022-09-27T16:19:04.0955660Z test_meta_linalg_matrix_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.084s) 2022-09-27T16:19:04.1446990Z test_meta_linalg_matrix_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:19:04.1908737Z test_meta_linalg_matrix_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:19:04.2293746Z test_meta_linalg_matrix_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:19:04.2740634Z test_meta_linalg_matrix_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.045s) 2022-09-27T16:19:04.2889424Z test_meta_linalg_matrix_power_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:04.3026764Z test_meta_linalg_matrix_power_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:04.3144473Z test_meta_linalg_matrix_power_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:04.3262435Z test_meta_linalg_matrix_power_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:04.6391259Z test_meta_linalg_matrix_rank_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.313s) 2022-09-27T16:19:04.7404511Z test_meta_linalg_matrix_rank_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-09-27T16:19:04.8161814Z test_meta_linalg_matrix_rank_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.076s) 2022-09-27T16:19:04.9344000Z test_meta_linalg_matrix_rank_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-09-27T16:19:04.9521412Z test_meta_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:04.9613103Z test_meta_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:04.9689143Z test_meta_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:04.9782045Z test_meta_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:04.9901607Z test_meta_linalg_multi_dot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:05.0032195Z test_meta_linalg_multi_dot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:05.0162212Z test_meta_linalg_multi_dot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:05.0280895Z test_meta_linalg_multi_dot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:05.0397154Z test_meta_linalg_multi_dot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:05.0513949Z test_meta_linalg_multi_dot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:05.1246876Z test_meta_linalg_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-09-27T16:19:05.2943261Z test_meta_linalg_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.169s) 2022-09-27T16:19:05.4131130Z test_meta_linalg_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-09-27T16:19:05.4865418Z test_meta_linalg_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-09-27T16:19:05.5938316Z test_meta_linalg_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.107s) 2022-09-27T16:19:05.7125139Z test_meta_linalg_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.119s) 2022-09-27T16:19:05.7660533Z test_meta_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:19:05.8368966Z test_meta_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:19:05.9080428Z test_meta_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:19:05.9607917Z test_meta_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:19:06.0316378Z test_meta_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:19:06.1028239Z test_meta_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:19:06.2120116Z test_meta_linalg_pinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.109s) 2022-09-27T16:19:06.2657236Z test_meta_linalg_pinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:19:06.2878997Z test_meta_linalg_pinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:19:06.3214952Z test_meta_linalg_pinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:19:06.3492925Z test_meta_linalg_pinv_hermitian_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:19:06.3680808Z test_meta_linalg_pinv_hermitian_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:06.3761847Z test_meta_linalg_pinv_hermitian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:06.3860139Z test_meta_linalg_pinv_hermitian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:06.3873732Z test_meta_linalg_pinv_singular_cuda_complex128 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:19:06.3886799Z test_meta_linalg_pinv_singular_cuda_complex64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:19:06.3899466Z test_meta_linalg_pinv_singular_cuda_float32 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:19:06.3912528Z test_meta_linalg_pinv_singular_cuda_float64 (__main__.TestMetaCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:19:06.4429171Z test_meta_linalg_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:19:06.4795380Z test_meta_linalg_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:19:06.5111840Z test_meta_linalg_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:19:06.5460021Z test_meta_linalg_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:19:06.5619759Z test_meta_linalg_slogdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:06.5734546Z test_meta_linalg_slogdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:06.5835369Z test_meta_linalg_slogdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:06.5945502Z test_meta_linalg_slogdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:06.6443674Z test_meta_linalg_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:19:06.6802228Z test_meta_linalg_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:19:06.7131702Z test_meta_linalg_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:19:06.7485928Z test_meta_linalg_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:19:06.7861382Z test_meta_linalg_solve_ex_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:19:06.8097312Z test_meta_linalg_solve_ex_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:06.8295667Z test_meta_linalg_solve_ex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:19:06.8524580Z test_meta_linalg_solve_ex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:08.4380282Z test_meta_linalg_solve_triangular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.585s) 2022-09-27T16:19:10.0005335Z test_meta_linalg_solve_triangular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.562s) 2022-09-27T16:19:11.5650548Z test_meta_linalg_solve_triangular_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.564s) 2022-09-27T16:19:13.1214958Z test_meta_linalg_solve_triangular_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.556s) 2022-09-27T16:19:13.9506240Z test_meta_linalg_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.829s) 2022-09-27T16:19:14.1517348Z test_meta_linalg_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.201s) 2022-09-27T16:19:14.2912476Z test_meta_linalg_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-09-27T16:19:14.4988797Z test_meta_linalg_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.208s) 2022-09-27T16:19:14.5770423Z test_meta_linalg_svdvals_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:19:14.6253773Z test_meta_linalg_svdvals_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:19:14.6689359Z test_meta_linalg_svdvals_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-09-27T16:19:14.7177175Z test_meta_linalg_svdvals_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:19:14.7346579Z test_meta_linalg_tensorinv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:14.7417990Z test_meta_linalg_tensorinv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:14.7480197Z test_meta_linalg_tensorinv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:14.7569770Z test_meta_linalg_tensorinv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:14.7666036Z test_meta_linalg_tensorsolve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:14.7760541Z test_meta_linalg_tensorsolve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:14.7847662Z test_meta_linalg_tensorsolve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:14.7936369Z test_meta_linalg_tensorsolve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:14.7985457Z test_meta_linalg_vander_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:14.8034758Z test_meta_linalg_vander_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:14.8074746Z test_meta_linalg_vander_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:14.8112800Z test_meta_linalg_vander_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:14.8144845Z test_meta_linalg_vander_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:14.8175466Z test_meta_linalg_vander_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:14.8206369Z test_meta_linalg_vander_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:14.8238562Z test_meta_linalg_vander_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:14.8270565Z test_meta_linalg_vander_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:14.8426579Z test_meta_linalg_vecdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:14.9074781Z test_meta_linalg_vecdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-09-27T16:19:14.9720204Z test_meta_linalg_vecdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.064s) 2022-09-27T16:19:14.9870217Z test_meta_linalg_vecdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:15.0019549Z test_meta_linalg_vecdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:15.0171953Z test_meta_linalg_vecdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:15.1685773Z test_meta_linalg_vector_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-09-27T16:19:15.3201900Z test_meta_linalg_vector_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-09-27T16:19:15.4740635Z test_meta_linalg_vector_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.154s) 2022-09-27T16:19:15.6251517Z test_meta_linalg_vector_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-09-27T16:19:15.7761668Z test_meta_linalg_vector_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-09-27T16:19:15.9276646Z test_meta_linalg_vector_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.151s) 2022-09-27T16:19:15.9519464Z test_meta_linspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:19:15.9751765Z test_meta_linspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:15.9981220Z test_meta_linspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:16.0210433Z test_meta_linspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:16.0438998Z test_meta_linspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:16.0667293Z test_meta_linspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:16.0896216Z test_meta_linspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:16.1125567Z test_meta_linspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:16.1356833Z test_meta_linspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:16.1585927Z test_meta_linspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:16.1776619Z test_meta_linspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:16.1816978Z test_meta_log10_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.1855474Z test_meta_log10_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.1899125Z test_meta_log10_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.1942011Z test_meta_log10_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.1981853Z test_meta_log10_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2021287Z test_meta_log10_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2062147Z test_meta_log10_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2101052Z test_meta_log10_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2140114Z test_meta_log10_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2177588Z test_meta_log10_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2216084Z test_meta_log10_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2253608Z test_meta_log10_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2276226Z test_meta_log1p_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.2297087Z test_meta_log1p_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.2320398Z test_meta_log1p_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.2343474Z test_meta_log1p_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.2366774Z test_meta_log1p_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.2387773Z test_meta_log1p_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.2409122Z test_meta_log1p_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.2431733Z test_meta_log1p_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.2453927Z test_meta_log1p_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.2475673Z test_meta_log1p_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.2515138Z test_meta_log2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2553503Z test_meta_log2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2596691Z test_meta_log2_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2640006Z test_meta_log2_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2679627Z test_meta_log2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2719307Z test_meta_log2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2758628Z test_meta_log2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2795774Z test_meta_log2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2833058Z test_meta_log2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2869895Z test_meta_log2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2906944Z test_meta_log2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2944252Z test_meta_log2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.2985086Z test_meta_log_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3023370Z test_meta_log_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3066352Z test_meta_log_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3108918Z test_meta_log_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3150593Z test_meta_log_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3190179Z test_meta_log_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3231327Z test_meta_log_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3272352Z test_meta_log_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3309689Z test_meta_log_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3346480Z test_meta_log_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3384481Z test_meta_log_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3422817Z test_meta_log_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3461456Z test_meta_log_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:16.3527257Z test_meta_log_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:16.3595679Z test_meta_log_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.3662805Z test_meta_log_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.3730772Z test_meta_log_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.3801999Z test_meta_log_softmax_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.3868853Z test_meta_log_softmax_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.3947561Z test_meta_log_softmax_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:16.4024595Z test_meta_log_softmax_dtype_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:16.4101164Z test_meta_log_softmax_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:16.4173301Z test_meta_log_softmax_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.4243931Z test_meta_log_softmax_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.4310813Z test_meta_log_softmax_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.4377345Z test_meta_log_softmax_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.4446411Z test_meta_log_softmax_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.4513152Z test_meta_log_softmax_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.4581174Z test_meta_log_softmax_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.4650093Z test_meta_log_softmax_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:16.4676538Z test_meta_logaddexp2_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:16.4701651Z test_meta_logaddexp2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.4726704Z test_meta_logaddexp2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.4751796Z test_meta_logaddexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.4777089Z test_meta_logaddexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.4802197Z test_meta_logaddexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:16.5514000Z test_meta_logcumsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:19:16.6230573Z test_meta_logcumsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-09-27T16:19:16.6948488Z test_meta_logcumsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-09-27T16:19:16.7664345Z test_meta_logcumsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.071s) 2022-09-27T16:19:16.7828967Z test_meta_logdet_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:16.7943862Z test_meta_logdet_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:16.8076073Z test_meta_logdet_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:16.8214066Z test_meta_logdet_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:16.8385705Z test_meta_logical_and_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:16.8519635Z test_meta_logical_and_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:16.8693651Z test_meta_logical_and_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:16.8867936Z test_meta_logical_and_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:16.9045331Z test_meta_logical_and_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:16.9203652Z test_meta_logical_and_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:16.9362286Z test_meta_logical_and_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:16.9507128Z test_meta_logical_and_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:16.9650233Z test_meta_logical_and_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:16.9790231Z test_meta_logical_and_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:16.9934113Z test_meta_logical_and_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:17.0076033Z test_meta_logical_and_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:17.0125193Z test_meta_logical_not_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:17.0168744Z test_meta_logical_not_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:17.0217910Z test_meta_logical_not_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:17.0267061Z test_meta_logical_not_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:17.0317468Z test_meta_logical_not_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:17.0363934Z test_meta_logical_not_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:17.0410469Z test_meta_logical_not_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:17.0454943Z test_meta_logical_not_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:17.0499382Z test_meta_logical_not_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:17.0543580Z test_meta_logical_not_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:17.0587928Z test_meta_logical_not_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:17.0632513Z test_meta_logical_not_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:17.0833231Z test_meta_logical_or_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:19:17.0994664Z test_meta_logical_or_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:17.1193774Z test_meta_logical_or_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:19:17.1393039Z test_meta_logical_or_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:19:17.1592630Z test_meta_logical_or_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:19:17.1776439Z test_meta_logical_or_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:17.1960008Z test_meta_logical_or_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:17.2124691Z test_meta_logical_or_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:17.2294045Z test_meta_logical_or_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:17.2463906Z test_meta_logical_or_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:17.2632882Z test_meta_logical_or_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:17.2802586Z test_meta_logical_or_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:17.2979335Z test_meta_logical_xor_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:17.3116611Z test_meta_logical_xor_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:17.3290109Z test_meta_logical_xor_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:17.3464305Z test_meta_logical_xor_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:17.3640162Z test_meta_logical_xor_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:19:17.3798439Z test_meta_logical_xor_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:17.3955055Z test_meta_logical_xor_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:17.4097887Z test_meta_logical_xor_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:17.4238288Z test_meta_logical_xor_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:17.4382654Z test_meta_logical_xor_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:17.4526863Z test_meta_logical_xor_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:17.4668550Z test_meta_logical_xor_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:17.4733779Z test_meta_logit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:17.4790798Z test_meta_logit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:17.4855095Z test_meta_logit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:17.4911630Z test_meta_logit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:17.4969563Z test_meta_logit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:17.5027605Z test_meta_logit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:17.5085849Z test_meta_logit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:17.5144169Z test_meta_logit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:17.5203079Z test_meta_logit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:17.5261336Z test_meta_logit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:17.7158767Z test_meta_logspace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-09-27T16:19:17.9059712Z test_meta_logspace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-09-27T16:19:18.0959948Z test_meta_logspace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-09-27T16:19:18.2870011Z test_meta_logspace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-09-27T16:19:18.4772797Z test_meta_logspace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.190s) 2022-09-27T16:19:18.6661307Z test_meta_logspace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.189s) 2022-09-27T16:19:18.8442140Z test_meta_logspace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.178s) 2022-09-27T16:19:19.0215647Z test_meta_logspace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-09-27T16:19:19.1993310Z test_meta_logspace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.177s) 2022-09-27T16:19:19.2719147Z test_meta_logspace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-09-27T16:19:19.3303296Z test_meta_logspace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-09-27T16:19:19.3400636Z test_meta_logsumexp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:19.3485640Z test_meta_logsumexp_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:19.3579560Z test_meta_logsumexp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:19.3814953Z test_meta_logsumexp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:19.4048440Z test_meta_logsumexp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:19.4134304Z test_meta_logsumexp_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:19.4220314Z test_meta_logsumexp_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:19.4305689Z test_meta_logsumexp_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:19.4391037Z test_meta_logsumexp_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:19.4479083Z test_meta_logsumexp_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:19.4519173Z test_meta_long_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:19.4553940Z test_meta_long_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:19.4598116Z test_meta_long_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:19.4641314Z test_meta_long_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:19.4684744Z test_meta_long_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:19.4724827Z test_meta_long_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:19.4764084Z test_meta_long_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:19.4803703Z test_meta_long_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:19.4839662Z test_meta_long_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:19.4875277Z test_meta_long_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:19.4908988Z test_meta_long_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:19.4944791Z test_meta_long_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:19.4980631Z test_meta_long_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:19.5109516Z test_meta_lt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:19.5222439Z test_meta_lt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:19.5351453Z test_meta_lt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:19.5480717Z test_meta_lt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:19.5609988Z test_meta_lt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:19.5725191Z test_meta_lt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:19.5840251Z test_meta_lt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:19.5955796Z test_meta_lt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:19.6071742Z test_meta_lt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:19.6186245Z test_meta_lt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:20.0214490Z test_meta_lu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.403s) 2022-09-27T16:19:20.1319201Z test_meta_lu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.110s) 2022-09-27T16:19:20.2124073Z test_meta_lu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.080s) 2022-09-27T16:19:20.3512330Z test_meta_lu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.139s) 2022-09-27T16:19:20.4177185Z test_meta_lu_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-09-27T16:19:20.4719881Z test_meta_lu_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:19:20.5212760Z test_meta_lu_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.049s) 2022-09-27T16:19:20.5724537Z test_meta_lu_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:19:20.6058155Z test_meta_lu_unpack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:19:20.6391356Z test_meta_lu_unpack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:19:20.6696084Z test_meta_lu_unpack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:19:20.6999782Z test_meta_lu_unpack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:19:20.7042984Z test_meta_mH_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7079653Z test_meta_mH_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7128858Z test_meta_mH_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:20.7178189Z test_meta_mH_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:20.7227547Z test_meta_mH_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:20.7270047Z test_meta_mH_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7313182Z test_meta_mH_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7355894Z test_meta_mH_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7393143Z test_meta_mH_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7430051Z test_meta_mH_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7467389Z test_meta_mH_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7504468Z test_meta_mH_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7541858Z test_meta_mH_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7584307Z test_meta_mT_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7621044Z test_meta_mT_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7669427Z test_meta_mT_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:20.7718366Z test_meta_mT_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:20.7766894Z test_meta_mT_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:20.7809410Z test_meta_mT_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7852069Z test_meta_mT_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7894634Z test_meta_mT_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7931925Z test_meta_mT_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.7969412Z test_meta_mT_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.8006349Z test_meta_mT_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.8043530Z test_meta_mT_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.8080767Z test_meta_mT_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.8167261Z test_meta_masked_fill_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:20.8242438Z test_meta_masked_fill_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:20.8339433Z test_meta_masked_fill_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:20.8437319Z test_meta_masked_fill_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:20.8534223Z test_meta_masked_fill_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:20.8620331Z test_meta_masked_fill_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:20.8706401Z test_meta_masked_fill_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:20.8792780Z test_meta_masked_fill_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:20.8869266Z test_meta_masked_fill_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:20.8945987Z test_meta_masked_fill_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:20.9022425Z test_meta_masked_fill_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:20.9099331Z test_meta_masked_fill_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:20.9175871Z test_meta_masked_fill_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:20.9229023Z test_meta_masked_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:20.9274824Z test_meta_masked_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.9333085Z test_meta_masked_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:20.9390753Z test_meta_masked_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:20.9443406Z test_meta_masked_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:20.9494364Z test_meta_masked_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:20.9546553Z test_meta_masked_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:20.9591583Z test_meta_masked_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.9636587Z test_meta_masked_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.9681763Z test_meta_masked_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.9726669Z test_meta_masked_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:20.9772273Z test_meta_masked_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:21.0517015Z test_meta_masked_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:19:21.1252690Z test_meta_masked_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.073s) 2022-09-27T16:19:21.2001154Z test_meta_masked_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:19:21.2749721Z test_meta_masked_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:19:21.3496328Z test_meta_masked_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:19:21.4217134Z test_meta_masked_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.072s) 2022-09-27T16:19:21.4954431Z test_meta_masked_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:19:21.5690459Z test_meta_masked_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:19:21.6427343Z test_meta_masked_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:19:21.7164312Z test_meta_masked_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:19:21.7900412Z test_meta_masked_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:19:21.8637277Z test_meta_masked_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:19:21.8719929Z test_meta_matmul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:21.8797381Z test_meta_matmul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:21.8856684Z test_meta_matmul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:21.8916525Z test_meta_matmul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:21.8976367Z test_meta_matmul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:21.9135395Z test_meta_matrix_exp_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:21.9296904Z test_meta_matrix_exp_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:21.9454550Z test_meta_matrix_exp_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:21.9609559Z test_meta_matrix_exp_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:21.9759161Z test_meta_matrix_exp_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:21.9913039Z test_meta_matrix_exp_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:22.0042865Z test_meta_max_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:22.0156559Z test_meta_max_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.0285695Z test_meta_max_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:22.0415156Z test_meta_max_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:22.0544827Z test_meta_max_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:22.0660406Z test_meta_max_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.0775812Z test_meta_max_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.0891494Z test_meta_max_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.1007258Z test_meta_max_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.1123133Z test_meta_max_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.1146300Z test_meta_max_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:22.1168079Z test_meta_max_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:22.1191113Z test_meta_max_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:22.1214526Z test_meta_max_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:22.1237839Z test_meta_max_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:22.1259486Z test_meta_max_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:22.1281168Z test_meta_max_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:22.1302775Z test_meta_max_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:22.1324578Z test_meta_max_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:22.1345963Z test_meta_max_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:22.1380774Z test_meta_max_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:22.1412536Z test_meta_max_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:22.1447408Z test_meta_max_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:22.1482695Z test_meta_max_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:22.1517808Z test_meta_max_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:22.1549829Z test_meta_max_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:22.1581738Z test_meta_max_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:22.1613632Z test_meta_max_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:22.1645708Z test_meta_max_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:22.1677690Z test_meta_max_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:22.1806747Z test_meta_maximum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:22.1920050Z test_meta_maximum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.2049020Z test_meta_maximum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:22.2178699Z test_meta_maximum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:22.2308411Z test_meta_maximum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:22.2423881Z test_meta_maximum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.2539292Z test_meta_maximum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.2654946Z test_meta_maximum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.2771041Z test_meta_maximum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.2885763Z test_meta_maximum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:22.2981970Z test_meta_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:22.3086047Z test_meta_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:22.3189194Z test_meta_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:22.3288573Z test_meta_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:22.3388051Z test_meta_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:22.3487133Z test_meta_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:22.4281614Z test_meta_median_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:19:22.5074429Z test_meta_median_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:19:22.5869004Z test_meta_median_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:19:22.6660815Z test_meta_median_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:19:22.7452654Z test_meta_median_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:19:22.8245868Z test_meta_median_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:19:22.9038489Z test_meta_median_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.079s) 2022-09-27T16:19:22.9824415Z test_meta_median_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:19:22.9915975Z test_meta_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:22.9987588Z test_meta_meshgrid_list_of_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.0094803Z test_meta_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.0201591Z test_meta_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.0290557Z test_meta_meshgrid_list_of_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:23.0379124Z test_meta_meshgrid_list_of_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:23.0467755Z test_meta_meshgrid_list_of_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:23.0541428Z test_meta_meshgrid_list_of_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.0614981Z test_meta_meshgrid_list_of_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.0688705Z test_meta_meshgrid_list_of_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.0762470Z test_meta_meshgrid_list_of_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.0836178Z test_meta_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.0924558Z test_meta_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:23.0995787Z test_meta_meshgrid_variadic_tensors_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.1102692Z test_meta_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.1209582Z test_meta_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.1297948Z test_meta_meshgrid_variadic_tensors_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:23.1386311Z test_meta_meshgrid_variadic_tensors_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:23.1474990Z test_meta_meshgrid_variadic_tensors_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:23.1548041Z test_meta_meshgrid_variadic_tensors_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.1621131Z test_meta_meshgrid_variadic_tensors_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.1694096Z test_meta_meshgrid_variadic_tensors_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.1767178Z test_meta_meshgrid_variadic_tensors_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.1839982Z test_meta_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:23.1969261Z test_meta_min_binary_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:23.2083688Z test_meta_min_binary_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.2213227Z test_meta_min_binary_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:23.2342966Z test_meta_min_binary_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:23.2472420Z test_meta_min_binary_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:23.2588032Z test_meta_min_binary_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.2703667Z test_meta_min_binary_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.2818889Z test_meta_min_binary_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.2934035Z test_meta_min_binary_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.3049619Z test_meta_min_binary_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.3073175Z test_meta_min_reduction_no_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.3094471Z test_meta_min_reduction_no_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.3117863Z test_meta_min_reduction_no_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.3141021Z test_meta_min_reduction_no_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.3164571Z test_meta_min_reduction_no_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.3186125Z test_meta_min_reduction_no_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.3207871Z test_meta_min_reduction_no_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.3229532Z test_meta_min_reduction_no_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.3251432Z test_meta_min_reduction_no_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.3273238Z test_meta_min_reduction_no_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.3308346Z test_meta_min_reduction_with_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.3339962Z test_meta_min_reduction_with_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.3375166Z test_meta_min_reduction_with_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.3410441Z test_meta_min_reduction_with_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.3445531Z test_meta_min_reduction_with_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.3477962Z test_meta_min_reduction_with_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.3509762Z test_meta_min_reduction_with_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.3541674Z test_meta_min_reduction_with_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.3573751Z test_meta_min_reduction_with_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.3605736Z test_meta_min_reduction_with_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.3735131Z test_meta_minimum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:23.3848220Z test_meta_minimum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.3977564Z test_meta_minimum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:23.4105630Z test_meta_minimum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:23.4230530Z test_meta_minimum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:23.4347432Z test_meta_minimum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:23.4463607Z test_meta_minimum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:23.4579745Z test_meta_minimum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.4692089Z test_meta_minimum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.4807926Z test_meta_minimum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:23.4835664Z test_meta_mm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.4875216Z test_meta_mm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:23.4913383Z test_meta_mm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:23.4940039Z test_meta_mm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.4966811Z test_meta_mm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.4992994Z test_meta_mm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.5360550Z test_meta_mode_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:19:23.5699351Z test_meta_mode_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:19:23.6048370Z test_meta_mode_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:19:23.6399723Z test_meta_mode_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:19:23.6748232Z test_meta_mode_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:19:23.7091104Z test_meta_mode_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:19:23.7433412Z test_meta_mode_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:19:23.7777393Z test_meta_mode_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:19:23.8131194Z test_meta_mode_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:19:23.8472845Z test_meta_mode_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:19:23.8496679Z test_meta_movedim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8518197Z test_meta_movedim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8543217Z test_meta_movedim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8568129Z test_meta_movedim_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8593051Z test_meta_movedim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8617009Z test_meta_movedim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8641554Z test_meta_movedim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8665284Z test_meta_movedim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8688071Z test_meta_movedim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8710351Z test_meta_movedim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8732791Z test_meta_movedim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8755587Z test_meta_movedim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8776917Z test_meta_movedim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:23.8812943Z test_meta_msort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:23.8848541Z test_meta_msort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.8883107Z test_meta_msort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.8919862Z test_meta_msort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:23.8954341Z test_meta_msort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.8987660Z test_meta_msort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.9022913Z test_meta_msort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.9056410Z test_meta_msort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.9090959Z test_meta_msort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:23.9216506Z test_meta_mul_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:23.9324791Z test_meta_mul_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:23.9465885Z test_meta_mul_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:23.9606843Z test_meta_mul_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:23.9746464Z test_meta_mul_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:23.9871235Z test_meta_mul_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:23.9995958Z test_meta_mul_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:24.0120869Z test_meta_mul_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:24.0235924Z test_meta_mul_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:24.0347229Z test_meta_mul_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:24.0459135Z test_meta_mul_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:24.0569744Z test_meta_mul_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:24.0680192Z test_meta_mul_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:24.1429178Z test_meta_multinomial_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:19:24.2174737Z test_meta_multinomial_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.074s) 2022-09-27T16:19:24.2925765Z test_meta_multinomial_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.075s) 2022-09-27T16:19:24.2952795Z test_meta_mv_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:24.2979719Z test_meta_mv_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:24.3007040Z test_meta_mv_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:24.3034022Z test_meta_mv_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:24.3060408Z test_meta_mv_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:24.3087345Z test_meta_mv_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:24.3240956Z test_meta_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:24.3380981Z test_meta_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.3519120Z test_meta_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.3656835Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.3793887Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.3930948Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.4067875Z test_meta_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.4205593Z test_meta_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.4354192Z test_meta_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:24.4492405Z test_meta_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.4631701Z test_meta_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.4768139Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.4905069Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.5042978Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.5180635Z test_meta_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.5319119Z test_meta_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.5469562Z test_meta_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:24.5608568Z test_meta_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.5746787Z test_meta_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.5885102Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.6022989Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.6160100Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.6297855Z test_meta_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.6435379Z test_meta_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:24.6596949Z test_meta_nan_to_num_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:24.6639394Z test_meta_nan_to_num_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:24.6797985Z test_meta_nan_to_num_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:19:24.6948784Z test_meta_nan_to_num_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:24.7099961Z test_meta_nan_to_num_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:24.7140964Z test_meta_nan_to_num_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:24.7182024Z test_meta_nan_to_num_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:24.7224429Z test_meta_nan_to_num_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:24.7266731Z test_meta_nan_to_num_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:24.7307912Z test_meta_nan_to_num_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:24.7408782Z test_meta_nanmean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:24.7508633Z test_meta_nanmean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:24.7607595Z test_meta_nanmean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:24.7709706Z test_meta_nanmean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:24.7794583Z test_meta_nanmedian_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:24.7876647Z test_meta_nanmedian_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:24.7958814Z test_meta_nanmedian_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:24.8039331Z test_meta_nanmedian_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:24.8119503Z test_meta_nanmedian_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:24.8197668Z test_meta_nanmedian_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:24.8276584Z test_meta_nanmedian_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:24.8355167Z test_meta_nanmedian_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:24.8771262Z test_meta_nanquantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-09-27T16:19:24.9165036Z test_meta_nanquantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.039s) 2022-09-27T16:19:24.9498326Z test_meta_nansum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:19:24.9737717Z test_meta_nansum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:19:25.0066290Z test_meta_nansum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:19:25.0396611Z test_meta_nansum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:19:25.0724595Z test_meta_nansum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:19:25.0967248Z test_meta_nansum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:19:25.1207764Z test_meta_nansum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:19:25.1437433Z test_meta_nansum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:25.1680245Z test_meta_nansum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:19:25.1921779Z test_meta_nansum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:19:25.1930965Z test_meta_narrow_copy_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.1939484Z test_meta_narrow_copy_cuda_bool (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.1948951Z test_meta_narrow_copy_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.1957319Z test_meta_narrow_copy_cuda_complex32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.1965903Z test_meta_narrow_copy_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.1974322Z test_meta_narrow_copy_cuda_float16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.1981859Z test_meta_narrow_copy_cuda_float32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.1989743Z test_meta_narrow_copy_cuda_float64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.1998977Z test_meta_narrow_copy_cuda_int16 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.2006671Z test_meta_narrow_copy_cuda_int32 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.2015021Z test_meta_narrow_copy_cuda_int64 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.2023906Z test_meta_narrow_copy_cuda_int8 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.2032833Z test_meta_narrow_copy_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Not Implemented (0.001s) 2022-09-27T16:19:25.2059053Z test_meta_narrow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.2081182Z test_meta_narrow_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.2113280Z test_meta_narrow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:25.2144835Z test_meta_narrow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:25.2176840Z test_meta_narrow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:25.2203850Z test_meta_narrow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:25.2230654Z test_meta_narrow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:25.2256499Z test_meta_narrow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.2279371Z test_meta_narrow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.2300821Z test_meta_narrow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.2322370Z test_meta_narrow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.2345013Z test_meta_narrow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.2367455Z test_meta_narrow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.2570484Z test_meta_native_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:19:25.2775858Z test_meta_native_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:19:25.2978481Z test_meta_native_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:19:25.3178746Z test_meta_native_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:19:25.3302935Z test_meta_ne_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:25.3414264Z test_meta_ne_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:25.3559186Z test_meta_ne_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:25.3699224Z test_meta_ne_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:25.3823933Z test_meta_ne_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:25.3948337Z test_meta_ne_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:25.4077743Z test_meta_ne_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:25.4191044Z test_meta_ne_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:25.4301529Z test_meta_ne_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:25.4416750Z test_meta_ne_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:25.4528017Z test_meta_ne_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:25.4639165Z test_meta_ne_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:25.4661140Z test_meta_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4684434Z test_meta_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4707217Z test_meta_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4731312Z test_meta_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4754599Z test_meta_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4777404Z test_meta_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4800606Z test_meta_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4822821Z test_meta_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4844141Z test_meta_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4865941Z test_meta_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4887929Z test_meta_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4908810Z test_meta_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:19:25.4959002Z test_meta_new_empty_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.5000948Z test_meta_new_empty_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.5055738Z test_meta_new_empty_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.5111577Z test_meta_new_empty_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.5167594Z test_meta_new_empty_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.5215652Z test_meta_new_empty_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.5263418Z test_meta_new_empty_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.5313027Z test_meta_new_empty_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.5355773Z test_meta_new_empty_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.5400321Z test_meta_new_empty_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.5445171Z test_meta_new_empty_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.5489906Z test_meta_new_empty_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.5534229Z test_meta_new_empty_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.5585863Z test_meta_new_empty_strided_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.5630997Z test_meta_new_empty_strided_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.5689310Z test_meta_new_empty_strided_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.5747618Z test_meta_new_empty_strided_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.5805767Z test_meta_new_empty_strided_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.5857490Z test_meta_new_empty_strided_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.5909272Z test_meta_new_empty_strided_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.5961428Z test_meta_new_empty_strided_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6007725Z test_meta_new_empty_strided_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6053924Z test_meta_new_empty_strided_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6100152Z test_meta_new_empty_strided_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6146265Z test_meta_new_empty_strided_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6192620Z test_meta_new_empty_strided_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6250833Z test_meta_new_full_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.6299730Z test_meta_new_full_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6366097Z test_meta_new_full_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:25.6433072Z test_meta_new_full_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:25.6499599Z test_meta_new_full_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:25.6557269Z test_meta_new_full_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.6614848Z test_meta_new_full_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.6672082Z test_meta_new_full_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.6722167Z test_meta_new_full_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6771780Z test_meta_new_full_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6821717Z test_meta_new_full_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6871675Z test_meta_new_full_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6921714Z test_meta_new_full_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.6974124Z test_meta_new_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7017628Z test_meta_new_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.7075807Z test_meta_new_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.7134244Z test_meta_new_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.7192789Z test_meta_new_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.7244604Z test_meta_new_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7296531Z test_meta_new_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7348384Z test_meta_new_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7394991Z test_meta_new_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7441381Z test_meta_new_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7487596Z test_meta_new_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7533776Z test_meta_new_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7580048Z test_meta_new_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7631591Z test_meta_new_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7677149Z test_meta_new_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.7735034Z test_meta_new_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.7793445Z test_meta_new_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.7851017Z test_meta_new_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.7902479Z test_meta_new_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.7954019Z test_meta_new_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.8005852Z test_meta_new_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.8051785Z test_meta_new_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.8097463Z test_meta_new_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.8143432Z test_meta_new_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.8189566Z test_meta_new_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:25.8235540Z test_meta_new_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.8364780Z test_meta_nextafter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:25.8494328Z test_meta_nextafter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:25.8623085Z test_meta_nextafter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:25.8670241Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.8717516Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.8764652Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.8811535Z test_meta_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:25.8882652Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:25.8953466Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:25.9024438Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:25.9095476Z test_meta_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:25.9179238Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:25.9262144Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:25.9345541Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:25.9428735Z test_meta_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:25.9489777Z test_meta_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.9550298Z test_meta_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.9609566Z test_meta_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.9668100Z test_meta_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:25.9816577Z test_meta_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:25.9969688Z test_meta_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:26.0122775Z test_meta_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:26.0275495Z test_meta_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:26.0407971Z test_meta_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:26.0540386Z test_meta_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:26.0673594Z test_meta_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:26.0806037Z test_meta_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:26.0871170Z test_meta_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:26.0936212Z test_meta_nn_functional_avg_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:26.1001257Z test_meta_nn_functional_avg_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:26.1066092Z test_meta_nn_functional_avg_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:26.1154463Z test_meta_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:26.1242512Z test_meta_nn_functional_avg_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:26.1330774Z test_meta_nn_functional_avg_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:26.1418757Z test_meta_nn_functional_avg_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:26.1521143Z test_meta_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:26.1622151Z test_meta_nn_functional_avg_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:26.1724189Z test_meta_nn_functional_avg_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:26.1826340Z test_meta_nn_functional_avg_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:26.2013835Z test_meta_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:26.2200200Z test_meta_nn_functional_batch_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:26.2275814Z test_meta_nn_functional_batch_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:26.2347384Z test_meta_nn_functional_batch_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:26.2526970Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:26.2714214Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:26.2789933Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:26.2866046Z test_meta_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:26.3097599Z test_meta_nn_functional_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:26.3319688Z test_meta_nn_functional_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:19:26.3541201Z test_meta_nn_functional_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:19:26.3596979Z test_meta_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:26.3654929Z test_meta_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:26.3713115Z test_meta_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:26.3768101Z test_meta_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:26.4070806Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:19:26.4365294Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:19:26.4665095Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.030s) 2022-09-27T16:19:26.4957468Z test_meta_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:19:26.4985539Z test_meta_nn_functional_celu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:26.5012983Z test_meta_nn_functional_celu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:26.5042330Z test_meta_nn_functional_celu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:26.5071176Z test_meta_nn_functional_celu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:26.5193241Z test_meta_nn_functional_conv1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:26.5379874Z test_meta_nn_functional_conv1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:26.5566491Z test_meta_nn_functional_conv1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:26.5752542Z test_meta_nn_functional_conv1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:26.5871166Z test_meta_nn_functional_conv1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:26.5989265Z test_meta_nn_functional_conv1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:26.6107275Z test_meta_nn_functional_conv1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:26.6452354Z test_meta_nn_functional_conv2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:19:26.7003458Z test_meta_nn_functional_conv2d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:19:26.7550817Z test_meta_nn_functional_conv2d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:19:26.8094573Z test_meta_nn_functional_conv2d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:19:26.8435394Z test_meta_nn_functional_conv2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:19:26.8775885Z test_meta_nn_functional_conv2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:19:26.9115720Z test_meta_nn_functional_conv2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:19:26.9237505Z test_meta_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:26.9430287Z test_meta_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:26.9623602Z test_meta_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:26.9813259Z test_meta_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:26.9932329Z test_meta_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:27.0053817Z test_meta_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:27.0174127Z test_meta_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:27.0313862Z test_meta_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:27.0452894Z test_meta_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:27.0590218Z test_meta_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:27.0727872Z test_meta_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:27.0849799Z test_meta_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:27.0972540Z test_meta_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:27.1094867Z test_meta_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:27.1216628Z test_meta_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:27.1328574Z test_meta_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:27.1433404Z test_meta_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.1543375Z test_meta_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:27.1652098Z test_meta_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:27.1762883Z test_meta_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:27.1865066Z test_meta_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.1966905Z test_meta_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.2068577Z test_meta_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.2173914Z test_meta_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.2278559Z test_meta_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.2374609Z test_meta_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:27.2470579Z test_meta_nn_functional_cosine_similarity_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:27.2566762Z test_meta_nn_functional_cosine_similarity_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:27.2661978Z test_meta_nn_functional_cosine_similarity_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:27.2740967Z test_meta_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:27.2816988Z test_meta_nn_functional_cross_entropy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:27.2893345Z test_meta_nn_functional_cross_entropy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:27.2969625Z test_meta_nn_functional_cross_entropy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:27.3380485Z test_meta_nn_functional_ctc_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-09-27T16:19:27.3809938Z test_meta_nn_functional_ctc_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.043s) 2022-09-27T16:19:27.3951251Z test_meta_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:27.4091131Z test_meta_nn_functional_dropout2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:27.4230951Z test_meta_nn_functional_dropout2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:27.4369758Z test_meta_nn_functional_dropout2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:19:27.4471176Z test_meta_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.4575190Z test_meta_nn_functional_dropout3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.4677458Z test_meta_nn_functional_dropout3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.4778831Z test_meta_nn_functional_dropout3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.4971608Z test_meta_nn_functional_dropout_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:27.5164136Z test_meta_nn_functional_dropout_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:27.5358639Z test_meta_nn_functional_dropout_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:27.5550414Z test_meta_nn_functional_dropout_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:19:27.5579614Z test_meta_nn_functional_elu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:27.5608800Z test_meta_nn_functional_elu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:27.5636663Z test_meta_nn_functional_elu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:27.5665376Z test_meta_nn_functional_elu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:27.6211503Z test_meta_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.054s) 2022-09-27T16:19:27.6744053Z test_meta_nn_functional_embedding_bag_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:19:27.7281279Z test_meta_nn_functional_embedding_bag_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.053s) 2022-09-27T16:19:27.7834184Z test_meta_nn_functional_embedding_bag_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.055s) 2022-09-27T16:19:27.7932162Z test_meta_nn_functional_embedding_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.8029359Z test_meta_nn_functional_embedding_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.8127143Z test_meta_nn_functional_embedding_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.8224361Z test_meta_nn_functional_embedding_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.8310854Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:27.8396878Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:27.8482167Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:27.8566195Z test_meta_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:27.8670555Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.8766925Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.8881860Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:27.8995786Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:27.9100207Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.9207962Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:27.9315490Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:27.9413698Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.9512431Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.9609449Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:27.9704390Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:27.9799478Z test_meta_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:28.0180463Z test_meta_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:19:28.0550491Z test_meta_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:19:28.0930348Z test_meta_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:19:28.1433578Z test_meta_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:19:28.1937583Z test_meta_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:19:28.2441200Z test_meta_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.050s) 2022-09-27T16:19:30.7535209Z test_meta_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (2.509s) 2022-09-27T16:19:33.2405484Z test_meta_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.487s) 2022-09-27T16:19:35.7488387Z test_meta_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.508s) 2022-09-27T16:19:38.2554835Z test_meta_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.506s) 2022-09-27T16:19:38.2643528Z test_meta_nn_functional_gelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:38.2729816Z test_meta_nn_functional_gelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:38.2816438Z test_meta_nn_functional_gelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:38.2903316Z test_meta_nn_functional_gelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:38.3156375Z test_meta_nn_functional_glu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:19:38.3408366Z test_meta_nn_functional_glu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:19:38.3660734Z test_meta_nn_functional_glu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:19:38.3912220Z test_meta_nn_functional_glu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:19:38.4009832Z test_meta_nn_functional_grid_sample_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:38.4102652Z test_meta_nn_functional_grid_sample_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:38.4196544Z test_meta_nn_functional_grid_sample_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:19:38.4272540Z test_meta_nn_functional_group_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:38.4347396Z test_meta_nn_functional_group_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.4420483Z test_meta_nn_functional_group_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.4494732Z test_meta_nn_functional_group_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.4566365Z test_meta_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.4635261Z test_meta_nn_functional_hardshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.4703753Z test_meta_nn_functional_hardshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.4771544Z test_meta_nn_functional_hardshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.4800435Z test_meta_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.4829015Z test_meta_nn_functional_hardsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.4857823Z test_meta_nn_functional_hardsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.4885536Z test_meta_nn_functional_hardsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.4923073Z test_meta_nn_functional_hardswish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.4959858Z test_meta_nn_functional_hardswish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.4997163Z test_meta_nn_functional_hardswish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.5034821Z test_meta_nn_functional_hardswish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.5090533Z test_meta_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:38.5146217Z test_meta_nn_functional_hardtanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:38.5195199Z test_meta_nn_functional_hardtanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:38.5245322Z test_meta_nn_functional_hardtanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:38.5290893Z test_meta_nn_functional_hardtanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.5336562Z test_meta_nn_functional_hardtanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.5383106Z test_meta_nn_functional_hardtanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.5427001Z test_meta_nn_functional_hardtanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.5582084Z test_meta_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:38.5731728Z test_meta_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:38.5885374Z test_meta_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:38.6034239Z test_meta_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:38.6160676Z test_meta_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:38.6287064Z test_meta_nn_functional_huber_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:38.6414441Z test_meta_nn_functional_huber_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:19:38.6538681Z test_meta_nn_functional_huber_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:19:38.6720401Z test_meta_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:38.6902246Z test_meta_nn_functional_instance_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:38.7082434Z test_meta_nn_functional_instance_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:38.7263913Z test_meta_nn_functional_instance_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:19:38.7301217Z test_meta_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.7338674Z test_meta_nn_functional_interpolate_area_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.7374978Z test_meta_nn_functional_interpolate_area_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.7409792Z test_meta_nn_functional_interpolate_area_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7444212Z test_meta_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7478942Z test_meta_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7514363Z test_meta_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7547303Z test_meta_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7580068Z test_meta_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7613633Z test_meta_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7649959Z test_meta_nn_functional_interpolate_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:19:38.7683932Z test_meta_nn_functional_interpolate_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7717650Z test_meta_nn_functional_interpolate_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7750749Z test_meta_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7785591Z test_meta_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7820747Z test_meta_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7847230Z test_meta_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7881620Z test_meta_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7914952Z test_meta_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.7949809Z test_meta_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:19:38.8104880Z test_meta_nn_functional_kl_div_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:38.8255877Z test_meta_nn_functional_kl_div_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:38.8407682Z test_meta_nn_functional_kl_div_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:38.8558258Z test_meta_nn_functional_kl_div_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:19:38.8633217Z test_meta_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.8737866Z test_meta_nn_functional_l1_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:19:38.8846024Z test_meta_nn_functional_l1_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:19:38.8920632Z test_meta_nn_functional_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.8993236Z test_meta_nn_functional_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.9064132Z test_meta_nn_functional_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:19:38.9148041Z test_meta_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:38.9232871Z test_meta_nn_functional_layer_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:38.9316600Z test_meta_nn_functional_layer_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:38.9397638Z test_meta_nn_functional_layer_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:19:38.9452675Z test_meta_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:38.9507381Z test_meta_nn_functional_leaky_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:38.9563187Z test_meta_nn_functional_leaky_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:38.9617655Z test_meta_nn_functional_leaky_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:38.9848089Z test_meta_nn_functional_linear_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:39.0110562Z test_meta_nn_functional_linear_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:19:39.0371072Z test_meta_nn_functional_linear_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:19:39.0599235Z test_meta_nn_functional_linear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:39.0825673Z test_meta_nn_functional_linear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:39.1057530Z test_meta_nn_functional_linear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:19:39.1108024Z test_meta_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:39.1157527Z test_meta_nn_functional_local_response_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:39.1208798Z test_meta_nn_functional_local_response_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:39.1258007Z test_meta_nn_functional_local_response_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:19:39.1317796Z test_meta_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:39.1377025Z test_meta_nn_functional_logsigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:39.1435143Z test_meta_nn_functional_logsigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:39.1492740Z test_meta_nn_functional_logsigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:19:39.1754809Z test_meta_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:19:39.2015386Z test_meta_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:19:39.2277459Z test_meta_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:19:39.2536492Z test_meta_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:19:39.2746645Z test_meta_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:19:39.2955819Z test_meta_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:19:39.3164918Z test_meta_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:19:39.3374527Z test_meta_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:19:39.3583107Z test_meta_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:19:39.8916245Z test_meta_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.533s) 2022-09-27T16:19:40.4259384Z test_meta_nn_functional_max_pool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.534s) 2022-09-27T16:19:40.9595183Z test_meta_nn_functional_max_pool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.533s) 2022-09-27T16:19:41.4909967Z test_meta_nn_functional_max_pool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.531s) 2022-09-27T16:19:42.3624368Z test_meta_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.871s) 2022-09-27T16:19:43.2516743Z test_meta_nn_functional_max_pool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.889s) 2022-09-27T16:19:44.1389919Z test_meta_nn_functional_max_pool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.887s) 2022-09-27T16:19:45.0243950Z test_meta_nn_functional_max_pool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.885s) 2022-09-27T16:19:48.3064479Z test_meta_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (3.282s) 2022-09-27T16:19:51.5737543Z test_meta_nn_functional_max_pool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (3.267s) 2022-09-27T16:19:54.8461783Z test_meta_nn_functional_max_pool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (3.272s) 2022-09-27T16:19:58.1140810Z test_meta_nn_functional_max_pool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (3.268s) 2022-09-27T16:19:58.9412529Z test_meta_nn_functional_max_unpool1d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.827s) 2022-09-27T16:19:59.7711190Z test_meta_nn_functional_max_unpool1d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.830s) 2022-09-27T16:20:00.5896591Z test_meta_nn_functional_max_unpool1d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.818s) 2022-09-27T16:20:00.8014931Z test_meta_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.212s) 2022-09-27T16:20:01.0108217Z test_meta_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.209s) 2022-09-27T16:20:01.2046882Z test_meta_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-09-27T16:20:02.8326528Z test_meta_nn_functional_max_unpool2d_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.628s) 2022-09-27T16:20:04.4547571Z test_meta_nn_functional_max_unpool2d_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.622s) 2022-09-27T16:20:06.0792240Z test_meta_nn_functional_max_unpool2d_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.624s) 2022-09-27T16:20:06.4068593Z test_meta_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.327s) 2022-09-27T16:20:06.7253098Z test_meta_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.319s) 2022-09-27T16:20:07.0448954Z test_meta_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.319s) 2022-09-27T16:20:07.5965183Z test_meta_nn_functional_max_unpool3d_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.551s) 2022-09-27T16:20:08.1469206Z test_meta_nn_functional_max_unpool3d_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.550s) 2022-09-27T16:20:08.6954049Z test_meta_nn_functional_max_unpool3d_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.548s) 2022-09-27T16:20:08.8440886Z test_meta_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.149s) 2022-09-27T16:20:08.9923636Z test_meta_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.148s) 2022-09-27T16:20:09.1540190Z test_meta_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.162s) 2022-09-27T16:20:09.1569032Z test_meta_nn_functional_mish_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:09.1598057Z test_meta_nn_functional_mish_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:09.1626887Z test_meta_nn_functional_mish_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:09.1655382Z test_meta_nn_functional_mish_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:09.1716537Z test_meta_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:09.1779209Z test_meta_nn_functional_mse_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:09.1842095Z test_meta_nn_functional_mse_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:09.1901993Z test_meta_nn_functional_mse_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:09.2156032Z test_meta_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:20:09.2422420Z test_meta_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:20:09.2676832Z test_meta_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:20:09.2936780Z test_meta_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:20:09.3136203Z test_meta_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:09.3340845Z test_meta_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:09.3537770Z test_meta_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:09.3734876Z test_meta_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:09.3815006Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:09.3893421Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:09.3971017Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:09.4048171Z test_meta_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:09.4255946Z test_meta_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:20:09.4461821Z test_meta_nn_functional_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:09.4671738Z test_meta_nn_functional_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:20:09.4884178Z test_meta_nn_functional_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:20:09.4996417Z test_meta_nn_functional_normalize_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:09.5115847Z test_meta_nn_functional_normalize_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:09.5235352Z test_meta_nn_functional_normalize_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:09.5346577Z test_meta_nn_functional_normalize_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:09.5457960Z test_meta_nn_functional_normalize_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:09.5570065Z test_meta_nn_functional_normalize_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:09.5775647Z test_meta_nn_functional_one_hot_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:09.5835991Z test_meta_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:09.5860037Z test_meta_nn_functional_pad_circular_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:09.5927690Z test_meta_nn_functional_pad_circular_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:09.5993153Z test_meta_nn_functional_pad_circular_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:09.6051658Z test_meta_nn_functional_pad_circular_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:09.6109978Z test_meta_nn_functional_pad_circular_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:09.6168738Z test_meta_nn_functional_pad_circular_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:09.6223396Z test_meta_nn_functional_pad_circular_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:09.6278183Z test_meta_nn_functional_pad_circular_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:09.6330764Z test_meta_nn_functional_pad_circular_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:09.6383145Z test_meta_nn_functional_pad_circular_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:09.6435977Z test_meta_nn_functional_pad_circular_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:09.6720388Z test_meta_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:20:09.6962453Z test_meta_nn_functional_pad_constant_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:09.7283038Z test_meta_nn_functional_pad_constant_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.032s) 2022-09-27T16:20:09.7609281Z test_meta_nn_functional_pad_constant_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:20:09.7900156Z test_meta_nn_functional_pad_constant_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:20:09.8182842Z test_meta_nn_functional_pad_constant_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:20:09.8464578Z test_meta_nn_functional_pad_constant_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:20:09.8710684Z test_meta_nn_functional_pad_constant_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:20:09.8965239Z test_meta_nn_functional_pad_constant_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:20:09.9211509Z test_meta_nn_functional_pad_constant_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:20:09.9457058Z test_meta_nn_functional_pad_constant_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:09.9705100Z test_meta_nn_functional_pad_constant_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:20:09.9780806Z test_meta_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:09.9866536Z test_meta_nn_functional_pad_reflect_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:09.9952973Z test_meta_nn_functional_pad_reflect_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:10.0028753Z test_meta_nn_functional_pad_reflect_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:10.0104927Z test_meta_nn_functional_pad_reflect_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:10.0183366Z test_meta_nn_functional_pad_reflect_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:10.0268426Z test_meta_nn_functional_pad_replicate_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:10.0353913Z test_meta_nn_functional_pad_replicate_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:10.0431390Z test_meta_nn_functional_pad_replicate_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:10.0506544Z test_meta_nn_functional_pad_replicate_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:10.0581582Z test_meta_nn_functional_pad_replicate_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:10.0647062Z test_meta_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:10.0720947Z test_meta_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:10.0794966Z test_meta_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:10.0857058Z test_meta_nn_functional_pairwise_distance_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:10.0919242Z test_meta_nn_functional_pairwise_distance_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:10.0983475Z test_meta_nn_functional_pairwise_distance_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:10.1038463Z test_meta_nn_functional_pairwise_distance_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:10.1091087Z test_meta_nn_functional_pairwise_distance_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:10.1143346Z test_meta_nn_functional_pairwise_distance_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:10.1195837Z test_meta_nn_functional_pairwise_distance_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:10.1248385Z test_meta_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:10.1817118Z test_meta_nn_functional_pdist_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-09-27T16:20:10.2383188Z test_meta_nn_functional_pdist_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.057s) 2022-09-27T16:20:10.2406757Z test_meta_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2428975Z test_meta_nn_functional_pixel_shuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2455007Z test_meta_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.2481365Z test_meta_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.2505271Z test_meta_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2529315Z test_meta_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2552623Z test_meta_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2573896Z test_meta_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2595769Z test_meta_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2616899Z test_meta_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2638461Z test_meta_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2660715Z test_meta_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2684213Z test_meta_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2706018Z test_meta_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2730914Z test_meta_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2755897Z test_meta_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2779145Z test_meta_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2803366Z test_meta_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2826046Z test_meta_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2848536Z test_meta_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2869858Z test_meta_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2892440Z test_meta_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2913818Z test_meta_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.2935269Z test_meta_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:10.3616380Z test_meta_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:20:10.4274252Z test_meta_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.066s) 2022-09-27T16:20:10.4929312Z test_meta_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.065s) 2022-09-27T16:20:10.5606238Z test_meta_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.068s) 2022-09-27T16:20:10.6164321Z test_meta_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-09-27T16:20:10.6725793Z test_meta_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-09-27T16:20:10.7287447Z test_meta_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-09-27T16:20:10.7843802Z test_meta_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-09-27T16:20:10.8402292Z test_meta_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.056s) 2022-09-27T16:20:10.8666677Z test_meta_nn_functional_prelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:20:10.8911028Z test_meta_nn_functional_prelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:10.9148470Z test_meta_nn_functional_prelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:10.9182991Z test_meta_nn_functional_relu6_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.9216115Z test_meta_nn_functional_relu6_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.9246533Z test_meta_nn_functional_relu6_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.9276879Z test_meta_nn_functional_relu6_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.9306336Z test_meta_nn_functional_relu6_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.9335641Z test_meta_nn_functional_relu6_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.9365134Z test_meta_nn_functional_relu6_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.9393422Z test_meta_nn_functional_relu6_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.9422530Z test_meta_nn_functional_relu6_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:10.9472492Z test_meta_nn_functional_relu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:10.9520611Z test_meta_nn_functional_relu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:10.9565953Z test_meta_nn_functional_relu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:10.9610382Z test_meta_nn_functional_relu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:10.9652924Z test_meta_nn_functional_relu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:10.9694398Z test_meta_nn_functional_relu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:10.9735508Z test_meta_nn_functional_relu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:10.9777238Z test_meta_nn_functional_relu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:10.9819672Z test_meta_nn_functional_relu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.0045863Z test_meta_nn_functional_rrelu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:20:11.0266452Z test_meta_nn_functional_rrelu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:20:11.0494440Z test_meta_nn_functional_rrelu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:20:11.0722922Z test_meta_nn_functional_rrelu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:20:11.0751605Z test_meta_nn_functional_selu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.0779950Z test_meta_nn_functional_selu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.0808719Z test_meta_nn_functional_selu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.0837444Z test_meta_nn_functional_selu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.0865974Z test_meta_nn_functional_silu_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.0894693Z test_meta_nn_functional_silu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.0923684Z test_meta_nn_functional_silu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.0952325Z test_meta_nn_functional_silu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.1032160Z test_meta_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.1111784Z test_meta_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.1191294Z test_meta_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.1257254Z test_meta_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:11.1322571Z test_meta_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:11.1387960Z test_meta_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:11.1453371Z test_meta_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:11.1498300Z test_meta_nn_functional_softmin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.1542096Z test_meta_nn_functional_softmin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.1584655Z test_meta_nn_functional_softmin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.1627690Z test_meta_nn_functional_softmin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.1674661Z test_meta_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:11.1726799Z test_meta_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:11.1778635Z test_meta_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:11.1825236Z test_meta_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:11.1872179Z test_meta_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:11.1917242Z test_meta_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.1959280Z test_meta_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2001393Z test_meta_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2043776Z test_meta_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2084025Z test_meta_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2124835Z test_meta_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2165342Z test_meta_nn_functional_softplus_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2207548Z test_meta_nn_functional_softplus_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2249702Z test_meta_nn_functional_softplus_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2291804Z test_meta_nn_functional_softplus_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2352614Z test_meta_nn_functional_softshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:11.2413044Z test_meta_nn_functional_softshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:11.2473453Z test_meta_nn_functional_softshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:11.2531406Z test_meta_nn_functional_softshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:11.2567879Z test_meta_nn_functional_softsign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2599699Z test_meta_nn_functional_softsign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.2637283Z test_meta_nn_functional_softsign_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2674364Z test_meta_nn_functional_softsign_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.2710435Z test_meta_nn_functional_softsign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.2744220Z test_meta_nn_functional_softsign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.2776876Z test_meta_nn_functional_softsign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.2809011Z test_meta_nn_functional_softsign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.2841222Z test_meta_nn_functional_softsign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.2873565Z test_meta_nn_functional_softsign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.2905303Z test_meta_nn_functional_softsign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.2937479Z test_meta_nn_functional_softsign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.2966080Z test_meta_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.2997113Z test_meta_nn_functional_tanhshrink_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3027837Z test_meta_nn_functional_tanhshrink_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3056300Z test_meta_nn_functional_tanhshrink_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3084972Z test_meta_nn_functional_tanhshrink_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3113823Z test_meta_nn_functional_tanhshrink_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3140061Z test_meta_nn_functional_tanhshrink_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3166819Z test_meta_nn_functional_tanhshrink_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3193273Z test_meta_nn_functional_tanhshrink_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3219582Z test_meta_nn_functional_tanhshrink_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3246008Z test_meta_nn_functional_tanhshrink_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3289914Z test_meta_nn_functional_threshold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.3332756Z test_meta_nn_functional_threshold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.3377329Z test_meta_nn_functional_threshold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.3421858Z test_meta_nn_functional_threshold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.3457947Z test_meta_nn_functional_threshold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.3494026Z test_meta_nn_functional_threshold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.3530034Z test_meta_nn_functional_threshold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:11.3566078Z test_meta_nn_functional_threshold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3601933Z test_meta_nn_functional_threshold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:11.3697363Z test_meta_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:11.3811620Z test_meta_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:11.3926284Z test_meta_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:11.4021894Z test_meta_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:11.4116356Z test_meta_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:11.4207641Z test_meta_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:11.4287318Z test_meta_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.4367328Z test_meta_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.4446912Z test_meta_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.4527099Z test_meta_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.4604415Z test_meta_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.4703369Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:11.4823520Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:11.4944067Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:11.5044915Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:11.5145806Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:11.5246331Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:11.5331570Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.5416896Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.5502313Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.5587676Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:11.5673554Z test_meta_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:11.7485739Z test_meta_nn_functional_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.181s) 2022-09-27T16:20:11.9433465Z test_meta_nn_functional_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-09-27T16:20:12.1376797Z test_meta_nn_functional_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-09-27T16:20:12.3125204Z test_meta_nn_functional_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-09-27T16:20:12.4878127Z test_meta_nn_functional_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-09-27T16:20:12.6628804Z test_meta_nn_functional_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.175s) 2022-09-27T16:20:12.6651176Z test_meta_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:12.6672937Z test_meta_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:12.6694249Z test_meta_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:12.6730475Z test_meta_nn_functional_upsample_nearest_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:12.6766180Z test_meta_nn_functional_upsample_nearest_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:12.6801945Z test_meta_nn_functional_upsample_nearest_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:12.6828489Z test_meta_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:12.8749138Z test_meta_nonzero_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-09-27T16:20:13.0710353Z test_meta_nonzero_cuda_bool (__main__.TestMetaCUDA) ... ok (0.196s) 2022-09-27T16:20:13.2627442Z test_meta_nonzero_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.192s) 2022-09-27T16:20:13.4564470Z test_meta_nonzero_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.194s) 2022-09-27T16:20:13.6516409Z test_meta_nonzero_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-09-27T16:20:13.8484599Z test_meta_nonzero_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.197s) 2022-09-27T16:20:14.0420427Z test_meta_nonzero_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.193s) 2022-09-27T16:20:14.2404292Z test_meta_nonzero_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.198s) 2022-09-27T16:20:14.4313123Z test_meta_nonzero_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-09-27T16:20:14.6224579Z test_meta_nonzero_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-09-27T16:20:14.8174689Z test_meta_nonzero_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.195s) 2022-09-27T16:20:15.0134721Z test_meta_nonzero_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.196s) 2022-09-27T16:20:15.2042375Z test_meta_nonzero_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.191s) 2022-09-27T16:20:15.2510027Z test_meta_norm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:20:15.3033249Z test_meta_norm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.052s) 2022-09-27T16:20:15.3544179Z test_meta_norm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:20:15.4022724Z test_meta_norm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.048s) 2022-09-27T16:20:15.4489860Z test_meta_norm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.047s) 2022-09-27T16:20:15.4954415Z test_meta_norm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.046s) 2022-09-27T16:20:15.5000928Z test_meta_norm_fro_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:15.5053161Z test_meta_norm_fro_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:15.5104977Z test_meta_norm_fro_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:15.5151820Z test_meta_norm_fro_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:15.5200113Z test_meta_norm_fro_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:15.5248404Z test_meta_norm_fro_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:15.5305500Z test_meta_norm_inf_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:15.5366654Z test_meta_norm_inf_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:15.5428102Z test_meta_norm_inf_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:15.5485396Z test_meta_norm_inf_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:15.5542066Z test_meta_norm_inf_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:15.5599610Z test_meta_norm_inf_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:15.5889065Z test_meta_norm_nuc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.029s) 2022-09-27T16:20:15.5973826Z test_meta_norm_nuc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:15.6041943Z test_meta_norm_nuc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:15.6150252Z test_meta_norm_nuc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:15.6271174Z test_meta_normal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:15.6396225Z test_meta_normal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:15.6520492Z test_meta_normal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:15.6644619Z test_meta_normal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:15.6679219Z test_meta_normal_number_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:15.6712597Z test_meta_normal_number_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:15.6745610Z test_meta_normal_number_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:15.6780266Z test_meta_normal_number_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:15.6804128Z test_meta_ones_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.6827358Z test_meta_ones_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.6851240Z test_meta_ones_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.6874747Z test_meta_ones_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.6897869Z test_meta_ones_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.6921468Z test_meta_ones_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.6944751Z test_meta_ones_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.6968396Z test_meta_ones_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.6992118Z test_meta_ones_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.7015274Z test_meta_ones_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.7039044Z test_meta_ones_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.7062247Z test_meta_ones_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.7085450Z test_meta_ones_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:15.7135128Z test_meta_ones_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:15.7176762Z test_meta_ones_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:15.7233104Z test_meta_ones_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:15.7289874Z test_meta_ones_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:15.7346088Z test_meta_ones_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:15.7395926Z test_meta_ones_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:15.7445765Z test_meta_ones_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:15.7494906Z test_meta_ones_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:15.7537214Z test_meta_ones_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:15.7579441Z test_meta_ones_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:15.7621617Z test_meta_ones_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:15.7665777Z test_meta_ones_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:15.7709567Z test_meta_ones_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:17.3594775Z test_meta_ormqr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (1.588s) 2022-09-27T16:20:18.9595606Z test_meta_ormqr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (1.600s) 2022-09-27T16:20:20.5400414Z test_meta_ormqr_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.580s) 2022-09-27T16:20:22.1238945Z test_meta_ormqr_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.584s) 2022-09-27T16:20:22.1267971Z test_meta_outer_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:22.1292762Z test_meta_outer_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:22.1321223Z test_meta_outer_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:22.1349306Z test_meta_outer_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:22.1375792Z test_meta_outer_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:22.1402203Z test_meta_outer_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:22.1428600Z test_meta_outer_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:22.1453227Z test_meta_outer_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:22.1477982Z test_meta_outer_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:22.1502532Z test_meta_outer_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:22.1527469Z test_meta_outer_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:22.1552294Z test_meta_outer_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:23.6451414Z test_meta_pca_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.490s) 2022-09-27T16:20:25.1364010Z test_meta_pca_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.491s) 2022-09-27T16:20:25.1397933Z test_meta_permute_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.1426564Z test_meta_permute_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.1465133Z test_meta_permute_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:25.1503225Z test_meta_permute_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:25.1541374Z test_meta_permute_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:25.1574517Z test_meta_permute_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.1607482Z test_meta_permute_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.1640331Z test_meta_permute_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.1670689Z test_meta_permute_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.1701349Z test_meta_permute_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.1731214Z test_meta_permute_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.1761813Z test_meta_permute_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.1792900Z test_meta_permute_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.2301945Z test_meta_pinverse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.051s) 2022-09-27T16:20:25.2469179Z test_meta_pinverse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:25.2599172Z test_meta_pinverse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:25.2796850Z test_meta_pinverse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:25.3820938Z test_meta_polar_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.102s) 2022-09-27T16:20:25.4855552Z test_meta_polar_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-09-27T16:20:25.4954923Z test_meta_polygamma_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.5064138Z test_meta_polygamma_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.5172782Z test_meta_polygamma_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.5282380Z test_meta_polygamma_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.5383088Z test_meta_polygamma_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.5483456Z test_meta_polygamma_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.5583655Z test_meta_polygamma_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.5684204Z test_meta_polygamma_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.5784583Z test_meta_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.5883482Z test_meta_polygamma_polygamma_n_1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.5992661Z test_meta_polygamma_polygamma_n_1_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.6101411Z test_meta_polygamma_polygamma_n_1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.6210930Z test_meta_polygamma_polygamma_n_1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.6311755Z test_meta_polygamma_polygamma_n_1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.6411916Z test_meta_polygamma_polygamma_n_1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.6512716Z test_meta_polygamma_polygamma_n_1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.6614226Z test_meta_polygamma_polygamma_n_1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.6715126Z test_meta_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.6814081Z test_meta_polygamma_polygamma_n_2_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.6923953Z test_meta_polygamma_polygamma_n_2_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.7033483Z test_meta_polygamma_polygamma_n_2_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.7142234Z test_meta_polygamma_polygamma_n_2_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.7243200Z test_meta_polygamma_polygamma_n_2_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.7342861Z test_meta_polygamma_polygamma_n_2_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.7440133Z test_meta_polygamma_polygamma_n_2_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.7537289Z test_meta_polygamma_polygamma_n_2_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.7637061Z test_meta_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.7735816Z test_meta_polygamma_polygamma_n_3_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.7844762Z test_meta_polygamma_polygamma_n_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.7953829Z test_meta_polygamma_polygamma_n_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.8062803Z test_meta_polygamma_polygamma_n_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.8162943Z test_meta_polygamma_polygamma_n_3_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.8262568Z test_meta_polygamma_polygamma_n_3_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.8363023Z test_meta_polygamma_polygamma_n_3_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.8462532Z test_meta_polygamma_polygamma_n_3_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.8562990Z test_meta_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.8661675Z test_meta_polygamma_polygamma_n_4_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.8770826Z test_meta_polygamma_polygamma_n_4_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.8880061Z test_meta_polygamma_polygamma_n_4_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.8988722Z test_meta_polygamma_polygamma_n_4_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:25.9089646Z test_meta_polygamma_polygamma_n_4_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.9189236Z test_meta_polygamma_polygamma_n_4_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.9289208Z test_meta_polygamma_polygamma_n_4_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.9389094Z test_meta_polygamma_polygamma_n_4_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.9489352Z test_meta_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:25.9516375Z test_meta_positive_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.9545758Z test_meta_positive_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.9574125Z test_meta_positive_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.9602328Z test_meta_positive_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.9629112Z test_meta_positive_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.9656077Z test_meta_positive_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.9682990Z test_meta_positive_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:25.9707782Z test_meta_positive_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:25.9732429Z test_meta_positive_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:25.9757268Z test_meta_positive_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:25.9781816Z test_meta_positive_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:25.9806801Z test_meta_positive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:25.9935391Z test_meta_pow_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:26.0081045Z test_meta_pow_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:26.0225185Z test_meta_pow_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:26.0370340Z test_meta_pow_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:26.0499105Z test_meta_pow_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:26.0628189Z test_meta_pow_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:26.0757402Z test_meta_pow_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:26.0872345Z test_meta_pow_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:26.0986951Z test_meta_pow_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:26.1101694Z test_meta_pow_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:26.1215783Z test_meta_pow_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:26.1329619Z test_meta_pow_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:26.1551517Z test_meta_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:20:26.1752397Z test_meta_prod_cuda_bool (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:26.1992085Z test_meta_prod_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:26.2236271Z test_meta_prod_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:26.2476141Z test_meta_prod_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:26.2692844Z test_meta_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:20:26.2904858Z test_meta_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:20:26.3122683Z test_meta_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:20:26.3326090Z test_meta_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:26.3528850Z test_meta_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:26.3724236Z test_meta_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:20:26.3921965Z test_meta_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:26.4124052Z test_meta_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.020s) 2022-09-27T16:20:26.4294193Z test_meta_put_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:26.4451546Z test_meta_put_cuda_bool (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:20:26.4632708Z test_meta_put_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:26.4814452Z test_meta_put_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:26.4984185Z test_meta_put_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:26.5153688Z test_meta_put_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:26.5324984Z test_meta_put_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:26.5485869Z test_meta_put_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:20:26.5645789Z test_meta_put_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:20:26.5804579Z test_meta_put_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:20:26.5967864Z test_meta_put_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:20:26.6126878Z test_meta_put_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:20:26.6860917Z test_meta_qr_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.073s) 2022-09-27T16:20:26.7277460Z test_meta_qr_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-09-27T16:20:26.7626545Z test_meta_qr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:26.8036669Z test_meta_qr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-09-27T16:20:26.9221400Z test_meta_quantile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.118s) 2022-09-27T16:20:27.0396609Z test_meta_quantile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.117s) 2022-09-27T16:20:27.0437602Z test_meta_rad2deg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.0475891Z test_meta_rad2deg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.0516733Z test_meta_rad2deg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.0557094Z test_meta_rad2deg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.0598914Z test_meta_rad2deg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.0639211Z test_meta_rad2deg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.0678833Z test_meta_rad2deg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.0717417Z test_meta_rad2deg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.0757347Z test_meta_rad2deg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.0797080Z test_meta_rad2deg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.0882092Z test_meta_rand_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:27.0972419Z test_meta_rand_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:27.1060730Z test_meta_rand_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:27.1148547Z test_meta_rand_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:27.1230402Z test_meta_rand_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:27.1311754Z test_meta_rand_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:27.1394095Z test_meta_rand_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:27.1539382Z test_meta_randint_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.1684617Z test_meta_randint_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.1829705Z test_meta_randint_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.1978877Z test_meta_randint_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:27.2119758Z test_meta_randint_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.2259062Z test_meta_randint_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.2403851Z test_meta_randint_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.2544796Z test_meta_randint_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.2685447Z test_meta_randint_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.2725055Z test_meta_randn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.2764299Z test_meta_randn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.2803727Z test_meta_randn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.2843225Z test_meta_randn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.2882621Z test_meta_randn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.2923863Z test_meta_randn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.2963790Z test_meta_randn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.3046152Z test_meta_randn_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:27.3136952Z test_meta_randn_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:27.3226483Z test_meta_randn_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:27.3313832Z test_meta_randn_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:27.3394599Z test_meta_randn_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:27.3477734Z test_meta_randn_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:27.3558319Z test_meta_randn_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:27.3588402Z test_meta_ravel_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3616593Z test_meta_ravel_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3649602Z test_meta_ravel_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3681238Z test_meta_ravel_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3712553Z test_meta_ravel_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3741209Z test_meta_ravel_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3770817Z test_meta_ravel_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3799805Z test_meta_ravel_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3827710Z test_meta_ravel_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3855403Z test_meta_ravel_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3883262Z test_meta_ravel_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3910724Z test_meta_ravel_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3938516Z test_meta_ravel_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3965648Z test_meta_real_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.3990280Z test_meta_real_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:27.4019271Z test_meta_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.4048177Z test_meta_real_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.4077651Z test_meta_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.4103467Z test_meta_real_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.4130265Z test_meta_real_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.4156392Z test_meta_real_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.4180801Z test_meta_real_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:27.4205263Z test_meta_real_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:27.4229658Z test_meta_real_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:27.4254402Z test_meta_real_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:27.4278726Z test_meta_real_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:27.4319099Z test_meta_reciprocal_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4356717Z test_meta_reciprocal_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4397973Z test_meta_reciprocal_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4439343Z test_meta_reciprocal_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4479543Z test_meta_reciprocal_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4520044Z test_meta_reciprocal_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4561257Z test_meta_reciprocal_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4598216Z test_meta_reciprocal_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4635272Z test_meta_reciprocal_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4673084Z test_meta_reciprocal_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4710762Z test_meta_reciprocal_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4747416Z test_meta_reciprocal_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.4904354Z test_meta_remainder_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:20:27.5058673Z test_meta_remainder_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:27.5212815Z test_meta_remainder_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:27.5369060Z test_meta_remainder_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:20:27.5511304Z test_meta_remainder_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.5656235Z test_meta_remainder_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.5801403Z test_meta_remainder_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.5946721Z test_meta_remainder_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.6088787Z test_meta_remainder_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:27.6144225Z test_meta_renorm_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:27.6204900Z test_meta_renorm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:27.6265736Z test_meta_renorm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:27.6321598Z test_meta_renorm_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:27.6376183Z test_meta_renorm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:27.6429964Z test_meta_renorm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:27.6622376Z test_meta_repeat_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:20:27.6790896Z test_meta_repeat_cuda_bool (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:27.7007896Z test_meta_repeat_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:20:27.7225049Z test_meta_repeat_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:20:27.7419633Z test_meta_repeat_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:20:27.7611058Z test_meta_repeat_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:20:27.7806486Z test_meta_repeat_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:20:27.7977490Z test_meta_repeat_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:27.8151237Z test_meta_repeat_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:27.8324231Z test_meta_repeat_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:27.8503731Z test_meta_repeat_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:27.8681373Z test_meta_repeat_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:27.8723124Z test_meta_repeat_interleave_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.8758671Z test_meta_repeat_interleave_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.8802620Z test_meta_repeat_interleave_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.8846537Z test_meta_repeat_interleave_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.8890144Z test_meta_repeat_interleave_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.8930181Z test_meta_repeat_interleave_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.8970561Z test_meta_repeat_interleave_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9010673Z test_meta_repeat_interleave_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9047639Z test_meta_repeat_interleave_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9084650Z test_meta_repeat_interleave_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9121798Z test_meta_repeat_interleave_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9158918Z test_meta_repeat_interleave_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9195961Z test_meta_repeat_interleave_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9238352Z test_meta_reshape_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9273201Z test_meta_reshape_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.9323137Z test_meta_reshape_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:27.9372825Z test_meta_reshape_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:27.9421469Z test_meta_reshape_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:27.9462157Z test_meta_reshape_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9504235Z test_meta_reshape_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9546313Z test_meta_reshape_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9582421Z test_meta_reshape_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9617978Z test_meta_reshape_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.9653681Z test_meta_reshape_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.9689403Z test_meta_reshape_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.9725064Z test_meta_reshape_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:27.9773819Z test_meta_reshape_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:27.9816121Z test_meta_reshape_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:27.9871439Z test_meta_reshape_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:27.9927468Z test_meta_reshape_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:27.9983401Z test_meta_reshape_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:28.0032713Z test_meta_reshape_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:28.0081149Z test_meta_reshape_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:28.0130023Z test_meta_reshape_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:28.0172708Z test_meta_reshape_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0215516Z test_meta_reshape_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0258390Z test_meta_reshape_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0301182Z test_meta_reshape_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0343986Z test_meta_reshape_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0382317Z test_meta_resize__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0417684Z test_meta_resize__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:28.0458903Z test_meta_resize__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0500399Z test_meta_resize__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0538849Z test_meta_resize__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0576910Z test_meta_resize__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0615244Z test_meta_resize__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0651109Z test_meta_resize__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:28.0687011Z test_meta_resize__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:28.0722741Z test_meta_resize__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:28.0758417Z test_meta_resize__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:28.0794073Z test_meta_resize__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:28.0838352Z test_meta_resize_as__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0878195Z test_meta_resize_as__cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.0927668Z test_meta_resize_as__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:28.0976982Z test_meta_resize_as__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:28.1020817Z test_meta_resize_as__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.1064321Z test_meta_resize_as__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.1108080Z test_meta_resize_as__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.1147747Z test_meta_resize_as__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.1187225Z test_meta_resize_as__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.1225139Z test_meta_resize_as__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.1262676Z test_meta_resize_as__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.1302320Z test_meta_resize_as__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.1324439Z test_meta_resolve_conj_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1344705Z test_meta_resolve_conj_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1368771Z test_meta_resolve_conj_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1392912Z test_meta_resolve_conj_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1414734Z test_meta_resolve_conj_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1436837Z test_meta_resolve_conj_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1457608Z test_meta_resolve_conj_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1478191Z test_meta_resolve_conj_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1498863Z test_meta_resolve_conj_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1519167Z test_meta_resolve_conj_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1539416Z test_meta_resolve_conj_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1560216Z test_meta_resolve_conj_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1582256Z test_meta_resolve_neg_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1602863Z test_meta_resolve_neg_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1626480Z test_meta_resolve_neg_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1650564Z test_meta_resolve_neg_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1674760Z test_meta_resolve_neg_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1696782Z test_meta_resolve_neg_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1718990Z test_meta_resolve_neg_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1740949Z test_meta_resolve_neg_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1761701Z test_meta_resolve_neg_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1781982Z test_meta_resolve_neg_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1802206Z test_meta_resolve_neg_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1822700Z test_meta_resolve_neg_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1843586Z test_meta_resolve_neg_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.1944223Z test_meta_roll_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:28.2031751Z test_meta_roll_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:28.2142834Z test_meta_roll_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:28.2254632Z test_meta_roll_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:28.2366079Z test_meta_roll_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:28.2466384Z test_meta_roll_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:28.2566824Z test_meta_roll_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:28.2667232Z test_meta_roll_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:28.2756496Z test_meta_roll_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:28.2845512Z test_meta_roll_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:28.2934805Z test_meta_roll_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:28.3023934Z test_meta_roll_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:28.3112662Z test_meta_roll_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:28.3328315Z test_meta_rot90_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:20:28.3505879Z test_meta_rot90_cuda_bool (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:28.3747067Z test_meta_rot90_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:28.3995274Z test_meta_rot90_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:20:28.4208408Z test_meta_rot90_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:20:28.4423033Z test_meta_rot90_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:20:28.4636414Z test_meta_rot90_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.021s) 2022-09-27T16:20:28.4821417Z test_meta_rot90_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:28.5007335Z test_meta_rot90_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:28.5187325Z test_meta_rot90_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:28.5371241Z test_meta_rot90_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:28.5556494Z test_meta_rot90_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:28.5579340Z test_meta_round_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.5602889Z test_meta_round_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.5625761Z test_meta_round_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.5648680Z test_meta_round_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.5670923Z test_meta_round_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.5693086Z test_meta_round_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.5715761Z test_meta_round_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.5737845Z test_meta_round_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.5760550Z test_meta_round_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:28.5802300Z test_meta_round_decimals_0_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.5844008Z test_meta_round_decimals_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.5885737Z test_meta_round_decimals_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.5927385Z test_meta_round_decimals_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.5969291Z test_meta_round_decimals_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6010943Z test_meta_round_decimals_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6052935Z test_meta_round_decimals_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6094459Z test_meta_round_decimals_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6136331Z test_meta_round_decimals_neg_3_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6178261Z test_meta_round_decimals_neg_3_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6219964Z test_meta_round_decimals_neg_3_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6261995Z test_meta_round_decimals_neg_3_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6302366Z test_meta_rsqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6340832Z test_meta_rsqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6384106Z test_meta_rsqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6425559Z test_meta_rsqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6468490Z test_meta_rsqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6509380Z test_meta_rsqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6550063Z test_meta_rsqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6590961Z test_meta_rsqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6629410Z test_meta_rsqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6668023Z test_meta_rsqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6706209Z test_meta_rsqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6743269Z test_meta_rsqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6780472Z test_meta_rsqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:28.6873936Z test_meta_rsub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:28.6989285Z test_meta_rsub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:28.7105710Z test_meta_rsub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:28.7201299Z test_meta_rsub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:28.7293979Z test_meta_rsub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:28.7386372Z test_meta_rsub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:28.7466501Z test_meta_rsub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:28.7546444Z test_meta_rsub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:28.7625098Z test_meta_rsub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:28.7704812Z test_meta_rsub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:28.7784636Z test_meta_rsub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:28.7938432Z test_meta_scatter_add_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:28.8072112Z test_meta_scatter_add_cuda_bool (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:28.8235918Z test_meta_scatter_add_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:20:28.8399750Z test_meta_scatter_add_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:20:28.8552510Z test_meta_scatter_add_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:28.8704026Z test_meta_scatter_add_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:28.8857499Z test_meta_scatter_add_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:28.8999360Z test_meta_scatter_add_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:28.9141188Z test_meta_scatter_add_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:28.9277429Z test_meta_scatter_add_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:28.9417932Z test_meta_scatter_add_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:28.9560173Z test_meta_scatter_add_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:20:28.9916241Z test_meta_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.036s) 2022-09-27T16:20:29.0159003Z test_meta_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:29.0428893Z test_meta_scatter_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:20:29.0697792Z test_meta_scatter_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.027s) 2022-09-27T16:20:29.1053125Z test_meta_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:29.1405897Z test_meta_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:29.1759090Z test_meta_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:29.2007406Z test_meta_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:20:29.2251915Z test_meta_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:29.2495192Z test_meta_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:29.2739281Z test_meta_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:29.2983687Z test_meta_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.024s) 2022-09-27T16:20:29.3351757Z test_meta_scatter_reduce_amax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:29.3720954Z test_meta_scatter_reduce_amax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:29.4090477Z test_meta_scatter_reduce_amax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:29.4461108Z test_meta_scatter_reduce_amax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:29.4798536Z test_meta_scatter_reduce_amax_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:20:29.5134114Z test_meta_scatter_reduce_amax_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:20:29.5472764Z test_meta_scatter_reduce_amax_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:20:29.5807045Z test_meta_scatter_reduce_amax_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:20:29.6141070Z test_meta_scatter_reduce_amax_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:20:29.6512635Z test_meta_scatter_reduce_amin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:29.6879574Z test_meta_scatter_reduce_amin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:29.7248017Z test_meta_scatter_reduce_amin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:29.7615812Z test_meta_scatter_reduce_amin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:29.7948881Z test_meta_scatter_reduce_amin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:20:29.8282928Z test_meta_scatter_reduce_amin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:20:29.8632600Z test_meta_scatter_reduce_amin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:29.8983156Z test_meta_scatter_reduce_amin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:29.9333531Z test_meta_scatter_reduce_amin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:29.9746459Z test_meta_scatter_reduce_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.041s) 2022-09-27T16:20:30.0151149Z test_meta_scatter_reduce_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.040s) 2022-09-27T16:20:30.0571041Z test_meta_scatter_reduce_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-09-27T16:20:30.0988340Z test_meta_scatter_reduce_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.042s) 2022-09-27T16:20:30.1372352Z test_meta_scatter_reduce_mean_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:20:30.1757170Z test_meta_scatter_reduce_mean_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:20:30.2139783Z test_meta_scatter_reduce_mean_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:20:30.2523488Z test_meta_scatter_reduce_mean_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:20:30.2907856Z test_meta_scatter_reduce_mean_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:20:30.3282002Z test_meta_scatter_reduce_prod_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:30.3651811Z test_meta_scatter_reduce_prod_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:30.4020080Z test_meta_scatter_reduce_prod_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:30.4388058Z test_meta_scatter_reduce_prod_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:30.4730082Z test_meta_scatter_reduce_prod_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:20:30.5079186Z test_meta_scatter_reduce_prod_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:30.5427739Z test_meta_scatter_reduce_prod_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:30.5776361Z test_meta_scatter_reduce_prod_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:30.6127018Z test_meta_scatter_reduce_prod_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:30.6502735Z test_meta_scatter_reduce_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:30.6846065Z test_meta_scatter_reduce_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:20:30.7212912Z test_meta_scatter_reduce_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:30.7581354Z test_meta_scatter_reduce_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:30.7949421Z test_meta_scatter_reduce_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.037s) 2022-09-27T16:20:30.8283079Z test_meta_scatter_reduce_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:20:30.8631404Z test_meta_scatter_reduce_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:30.8980722Z test_meta_scatter_reduce_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.035s) 2022-09-27T16:20:30.9317499Z test_meta_scatter_reduce_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.034s) 2022-09-27T16:20:30.9651240Z test_meta_scatter_reduce_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.033s) 2022-09-27T16:20:33.0519143Z test_meta_searchsorted_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.086s) 2022-09-27T16:20:35.1461926Z test_meta_searchsorted_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.094s) 2022-09-27T16:20:37.2296358Z test_meta_searchsorted_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.083s) 2022-09-27T16:20:39.3090325Z test_meta_searchsorted_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.079s) 2022-09-27T16:20:41.3934496Z test_meta_searchsorted_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.084s) 2022-09-27T16:20:43.4368471Z test_meta_searchsorted_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.043s) 2022-09-27T16:20:45.6894131Z test_meta_searchsorted_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.252s) 2022-09-27T16:20:47.7805913Z test_meta_searchsorted_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.091s) 2022-09-27T16:20:48.2412205Z test_meta_segment_reduce_lengths_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.460s) 2022-09-27T16:20:48.7044489Z test_meta_segment_reduce_lengths_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.463s) 2022-09-27T16:20:49.1677417Z test_meta_segment_reduce_lengths_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.463s) 2022-09-27T16:20:49.6305660Z test_meta_segment_reduce_lengths_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.463s) 2022-09-27T16:20:50.0921821Z test_meta_segment_reduce_offsets_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.462s) 2022-09-27T16:20:50.5611029Z test_meta_segment_reduce_offsets_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.469s) 2022-09-27T16:20:51.0246823Z test_meta_segment_reduce_offsets_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.463s) 2022-09-27T16:20:51.4961623Z test_meta_segment_reduce_offsets_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.471s) 2022-09-27T16:20:51.5002728Z test_meta_select_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5036552Z test_meta_select_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.5080653Z test_meta_select_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5124671Z test_meta_select_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5169572Z test_meta_select_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5208764Z test_meta_select_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5247717Z test_meta_select_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5286799Z test_meta_select_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5321473Z test_meta_select_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.5356002Z test_meta_select_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.5390123Z test_meta_select_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.5424800Z test_meta_select_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.5459266Z test_meta_select_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.5512691Z test_meta_select_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:51.5556708Z test_meta_select_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5609822Z test_meta_select_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:51.5662744Z test_meta_select_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:51.5716063Z test_meta_select_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:51.5761077Z test_meta_select_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5806184Z test_meta_select_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5851109Z test_meta_select_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5896692Z test_meta_select_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5941350Z test_meta_select_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.5964709Z test_meta_sgn_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.5986410Z test_meta_sgn_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6010545Z test_meta_sgn_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6034740Z test_meta_sgn_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6058439Z test_meta_sgn_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6081568Z test_meta_sgn_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6104545Z test_meta_sgn_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6127506Z test_meta_sgn_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6150010Z test_meta_sgn_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6171620Z test_meta_sgn_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6193905Z test_meta_sgn_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6215770Z test_meta_sgn_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6237880Z test_meta_sgn_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.6277637Z test_meta_short_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6312755Z test_meta_short_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.6357038Z test_meta_short_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6401714Z test_meta_short_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6441336Z test_meta_short_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6481006Z test_meta_short_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6520755Z test_meta_short_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6554441Z test_meta_short_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.6590111Z test_meta_short_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.6624881Z test_meta_short_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.6660432Z test_meta_short_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.6695998Z test_meta_short_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:51.6736940Z test_meta_sigmoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6774972Z test_meta_sigmoid_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6817961Z test_meta_sigmoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6861314Z test_meta_sigmoid_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6903830Z test_meta_sigmoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6944669Z test_meta_sigmoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.6984932Z test_meta_sigmoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.7025797Z test_meta_sigmoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.7063721Z test_meta_sigmoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.7101331Z test_meta_sigmoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.7139677Z test_meta_sigmoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.7177842Z test_meta_sigmoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.7216115Z test_meta_sigmoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.7239475Z test_meta_sign_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7261452Z test_meta_sign_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7284352Z test_meta_sign_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7307080Z test_meta_sign_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7330293Z test_meta_sign_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7352347Z test_meta_sign_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7374369Z test_meta_sign_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7396379Z test_meta_sign_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7418266Z test_meta_sign_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7440324Z test_meta_sign_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7463346Z test_meta_signbit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7485345Z test_meta_signbit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7508058Z test_meta_signbit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7531200Z test_meta_signbit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7553087Z test_meta_signbit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7574879Z test_meta_signbit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7597260Z test_meta_signbit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7619270Z test_meta_signbit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7641344Z test_meta_signbit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7663177Z test_meta_signbit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7686412Z test_meta_sin_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7708438Z test_meta_sin_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7732142Z test_meta_sin_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7756057Z test_meta_sin_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7779838Z test_meta_sin_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7802695Z test_meta_sin_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7825435Z test_meta_sin_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7848222Z test_meta_sin_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7870036Z test_meta_sin_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7891932Z test_meta_sin_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7914259Z test_meta_sin_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7935858Z test_meta_sin_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7958124Z test_meta_sin_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.7998257Z test_meta_sinc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8036332Z test_meta_sinc_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8078829Z test_meta_sinc_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8121510Z test_meta_sinc_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8161874Z test_meta_sinc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8202068Z test_meta_sinc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8242478Z test_meta_sinc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8280574Z test_meta_sinc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8318671Z test_meta_sinc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8357020Z test_meta_sinc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8395414Z test_meta_sinc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8433507Z test_meta_sinc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:51.8456156Z test_meta_sinh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8477951Z test_meta_sinh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8501589Z test_meta_sinh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8525603Z test_meta_sinh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8549122Z test_meta_sinh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8571960Z test_meta_sinh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8595041Z test_meta_sinh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8617467Z test_meta_sinh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8639468Z test_meta_sinh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8661394Z test_meta_sinh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8683950Z test_meta_sinh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8705587Z test_meta_sinh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8727636Z test_meta_sinh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:51.8813897Z test_meta_slice_scatter_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:51.8883383Z test_meta_slice_scatter_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:51.8969053Z test_meta_slice_scatter_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:51.9054825Z test_meta_slice_scatter_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:51.9140725Z test_meta_slice_scatter_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:51.9211714Z test_meta_slice_scatter_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:51.9282742Z test_meta_slice_scatter_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:51.9354005Z test_meta_slice_scatter_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:51.9424639Z test_meta_slice_scatter_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:51.9495500Z test_meta_slice_scatter_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:51.9564274Z test_meta_softmax_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:51.9629807Z test_meta_softmax_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:51.9697525Z test_meta_softmax_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:51.9762878Z test_meta_softmax_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:51.9833807Z test_meta_softmax_with_dtype_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:51.9900680Z test_meta_softmax_with_dtype_cuda_bool (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:51.9976114Z test_meta_softmax_with_dtype_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:52.0051721Z test_meta_softmax_with_dtype_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:52.0125142Z test_meta_softmax_with_dtype_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:52.0197014Z test_meta_softmax_with_dtype_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:52.0263231Z test_meta_softmax_with_dtype_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:52.0331883Z test_meta_softmax_with_dtype_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:52.0398908Z test_meta_softmax_with_dtype_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:52.0466016Z test_meta_softmax_with_dtype_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:52.0531707Z test_meta_softmax_with_dtype_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:20:52.0600491Z test_meta_softmax_with_dtype_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:52.0781928Z test_meta_sort_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:52.0959539Z test_meta_sort_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:52.1139517Z test_meta_sort_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:52.1316815Z test_meta_sort_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:52.1494399Z test_meta_sort_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:52.1679095Z test_meta_sort_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:52.1867340Z test_meta_sort_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:20:52.2045346Z test_meta_sort_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:52.2222768Z test_meta_sort_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:20:52.2337839Z test_meta_sparse_sampled_addmm_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.2449470Z test_meta_sparse_sampled_addmm_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.2555732Z test_meta_sparse_sampled_addmm_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.2660841Z test_meta_sparse_sampled_addmm_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:52.2698730Z test_meta_special_airy_ai_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.2738927Z test_meta_special_airy_ai_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.2779522Z test_meta_special_airy_ai_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.2817068Z test_meta_special_airy_ai_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.2855528Z test_meta_special_airy_ai_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.2893439Z test_meta_special_airy_ai_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.2930081Z test_meta_special_airy_ai_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.2967911Z test_meta_special_airy_ai_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3004714Z test_meta_special_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3044687Z test_meta_special_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3084989Z test_meta_special_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3123445Z test_meta_special_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3160889Z test_meta_special_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3199092Z test_meta_special_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3236984Z test_meta_special_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3273533Z test_meta_special_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3309563Z test_meta_special_bessel_j1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.3350059Z test_meta_special_bessel_j1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3390661Z test_meta_special_bessel_j1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3428251Z test_meta_special_bessel_j1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3466311Z test_meta_special_bessel_j1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3504713Z test_meta_special_bessel_j1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3543081Z test_meta_special_bessel_j1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3581210Z test_meta_special_bessel_j1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3618439Z test_meta_special_bessel_y0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3657674Z test_meta_special_bessel_y0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3697939Z test_meta_special_bessel_y0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3735153Z test_meta_special_bessel_y0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3771755Z test_meta_special_bessel_y0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3809985Z test_meta_special_bessel_y0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3847801Z test_meta_special_bessel_y0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3884826Z test_meta_special_bessel_y0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3921312Z test_meta_special_bessel_y1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.3960176Z test_meta_special_bessel_y1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.4000668Z test_meta_special_bessel_y1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.4038105Z test_meta_special_bessel_y1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.4076124Z test_meta_special_bessel_y1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.4113626Z test_meta_special_bessel_y1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.4150886Z test_meta_special_bessel_y1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.4187735Z test_meta_special_bessel_y1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.4299676Z test_meta_special_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.4423855Z test_meta_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:52.4547694Z test_meta_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:52.4657931Z test_meta_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.4770828Z test_meta_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.4886168Z test_meta_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.5000629Z test_meta_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.5115813Z test_meta_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.5225754Z test_meta_special_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.5348781Z test_meta_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:52.5477040Z test_meta_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:52.5590966Z test_meta_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.5704923Z test_meta_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.5819394Z test_meta_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.5933627Z test_meta_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.6047409Z test_meta_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.6056812Z test_meta_special_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6065851Z test_meta_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6074977Z test_meta_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6083440Z test_meta_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6092315Z test_meta_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6101390Z test_meta_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6109711Z test_meta_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6118721Z test_meta_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6127486Z test_meta_special_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6135763Z test_meta_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6144592Z test_meta_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6153905Z test_meta_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6162759Z test_meta_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6171479Z test_meta_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6180143Z test_meta_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6189596Z test_meta_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:52.6220863Z test_meta_special_entr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.6250685Z test_meta_special_entr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.6282356Z test_meta_special_entr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.6313899Z test_meta_special_entr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.6345185Z test_meta_special_entr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.6374677Z test_meta_special_entr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.6403148Z test_meta_special_entr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.6433352Z test_meta_special_entr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.6462901Z test_meta_special_entr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.6492816Z test_meta_special_entr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.6531092Z test_meta_special_erfcx_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.6571712Z test_meta_special_erfcx_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.6612841Z test_meta_special_erfcx_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.6650948Z test_meta_special_erfcx_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.6689379Z test_meta_special_erfcx_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.6727707Z test_meta_special_erfcx_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.6766102Z test_meta_special_erfcx_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.6804643Z test_meta_special_erfcx_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:52.6917353Z test_meta_special_hermite_polynomial_h_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.7046016Z test_meta_special_hermite_polynomial_h_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:52.7174432Z test_meta_special_hermite_polynomial_h_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:52.7286359Z test_meta_special_hermite_polynomial_h_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.7401287Z test_meta_special_hermite_polynomial_h_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.7515872Z test_meta_special_hermite_polynomial_h_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.7630146Z test_meta_special_hermite_polynomial_h_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.7744279Z test_meta_special_hermite_polynomial_h_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.7856297Z test_meta_special_hermite_polynomial_he_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.7984484Z test_meta_special_hermite_polynomial_he_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:52.8112734Z test_meta_special_hermite_polynomial_he_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:52.8227169Z test_meta_special_hermite_polynomial_he_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.8341190Z test_meta_special_hermite_polynomial_he_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.8455852Z test_meta_special_hermite_polynomial_he_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.8570144Z test_meta_special_hermite_polynomial_he_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.8684318Z test_meta_special_hermite_polynomial_he_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.8716533Z test_meta_special_i0e_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.8746465Z test_meta_special_i0e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.8778494Z test_meta_special_i0e_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.8810660Z test_meta_special_i0e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.8842634Z test_meta_special_i0e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.8872970Z test_meta_special_i0e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.8903308Z test_meta_special_i0e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.8933641Z test_meta_special_i0e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.8964044Z test_meta_special_i0e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.8994379Z test_meta_special_i0e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9024529Z test_meta_special_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9056643Z test_meta_special_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9088797Z test_meta_special_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9119464Z test_meta_special_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9149471Z test_meta_special_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9179791Z test_meta_special_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9210174Z test_meta_special_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9240611Z test_meta_special_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9270628Z test_meta_special_i1e_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9302351Z test_meta_special_i1e_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9334782Z test_meta_special_i1e_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9365498Z test_meta_special_i1e_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9395432Z test_meta_special_i1e_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9425396Z test_meta_special_i1e_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9455773Z test_meta_special_i1e_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9486184Z test_meta_special_i1e_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:52.9597526Z test_meta_special_laguerre_polynomial_l_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:52.9724884Z test_meta_special_laguerre_polynomial_l_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:52.9852672Z test_meta_special_laguerre_polynomial_l_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:52.9963909Z test_meta_special_laguerre_polynomial_l_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.0073732Z test_meta_special_laguerre_polynomial_l_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.0187294Z test_meta_special_laguerre_polynomial_l_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.0301774Z test_meta_special_laguerre_polynomial_l_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.0415652Z test_meta_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.0425162Z test_meta_special_legendre_polynomial_p_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.0433838Z test_meta_special_legendre_polynomial_p_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.0443538Z test_meta_special_legendre_polynomial_p_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.0452342Z test_meta_special_legendre_polynomial_p_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.0461107Z test_meta_special_legendre_polynomial_p_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.0470073Z test_meta_special_legendre_polynomial_p_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.0478926Z test_meta_special_legendre_polynomial_p_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.0487913Z test_meta_special_legendre_polynomial_p_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.0525722Z test_meta_special_log_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0566369Z test_meta_special_log_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0606957Z test_meta_special_log_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0645853Z test_meta_special_log_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0684101Z test_meta_special_log_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0722622Z test_meta_special_log_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0760869Z test_meta_special_log_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0799493Z test_meta_special_log_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0837616Z test_meta_special_modified_bessel_i0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0879005Z test_meta_special_modified_bessel_i0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0919033Z test_meta_special_modified_bessel_i0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0956993Z test_meta_special_modified_bessel_i0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.0995378Z test_meta_special_modified_bessel_i0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1034165Z test_meta_special_modified_bessel_i0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1071818Z test_meta_special_modified_bessel_i0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1110058Z test_meta_special_modified_bessel_i0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1147965Z test_meta_special_modified_bessel_i1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1188629Z test_meta_special_modified_bessel_i1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1229025Z test_meta_special_modified_bessel_i1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1267482Z test_meta_special_modified_bessel_i1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1305757Z test_meta_special_modified_bessel_i1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1344167Z test_meta_special_modified_bessel_i1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1382322Z test_meta_special_modified_bessel_i1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1420494Z test_meta_special_modified_bessel_i1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1458609Z test_meta_special_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1499528Z test_meta_special_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1539653Z test_meta_special_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1577888Z test_meta_special_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1615895Z test_meta_special_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1654386Z test_meta_special_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1692483Z test_meta_special_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1730975Z test_meta_special_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1769027Z test_meta_special_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1809601Z test_meta_special_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1849975Z test_meta_special_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1888298Z test_meta_special_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1926585Z test_meta_special_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.1965565Z test_meta_special_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2002980Z test_meta_special_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2040262Z test_meta_special_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2083069Z test_meta_special_ndtr_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2125466Z test_meta_special_ndtr_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2170289Z test_meta_special_ndtr_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2214772Z test_meta_special_ndtr_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2259405Z test_meta_special_ndtr_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2302206Z test_meta_special_ndtr_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2344769Z test_meta_special_ndtr_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2387513Z test_meta_special_ndtr_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2430079Z test_meta_special_ndtr_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2473003Z test_meta_special_ndtr_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2510804Z test_meta_special_ndtri_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2551733Z test_meta_special_ndtri_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2592013Z test_meta_special_ndtri_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2630319Z test_meta_special_ndtri_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2668484Z test_meta_special_ndtri_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2706724Z test_meta_special_ndtri_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2744773Z test_meta_special_ndtri_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2783223Z test_meta_special_ndtri_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.2883145Z test_meta_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:53.2992209Z test_meta_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.3101644Z test_meta_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.3211574Z test_meta_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.3310451Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:53.3407503Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:53.3508298Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:53.3609062Z test_meta_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:53.3709796Z test_meta_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:53.3747890Z test_meta_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.3788356Z test_meta_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.3829184Z test_meta_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.3867407Z test_meta_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.3905698Z test_meta_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.3944132Z test_meta_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.3982321Z test_meta_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4020814Z test_meta_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4058828Z test_meta_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4099265Z test_meta_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4139883Z test_meta_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4176477Z test_meta_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4214750Z test_meta_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4253028Z test_meta_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4291361Z test_meta_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4329788Z test_meta_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4339657Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4348290Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4357705Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4365825Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4375115Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4384116Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4393625Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4402538Z test_meta_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4411715Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4420363Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4429158Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4438092Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4446898Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4455850Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4464859Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4473960Z test_meta_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4482615Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4491560Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4500653Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4509323Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4518313Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4527404Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4536421Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4545462Z test_meta_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4553873Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4562387Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4571201Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4580378Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4588604Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4597472Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4606510Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4615781Z test_meta_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:20:53.4652070Z test_meta_special_spherical_bessel_j0_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4691401Z test_meta_special_spherical_bessel_j0_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4730673Z test_meta_special_spherical_bessel_j0_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4769108Z test_meta_special_spherical_bessel_j0_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4807449Z test_meta_special_spherical_bessel_j0_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4845940Z test_meta_special_spherical_bessel_j0_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4884293Z test_meta_special_spherical_bessel_j0_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.4921106Z test_meta_special_spherical_bessel_j0_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.5047210Z test_meta_special_xlog1py_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:53.5156817Z test_meta_special_xlog1py_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.5281484Z test_meta_special_xlog1py_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:53.5406988Z test_meta_special_xlog1py_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:53.5535601Z test_meta_special_xlog1py_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:53.5647760Z test_meta_special_xlog1py_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.5758958Z test_meta_special_xlog1py_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.5870919Z test_meta_special_xlog1py_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.5983199Z test_meta_special_xlog1py_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.6095456Z test_meta_special_xlog1py_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.6203654Z test_meta_special_zeta_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.6331008Z test_meta_special_zeta_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:53.6455463Z test_meta_special_zeta_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:53.6566899Z test_meta_special_zeta_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.6682128Z test_meta_special_zeta_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.6793397Z test_meta_special_zeta_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.6907404Z test_meta_special_zeta_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.7019028Z test_meta_special_zeta_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.7043358Z test_meta_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7064825Z test_meta_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7090687Z test_meta_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7116464Z test_meta_split_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7142726Z test_meta_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7166144Z test_meta_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7190669Z test_meta_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7214318Z test_meta_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7237261Z test_meta_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7260080Z test_meta_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7282910Z test_meta_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7305695Z test_meta_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7327709Z test_meta_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.7360084Z test_meta_split_list_args_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7386988Z test_meta_split_list_args_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7420411Z test_meta_split_list_args_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7453490Z test_meta_split_list_args_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7484271Z test_meta_split_list_args_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7515607Z test_meta_split_list_args_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7545951Z test_meta_split_list_args_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7574480Z test_meta_split_list_args_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7601755Z test_meta_split_list_args_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7629011Z test_meta_split_list_args_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7657664Z test_meta_split_list_args_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7686427Z test_meta_split_list_args_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7722998Z test_meta_split_with_sizes_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.7755363Z test_meta_split_with_sizes_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7795801Z test_meta_split_with_sizes_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.7834935Z test_meta_split_with_sizes_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.7875313Z test_meta_split_with_sizes_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.7910378Z test_meta_split_with_sizes_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.7946637Z test_meta_split_with_sizes_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.7983056Z test_meta_split_with_sizes_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8014449Z test_meta_split_with_sizes_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.8047325Z test_meta_split_with_sizes_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.8080404Z test_meta_split_with_sizes_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.8112986Z test_meta_split_with_sizes_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.8144364Z test_meta_split_with_sizes_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:53.8166795Z test_meta_sqrt_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8187824Z test_meta_sqrt_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8210997Z test_meta_sqrt_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8234203Z test_meta_sqrt_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8257695Z test_meta_sqrt_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8279826Z test_meta_sqrt_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8301617Z test_meta_sqrt_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8323723Z test_meta_sqrt_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8344895Z test_meta_sqrt_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8366005Z test_meta_sqrt_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8386954Z test_meta_sqrt_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8409085Z test_meta_sqrt_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8431114Z test_meta_sqrt_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:53.8471891Z test_meta_square_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8510275Z test_meta_square_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8554055Z test_meta_square_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8595877Z test_meta_square_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8636187Z test_meta_square_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8675828Z test_meta_square_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8715676Z test_meta_square_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8753242Z test_meta_square_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8791379Z test_meta_square_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8830431Z test_meta_square_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8868653Z test_meta_square_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8906047Z test_meta_square_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.8953239Z test_meta_squeeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:53.8993253Z test_meta_squeeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.9046971Z test_meta_squeeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:53.9101504Z test_meta_squeeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:53.9155540Z test_meta_squeeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:53.9202451Z test_meta_squeeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:53.9251331Z test_meta_squeeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:53.9299055Z test_meta_squeeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:53.9339970Z test_meta_squeeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.9380792Z test_meta_squeeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.9422929Z test_meta_squeeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.9465179Z test_meta_squeeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.9506964Z test_meta_squeeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:53.9623420Z test_meta_stack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:53.9732817Z test_meta_stack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:53.9852658Z test_meta_stack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:53.9972364Z test_meta_stack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:54.0092185Z test_meta_stack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:54.0210385Z test_meta_stack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:54.0325133Z test_meta_stack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:54.0439928Z test_meta_stack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:54.0551404Z test_meta_stack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:54.0661809Z test_meta_stack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:54.0772943Z test_meta_stack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:54.0883878Z test_meta_stack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:54.0994501Z test_meta_stack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:54.1069962Z test_meta_std_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:54.1174403Z test_meta_std_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.1277996Z test_meta_std_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.1352664Z test_meta_std_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:54.1425285Z test_meta_std_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:54.1498219Z test_meta_std_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:54.1608353Z test_meta_std_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:54.1725665Z test_meta_std_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:54.1842757Z test_meta_std_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:20:54.1950613Z test_meta_std_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:54.2053495Z test_meta_std_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.2159764Z test_meta_std_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:20:54.2204473Z test_meta_stft_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:54.2247689Z test_meta_stft_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:54.2287970Z test_meta_stft_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:54.2327054Z test_meta_stft_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:54.2479090Z test_meta_sub_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:54.2648260Z test_meta_sub_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:54.2817901Z test_meta_sub_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:54.2986258Z test_meta_sub_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:20:54.3136028Z test_meta_sub_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:54.3285432Z test_meta_sub_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:54.3435209Z test_meta_sub_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:20:54.3568123Z test_meta_sub_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:54.3701082Z test_meta_sub_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:54.3834142Z test_meta_sub_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:54.3967292Z test_meta_sub_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:54.4100253Z test_meta_sub_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:20:54.4196450Z test_meta_sum_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.4293674Z test_meta_sum_cuda_bool (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.4395032Z test_meta_sum_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.4494217Z test_meta_sum_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.4594636Z test_meta_sum_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.4690063Z test_meta_sum_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:54.4785813Z test_meta_sum_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:54.4884455Z test_meta_sum_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.4984526Z test_meta_sum_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.5082123Z test_meta_sum_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.5174492Z test_meta_sum_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:54.5271682Z test_meta_sum_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.5368506Z test_meta_sum_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:20:54.5448714Z test_meta_sum_to_size_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:54.5528249Z test_meta_sum_to_size_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:54.5616735Z test_meta_sum_to_size_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:54.5703515Z test_meta_sum_to_size_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:20:54.5783260Z test_meta_sum_to_size_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:54.5863445Z test_meta_sum_to_size_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:54.5943553Z test_meta_sum_to_size_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:54.6021161Z test_meta_sum_to_size_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:54.6098468Z test_meta_sum_to_size_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:54.6173781Z test_meta_sum_to_size_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:20:54.6251352Z test_meta_sum_to_size_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:54.6331807Z test_meta_sum_to_size_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:20:55.4667647Z test_meta_svd_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.833s) 2022-09-27T16:20:55.6710844Z test_meta_svd_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.204s) 2022-09-27T16:20:55.8123804Z test_meta_svd_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.141s) 2022-09-27T16:20:56.0208824Z test_meta_svd_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.208s) 2022-09-27T16:20:57.7839309Z test_meta_svd_lowrank_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.763s) 2022-09-27T16:20:59.5658561Z test_meta_svd_lowrank_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.782s) 2022-09-27T16:20:59.6439289Z test_meta_symeig_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.078s) 2022-09-27T16:20:59.7044578Z test_meta_symeig_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.060s) 2022-09-27T16:20:59.7628328Z test_meta_symeig_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.058s) 2022-09-27T16:20:59.8244617Z test_meta_symeig_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.062s) 2022-09-27T16:20:59.8271591Z test_meta_t_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:59.8295465Z test_meta_t_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:59.8325123Z test_meta_t_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:59.8354433Z test_meta_t_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:59.8381085Z test_meta_t_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:59.8408024Z test_meta_t_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:59.8434895Z test_meta_t_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:20:59.8459336Z test_meta_t_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:59.8483701Z test_meta_t_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:59.8507838Z test_meta_t_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:59.8532537Z test_meta_t_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:59.8557052Z test_meta_t_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:20:59.8603400Z test_meta_take_along_dim_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:59.8643895Z test_meta_take_along_dim_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:59.8694185Z test_meta_take_along_dim_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:59.8744733Z test_meta_take_along_dim_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:20:59.8790611Z test_meta_take_along_dim_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:59.8836898Z test_meta_take_along_dim_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:59.8882909Z test_meta_take_along_dim_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:59.8924389Z test_meta_take_along_dim_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:59.8965428Z test_meta_take_along_dim_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:59.9006850Z test_meta_take_along_dim_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:59.9048506Z test_meta_take_along_dim_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:20:59.9089854Z test_meta_take_along_dim_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:00.0128422Z test_meta_take_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:21:00.1161479Z test_meta_take_cuda_bool (__main__.TestMetaCUDA) ... ok (0.103s) 2022-09-27T16:21:00.2199552Z test_meta_take_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:21:00.3237269Z test_meta_take_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:21:00.4277036Z test_meta_take_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:21:00.5292197Z test_meta_take_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.101s) 2022-09-27T16:21:00.6294714Z test_meta_take_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-09-27T16:21:00.7333282Z test_meta_take_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:21:00.8372270Z test_meta_take_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:21:00.9411946Z test_meta_take_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.104s) 2022-09-27T16:21:01.0438332Z test_meta_take_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.103s) 2022-09-27T16:21:01.1439621Z test_meta_take_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.100s) 2022-09-27T16:21:01.1463950Z test_meta_tan_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1486134Z test_meta_tan_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1510763Z test_meta_tan_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1534629Z test_meta_tan_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1558994Z test_meta_tan_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1581634Z test_meta_tan_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1604799Z test_meta_tan_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1627623Z test_meta_tan_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1650133Z test_meta_tan_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1672313Z test_meta_tan_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1694315Z test_meta_tan_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1716516Z test_meta_tan_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1738620Z test_meta_tan_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1761919Z test_meta_tanh_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1783759Z test_meta_tanh_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1808038Z test_meta_tanh_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1832294Z test_meta_tanh_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1856081Z test_meta_tanh_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1879268Z test_meta_tanh_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1902165Z test_meta_tanh_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1925330Z test_meta_tanh_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1947326Z test_meta_tanh_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1969810Z test_meta_tanh_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.1991917Z test_meta_tanh_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.2014050Z test_meta_tanh_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.2036426Z test_meta_tanh_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.2112123Z test_meta_tensor_split_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.2177092Z test_meta_tensor_split_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:01.2261734Z test_meta_tensor_split_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:01.2346680Z test_meta_tensor_split_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:01.2422044Z test_meta_tensor_split_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.2497264Z test_meta_tensor_split_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.2572310Z test_meta_tensor_split_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.2638173Z test_meta_tensor_split_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:01.2703580Z test_meta_tensor_split_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:01.2769658Z test_meta_tensor_split_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:01.2835321Z test_meta_tensor_split_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:01.2900683Z test_meta_tensor_split_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:01.2925251Z test_meta_tensordot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.2952288Z test_meta_tensordot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:01.2978837Z test_meta_tensordot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:01.3002531Z test_meta_tensordot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.3025879Z test_meta_tensordot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.3048860Z test_meta_tensordot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.3312353Z test_meta_tile_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:21:01.3540062Z test_meta_tile_cuda_bool (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:21:01.3822846Z test_meta_tile_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:21:01.4105026Z test_meta_tile_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.028s) 2022-09-27T16:21:01.4360266Z test_meta_tile_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:21:01.4619907Z test_meta_tile_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.026s) 2022-09-27T16:21:01.4870639Z test_meta_tile_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.025s) 2022-09-27T16:21:01.5093637Z test_meta_tile_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:21:01.5317593Z test_meta_tile_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:21:01.5539909Z test_meta_tile_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:21:01.5763575Z test_meta_tile_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.022s) 2022-09-27T16:21:01.5995391Z test_meta_tile_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.023s) 2022-09-27T16:21:01.6004771Z test_meta_to_cuda_bfloat16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6013269Z test_meta_to_cuda_bool (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6022456Z test_meta_to_cuda_complex128 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6031803Z test_meta_to_cuda_complex64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6040730Z test_meta_to_cuda_float16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6049405Z test_meta_to_cuda_float32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6058358Z test_meta_to_cuda_float64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6067310Z test_meta_to_cuda_int16 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6076082Z test_meta_to_cuda_int32 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6085224Z test_meta_to_cuda_int64 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6094166Z test_meta_to_cuda_int8 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6102791Z test_meta_to_cuda_uint8 (__main__.TestMetaCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:01.6223120Z test_meta_to_sparse_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.6339234Z test_meta_to_sparse_cuda_bool (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.6459311Z test_meta_to_sparse_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.6578906Z test_meta_to_sparse_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.6697104Z test_meta_to_sparse_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.6815333Z test_meta_to_sparse_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.6933373Z test_meta_to_sparse_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.7049850Z test_meta_to_sparse_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.7166027Z test_meta_to_sparse_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.7281956Z test_meta_to_sparse_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.7398378Z test_meta_to_sparse_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.7514719Z test_meta_to_sparse_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.012s) 2022-09-27T16:21:01.7598443Z test_meta_topk_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:01.7678750Z test_meta_topk_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:01.7762664Z test_meta_topk_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:01.7846391Z test_meta_topk_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:01.7920585Z test_meta_topk_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.7994667Z test_meta_topk_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.8068469Z test_meta_topk_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.8142607Z test_meta_topk_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.8216787Z test_meta_topk_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.8236251Z test_meta_trace_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8254522Z test_meta_trace_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8274567Z test_meta_trace_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8294340Z test_meta_trace_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8314262Z test_meta_trace_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8333093Z test_meta_trace_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8352118Z test_meta_trace_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8370957Z test_meta_trace_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8389012Z test_meta_trace_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8407299Z test_meta_trace_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8425544Z test_meta_trace_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8443810Z test_meta_trace_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8462058Z test_meta_trace_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:01.8516388Z test_meta_transpose_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:01.8562114Z test_meta_transpose_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:01.8624133Z test_meta_transpose_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:01.8686164Z test_meta_transpose_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:01.8748072Z test_meta_transpose_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:01.8802396Z test_meta_transpose_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:01.8856093Z test_meta_transpose_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:01.8910247Z test_meta_transpose_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:01.8957091Z test_meta_transpose_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:01.9003651Z test_meta_transpose_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:01.9050618Z test_meta_transpose_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:01.9097370Z test_meta_transpose_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:01.9144348Z test_meta_transpose_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:01.9222166Z test_meta_trapezoid_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:01.9312659Z test_meta_trapezoid_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:01.9403177Z test_meta_trapezoid_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:01.9478118Z test_meta_trapezoid_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.9555873Z test_meta_trapezoid_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:01.9631352Z test_meta_trapezoid_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.9700598Z test_meta_trapezoid_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.9769497Z test_meta_trapezoid_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.9836973Z test_meta_trapezoid_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.9905850Z test_meta_trapezoid_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:01.9975102Z test_meta_trapezoid_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:02.0052987Z test_meta_trapz_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.0144204Z test_meta_trapz_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.0235415Z test_meta_trapz_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.0313273Z test_meta_trapz_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.0390921Z test_meta_trapz_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.0468627Z test_meta_trapz_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.0537672Z test_meta_trapz_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:02.0606659Z test_meta_trapz_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:02.0673697Z test_meta_trapz_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:02.0742532Z test_meta_trapz_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:02.0811491Z test_meta_trapz_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:02.1198132Z test_meta_triangular_solve_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.038s) 2022-09-27T16:21:02.1381152Z test_meta_triangular_solve_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:21:02.1534261Z test_meta_triangular_solve_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.015s) 2022-09-27T16:21:02.1723858Z test_meta_triangular_solve_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.019s) 2022-09-27T16:21:02.1804906Z test_meta_tril_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.1900774Z test_meta_tril_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:21:02.1999692Z test_meta_tril_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:21:02.2096846Z test_meta_tril_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:21:02.2183779Z test_meta_tril_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.2273901Z test_meta_tril_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.2361661Z test_meta_tril_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.2442205Z test_meta_tril_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.2522838Z test_meta_tril_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.2606380Z test_meta_tril_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.2686445Z test_meta_tril_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.2766710Z test_meta_tril_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.2786674Z test_meta_tril_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.2806718Z test_meta_tril_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.2886419Z test_meta_triu_cuda_bool (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.2981366Z test_meta_triu_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.3078077Z test_meta_triu_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:21:02.3173834Z test_meta_triu_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.3261280Z test_meta_triu_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.3349268Z test_meta_triu_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.3437035Z test_meta_triu_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.3517420Z test_meta_triu_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.3598014Z test_meta_triu_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.3679466Z test_meta_triu_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.3759794Z test_meta_triu_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.3842543Z test_meta_triu_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:02.3862340Z test_meta_triu_indices_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.3880994Z test_meta_triu_indices_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.4039275Z test_meta_true_divide_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:21:02.4182259Z test_meta_true_divide_cuda_bool (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:21:02.4357311Z test_meta_true_divide_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:21:02.4532226Z test_meta_true_divide_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.017s) 2022-09-27T16:21:02.4708796Z test_meta_true_divide_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.018s) 2022-09-27T16:21:02.4866191Z test_meta_true_divide_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:21:02.5023985Z test_meta_true_divide_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:21:02.5181196Z test_meta_true_divide_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.016s) 2022-09-27T16:21:02.5325427Z test_meta_true_divide_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:21:02.5468623Z test_meta_true_divide_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:21:02.5612718Z test_meta_true_divide_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:21:02.5756468Z test_meta_true_divide_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:21:02.5901116Z test_meta_true_divide_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.014s) 2022-09-27T16:21:02.5923452Z test_meta_trunc_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.5945233Z test_meta_trunc_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.5967439Z test_meta_trunc_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.5989361Z test_meta_trunc_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.6012046Z test_meta_trunc_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.6034176Z test_meta_trunc_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.6055635Z test_meta_trunc_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.6078047Z test_meta_trunc_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.6099488Z test_meta_trunc_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:02.6145848Z test_meta_unbind_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.6187456Z test_meta_unbind_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.6240485Z test_meta_unbind_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.6293179Z test_meta_unbind_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.6345410Z test_meta_unbind_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.6392919Z test_meta_unbind_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.6439793Z test_meta_unbind_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.6486908Z test_meta_unbind_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.6527683Z test_meta_unbind_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.6569287Z test_meta_unbind_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.6610462Z test_meta_unbind_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.6651121Z test_meta_unbind_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.6693909Z test_meta_unbind_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.6756799Z test_meta_unflatten_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:02.6810654Z test_meta_unflatten_cuda_bool (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.6884829Z test_meta_unflatten_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:02.6957114Z test_meta_unflatten_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:02.7027692Z test_meta_unflatten_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:02.7090529Z test_meta_unflatten_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:02.7153601Z test_meta_unflatten_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:02.7216686Z test_meta_unflatten_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:02.7271252Z test_meta_unflatten_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.7325811Z test_meta_unflatten_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.7382222Z test_meta_unflatten_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:02.7437106Z test_meta_unflatten_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.7491238Z test_meta_unflatten_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:02.7600055Z test_meta_unfold_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:02.7690459Z test_meta_unfold_cuda_bool (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.7820395Z test_meta_unfold_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:21:02.7946834Z test_meta_unfold_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:21:02.8073319Z test_meta_unfold_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:21:02.8180787Z test_meta_unfold_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:02.8288405Z test_meta_unfold_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:02.8395339Z test_meta_unfold_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:02.8486870Z test_meta_unfold_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.8579512Z test_meta_unfold_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.8671182Z test_meta_unfold_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.8766729Z test_meta_unfold_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.8860033Z test_meta_unfold_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:02.8902604Z test_meta_uniform_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.8947350Z test_meta_uniform_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.8993048Z test_meta_uniform_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.9035250Z test_meta_uniform_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.9077056Z test_meta_uniform_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:02.9119360Z test_meta_uniform_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:04.1739687Z test_meta_unique_consecutive_cuda_bool (__main__.TestMetaCUDA) ... ok (1.262s) 2022-09-27T16:21:05.4754015Z test_meta_unique_consecutive_cuda_float16 (__main__.TestMetaCUDA) ... ok (1.301s) 2022-09-27T16:21:06.7628781Z test_meta_unique_consecutive_cuda_float32 (__main__.TestMetaCUDA) ... ok (1.287s) 2022-09-27T16:21:08.0551991Z test_meta_unique_consecutive_cuda_float64 (__main__.TestMetaCUDA) ... ok (1.292s) 2022-09-27T16:21:09.3322708Z test_meta_unique_consecutive_cuda_int16 (__main__.TestMetaCUDA) ... ok (1.277s) 2022-09-27T16:21:10.6020761Z test_meta_unique_consecutive_cuda_int32 (__main__.TestMetaCUDA) ... ok (1.270s) 2022-09-27T16:21:11.8670581Z test_meta_unique_consecutive_cuda_int64 (__main__.TestMetaCUDA) ... ok (1.265s) 2022-09-27T16:21:13.1391880Z test_meta_unique_consecutive_cuda_int8 (__main__.TestMetaCUDA) ... ok (1.272s) 2022-09-27T16:21:14.4329322Z test_meta_unique_consecutive_cuda_uint8 (__main__.TestMetaCUDA) ... ok (1.294s) 2022-09-27T16:21:17.0140501Z test_meta_unique_cuda_bool (__main__.TestMetaCUDA) ... ok (2.581s) 2022-09-27T16:21:19.6103014Z test_meta_unique_cuda_float16 (__main__.TestMetaCUDA) ... ok (2.596s) 2022-09-27T16:21:22.2365215Z test_meta_unique_cuda_float32 (__main__.TestMetaCUDA) ... ok (2.626s) 2022-09-27T16:21:24.8612243Z test_meta_unique_cuda_float64 (__main__.TestMetaCUDA) ... ok (2.624s) 2022-09-27T16:21:27.4701703Z test_meta_unique_cuda_int16 (__main__.TestMetaCUDA) ... ok (2.609s) 2022-09-27T16:21:30.0805898Z test_meta_unique_cuda_int32 (__main__.TestMetaCUDA) ... ok (2.610s) 2022-09-27T16:21:32.6914499Z test_meta_unique_cuda_int64 (__main__.TestMetaCUDA) ... ok (2.611s) 2022-09-27T16:21:35.2801830Z test_meta_unique_cuda_int8 (__main__.TestMetaCUDA) ... ok (2.589s) 2022-09-27T16:21:37.8785355Z test_meta_unique_cuda_uint8 (__main__.TestMetaCUDA) ... ok (2.598s) 2022-09-27T16:21:37.8841148Z test_meta_unsqueeze_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:37.8886719Z test_meta_unsqueeze_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:37.8947596Z test_meta_unsqueeze_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:37.9008903Z test_meta_unsqueeze_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:37.9070165Z test_meta_unsqueeze_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:37.9123271Z test_meta_unsqueeze_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:37.9176449Z test_meta_unsqueeze_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:37.9229577Z test_meta_unsqueeze_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:37.9276291Z test_meta_unsqueeze_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:37.9322885Z test_meta_unsqueeze_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:37.9369323Z test_meta_unsqueeze_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:37.9416020Z test_meta_unsqueeze_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:37.9462484Z test_meta_unsqueeze_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:37.9535961Z test_meta_var_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:37.9634597Z test_meta_var_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:21:37.9731137Z test_meta_var_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:21:37.9802559Z test_meta_var_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:37.9869859Z test_meta_var_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:37.9937122Z test_meta_var_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:38.0041086Z test_meta_var_mean_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:21:38.0148158Z test_meta_var_mean_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:38.0258338Z test_meta_var_mean_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:38.0358003Z test_meta_var_mean_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.010s) 2022-09-27T16:21:38.0451783Z test_meta_var_mean_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:38.0546273Z test_meta_var_mean_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.009s) 2022-09-27T16:21:38.0573046Z test_meta_vdot_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.0610486Z test_meta_vdot_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.0647688Z test_meta_vdot_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.0675152Z test_meta_vdot_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.0702253Z test_meta_vdot_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.0728360Z test_meta_vdot_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.0746458Z test_meta_view_as_complex_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.0764041Z test_meta_view_as_complex_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.0781488Z test_meta_view_as_complex_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.0824100Z test_meta_view_as_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.0858065Z test_meta_view_as_cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.0906747Z test_meta_view_as_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.0954940Z test_meta_view_as_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.1004209Z test_meta_view_as_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.1044938Z test_meta_view_as_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1085812Z test_meta_view_as_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1126676Z test_meta_view_as_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1163036Z test_meta_view_as_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1199046Z test_meta_view_as_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1235306Z test_meta_view_as_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1270577Z test_meta_view_as_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.1305237Z test_meta_view_as_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.1329690Z test_meta_view_as_real_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.1354260Z test_meta_view_as_real_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.1403409Z test_meta_view_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.1446204Z test_meta_view_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1500526Z test_meta_view_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.1556240Z test_meta_view_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.1610387Z test_meta_view_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.1658270Z test_meta_view_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.1705971Z test_meta_view_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.1753804Z test_meta_view_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.1795549Z test_meta_view_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1837148Z test_meta_view_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1878768Z test_meta_view_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1920597Z test_meta_view_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1962582Z test_meta_view_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.1985308Z test_meta_vsplit_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2006601Z test_meta_vsplit_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2033284Z test_meta_vsplit_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.2058896Z test_meta_vsplit_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2085190Z test_meta_vsplit_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.2108608Z test_meta_vsplit_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2131832Z test_meta_vsplit_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2156038Z test_meta_vsplit_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2178387Z test_meta_vsplit_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2200900Z test_meta_vsplit_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2223121Z test_meta_vsplit_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2245647Z test_meta_vsplit_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2267915Z test_meta_vsplit_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2293135Z test_meta_vstack_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2309486Z test_meta_vstack_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2336771Z test_meta_vstack_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.2364319Z test_meta_vstack_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.2391380Z test_meta_vstack_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.2414456Z test_meta_vstack_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2437925Z test_meta_vstack_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2460776Z test_meta_vstack_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2478964Z test_meta_vstack_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2496687Z test_meta_vstack_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2514511Z test_meta_vstack_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2532280Z test_meta_vstack_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2550830Z test_meta_vstack_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.2620784Z test_meta_where_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:38.2680664Z test_meta_where_cuda_bool (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:38.2759106Z test_meta_where_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:38.2837531Z test_meta_where_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:38.2915531Z test_meta_where_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.008s) 2022-09-27T16:21:38.2984845Z test_meta_where_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:38.3056642Z test_meta_where_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:38.3128463Z test_meta_where_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.007s) 2022-09-27T16:21:38.3192377Z test_meta_where_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:38.3256005Z test_meta_where_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:38.3320146Z test_meta_where_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:38.3383557Z test_meta_where_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:38.3446727Z test_meta_where_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:38.3576065Z test_meta_xlogy_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:21:38.3689450Z test_meta_xlogy_cuda_bool (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:38.3815407Z test_meta_xlogy_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:21:38.3941466Z test_meta_xlogy_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:21:38.4067596Z test_meta_xlogy_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.013s) 2022-09-27T16:21:38.4180384Z test_meta_xlogy_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:38.4295996Z test_meta_xlogy_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:38.4411130Z test_meta_xlogy_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:38.4523048Z test_meta_xlogy_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:38.4634476Z test_meta_xlogy_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.011s) 2022-09-27T16:21:38.4673336Z test_meta_zero__cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.4708853Z test_meta_zero__cuda_bool (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.4750372Z test_meta_zero__cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.4792419Z test_meta_zero__cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.4829468Z test_meta_zero__cuda_float16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.4867535Z test_meta_zero__cuda_float32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.4906367Z test_meta_zero__cuda_float64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.4942586Z test_meta_zero__cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.4978697Z test_meta_zero__cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.5014723Z test_meta_zero__cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.5050324Z test_meta_zero__cuda_int8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.5085311Z test_meta_zero__cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.003s) 2022-09-27T16:21:38.5108317Z test_meta_zeros_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5132322Z test_meta_zeros_cuda_bool (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5156111Z test_meta_zeros_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5179599Z test_meta_zeros_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5203473Z test_meta_zeros_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5226928Z test_meta_zeros_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5250906Z test_meta_zeros_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5274634Z test_meta_zeros_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5298286Z test_meta_zeros_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5322272Z test_meta_zeros_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5345735Z test_meta_zeros_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5369566Z test_meta_zeros_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5393479Z test_meta_zeros_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.002s) 2022-09-27T16:21:38.5442029Z test_meta_zeros_like_cuda_bfloat16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.5485502Z test_meta_zeros_like_cuda_bool (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.5541956Z test_meta_zeros_like_cuda_complex128 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:38.5598421Z test_meta_zeros_like_cuda_complex32 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:38.5654476Z test_meta_zeros_like_cuda_complex64 (__main__.TestMetaCUDA) ... ok (0.006s) 2022-09-27T16:21:38.5704337Z test_meta_zeros_like_cuda_float16 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.5754573Z test_meta_zeros_like_cuda_float32 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.5804434Z test_meta_zeros_like_cuda_float64 (__main__.TestMetaCUDA) ... ok (0.005s) 2022-09-27T16:21:38.5848746Z test_meta_zeros_like_cuda_int16 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.5893461Z test_meta_zeros_like_cuda_int32 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.5937843Z test_meta_zeros_like_cuda_int64 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.5982380Z test_meta_zeros_like_cuda_int8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.6026813Z test_meta_zeros_like_cuda_uint8 (__main__.TestMetaCUDA) ... ok (0.004s) 2022-09-27T16:21:38.6045485Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:21:38.6059568Z test_imag (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:21:38.6069782Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:21:38.6081084Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:21:38.6090891Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:21:38.6100094Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:21:38.6113668Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:21:38.6126991Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:21:38.6139056Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s) 2022-09-27T16:21:38.6156463Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:21:38.6172910Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:21:38.6198259Z test_weakref (__main__.TestMetaConverter) ... ok (0.002s) 2022-09-27T16:21:38.6198609Z 2022-09-27T16:21:38.6199045Z ---------------------------------------------------------------------- 2022-09-27T16:21:38.6201840Z Ran 10384 tests in 933.072s 2022-09-27T16:21:38.6202213Z 2022-09-27T16:21:38.6202434Z OK (skipped=161) 2022-09-27T16:21:38.6202723Z 2022-09-27T16:21:38.6204449Z Generating XML reports... 2022-09-27T16:21:39.9106257Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCUDA-20220927160605.xml 2022-09-27T16:21:39.9118220Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220927160605.xml 2022-09-27T16:21:40.9384044Z Running test_jit_fuser_te ... [2022-09-27 16:21:40.937782] 2022-09-27T16:21:40.9384788Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:21:40.937880] 2022-09-27T16:21:45.6319367Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:21:46.0400244Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-09-27T16:21:46.1129527Z 2022-09-27T16:21:46.1129845Z Running tests... 2022-09-27T16:21:46.1130455Z ---------------------------------------------------------------------- 2022-09-27T16:21:46.2669859Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.154s) 2022-09-27T16:21:46.2692492Z test_failures___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:21:46.2703232Z test_failures_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:46.2714067Z test_failures_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:46.2728395Z test_nnc_correctness_H_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2742548Z test_nnc_correctness_H_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2757527Z test_nnc_correctness_H_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2771544Z test_nnc_correctness_H_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2785594Z test_nnc_correctness_H_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2801647Z test_nnc_correctness_H_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:21:46.2815760Z test_nnc_correctness_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2830061Z test_nnc_correctness_H_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2844581Z test_nnc_correctness_H_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2858691Z test_nnc_correctness_H_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2873438Z test_nnc_correctness_H_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2886926Z test_nnc_correctness_H_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2901184Z test_nnc_correctness_H_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2915846Z test_nnc_correctness_T_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2929228Z test_nnc_correctness_T_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2942953Z test_nnc_correctness_T_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2956815Z test_nnc_correctness_T_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2970472Z test_nnc_correctness_T_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2984063Z test_nnc_correctness_T_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.2998081Z test_nnc_correctness_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3012970Z test_nnc_correctness_T_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3027723Z test_nnc_correctness_T_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3042641Z test_nnc_correctness_T_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3057320Z test_nnc_correctness_T_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3072859Z test_nnc_correctness_T_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3087570Z test_nnc_correctness_T_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3102229Z test_nnc_correctness___getitem___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3117083Z test_nnc_correctness___getitem___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3131670Z test_nnc_correctness___getitem___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3145370Z test_nnc_correctness___getitem___cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3159278Z test_nnc_correctness___getitem___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3172853Z test_nnc_correctness___getitem___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3186585Z test_nnc_correctness___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3200396Z test_nnc_correctness___getitem___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3214815Z test_nnc_correctness___getitem___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3229891Z test_nnc_correctness___getitem___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3245079Z test_nnc_correctness___getitem___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3259940Z test_nnc_correctness___getitem___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3275272Z test_nnc_correctness___getitem___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3289894Z test_nnc_correctness___radd___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3304719Z test_nnc_correctness___radd___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3319860Z test_nnc_correctness___radd___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3333629Z test_nnc_correctness___radd___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3347301Z test_nnc_correctness___radd___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3361447Z test_nnc_correctness___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3375993Z test_nnc_correctness___radd___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3389735Z test_nnc_correctness___radd___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3403355Z test_nnc_correctness___radd___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3417838Z test_nnc_correctness___radd___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3432121Z test_nnc_correctness___radd___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3446476Z test_nnc_correctness___radd___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3460965Z test_nnc_correctness___rand___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3475036Z test_nnc_correctness___rand___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3488694Z test_nnc_correctness___rand___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3502177Z test_nnc_correctness___rand___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3516048Z test_nnc_correctness___rand___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3530624Z test_nnc_correctness___rand___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3545441Z test_nnc_correctness___rdiv___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3560476Z test_nnc_correctness___rdiv___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3575210Z test_nnc_correctness___rdiv___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3588746Z test_nnc_correctness___rdiv___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3603075Z test_nnc_correctness___rdiv___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3616721Z test_nnc_correctness___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3630479Z test_nnc_correctness___rdiv___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3644292Z test_nnc_correctness___rdiv___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3657779Z test_nnc_correctness___rdiv___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3671697Z test_nnc_correctness___rdiv___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3685265Z test_nnc_correctness___rdiv___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3700177Z test_nnc_correctness___rdiv___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3715117Z test_nnc_correctness___rmatmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3729758Z test_nnc_correctness___rmatmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3744641Z test_nnc_correctness___rmatmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3759475Z test_nnc_correctness___rmatmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3774398Z test_nnc_correctness___rmatmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3789254Z test_nnc_correctness___rmod___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3803207Z test_nnc_correctness___rmod___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3816769Z test_nnc_correctness___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3830540Z test_nnc_correctness___rmod___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3844179Z test_nnc_correctness___rmod___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3859072Z test_nnc_correctness___rmod___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3874211Z test_nnc_correctness___rmod___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3889207Z test_nnc_correctness___rmod___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3903843Z test_nnc_correctness___rmod___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3918978Z test_nnc_correctness___rmul___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3933776Z test_nnc_correctness___rmul___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3948445Z test_nnc_correctness___rmul___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3963138Z test_nnc_correctness___rmul___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3976807Z test_nnc_correctness___rmul___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.3991720Z test_nnc_correctness___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4005194Z test_nnc_correctness___rmul___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4018919Z test_nnc_correctness___rmul___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4033494Z test_nnc_correctness___rmul___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4047065Z test_nnc_correctness___rmul___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4060904Z test_nnc_correctness___rmul___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4074969Z test_nnc_correctness___rmul___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4088783Z test_nnc_correctness___ror___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4102631Z test_nnc_correctness___ror___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4117025Z test_nnc_correctness___ror___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4130832Z test_nnc_correctness___ror___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4145259Z test_nnc_correctness___ror___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4159243Z test_nnc_correctness___ror___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4173566Z test_nnc_correctness___rpow___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4187413Z test_nnc_correctness___rpow___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4201290Z test_nnc_correctness___rpow___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4214893Z test_nnc_correctness___rpow___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4228825Z test_nnc_correctness___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4243372Z test_nnc_correctness___rpow___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4257257Z test_nnc_correctness___rpow___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4270992Z test_nnc_correctness___rpow___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4286056Z test_nnc_correctness___rpow___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4299996Z test_nnc_correctness___rpow___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4314018Z test_nnc_correctness___rpow___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4327904Z test_nnc_correctness___rsub___cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4341758Z test_nnc_correctness___rsub___cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4355564Z test_nnc_correctness___rsub___cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4369354Z test_nnc_correctness___rsub___cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4384394Z test_nnc_correctness___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4398668Z test_nnc_correctness___rsub___cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4412705Z test_nnc_correctness___rsub___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4426288Z test_nnc_correctness___rsub___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4440359Z test_nnc_correctness___rsub___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4455467Z test_nnc_correctness___rsub___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4469369Z test_nnc_correctness___rsub___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4483578Z test_nnc_correctness___rxor___cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4497311Z test_nnc_correctness___rxor___cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4510947Z test_nnc_correctness___rxor___cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4525044Z test_nnc_correctness___rxor___cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4540953Z test_nnc_correctness___rxor___cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4555344Z test_nnc_correctness___rxor___cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4569086Z test_nnc_correctness__masked_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4582618Z test_nnc_correctness__masked_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4596422Z test_nnc_correctness__masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4610254Z test_nnc_correctness__masked_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4624863Z test_nnc_correctness__masked_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4640269Z test_nnc_correctness__masked_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4654872Z test_nnc_correctness__masked_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4669664Z test_nnc_correctness__masked_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4684708Z test_nnc_correctness__masked_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4698644Z test_nnc_correctness__masked_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4712800Z test_nnc_correctness__masked_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4726332Z test_nnc_correctness__masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4741074Z test_nnc_correctness__masked_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4756223Z test_nnc_correctness__masked_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4770022Z test_nnc_correctness__masked_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4783617Z test_nnc_correctness__masked_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4797499Z test_nnc_correctness__masked_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4811278Z test_nnc_correctness__masked_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4826063Z test_nnc_correctness__masked_argmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4840436Z test_nnc_correctness__masked_argmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4855237Z test_nnc_correctness__masked_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4869315Z test_nnc_correctness__masked_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4884238Z test_nnc_correctness__masked_argmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4899118Z test_nnc_correctness__masked_argmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4914311Z test_nnc_correctness__masked_argmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4928823Z test_nnc_correctness__masked_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4942613Z test_nnc_correctness__masked_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4956516Z test_nnc_correctness__masked_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4970162Z test_nnc_correctness__masked_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4984320Z test_nnc_correctness__masked_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.4999178Z test_nnc_correctness__masked_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5013082Z test_nnc_correctness__masked_argmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5027047Z test_nnc_correctness__masked_argmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5041070Z test_nnc_correctness__masked_argmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5054862Z test_nnc_correctness__masked_argmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5068606Z test_nnc_correctness__masked_argmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5083199Z test_nnc_correctness__masked_cumprod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5097048Z test_nnc_correctness__masked_cumprod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5110645Z test_nnc_correctness__masked_cumprod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5124423Z test_nnc_correctness__masked_cumprod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5138106Z test_nnc_correctness__masked_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5152298Z test_nnc_correctness__masked_cumprod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5166029Z test_nnc_correctness__masked_cumprod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5179728Z test_nnc_correctness__masked_cumprod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5193559Z test_nnc_correctness__masked_cumprod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5206970Z test_nnc_correctness__masked_cumprod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5220619Z test_nnc_correctness__masked_cumprod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5234814Z test_nnc_correctness__masked_cumsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5248180Z test_nnc_correctness__masked_cumsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5262978Z test_nnc_correctness__masked_cumsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5278192Z test_nnc_correctness__masked_cumsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5292941Z test_nnc_correctness__masked_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5307928Z test_nnc_correctness__masked_cumsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5322048Z test_nnc_correctness__masked_cumsum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5335551Z test_nnc_correctness__masked_cumsum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5349310Z test_nnc_correctness__masked_cumsum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5363100Z test_nnc_correctness__masked_cumsum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5376628Z test_nnc_correctness__masked_cumsum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5391587Z test_nnc_correctness__masked_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5406130Z test_nnc_correctness__masked_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5421058Z test_nnc_correctness__masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5435016Z test_nnc_correctness__masked_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5448956Z test_nnc_correctness__masked_logaddexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5462713Z test_nnc_correctness__masked_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5476501Z test_nnc_correctness__masked_logaddexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5490088Z test_nnc_correctness__masked_logsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5503903Z test_nnc_correctness__masked_logsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5518123Z test_nnc_correctness__masked_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5532902Z test_nnc_correctness__masked_logsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5546420Z test_nnc_correctness__masked_logsumexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5560234Z test_nnc_correctness__masked_logsumexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5574059Z test_nnc_correctness__masked_logsumexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5588777Z test_nnc_correctness__masked_logsumexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5603359Z test_nnc_correctness__masked_logsumexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5617402Z test_nnc_correctness__masked_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5631009Z test_nnc_correctness__masked_mean_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5645025Z test_nnc_correctness__masked_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5658949Z test_nnc_correctness__masked_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5672878Z test_nnc_correctness__masked_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5686679Z test_nnc_correctness__masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5700245Z test_nnc_correctness__masked_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5714224Z test_nnc_correctness__masked_mean_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5728071Z test_nnc_correctness__masked_mean_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5742058Z test_nnc_correctness__masked_mean_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5757030Z test_nnc_correctness__masked_mean_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5772046Z test_nnc_correctness__masked_mean_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5785658Z test_nnc_correctness__masked_median_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5799500Z test_nnc_correctness__masked_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5813266Z test_nnc_correctness__masked_median_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5826832Z test_nnc_correctness__masked_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5841117Z test_nnc_correctness__masked_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5854442Z test_nnc_correctness__masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5868503Z test_nnc_correctness__masked_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5883179Z test_nnc_correctness__masked_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5897074Z test_nnc_correctness__masked_normalize_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5912128Z test_nnc_correctness__masked_normalize_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5927228Z test_nnc_correctness__masked_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5941029Z test_nnc_correctness__masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5955213Z test_nnc_correctness__masked_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5968945Z test_nnc_correctness__masked_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5982741Z test_nnc_correctness__masked_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.5996865Z test_nnc_correctness__masked_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6010521Z test_nnc_correctness__masked_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6024996Z test_nnc_correctness__masked_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6039245Z test_nnc_correctness__masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6052856Z test_nnc_correctness__masked_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6066975Z test_nnc_correctness__masked_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6081780Z test_nnc_correctness__masked_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6096450Z test_nnc_correctness__masked_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6110071Z test_nnc_correctness__masked_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6123930Z test_nnc_correctness__masked_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6137441Z test_nnc_correctness__masked_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6151614Z test_nnc_correctness__masked_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6165430Z test_nnc_correctness__masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6179246Z test_nnc_correctness__masked_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6193394Z test_nnc_correctness__masked_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6208073Z test_nnc_correctness__masked_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6222932Z test_nnc_correctness__masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6237623Z test_nnc_correctness__masked_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6251155Z test_nnc_correctness__masked_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6265830Z test_nnc_correctness__masked_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6280877Z test_nnc_correctness__masked_std_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6294507Z test_nnc_correctness__masked_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6309307Z test_nnc_correctness__masked_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6323189Z test_nnc_correctness__masked_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6336854Z test_nnc_correctness__masked_std_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6350487Z test_nnc_correctness__masked_std_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6364286Z test_nnc_correctness__masked_std_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6379027Z test_nnc_correctness__masked_std_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6392942Z test_nnc_correctness__masked_std_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6406527Z test_nnc_correctness__masked_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6420014Z test_nnc_correctness__masked_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6433930Z test_nnc_correctness__masked_sum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6447788Z test_nnc_correctness__masked_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6461216Z test_nnc_correctness__masked_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6475087Z test_nnc_correctness__masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6489750Z test_nnc_correctness__masked_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6504513Z test_nnc_correctness__masked_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6519524Z test_nnc_correctness__masked_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6534233Z test_nnc_correctness__masked_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6549215Z test_nnc_correctness__masked_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6564113Z test_nnc_correctness__masked_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6578990Z test_nnc_correctness__masked_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6593109Z test_nnc_correctness__masked_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6606769Z test_nnc_correctness__masked_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6620339Z test_nnc_correctness__masked_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6634135Z test_nnc_correctness__masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6647811Z test_nnc_correctness__masked_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6661357Z test_nnc_correctness__masked_var_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6676515Z test_nnc_correctness__masked_var_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6690319Z test_nnc_correctness__masked_var_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6703860Z test_nnc_correctness__masked_var_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6717696Z test_nnc_correctness__masked_var_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6731320Z test_nnc_correctness_abs_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6744922Z test_nnc_correctness_abs_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6758697Z test_nnc_correctness_abs_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6772340Z test_nnc_correctness_abs_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6785930Z test_nnc_correctness_abs_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6799761Z test_nnc_correctness_abs_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6813490Z test_nnc_correctness_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6827057Z test_nnc_correctness_abs_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6840973Z test_nnc_correctness_abs_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6854574Z test_nnc_correctness_abs_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6868278Z test_nnc_correctness_abs_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6882758Z test_nnc_correctness_abs_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6896321Z test_nnc_correctness_abs_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6909941Z test_nnc_correctness_acos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6923795Z test_nnc_correctness_acos_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6938460Z test_nnc_correctness_acos_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6952188Z test_nnc_correctness_acos_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6965804Z test_nnc_correctness_acos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6980679Z test_nnc_correctness_acos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.6995659Z test_nnc_correctness_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7010688Z test_nnc_correctness_acos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7025330Z test_nnc_correctness_acos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7039980Z test_nnc_correctness_acos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7054858Z test_nnc_correctness_acos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7069760Z test_nnc_correctness_acos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7083564Z test_nnc_correctness_acos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7097118Z test_nnc_correctness_acosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7110773Z test_nnc_correctness_acosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7125645Z test_nnc_correctness_acosh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7140441Z test_nnc_correctness_acosh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7154289Z test_nnc_correctness_acosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7167963Z test_nnc_correctness_acosh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7181841Z test_nnc_correctness_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7196647Z test_nnc_correctness_acosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7211353Z test_nnc_correctness_acosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7225860Z test_nnc_correctness_acosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7240949Z test_nnc_correctness_acosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7255738Z test_nnc_correctness_acosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7270551Z test_nnc_correctness_acosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7285626Z test_nnc_correctness_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7300195Z test_nnc_correctness_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7314144Z test_nnc_correctness_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7327667Z test_nnc_correctness_add_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7341222Z test_nnc_correctness_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7355094Z test_nnc_correctness_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7368644Z test_nnc_correctness_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7382272Z test_nnc_correctness_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7396015Z test_nnc_correctness_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7409483Z test_nnc_correctness_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7423244Z test_nnc_correctness_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7437173Z test_nnc_correctness_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7450744Z test_nnc_correctness_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7464534Z test_nnc_correctness_addbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7478552Z test_nnc_correctness_addbmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7492748Z test_nnc_correctness_addbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7506362Z test_nnc_correctness_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7520091Z test_nnc_correctness_addbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7533737Z test_nnc_correctness_addcdiv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7547323Z test_nnc_correctness_addcdiv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7561059Z test_nnc_correctness_addcdiv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7575494Z test_nnc_correctness_addcdiv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7590411Z test_nnc_correctness_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7605302Z test_nnc_correctness_addcdiv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7620142Z test_nnc_correctness_addcmul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7635170Z test_nnc_correctness_addcmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7648759Z test_nnc_correctness_addcmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7662450Z test_nnc_correctness_addcmul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7677499Z test_nnc_correctness_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7692414Z test_nnc_correctness_addcmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7707102Z test_nnc_correctness_addcmul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7720894Z test_nnc_correctness_addcmul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7734581Z test_nnc_correctness_addcmul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7748084Z test_nnc_correctness_addcmul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7762405Z test_nnc_correctness_addcmul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7777000Z test_nnc_correctness_addmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7791918Z test_nnc_correctness_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7806632Z test_nnc_correctness_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7820854Z test_nnc_correctness_addmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7835954Z test_nnc_correctness_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7850601Z test_nnc_correctness_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7865361Z test_nnc_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7880342Z test_nnc_correctness_addmm_decomposed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7895267Z test_nnc_correctness_addmm_decomposed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7910267Z test_nnc_correctness_addmm_decomposed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7923876Z test_nnc_correctness_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7937564Z test_nnc_correctness_addmm_decomposed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7951847Z test_nnc_correctness_addmv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7965373Z test_nnc_correctness_addmv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7979029Z test_nnc_correctness_addmv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.7994018Z test_nnc_correctness_addmv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8008771Z test_nnc_correctness_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8023713Z test_nnc_correctness_addmv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8037758Z test_nnc_correctness_addr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8051405Z test_nnc_correctness_addr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8064914Z test_nnc_correctness_addr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8078766Z test_nnc_correctness_addr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8092514Z test_nnc_correctness_addr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8106130Z test_nnc_correctness_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8121090Z test_nnc_correctness_addr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8135798Z test_nnc_correctness_addr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8150675Z test_nnc_correctness_addr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8165456Z test_nnc_correctness_addr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8180141Z test_nnc_correctness_addr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8195195Z test_nnc_correctness_addr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8209968Z test_nnc_correctness_all_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8224797Z test_nnc_correctness_all_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8239799Z test_nnc_correctness_all_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8254539Z test_nnc_correctness_all_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8269309Z test_nnc_correctness_all_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8284270Z test_nnc_correctness_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8298729Z test_nnc_correctness_all_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8312612Z test_nnc_correctness_all_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8327327Z test_nnc_correctness_all_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8340939Z test_nnc_correctness_all_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8355670Z test_nnc_correctness_all_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8369353Z test_nnc_correctness_all_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8379224Z test_nnc_correctness_allclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.8388124Z test_nnc_correctness_allclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.8397997Z test_nnc_correctness_allclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.8407586Z test_nnc_correctness_allclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.8417431Z test_nnc_correctness_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.8428789Z test_nnc_correctness_allclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:46.8442208Z test_nnc_correctness_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8456667Z test_nnc_correctness_amax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8471662Z test_nnc_correctness_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8486398Z test_nnc_correctness_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8499853Z test_nnc_correctness_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8513636Z test_nnc_correctness_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8527253Z test_nnc_correctness_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8540836Z test_nnc_correctness_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8554685Z test_nnc_correctness_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8568565Z test_nnc_correctness_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8582317Z test_nnc_correctness_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8596007Z test_nnc_correctness_amin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8609486Z test_nnc_correctness_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8623150Z test_nnc_correctness_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8637056Z test_nnc_correctness_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8650545Z test_nnc_correctness_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8664143Z test_nnc_correctness_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8677926Z test_nnc_correctness_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8691647Z test_nnc_correctness_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8706271Z test_nnc_correctness_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8721278Z test_nnc_correctness_aminmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8736021Z test_nnc_correctness_aminmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8750846Z test_nnc_correctness_aminmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8765908Z test_nnc_correctness_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8779380Z test_nnc_correctness_aminmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8793379Z test_nnc_correctness_aminmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8806980Z test_nnc_correctness_aminmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8821659Z test_nnc_correctness_aminmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8836655Z test_nnc_correctness_aminmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8850244Z test_nnc_correctness_aminmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8865012Z test_nnc_correctness_angle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8880055Z test_nnc_correctness_angle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8894806Z test_nnc_correctness_angle_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8908419Z test_nnc_correctness_angle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8922804Z test_nnc_correctness_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8936303Z test_nnc_correctness_angle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8949934Z test_nnc_correctness_angle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8963716Z test_nnc_correctness_angle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8978353Z test_nnc_correctness_angle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.8993311Z test_nnc_correctness_angle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9006911Z test_nnc_correctness_angle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9021907Z test_nnc_correctness_any_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9036044Z test_nnc_correctness_any_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9049582Z test_nnc_correctness_any_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9063182Z test_nnc_correctness_any_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9077020Z test_nnc_correctness_any_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9090536Z test_nnc_correctness_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9105241Z test_nnc_correctness_any_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9120157Z test_nnc_correctness_any_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9135040Z test_nnc_correctness_any_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9148635Z test_nnc_correctness_any_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9163197Z test_nnc_correctness_any_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9176597Z test_nnc_correctness_any_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9190191Z test_nnc_correctness_arange_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9204923Z test_nnc_correctness_arange_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9219538Z test_nnc_correctness_arange_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9234456Z test_nnc_correctness_arange_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9249212Z test_nnc_correctness_arange_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9262802Z test_nnc_correctness_arange_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9277618Z test_nnc_correctness_arange_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9292200Z test_nnc_correctness_arange_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9306851Z test_nnc_correctness_arange_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9321674Z test_nnc_correctness_argmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9336243Z test_nnc_correctness_argmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9350837Z test_nnc_correctness_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9365601Z test_nnc_correctness_argmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9379932Z test_nnc_correctness_argmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9394911Z test_nnc_correctness_argmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9409622Z test_nnc_correctness_argmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9424400Z test_nnc_correctness_argmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9439303Z test_nnc_correctness_argmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9453005Z test_nnc_correctness_argmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9466526Z test_nnc_correctness_argmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9480367Z test_nnc_correctness_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9494166Z test_nnc_correctness_argmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9507616Z test_nnc_correctness_argmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9524122Z test_nnc_correctness_argmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9537494Z test_nnc_correctness_argmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9551801Z test_nnc_correctness_argmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9567140Z test_nnc_correctness_argmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9582873Z test_nnc_correctness_argsort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9596860Z test_nnc_correctness_argsort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9611124Z test_nnc_correctness_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9624584Z test_nnc_correctness_argsort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9638421Z test_nnc_correctness_argsort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9652053Z test_nnc_correctness_argsort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9665650Z test_nnc_correctness_argsort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9679406Z test_nnc_correctness_argsort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9692929Z test_nnc_correctness_argsort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9706719Z test_nnc_correctness_argwhere_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9721706Z test_nnc_correctness_argwhere_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9736437Z test_nnc_correctness_argwhere_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9751458Z test_nnc_correctness_argwhere_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9766083Z test_nnc_correctness_argwhere_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9780819Z test_nnc_correctness_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9794632Z test_nnc_correctness_argwhere_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9808085Z test_nnc_correctness_argwhere_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9821766Z test_nnc_correctness_argwhere_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9835421Z test_nnc_correctness_argwhere_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9849939Z test_nnc_correctness_argwhere_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9864641Z test_nnc_correctness_argwhere_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9879040Z test_nnc_correctness_as_strided_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9892774Z test_nnc_correctness_as_strided_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9907552Z test_nnc_correctness_as_strided_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9921275Z test_nnc_correctness_as_strided_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9934917Z test_nnc_correctness_as_strided_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9948498Z test_nnc_correctness_as_strided_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9962776Z test_nnc_correctness_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9976333Z test_nnc_correctness_as_strided_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:46.9989830Z test_nnc_correctness_as_strided_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0004006Z test_nnc_correctness_as_strided_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0017462Z test_nnc_correctness_as_strided_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0031984Z test_nnc_correctness_as_strided_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0045442Z test_nnc_correctness_as_strided_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0059031Z test_nnc_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0073020Z test_nnc_correctness_as_strided_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0087502Z test_nnc_correctness_as_strided_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0102308Z test_nnc_correctness_as_strided_scatter_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0117452Z test_nnc_correctness_as_strided_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0130870Z test_nnc_correctness_as_strided_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0144530Z test_nnc_correctness_as_strided_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0158810Z test_nnc_correctness_as_strided_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0172190Z test_nnc_correctness_as_strided_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0185603Z test_nnc_correctness_as_strided_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0200121Z test_nnc_correctness_as_strided_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0213708Z test_nnc_correctness_as_strided_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0227348Z test_nnc_correctness_as_strided_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0241503Z test_nnc_correctness_asin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0256164Z test_nnc_correctness_asin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0271193Z test_nnc_correctness_asin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0285048Z test_nnc_correctness_asin_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0298601Z test_nnc_correctness_asin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0312653Z test_nnc_correctness_asin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0327390Z test_nnc_correctness_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0342166Z test_nnc_correctness_asin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0357298Z test_nnc_correctness_asin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0371122Z test_nnc_correctness_asin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0385734Z test_nnc_correctness_asin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0401181Z test_nnc_correctness_asin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0415880Z test_nnc_correctness_asin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0430323Z test_nnc_correctness_asinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0444736Z test_nnc_correctness_asinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0459398Z test_nnc_correctness_asinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0474519Z test_nnc_correctness_asinh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0487942Z test_nnc_correctness_asinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0502918Z test_nnc_correctness_asinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0517878Z test_nnc_correctness_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0531400Z test_nnc_correctness_asinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0544831Z test_nnc_correctness_asinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0559251Z test_nnc_correctness_asinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0573124Z test_nnc_correctness_asinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0586320Z test_nnc_correctness_asinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0600910Z test_nnc_correctness_asinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0614254Z test_nnc_correctness_atan2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0627970Z test_nnc_correctness_atan2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0642372Z test_nnc_correctness_atan2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0655805Z test_nnc_correctness_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0669287Z test_nnc_correctness_atan2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0683784Z test_nnc_correctness_atan2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0698346Z test_nnc_correctness_atan2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0712245Z test_nnc_correctness_atan2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0727061Z test_nnc_correctness_atan2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0741518Z test_nnc_correctness_atan2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0756040Z test_nnc_correctness_atan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0769659Z test_nnc_correctness_atan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0783302Z test_nnc_correctness_atan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0797197Z test_nnc_correctness_atan_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0810738Z test_nnc_correctness_atan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0824295Z test_nnc_correctness_atan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0838189Z test_nnc_correctness_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0851748Z test_nnc_correctness_atan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0865276Z test_nnc_correctness_atan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0878998Z test_nnc_correctness_atan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0893704Z test_nnc_correctness_atan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0908402Z test_nnc_correctness_atan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0922893Z test_nnc_correctness_atan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0937603Z test_nnc_correctness_atanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0951284Z test_nnc_correctness_atanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0964904Z test_nnc_correctness_atanh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0978398Z test_nnc_correctness_atanh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.0992253Z test_nnc_correctness_atanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1005719Z test_nnc_correctness_atanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1019574Z test_nnc_correctness_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1033144Z test_nnc_correctness_atanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1046833Z test_nnc_correctness_atanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1060183Z test_nnc_correctness_atanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1073985Z test_nnc_correctness_atanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1087435Z test_nnc_correctness_atanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1101018Z test_nnc_correctness_atanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1115871Z test_nnc_correctness_atleast_1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1130594Z test_nnc_correctness_atleast_1d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1145232Z test_nnc_correctness_atleast_1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1160092Z test_nnc_correctness_atleast_1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1174859Z test_nnc_correctness_atleast_1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1189508Z test_nnc_correctness_atleast_1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1204402Z test_nnc_correctness_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1219164Z test_nnc_correctness_atleast_1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1234152Z test_nnc_correctness_atleast_1d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1248772Z test_nnc_correctness_atleast_1d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1263367Z test_nnc_correctness_atleast_1d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1277387Z test_nnc_correctness_atleast_1d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1291923Z test_nnc_correctness_atleast_1d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1306689Z test_nnc_correctness_atleast_2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1320446Z test_nnc_correctness_atleast_2d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1334032Z test_nnc_correctness_atleast_2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1347692Z test_nnc_correctness_atleast_2d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1361587Z test_nnc_correctness_atleast_2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1375161Z test_nnc_correctness_atleast_2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1388721Z test_nnc_correctness_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1403046Z test_nnc_correctness_atleast_2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1416633Z test_nnc_correctness_atleast_2d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1430212Z test_nnc_correctness_atleast_2d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1444104Z test_nnc_correctness_atleast_2d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1457675Z test_nnc_correctness_atleast_2d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1471233Z test_nnc_correctness_atleast_2d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1485017Z test_nnc_correctness_atleast_3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1498730Z test_nnc_correctness_atleast_3d_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1512571Z test_nnc_correctness_atleast_3d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1526087Z test_nnc_correctness_atleast_3d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1539585Z test_nnc_correctness_atleast_3d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1553368Z test_nnc_correctness_atleast_3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1567033Z test_nnc_correctness_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1580635Z test_nnc_correctness_atleast_3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1594373Z test_nnc_correctness_atleast_3d_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1609133Z test_nnc_correctness_atleast_3d_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1623677Z test_nnc_correctness_atleast_3d_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1638625Z test_nnc_correctness_atleast_3d_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1652187Z test_nnc_correctness_atleast_3d_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1666720Z test_nnc_correctness_baddbmm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1681752Z test_nnc_correctness_baddbmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1696392Z test_nnc_correctness_baddbmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1711301Z test_nnc_correctness_baddbmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1725973Z test_nnc_correctness_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1740740Z test_nnc_correctness_baddbmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1755575Z test_nnc_correctness_bernoulli_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1770284Z test_nnc_correctness_bernoulli_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1785657Z test_nnc_correctness_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1800490Z test_nnc_correctness_bernoulli_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1811389Z test_nnc_correctness_bfloat16_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1821786Z test_nnc_correctness_bfloat16_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1832732Z test_nnc_correctness_bfloat16_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1843450Z test_nnc_correctness_bfloat16_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1853800Z test_nnc_correctness_bfloat16_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1864640Z test_nnc_correctness_bfloat16_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1875444Z test_nnc_correctness_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1886344Z test_nnc_correctness_bfloat16_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1896912Z test_nnc_correctness_bfloat16_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1907356Z test_nnc_correctness_bfloat16_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1918260Z test_nnc_correctness_bfloat16_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1928882Z test_nnc_correctness_bfloat16_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1939500Z test_nnc_correctness_bfloat16_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:47.1954398Z test_nnc_correctness_bincount_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1969132Z test_nnc_correctness_bincount_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1983843Z test_nnc_correctness_bincount_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.1997569Z test_nnc_correctness_bincount_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2011308Z test_nnc_correctness_bincount_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2024678Z test_nnc_correctness_bitwise_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2038514Z test_nnc_correctness_bitwise_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2052159Z test_nnc_correctness_bitwise_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2066799Z test_nnc_correctness_bitwise_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2081649Z test_nnc_correctness_bitwise_and_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2096247Z test_nnc_correctness_bitwise_and_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2111080Z test_nnc_correctness_bitwise_left_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2126434Z test_nnc_correctness_bitwise_left_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2140007Z test_nnc_correctness_bitwise_left_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2154853Z test_nnc_correctness_bitwise_left_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2169698Z test_nnc_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2184236Z test_nnc_correctness_bitwise_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2198964Z test_nnc_correctness_bitwise_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2212423Z test_nnc_correctness_bitwise_not_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2226031Z test_nnc_correctness_bitwise_not_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2239664Z test_nnc_correctness_bitwise_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2254107Z test_nnc_correctness_bitwise_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2268985Z test_nnc_correctness_bitwise_or_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2283257Z test_nnc_correctness_bitwise_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2296851Z test_nnc_correctness_bitwise_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2310509Z test_nnc_correctness_bitwise_or_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2324385Z test_nnc_correctness_bitwise_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2337936Z test_nnc_correctness_bitwise_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2351784Z test_nnc_correctness_bitwise_right_shift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2366982Z test_nnc_correctness_bitwise_right_shift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2381652Z test_nnc_correctness_bitwise_right_shift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2396193Z test_nnc_correctness_bitwise_right_shift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2409814Z test_nnc_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2423302Z test_nnc_correctness_bitwise_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2437235Z test_nnc_correctness_bitwise_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2450791Z test_nnc_correctness_bitwise_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2464291Z test_nnc_correctness_bitwise_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2478060Z test_nnc_correctness_bitwise_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2491675Z test_nnc_correctness_bitwise_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2506203Z test_nnc_correctness_block_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2519925Z test_nnc_correctness_block_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2533446Z test_nnc_correctness_block_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2547282Z test_nnc_correctness_block_diag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2562217Z test_nnc_correctness_block_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2576969Z test_nnc_correctness_block_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2591907Z test_nnc_correctness_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2606731Z test_nnc_correctness_block_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2621482Z test_nnc_correctness_block_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2636417Z test_nnc_correctness_block_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2651060Z test_nnc_correctness_block_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2664645Z test_nnc_correctness_block_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2678359Z test_nnc_correctness_block_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2691864Z test_nnc_correctness_bmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2705353Z test_nnc_correctness_bmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2719021Z test_nnc_correctness_bmm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2732612Z test_nnc_correctness_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2746294Z test_nnc_correctness_bmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2761399Z test_nnc_correctness_bool_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2776073Z test_nnc_correctness_bool_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2790638Z test_nnc_correctness_bool_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2805399Z test_nnc_correctness_bool_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2819258Z test_nnc_correctness_bool_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2833007Z test_nnc_correctness_bool_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2847535Z test_nnc_correctness_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2862177Z test_nnc_correctness_bool_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2877125Z test_nnc_correctness_bool_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2891875Z test_nnc_correctness_bool_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2906692Z test_nnc_correctness_bool_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2920317Z test_nnc_correctness_bool_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2933860Z test_nnc_correctness_bool_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2947493Z test_nnc_correctness_broadcast_shapes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2962659Z test_nnc_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2977551Z test_nnc_correctness_broadcast_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.2991386Z test_nnc_correctness_broadcast_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3004968Z test_nnc_correctness_broadcast_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3018892Z test_nnc_correctness_broadcast_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3032569Z test_nnc_correctness_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3046020Z test_nnc_correctness_broadcast_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3059617Z test_nnc_correctness_broadcast_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3074467Z test_nnc_correctness_broadcast_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3089136Z test_nnc_correctness_broadcast_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3103962Z test_nnc_correctness_broadcast_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3118742Z test_nnc_correctness_broadcast_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3133394Z test_nnc_correctness_broadcast_to_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3148071Z test_nnc_correctness_broadcast_to_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3162650Z test_nnc_correctness_broadcast_to_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3177117Z test_nnc_correctness_broadcast_to_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3192270Z test_nnc_correctness_broadcast_to_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3206829Z test_nnc_correctness_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3220494Z test_nnc_correctness_broadcast_to_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3234451Z test_nnc_correctness_broadcast_to_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3249124Z test_nnc_correctness_broadcast_to_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3263898Z test_nnc_correctness_broadcast_to_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3278671Z test_nnc_correctness_broadcast_to_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3293503Z test_nnc_correctness_broadcast_to_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3308117Z test_nnc_correctness_bucketize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3322835Z test_nnc_correctness_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3336079Z test_nnc_correctness_bucketize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3349532Z test_nnc_correctness_bucketize_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3364400Z test_nnc_correctness_bucketize_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3379144Z test_nnc_correctness_bucketize_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3394062Z test_nnc_correctness_bucketize_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3408650Z test_nnc_correctness_bucketize_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3422267Z test_nnc_correctness_byte_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3435866Z test_nnc_correctness_byte_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3449525Z test_nnc_correctness_byte_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3463043Z test_nnc_correctness_byte_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3476790Z test_nnc_correctness_byte_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3490283Z test_nnc_correctness_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3503962Z test_nnc_correctness_byte_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3517743Z test_nnc_correctness_byte_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3531272Z test_nnc_correctness_byte_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3545067Z test_nnc_correctness_byte_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3558744Z test_nnc_correctness_byte_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3572369Z test_nnc_correctness_byte_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3585969Z test_nnc_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3599524Z test_nnc_correctness_cartesian_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3613019Z test_nnc_correctness_cartesian_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3626596Z test_nnc_correctness_cartesian_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3640379Z test_nnc_correctness_cartesian_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3653972Z test_nnc_correctness_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3667408Z test_nnc_correctness_cartesian_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3681244Z test_nnc_correctness_cartesian_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3694725Z test_nnc_correctness_cartesian_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3709296Z test_nnc_correctness_cartesian_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3723616Z test_nnc_correctness_cartesian_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3738293Z test_nnc_correctness_cartesian_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3753391Z test_nnc_correctness_cat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3768292Z test_nnc_correctness_cat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3782837Z test_nnc_correctness_cat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3797702Z test_nnc_correctness_cat_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3812478Z test_nnc_correctness_cat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3827146Z test_nnc_correctness_cat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3841661Z test_nnc_correctness_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3856346Z test_nnc_correctness_cat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3871268Z test_nnc_correctness_cat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3886021Z test_nnc_correctness_cat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3899727Z test_nnc_correctness_cat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3913463Z test_nnc_correctness_cat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3926957Z test_nnc_correctness_cat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3940388Z test_nnc_correctness_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3954255Z test_nnc_correctness_cdist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3969076Z test_nnc_correctness_ceil_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3982329Z test_nnc_correctness_ceil_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.3997543Z test_nnc_correctness_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4012315Z test_nnc_correctness_ceil_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4026094Z test_nnc_correctness_ceil_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4040838Z test_nnc_correctness_ceil_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4055685Z test_nnc_correctness_ceil_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4070548Z test_nnc_correctness_ceil_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4085464Z test_nnc_correctness_ceil_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4100082Z test_nnc_correctness_chalf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4115094Z test_nnc_correctness_chalf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4128671Z test_nnc_correctness_chalf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4142252Z test_nnc_correctness_chalf_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4155991Z test_nnc_correctness_chalf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4169713Z test_nnc_correctness_chalf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4184333Z test_nnc_correctness_chalf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4199245Z test_nnc_correctness_chalf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4213984Z test_nnc_correctness_chalf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4228740Z test_nnc_correctness_chalf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4243404Z test_nnc_correctness_chalf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4256936Z test_nnc_correctness_chalf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4271914Z test_nnc_correctness_chalf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4286512Z test_nnc_correctness_char_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4301091Z test_nnc_correctness_char_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4315114Z test_nnc_correctness_char_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4328591Z test_nnc_correctness_char_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4342240Z test_nnc_correctness_char_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4355963Z test_nnc_correctness_char_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4369394Z test_nnc_correctness_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4383108Z test_nnc_correctness_char_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4397763Z test_nnc_correctness_char_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4412498Z test_nnc_correctness_char_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4427129Z test_nnc_correctness_char_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4442048Z test_nnc_correctness_char_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4456834Z test_nnc_correctness_char_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4471322Z test_nnc_correctness_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4485980Z test_nnc_correctness_cholesky_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4500403Z test_nnc_correctness_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4515215Z test_nnc_correctness_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4529610Z test_nnc_correctness_cholesky_inverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4545232Z test_nnc_correctness_cholesky_inverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4559517Z test_nnc_correctness_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4573410Z test_nnc_correctness_cholesky_inverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4587066Z test_nnc_correctness_cholesky_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4600703Z test_nnc_correctness_cholesky_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4615021Z test_nnc_correctness_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4628413Z test_nnc_correctness_cholesky_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4643026Z test_nnc_correctness_chunk_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4657583Z test_nnc_correctness_chunk_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4672545Z test_nnc_correctness_chunk_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4686141Z test_nnc_correctness_chunk_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4699809Z test_nnc_correctness_chunk_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4713460Z test_nnc_correctness_chunk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4728280Z test_nnc_correctness_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4742985Z test_nnc_correctness_chunk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4757919Z test_nnc_correctness_chunk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4772781Z test_nnc_correctness_chunk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4787275Z test_nnc_correctness_chunk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4802174Z test_nnc_correctness_chunk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4816895Z test_nnc_correctness_chunk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4832013Z test_nnc_correctness_clamp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4846454Z test_nnc_correctness_clamp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4859889Z test_nnc_correctness_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4873771Z test_nnc_correctness_clamp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4887514Z test_nnc_correctness_clamp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4902162Z test_nnc_correctness_clamp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4917180Z test_nnc_correctness_clamp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4931800Z test_nnc_correctness_clamp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4946380Z test_nnc_correctness_clamp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4961179Z test_nnc_correctness_clamp_max_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4975734Z test_nnc_correctness_clamp_max_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.4990534Z test_nnc_correctness_clamp_max_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5005392Z test_nnc_correctness_clamp_max_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5019038Z test_nnc_correctness_clamp_max_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5032927Z test_nnc_correctness_clamp_max_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5046499Z test_nnc_correctness_clamp_max_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5059892Z test_nnc_correctness_clamp_max_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5073746Z test_nnc_correctness_clamp_max_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5088383Z test_nnc_correctness_clamp_max_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5103284Z test_nnc_correctness_clamp_min_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5118201Z test_nnc_correctness_clamp_min_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5131838Z test_nnc_correctness_clamp_min_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5145374Z test_nnc_correctness_clamp_min_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5159056Z test_nnc_correctness_clamp_min_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5172474Z test_nnc_correctness_clamp_min_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5186107Z test_nnc_correctness_clamp_min_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5201101Z test_nnc_correctness_clamp_min_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5215938Z test_nnc_correctness_clamp_min_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5229521Z test_nnc_correctness_clamp_min_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5244414Z test_nnc_correctness_clone_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5259051Z test_nnc_correctness_clone_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5274043Z test_nnc_correctness_clone_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5288666Z test_nnc_correctness_clone_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5303552Z test_nnc_correctness_clone_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5318696Z test_nnc_correctness_clone_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5333516Z test_nnc_correctness_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5347184Z test_nnc_correctness_clone_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5360909Z test_nnc_correctness_clone_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5374318Z test_nnc_correctness_clone_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5387801Z test_nnc_correctness_clone_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5402247Z test_nnc_correctness_clone_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5415653Z test_nnc_correctness_clone_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5429323Z test_nnc_correctness_column_stack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5443204Z test_nnc_correctness_column_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5456866Z test_nnc_correctness_column_stack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5470413Z test_nnc_correctness_column_stack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5484357Z test_nnc_correctness_column_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5497802Z test_nnc_correctness_column_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5511752Z test_nnc_correctness_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5525189Z test_nnc_correctness_column_stack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5538754Z test_nnc_correctness_column_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5552573Z test_nnc_correctness_column_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5567561Z test_nnc_correctness_column_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5581031Z test_nnc_correctness_column_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5594906Z test_nnc_correctness_column_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5609320Z test_nnc_correctness_combinations_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5624093Z test_nnc_correctness_combinations_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5639034Z test_nnc_correctness_combinations_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5653758Z test_nnc_correctness_combinations_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5668409Z test_nnc_correctness_combinations_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5682951Z test_nnc_correctness_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5696491Z test_nnc_correctness_combinations_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5710025Z test_nnc_correctness_combinations_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5723901Z test_nnc_correctness_combinations_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5737824Z test_nnc_correctness_combinations_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5750969Z test_nnc_correctness_combinations_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5764646Z test_nnc_correctness_combinations_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5778450Z test_nnc_correctness_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5792154Z test_nnc_correctness_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5806864Z test_nnc_correctness_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5821582Z test_nnc_correctness_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5836820Z test_nnc_correctness_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5851833Z test_nnc_correctness_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5865370Z test_nnc_correctness_conj_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5879377Z test_nnc_correctness_conj_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5892915Z test_nnc_correctness_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5907774Z test_nnc_correctness_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5922734Z test_nnc_correctness_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5937473Z test_nnc_correctness_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5951169Z test_nnc_correctness_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5964841Z test_nnc_correctness_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5978429Z test_nnc_correctness_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.5993362Z test_nnc_correctness_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6008075Z test_nnc_correctness_conj_physical_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6022936Z test_nnc_correctness_conj_physical_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6038104Z test_nnc_correctness_conj_physical_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6051720Z test_nnc_correctness_conj_physical_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6066346Z test_nnc_correctness_conj_physical_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6081423Z test_nnc_correctness_conj_physical_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6094977Z test_nnc_correctness_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6108474Z test_nnc_correctness_conj_physical_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6123093Z test_nnc_correctness_conj_physical_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6136679Z test_nnc_correctness_conj_physical_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6151599Z test_nnc_correctness_conj_physical_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6165157Z test_nnc_correctness_conj_physical_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6178721Z test_nnc_correctness_conj_physical_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6192601Z test_nnc_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6206169Z test_nnc_correctness_constant_pad_nd_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6220934Z test_nnc_correctness_constant_pad_nd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6235749Z test_nnc_correctness_constant_pad_nd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6249309Z test_nnc_correctness_constant_pad_nd_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6262872Z test_nnc_correctness_constant_pad_nd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6276608Z test_nnc_correctness_constant_pad_nd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6290057Z test_nnc_correctness_constant_pad_nd_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6303605Z test_nnc_correctness_constant_pad_nd_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6318576Z test_nnc_correctness_constant_pad_nd_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6333698Z test_nnc_correctness_constant_pad_nd_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6347331Z test_nnc_correctness_constant_pad_nd_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6361057Z test_nnc_correctness_contiguous_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6374678Z test_nnc_correctness_contiguous_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6388254Z test_nnc_correctness_contiguous_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6402364Z test_nnc_correctness_contiguous_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6415862Z test_nnc_correctness_contiguous_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6431326Z test_nnc_correctness_contiguous_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6443803Z test_nnc_correctness_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6457530Z test_nnc_correctness_contiguous_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6470783Z test_nnc_correctness_contiguous_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6484406Z test_nnc_correctness_contiguous_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6499083Z test_nnc_correctness_contiguous_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6514126Z test_nnc_correctness_contiguous_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6528794Z test_nnc_correctness_contiguous_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6543501Z test_nnc_correctness_copysign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6557361Z test_nnc_correctness_copysign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6570864Z test_nnc_correctness_copysign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6584321Z test_nnc_correctness_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6598021Z test_nnc_correctness_copysign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6612827Z test_nnc_correctness_copysign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6626490Z test_nnc_correctness_copysign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6640320Z test_nnc_correctness_copysign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6653925Z test_nnc_correctness_copysign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6667442Z test_nnc_correctness_copysign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6682585Z test_nnc_correctness_corrcoef_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6697092Z test_nnc_correctness_corrcoef_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6712114Z test_nnc_correctness_corrcoef_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6726833Z test_nnc_correctness_corrcoef_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6741461Z test_nnc_correctness_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6756324Z test_nnc_correctness_corrcoef_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6771193Z test_nnc_correctness_corrcoef_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6785924Z test_nnc_correctness_corrcoef_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6800884Z test_nnc_correctness_corrcoef_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6815591Z test_nnc_correctness_corrcoef_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6830455Z test_nnc_correctness_corrcoef_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6845490Z test_nnc_correctness_cos_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6860086Z test_nnc_correctness_cos_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6874940Z test_nnc_correctness_cos_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6888697Z test_nnc_correctness_cos_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6902158Z test_nnc_correctness_cos_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6915800Z test_nnc_correctness_cos_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6929537Z test_nnc_correctness_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6943086Z test_nnc_correctness_cos_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6956926Z test_nnc_correctness_cos_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6971427Z test_nnc_correctness_cos_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.6986423Z test_nnc_correctness_cos_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7001131Z test_nnc_correctness_cos_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7014974Z test_nnc_correctness_cos_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7028691Z test_nnc_correctness_cosh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7042910Z test_nnc_correctness_cosh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7056415Z test_nnc_correctness_cosh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7071227Z test_nnc_correctness_cosh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7086040Z test_nnc_correctness_cosh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7101095Z test_nnc_correctness_cosh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7115727Z test_nnc_correctness_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7131500Z test_nnc_correctness_cosh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7146137Z test_nnc_correctness_cosh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7161149Z test_nnc_correctness_cosh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7175634Z test_nnc_correctness_cosh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7189255Z test_nnc_correctness_cosh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7202682Z test_nnc_correctness_cosh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7216137Z test_nnc_correctness_count_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7229661Z test_nnc_correctness_count_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7243510Z test_nnc_correctness_count_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7258181Z test_nnc_correctness_count_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7273192Z test_nnc_correctness_count_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7287854Z test_nnc_correctness_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7302539Z test_nnc_correctness_count_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7317453Z test_nnc_correctness_count_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7331223Z test_nnc_correctness_count_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7344663Z test_nnc_correctness_count_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7359219Z test_nnc_correctness_count_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7372686Z test_nnc_correctness_count_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7386383Z test_nnc_correctness_cov_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7399951Z test_nnc_correctness_cov_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7413423Z test_nnc_correctness_cov_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7426734Z test_nnc_correctness_cov_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7440204Z test_nnc_correctness_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7453559Z test_nnc_correctness_cov_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7466956Z test_nnc_correctness_cov_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7480447Z test_nnc_correctness_cov_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7493756Z test_nnc_correctness_cov_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7507133Z test_nnc_correctness_cov_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7520948Z test_nnc_correctness_cov_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7534279Z test_nnc_correctness_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7548712Z test_nnc_correctness_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7562854Z test_nnc_correctness_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7576356Z test_nnc_correctness_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7589710Z test_nnc_correctness_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7603434Z test_nnc_correctness_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7617540Z test_nnc_correctness_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7630867Z test_nnc_correctness_cross_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7644474Z test_nnc_correctness_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7658201Z test_nnc_correctness_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7671797Z test_nnc_correctness_cummax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7686234Z test_nnc_correctness_cummax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7700658Z test_nnc_correctness_cummax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7714216Z test_nnc_correctness_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7727960Z test_nnc_correctness_cummax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7741192Z test_nnc_correctness_cummax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7755191Z test_nnc_correctness_cummax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7768752Z test_nnc_correctness_cummax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7782128Z test_nnc_correctness_cummax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7796080Z test_nnc_correctness_cummax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7810461Z test_nnc_correctness_cummin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7824104Z test_nnc_correctness_cummin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7838072Z test_nnc_correctness_cummin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7852564Z test_nnc_correctness_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7866145Z test_nnc_correctness_cummin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7879961Z test_nnc_correctness_cummin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7893274Z test_nnc_correctness_cummin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7906469Z test_nnc_correctness_cummin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7920052Z test_nnc_correctness_cummin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7934404Z test_nnc_correctness_cummin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7948071Z test_nnc_correctness_cumprod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7962295Z test_nnc_correctness_cumprod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7975951Z test_nnc_correctness_cumprod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.7989509Z test_nnc_correctness_cumprod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8003164Z test_nnc_correctness_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8016511Z test_nnc_correctness_cumprod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8029907Z test_nnc_correctness_cumprod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8044391Z test_nnc_correctness_cumprod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8058799Z test_nnc_correctness_cumprod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8072557Z test_nnc_correctness_cumprod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8087085Z test_nnc_correctness_cumprod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8100678Z test_nnc_correctness_cumsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8114303Z test_nnc_correctness_cumsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8127724Z test_nnc_correctness_cumsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8141373Z test_nnc_correctness_cumsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8155186Z test_nnc_correctness_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8168949Z test_nnc_correctness_cumsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8182332Z test_nnc_correctness_cumsum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8195774Z test_nnc_correctness_cumsum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8209216Z test_nnc_correctness_cumsum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8222502Z test_nnc_correctness_cumsum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8236072Z test_nnc_correctness_cumsum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8249653Z test_nnc_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8264132Z test_nnc_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8279129Z test_nnc_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8292975Z test_nnc_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8306446Z test_nnc_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8320243Z test_nnc_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8333459Z test_nnc_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8347244Z test_nnc_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8360625Z test_nnc_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8374059Z test_nnc_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8387454Z test_nnc_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8402053Z test_nnc_correctness_deg2rad_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8416436Z test_nnc_correctness_deg2rad_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8430887Z test_nnc_correctness_deg2rad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8444645Z test_nnc_correctness_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8457992Z test_nnc_correctness_deg2rad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8471382Z test_nnc_correctness_deg2rad_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8484937Z test_nnc_correctness_deg2rad_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8498798Z test_nnc_correctness_deg2rad_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8513357Z test_nnc_correctness_deg2rad_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8526783Z test_nnc_correctness_deg2rad_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8541454Z test_nnc_correctness_diag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8555082Z test_nnc_correctness_diag_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8568446Z test_nnc_correctness_diag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8581809Z test_nnc_correctness_diag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8595699Z test_nnc_correctness_diag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8609205Z test_nnc_correctness_diag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8622528Z test_nnc_correctness_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8637129Z test_nnc_correctness_diag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8651984Z test_nnc_correctness_diag_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8665735Z test_nnc_correctness_diag_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8679275Z test_nnc_correctness_diag_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8692596Z test_nnc_correctness_diag_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8706141Z test_nnc_correctness_diag_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8719954Z test_nnc_correctness_diag_embed_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8733276Z test_nnc_correctness_diag_embed_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8746775Z test_nnc_correctness_diag_embed_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8760401Z test_nnc_correctness_diag_embed_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8774042Z test_nnc_correctness_diag_embed_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8787949Z test_nnc_correctness_diag_embed_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8802045Z test_nnc_correctness_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8815443Z test_nnc_correctness_diag_embed_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8829957Z test_nnc_correctness_diag_embed_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8844588Z test_nnc_correctness_diag_embed_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8859179Z test_nnc_correctness_diag_embed_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8873902Z test_nnc_correctness_diag_embed_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8888647Z test_nnc_correctness_diag_embed_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8902204Z test_nnc_correctness_diagflat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8916910Z test_nnc_correctness_diagflat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8930393Z test_nnc_correctness_diagflat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8944013Z test_nnc_correctness_diagflat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8957550Z test_nnc_correctness_diagflat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8971145Z test_nnc_correctness_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8984381Z test_nnc_correctness_diagflat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.8998238Z test_nnc_correctness_diagflat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9011582Z test_nnc_correctness_diagflat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9025042Z test_nnc_correctness_diagflat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9038733Z test_nnc_correctness_diagflat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9052422Z test_nnc_correctness_diagflat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9065914Z test_nnc_correctness_diagonal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9079681Z test_nnc_correctness_diagonal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9093095Z test_nnc_correctness_diagonal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9106467Z test_nnc_correctness_diagonal_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9120459Z test_nnc_correctness_diagonal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9134148Z test_nnc_correctness_diagonal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9148844Z test_nnc_correctness_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9163033Z test_nnc_correctness_diagonal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9176287Z test_nnc_correctness_diagonal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9189791Z test_nnc_correctness_diagonal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9203476Z test_nnc_correctness_diagonal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9218056Z test_nnc_correctness_diagonal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9232615Z test_nnc_correctness_diagonal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9247136Z test_nnc_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9261664Z test_nnc_correctness_diagonal_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9276743Z test_nnc_correctness_diagonal_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9291094Z test_nnc_correctness_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9305637Z test_nnc_correctness_diagonal_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9319570Z test_nnc_correctness_diagonal_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9333235Z test_nnc_correctness_diagonal_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9347012Z test_nnc_correctness_diagonal_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9360781Z test_nnc_correctness_diagonal_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9375268Z test_nnc_correctness_diagonal_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9389760Z test_nnc_correctness_diff_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9403462Z test_nnc_correctness_diff_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9416837Z test_nnc_correctness_diff_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9430472Z test_nnc_correctness_diff_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9445275Z test_nnc_correctness_diff_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9458957Z test_nnc_correctness_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9473598Z test_nnc_correctness_diff_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9487449Z test_nnc_correctness_diff_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9500939Z test_nnc_correctness_diff_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9514581Z test_nnc_correctness_diff_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9528584Z test_nnc_correctness_diff_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9543181Z test_nnc_correctness_diff_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9557301Z test_nnc_correctness_digamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9571504Z test_nnc_correctness_digamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9585108Z test_nnc_correctness_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9599666Z test_nnc_correctness_digamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9612953Z test_nnc_correctness_digamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9626967Z test_nnc_correctness_digamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9641424Z test_nnc_correctness_digamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9655858Z test_nnc_correctness_digamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9670700Z test_nnc_correctness_digamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9684718Z test_nnc_correctness_dist_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9698133Z test_nnc_correctness_dist_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9712231Z test_nnc_correctness_dist_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9725619Z test_nnc_correctness_dist_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9739283Z test_nnc_correctness_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9753267Z test_nnc_correctness_dist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9766789Z test_nnc_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9780024Z test_nnc_correctness_div_floor_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9793515Z test_nnc_correctness_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9806755Z test_nnc_correctness_div_floor_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9820271Z test_nnc_correctness_div_floor_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9833770Z test_nnc_correctness_div_floor_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9847208Z test_nnc_correctness_div_floor_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9860559Z test_nnc_correctness_div_floor_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9874472Z test_nnc_correctness_div_floor_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9887875Z test_nnc_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9901512Z test_nnc_correctness_div_no_rounding_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9914749Z test_nnc_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9928377Z test_nnc_correctness_div_no_rounding_mode_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9941810Z test_nnc_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9955613Z test_nnc_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9969255Z test_nnc_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9982490Z test_nnc_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:47.9995825Z test_nnc_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0010416Z test_nnc_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0024381Z test_nnc_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0038083Z test_nnc_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0052010Z test_nnc_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0065173Z test_nnc_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0079136Z test_nnc_correctness_div_trunc_rounding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0092638Z test_nnc_correctness_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0106171Z test_nnc_correctness_div_trunc_rounding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0119699Z test_nnc_correctness_div_trunc_rounding_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0133072Z test_nnc_correctness_div_trunc_rounding_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0146460Z test_nnc_correctness_div_trunc_rounding_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0160424Z test_nnc_correctness_div_trunc_rounding_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0174177Z test_nnc_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0187628Z test_nnc_correctness_dot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0200995Z test_nnc_correctness_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0214357Z test_nnc_correctness_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0228055Z test_nnc_correctness_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0241946Z test_nnc_correctness_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0255465Z test_nnc_correctness_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0268671Z test_nnc_correctness_double_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0282698Z test_nnc_correctness_double_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0297066Z test_nnc_correctness_double_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0311924Z test_nnc_correctness_double_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0325283Z test_nnc_correctness_double_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0338954Z test_nnc_correctness_double_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0353561Z test_nnc_correctness_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0368035Z test_nnc_correctness_double_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0382653Z test_nnc_correctness_double_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0396576Z test_nnc_correctness_double_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0410270Z test_nnc_correctness_double_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0423729Z test_nnc_correctness_double_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0437274Z test_nnc_correctness_double_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0450658Z test_nnc_correctness_dsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0464197Z test_nnc_correctness_dsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0478279Z test_nnc_correctness_dsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0492609Z test_nnc_correctness_dsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0506257Z test_nnc_correctness_dsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0520831Z test_nnc_correctness_dsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0535572Z test_nnc_correctness_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0548970Z test_nnc_correctness_dsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0563664Z test_nnc_correctness_dsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0578420Z test_nnc_correctness_dsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0591984Z test_nnc_correctness_dsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0605879Z test_nnc_correctness_dsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0619555Z test_nnc_correctness_dsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0633602Z test_nnc_correctness_dstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0647267Z test_nnc_correctness_dstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0661525Z test_nnc_correctness_dstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0675562Z test_nnc_correctness_dstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0689931Z test_nnc_correctness_dstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0704320Z test_nnc_correctness_dstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0718543Z test_nnc_correctness_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0732975Z test_nnc_correctness_dstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0746345Z test_nnc_correctness_dstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0760662Z test_nnc_correctness_dstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0775240Z test_nnc_correctness_dstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0788747Z test_nnc_correctness_dstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0802782Z test_nnc_correctness_dstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0816634Z test_nnc_correctness_einsum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0830368Z test_nnc_correctness_einsum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0843987Z test_nnc_correctness_einsum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0857266Z test_nnc_correctness_einsum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0872413Z test_nnc_correctness_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0886781Z test_nnc_correctness_einsum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.0897042Z test_nnc_correctness_empty_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0907887Z test_nnc_correctness_empty_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0918265Z test_nnc_correctness_empty_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0927924Z test_nnc_correctness_empty_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0937463Z test_nnc_correctness_empty_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0946940Z test_nnc_correctness_empty_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0957102Z test_nnc_correctness_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0966631Z test_nnc_correctness_empty_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0975881Z test_nnc_correctness_empty_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0985795Z test_nnc_correctness_empty_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.0996018Z test_nnc_correctness_empty_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1005606Z test_nnc_correctness_empty_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1014745Z test_nnc_correctness_empty_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1024742Z test_nnc_correctness_empty_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1035242Z test_nnc_correctness_empty_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1045037Z test_nnc_correctness_empty_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1054894Z test_nnc_correctness_empty_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1064299Z test_nnc_correctness_empty_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1074431Z test_nnc_correctness_empty_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1084224Z test_nnc_correctness_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1094157Z test_nnc_correctness_empty_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1104630Z test_nnc_correctness_empty_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1115087Z test_nnc_correctness_empty_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1126088Z test_nnc_correctness_empty_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1136669Z test_nnc_correctness_empty_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1146072Z test_nnc_correctness_empty_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.1161986Z test_nnc_correctness_eq_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1176385Z test_nnc_correctness_eq_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1190947Z test_nnc_correctness_eq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1204411Z test_nnc_correctness_eq_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1217807Z test_nnc_correctness_eq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1231685Z test_nnc_correctness_eq_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1245044Z test_nnc_correctness_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1258590Z test_nnc_correctness_eq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1272239Z test_nnc_correctness_eq_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1286506Z test_nnc_correctness_eq_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1300970Z test_nnc_correctness_eq_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1315577Z test_nnc_correctness_eq_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1330006Z test_nnc_correctness_eq_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1344505Z test_nnc_correctness_equal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1359137Z test_nnc_correctness_equal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1372413Z test_nnc_correctness_equal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1385871Z test_nnc_correctness_equal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1399673Z test_nnc_correctness_equal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1413076Z test_nnc_correctness_equal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1426428Z test_nnc_correctness_equal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1440015Z test_nnc_correctness_equal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1453495Z test_nnc_correctness_equal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1466699Z test_nnc_correctness_equal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1480387Z test_nnc_correctness_equal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1493990Z test_nnc_correctness_equal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1507190Z test_nnc_correctness_erf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1520599Z test_nnc_correctness_erf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1542012Z test_nnc_correctness_erf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:21:48.1555572Z test_nnc_correctness_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1568976Z test_nnc_correctness_erf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1582472Z test_nnc_correctness_erf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1596058Z test_nnc_correctness_erf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1609493Z test_nnc_correctness_erf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1622756Z test_nnc_correctness_erf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1636222Z test_nnc_correctness_erf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1649574Z test_nnc_correctness_erfc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1662977Z test_nnc_correctness_erfc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1676802Z test_nnc_correctness_erfc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1690360Z test_nnc_correctness_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1704924Z test_nnc_correctness_erfc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1719345Z test_nnc_correctness_erfc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1732755Z test_nnc_correctness_erfc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1746090Z test_nnc_correctness_erfc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1759822Z test_nnc_correctness_erfc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1773383Z test_nnc_correctness_erfc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1786833Z test_nnc_correctness_erfinv_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1800288Z test_nnc_correctness_erfinv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1813588Z test_nnc_correctness_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1826981Z test_nnc_correctness_erfinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1840513Z test_nnc_correctness_erfinv_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1853864Z test_nnc_correctness_erfinv_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1867305Z test_nnc_correctness_erfinv_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1880728Z test_nnc_correctness_erfinv_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1895141Z test_nnc_correctness_erfinv_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1910053Z test_nnc_correctness_exp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1923604Z test_nnc_correctness_exp2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1936608Z test_nnc_correctness_exp2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1949930Z test_nnc_correctness_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1964630Z test_nnc_correctness_exp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1979191Z test_nnc_correctness_exp2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.1993699Z test_nnc_correctness_exp2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2008217Z test_nnc_correctness_exp2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2023159Z test_nnc_correctness_exp2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2036911Z test_nnc_correctness_exp2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2050357Z test_nnc_correctness_exp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2063736Z test_nnc_correctness_exp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2077325Z test_nnc_correctness_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2090699Z test_nnc_correctness_exp_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2105398Z test_nnc_correctness_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2120124Z test_nnc_correctness_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2133425Z test_nnc_correctness_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2146843Z test_nnc_correctness_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2160540Z test_nnc_correctness_exp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2174003Z test_nnc_correctness_exp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2187465Z test_nnc_correctness_exp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2202112Z test_nnc_correctness_exp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2216664Z test_nnc_correctness_exp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2231355Z test_nnc_correctness_expand_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2245830Z test_nnc_correctness_expand_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2260359Z test_nnc_correctness_expand_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2275411Z test_nnc_correctness_expand_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2288848Z test_nnc_correctness_expand_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2303275Z test_nnc_correctness_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2318055Z test_nnc_correctness_expand_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2332807Z test_nnc_correctness_expand_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2347223Z test_nnc_correctness_expand_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2362249Z test_nnc_correctness_expand_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2375442Z test_nnc_correctness_expand_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2388668Z test_nnc_correctness_expand_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2403168Z test_nnc_correctness_expand_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2416626Z test_nnc_correctness_expand_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2429949Z test_nnc_correctness_expand_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2443342Z test_nnc_correctness_expand_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2456720Z test_nnc_correctness_expand_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2470503Z test_nnc_correctness_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2485048Z test_nnc_correctness_expand_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2498437Z test_nnc_correctness_expand_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2512650Z test_nnc_correctness_expand_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2527286Z test_nnc_correctness_expand_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2541364Z test_nnc_correctness_expand_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2555005Z test_nnc_correctness_expand_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2568341Z test_nnc_correctness_expm1_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2581666Z test_nnc_correctness_expm1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2595319Z test_nnc_correctness_expm1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2609622Z test_nnc_correctness_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2622983Z test_nnc_correctness_expm1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2636741Z test_nnc_correctness_expm1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2649947Z test_nnc_correctness_expm1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2663299Z test_nnc_correctness_expm1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2676855Z test_nnc_correctness_expm1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2690249Z test_nnc_correctness_expm1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2703550Z test_nnc_correctness_eye_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2718026Z test_nnc_correctness_eye_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2731756Z test_nnc_correctness_eye_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2744885Z test_nnc_correctness_eye_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2759144Z test_nnc_correctness_eye_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2773657Z test_nnc_correctness_eye_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2788029Z test_nnc_correctness_eye_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2802416Z test_nnc_correctness_eye_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2815809Z test_nnc_correctness_eye_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2829212Z test_nnc_correctness_eye_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2842910Z test_nnc_correctness_eye_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2856541Z test_nnc_correctness_eye_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2870128Z test_nnc_correctness_fft_fft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2883798Z test_nnc_correctness_fft_fft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2897190Z test_nnc_correctness_fft_fft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2911937Z test_nnc_correctness_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2925402Z test_nnc_correctness_fft_fft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2938962Z test_nnc_correctness_fft_fft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2952616Z test_nnc_correctness_fft_fft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2966041Z test_nnc_correctness_fft_fft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2980185Z test_nnc_correctness_fft_fft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.2994913Z test_nnc_correctness_fft_fft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3009770Z test_nnc_correctness_fft_fft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3024427Z test_nnc_correctness_fft_fft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3037800Z test_nnc_correctness_fft_fft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3051365Z test_nnc_correctness_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3064563Z test_nnc_correctness_fft_fft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3078299Z test_nnc_correctness_fft_fft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3091712Z test_nnc_correctness_fft_fft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3104957Z test_nnc_correctness_fft_fft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3118583Z test_nnc_correctness_fft_fft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3131942Z test_nnc_correctness_fft_fft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3145350Z test_nnc_correctness_fft_fftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3158974Z test_nnc_correctness_fft_fftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3172501Z test_nnc_correctness_fft_fftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3185800Z test_nnc_correctness_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3200633Z test_nnc_correctness_fft_fftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3214129Z test_nnc_correctness_fft_fftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3227503Z test_nnc_correctness_fft_fftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3241118Z test_nnc_correctness_fft_fftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3254544Z test_nnc_correctness_fft_fftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3267960Z test_nnc_correctness_fft_fftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3282058Z test_nnc_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3295388Z test_nnc_correctness_fft_fftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3308999Z test_nnc_correctness_fft_fftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3323013Z test_nnc_correctness_fft_fftshift_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3336248Z test_nnc_correctness_fft_fftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3349933Z test_nnc_correctness_fft_fftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3363239Z test_nnc_correctness_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3376645Z test_nnc_correctness_fft_fftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3390286Z test_nnc_correctness_fft_fftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3403455Z test_nnc_correctness_fft_fftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3417380Z test_nnc_correctness_fft_fftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3430730Z test_nnc_correctness_fft_fftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3444283Z test_nnc_correctness_fft_fftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3457674Z test_nnc_correctness_fft_hfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3472603Z test_nnc_correctness_fft_hfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3486969Z test_nnc_correctness_fft_hfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3501422Z test_nnc_correctness_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3516070Z test_nnc_correctness_fft_hfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3530619Z test_nnc_correctness_fft_hfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3545055Z test_nnc_correctness_fft_hfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3559885Z test_nnc_correctness_fft_hfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3574318Z test_nnc_correctness_fft_hfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3588832Z test_nnc_correctness_fft_hfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3603289Z test_nnc_correctness_fft_hfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3616556Z test_nnc_correctness_fft_hfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3629983Z test_nnc_correctness_fft_hfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3643568Z test_nnc_correctness_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3656933Z test_nnc_correctness_fft_hfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3670432Z test_nnc_correctness_fft_hfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3684045Z test_nnc_correctness_fft_hfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3697498Z test_nnc_correctness_fft_hfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3712219Z test_nnc_correctness_fft_hfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3726705Z test_nnc_correctness_fft_hfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3739991Z test_nnc_correctness_fft_hfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3753637Z test_nnc_correctness_fft_hfftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3767298Z test_nnc_correctness_fft_hfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3780494Z test_nnc_correctness_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3795117Z test_nnc_correctness_fft_hfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3809708Z test_nnc_correctness_fft_hfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3824151Z test_nnc_correctness_fft_hfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3838953Z test_nnc_correctness_fft_hfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3853448Z test_nnc_correctness_fft_hfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3867939Z test_nnc_correctness_fft_hfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3882323Z test_nnc_correctness_fft_ifft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3895664Z test_nnc_correctness_fft_ifft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3910226Z test_nnc_correctness_fft_ifft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3924838Z test_nnc_correctness_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3939388Z test_nnc_correctness_fft_ifft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3954105Z test_nnc_correctness_fft_ifft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3968540Z test_nnc_correctness_fft_ifft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3983147Z test_nnc_correctness_fft_ifft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.3997800Z test_nnc_correctness_fft_ifft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4011105Z test_nnc_correctness_fft_ifft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4024628Z test_nnc_correctness_fft_ifft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4038299Z test_nnc_correctness_fft_ifft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4052768Z test_nnc_correctness_fft_ifft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4067429Z test_nnc_correctness_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4082056Z test_nnc_correctness_fft_ifft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4096471Z test_nnc_correctness_fft_ifft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4111128Z test_nnc_correctness_fft_ifft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4125741Z test_nnc_correctness_fft_ifft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4140258Z test_nnc_correctness_fft_ifft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4155082Z test_nnc_correctness_fft_ifft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4169199Z test_nnc_correctness_fft_ifftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4182579Z test_nnc_correctness_fft_ifftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4196181Z test_nnc_correctness_fft_ifftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4209646Z test_nnc_correctness_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4223412Z test_nnc_correctness_fft_ifftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4237291Z test_nnc_correctness_fft_ifftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4251564Z test_nnc_correctness_fft_ifftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4265001Z test_nnc_correctness_fft_ifftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4279294Z test_nnc_correctness_fft_ifftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4292868Z test_nnc_correctness_fft_ifftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4306185Z test_nnc_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4319728Z test_nnc_correctness_fft_ifftshift_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4333321Z test_nnc_correctness_fft_ifftshift_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4346582Z test_nnc_correctness_fft_ifftshift_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4360203Z test_nnc_correctness_fft_ifftshift_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4373736Z test_nnc_correctness_fft_ifftshift_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4387234Z test_nnc_correctness_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4401085Z test_nnc_correctness_fft_ifftshift_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4414530Z test_nnc_correctness_fft_ifftshift_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4427846Z test_nnc_correctness_fft_ifftshift_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4441617Z test_nnc_correctness_fft_ifftshift_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4455355Z test_nnc_correctness_fft_ifftshift_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4468783Z test_nnc_correctness_fft_ifftshift_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4483313Z test_nnc_correctness_fft_ihfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4496663Z test_nnc_correctness_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4510100Z test_nnc_correctness_fft_ihfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4525229Z test_nnc_correctness_fft_ihfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4539180Z test_nnc_correctness_fft_ihfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4552791Z test_nnc_correctness_fft_ihfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4567565Z test_nnc_correctness_fft_ihfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4581981Z test_nnc_correctness_fft_ihfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4596698Z test_nnc_correctness_fft_ihfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4611050Z test_nnc_correctness_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4625610Z test_nnc_correctness_fft_ihfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4639144Z test_nnc_correctness_fft_ihfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4652645Z test_nnc_correctness_fft_ihfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4666072Z test_nnc_correctness_fft_ihfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4679732Z test_nnc_correctness_fft_ihfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4693261Z test_nnc_correctness_fft_ihfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4706731Z test_nnc_correctness_fft_ihfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4720192Z test_nnc_correctness_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4733637Z test_nnc_correctness_fft_ihfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4747422Z test_nnc_correctness_fft_ihfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4760849Z test_nnc_correctness_fft_ihfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4775361Z test_nnc_correctness_fft_ihfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4789804Z test_nnc_correctness_fft_ihfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4804470Z test_nnc_correctness_fft_ihfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4818963Z test_nnc_correctness_fft_irfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4833835Z test_nnc_correctness_fft_irfft2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4848430Z test_nnc_correctness_fft_irfft2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4861764Z test_nnc_correctness_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4875330Z test_nnc_correctness_fft_irfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4888688Z test_nnc_correctness_fft_irfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4903051Z test_nnc_correctness_fft_irfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4917903Z test_nnc_correctness_fft_irfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4931187Z test_nnc_correctness_fft_irfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4944561Z test_nnc_correctness_fft_irfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4958204Z test_nnc_correctness_fft_irfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4971662Z test_nnc_correctness_fft_irfft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4984905Z test_nnc_correctness_fft_irfft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.4998441Z test_nnc_correctness_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5011729Z test_nnc_correctness_fft_irfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5025101Z test_nnc_correctness_fft_irfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5038875Z test_nnc_correctness_fft_irfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5051925Z test_nnc_correctness_fft_irfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5065181Z test_nnc_correctness_fft_irfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5078840Z test_nnc_correctness_fft_irfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5092124Z test_nnc_correctness_fft_irfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5105497Z test_nnc_correctness_fft_irfftn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5119181Z test_nnc_correctness_fft_irfftn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5133662Z test_nnc_correctness_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5148147Z test_nnc_correctness_fft_irfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5162636Z test_nnc_correctness_fft_irfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5176039Z test_nnc_correctness_fft_irfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5189357Z test_nnc_correctness_fft_irfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5202984Z test_nnc_correctness_fft_irfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5216661Z test_nnc_correctness_fft_irfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5231112Z test_nnc_correctness_fft_rfft2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5245730Z test_nnc_correctness_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5259126Z test_nnc_correctness_fft_rfft2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5272807Z test_nnc_correctness_fft_rfft2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5287009Z test_nnc_correctness_fft_rfft2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5300400Z test_nnc_correctness_fft_rfft2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5314136Z test_nnc_correctness_fft_rfft2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5328493Z test_nnc_correctness_fft_rfft2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5343149Z test_nnc_correctness_fft_rfft_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5357802Z test_nnc_correctness_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5372344Z test_nnc_correctness_fft_rfft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5386816Z test_nnc_correctness_fft_rfft_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5401520Z test_nnc_correctness_fft_rfft_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5415897Z test_nnc_correctness_fft_rfft_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5430265Z test_nnc_correctness_fft_rfft_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5445070Z test_nnc_correctness_fft_rfft_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5459575Z test_nnc_correctness_fft_rfftn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5473501Z test_nnc_correctness_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5487446Z test_nnc_correctness_fft_rfftn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5500820Z test_nnc_correctness_fft_rfftn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5514803Z test_nnc_correctness_fft_rfftn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5528134Z test_nnc_correctness_fft_rfftn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5541666Z test_nnc_correctness_fft_rfftn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5555994Z test_nnc_correctness_fft_rfftn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5566604Z test_nnc_correctness_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5577309Z test_nnc_correctness_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5587913Z test_nnc_correctness_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5597628Z test_nnc_correctness_fill_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5607260Z test_nnc_correctness_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5616518Z test_nnc_correctness_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5626059Z test_nnc_correctness_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5635768Z test_nnc_correctness_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5645374Z test_nnc_correctness_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5654806Z test_nnc_correctness_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5664166Z test_nnc_correctness_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5673815Z test_nnc_correctness_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5683436Z test_nnc_correctness_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:48.5697021Z test_nnc_correctness_flatten_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5710350Z test_nnc_correctness_flatten_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5723967Z test_nnc_correctness_flatten_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5738458Z test_nnc_correctness_flatten_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5751976Z test_nnc_correctness_flatten_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5765239Z test_nnc_correctness_flatten_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5778747Z test_nnc_correctness_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5792157Z test_nnc_correctness_flatten_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5806231Z test_nnc_correctness_flatten_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5820759Z test_nnc_correctness_flatten_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5835239Z test_nnc_correctness_flatten_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5849555Z test_nnc_correctness_flatten_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5862793Z test_nnc_correctness_flatten_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5876610Z test_nnc_correctness_flip_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5889769Z test_nnc_correctness_flip_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5903056Z test_nnc_correctness_flip_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5916532Z test_nnc_correctness_flip_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5931016Z test_nnc_correctness_flip_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5945456Z test_nnc_correctness_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5960135Z test_nnc_correctness_flip_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5974653Z test_nnc_correctness_flip_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.5989199Z test_nnc_correctness_flip_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6002540Z test_nnc_correctness_flip_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6015927Z test_nnc_correctness_flip_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6029343Z test_nnc_correctness_flip_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6042825Z test_nnc_correctness_fliplr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6057032Z test_nnc_correctness_fliplr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6071773Z test_nnc_correctness_fliplr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6086024Z test_nnc_correctness_fliplr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6100519Z test_nnc_correctness_fliplr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6115301Z test_nnc_correctness_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6129773Z test_nnc_correctness_fliplr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6143206Z test_nnc_correctness_fliplr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6156787Z test_nnc_correctness_fliplr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6170139Z test_nnc_correctness_fliplr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6183577Z test_nnc_correctness_fliplr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6197304Z test_nnc_correctness_fliplr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6211791Z test_nnc_correctness_flipud_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6226229Z test_nnc_correctness_flipud_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6240877Z test_nnc_correctness_flipud_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6255359Z test_nnc_correctness_flipud_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6268659Z test_nnc_correctness_flipud_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6282942Z test_nnc_correctness_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6296236Z test_nnc_correctness_flipud_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6310638Z test_nnc_correctness_flipud_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6325183Z test_nnc_correctness_flipud_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6339676Z test_nnc_correctness_flipud_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6354427Z test_nnc_correctness_flipud_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6368757Z test_nnc_correctness_flipud_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6383243Z test_nnc_correctness_float_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6397790Z test_nnc_correctness_float_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6412464Z test_nnc_correctness_float_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6425977Z test_nnc_correctness_float_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6439698Z test_nnc_correctness_float_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6453062Z test_nnc_correctness_float_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6466440Z test_nnc_correctness_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6480082Z test_nnc_correctness_float_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6493467Z test_nnc_correctness_float_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6506850Z test_nnc_correctness_float_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6520419Z test_nnc_correctness_float_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6534878Z test_nnc_correctness_float_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6549412Z test_nnc_correctness_float_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6564156Z test_nnc_correctness_float_power_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6578945Z test_nnc_correctness_float_power_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6592475Z test_nnc_correctness_float_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6605817Z test_nnc_correctness_float_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6620038Z test_nnc_correctness_float_power_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6634819Z test_nnc_correctness_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6649209Z test_nnc_correctness_float_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6663594Z test_nnc_correctness_float_power_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6678362Z test_nnc_correctness_float_power_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6692908Z test_nnc_correctness_float_power_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6707232Z test_nnc_correctness_float_power_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6721952Z test_nnc_correctness_float_power_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6735148Z test_nnc_correctness_floor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6748484Z test_nnc_correctness_floor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6762544Z test_nnc_correctness_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6775794Z test_nnc_correctness_floor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6789202Z test_nnc_correctness_floor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6802730Z test_nnc_correctness_floor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6815938Z test_nnc_correctness_floor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6829383Z test_nnc_correctness_floor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6842960Z test_nnc_correctness_floor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6857269Z test_nnc_correctness_floor_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6871827Z test_nnc_correctness_floor_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6886353Z test_nnc_correctness_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6900725Z test_nnc_correctness_floor_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6915309Z test_nnc_correctness_floor_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6929769Z test_nnc_correctness_floor_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6942995Z test_nnc_correctness_floor_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6956426Z test_nnc_correctness_floor_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6969735Z test_nnc_correctness_floor_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6983090Z test_nnc_correctness_fmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.6997878Z test_nnc_correctness_fmax_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7012382Z test_nnc_correctness_fmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7026739Z test_nnc_correctness_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7041499Z test_nnc_correctness_fmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7055920Z test_nnc_correctness_fmax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7070264Z test_nnc_correctness_fmax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7085027Z test_nnc_correctness_fmax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7099321Z test_nnc_correctness_fmax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7114011Z test_nnc_correctness_fmax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7129009Z test_nnc_correctness_fmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7142296Z test_nnc_correctness_fmin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7155841Z test_nnc_correctness_fmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7170148Z test_nnc_correctness_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7184634Z test_nnc_correctness_fmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7199587Z test_nnc_correctness_fmin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7213876Z test_nnc_correctness_fmin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7228386Z test_nnc_correctness_fmin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7242662Z test_nnc_correctness_fmin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7255952Z test_nnc_correctness_fmin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7269173Z test_nnc_correctness_fmod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7282822Z test_nnc_correctness_fmod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7296092Z test_nnc_correctness_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7309493Z test_nnc_correctness_fmod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7324180Z test_nnc_correctness_fmod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7338399Z test_nnc_correctness_fmod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7353162Z test_nnc_correctness_fmod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7367441Z test_nnc_correctness_fmod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7381884Z test_nnc_correctness_fmod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7396591Z test_nnc_correctness_frac_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7410023Z test_nnc_correctness_frac_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7423368Z test_nnc_correctness_frac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7437045Z test_nnc_correctness_frac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7450281Z test_nnc_correctness_frexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7464486Z test_nnc_correctness_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7479222Z test_nnc_correctness_frexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7493639Z test_nnc_correctness_full_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7507054Z test_nnc_correctness_full_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7520490Z test_nnc_correctness_full_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7533679Z test_nnc_correctness_full_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7546997Z test_nnc_correctness_full_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7560717Z test_nnc_correctness_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7575219Z test_nnc_correctness_full_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7589430Z test_nnc_correctness_full_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7604125Z test_nnc_correctness_full_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7618565Z test_nnc_correctness_full_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7632140Z test_nnc_correctness_full_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7645407Z test_nnc_correctness_full_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7658773Z test_nnc_correctness_gather_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7673450Z test_nnc_correctness_gather_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7688081Z test_nnc_correctness_gather_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7702491Z test_nnc_correctness_gather_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7717160Z test_nnc_correctness_gather_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7731601Z test_nnc_correctness_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7744943Z test_nnc_correctness_gather_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7758456Z test_nnc_correctness_gather_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7771673Z test_nnc_correctness_gather_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7784920Z test_nnc_correctness_gather_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7798838Z test_nnc_correctness_gather_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7812103Z test_nnc_correctness_gather_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7825308Z test_nnc_correctness_gcd_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7838903Z test_nnc_correctness_gcd_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7852101Z test_nnc_correctness_gcd_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7865302Z test_nnc_correctness_gcd_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7878876Z test_nnc_correctness_gcd_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7892169Z test_nnc_correctness_ge_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7905324Z test_nnc_correctness_ge_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7919946Z test_nnc_correctness_ge_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7934366Z test_nnc_correctness_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7948604Z test_nnc_correctness_ge_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7962877Z test_nnc_correctness_ge_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7976285Z test_nnc_correctness_ge_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.7989719Z test_nnc_correctness_ge_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8003338Z test_nnc_correctness_ge_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8017769Z test_nnc_correctness_ge_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8032034Z test_nnc_correctness_geqrf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8045260Z test_nnc_correctness_geqrf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8058705Z test_nnc_correctness_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8072181Z test_nnc_correctness_geqrf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8081416Z test_nnc_correctness_gradient_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.8090952Z test_nnc_correctness_gradient_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.8101881Z test_nnc_correctness_gradient_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.8112436Z test_nnc_correctness_gradient_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.8123013Z test_nnc_correctness_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.8133638Z test_nnc_correctness_gradient_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.8144225Z test_nnc_correctness_gradient_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.8153675Z test_nnc_correctness_gradient_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.8163119Z test_nnc_correctness_gradient_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.8172685Z test_nnc_correctness_gradient_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:48.8186346Z test_nnc_correctness_gt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8199792Z test_nnc_correctness_gt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8213160Z test_nnc_correctness_gt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8226404Z test_nnc_correctness_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8239955Z test_nnc_correctness_gt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8253332Z test_nnc_correctness_gt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8266565Z test_nnc_correctness_gt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8280145Z test_nnc_correctness_gt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8293422Z test_nnc_correctness_gt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8307825Z test_nnc_correctness_gt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8322304Z test_nnc_correctness_half_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8336720Z test_nnc_correctness_half_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8351214Z test_nnc_correctness_half_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8365855Z test_nnc_correctness_half_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8379039Z test_nnc_correctness_half_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8392800Z test_nnc_correctness_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8405908Z test_nnc_correctness_half_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8419006Z test_nnc_correctness_half_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8432625Z test_nnc_correctness_half_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8445846Z test_nnc_correctness_half_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8459071Z test_nnc_correctness_half_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8472589Z test_nnc_correctness_half_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8485913Z test_nnc_correctness_heaviside_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8499270Z test_nnc_correctness_heaviside_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8512742Z test_nnc_correctness_heaviside_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8526093Z test_nnc_correctness_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8540352Z test_nnc_correctness_heaviside_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8554925Z test_nnc_correctness_heaviside_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8569457Z test_nnc_correctness_heaviside_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8583837Z test_nnc_correctness_heaviside_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8598421Z test_nnc_correctness_heaviside_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8611670Z test_nnc_correctness_heaviside_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8624833Z test_nnc_correctness_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8638239Z test_nnc_correctness_histc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8651519Z test_nnc_correctness_histc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8664716Z test_nnc_correctness_histc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8678458Z test_nnc_correctness_histc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8691825Z test_nnc_correctness_histc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8705204Z test_nnc_correctness_hsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8718664Z test_nnc_correctness_hsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8732289Z test_nnc_correctness_hsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8745383Z test_nnc_correctness_hsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8759986Z test_nnc_correctness_hsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8774332Z test_nnc_correctness_hsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8788745Z test_nnc_correctness_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8803304Z test_nnc_correctness_hsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8816339Z test_nnc_correctness_hsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8829649Z test_nnc_correctness_hsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8843271Z test_nnc_correctness_hsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8857644Z test_nnc_correctness_hsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8872336Z test_nnc_correctness_hsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8886656Z test_nnc_correctness_hstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8901141Z test_nnc_correctness_hstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8915651Z test_nnc_correctness_hstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8930140Z test_nnc_correctness_hstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8944573Z test_nnc_correctness_hstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8959176Z test_nnc_correctness_hstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8973423Z test_nnc_correctness_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.8986724Z test_nnc_correctness_hstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9000270Z test_nnc_correctness_hstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9014715Z test_nnc_correctness_hstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9029174Z test_nnc_correctness_hstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9043600Z test_nnc_correctness_hstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9058078Z test_nnc_correctness_hstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9072687Z test_nnc_correctness_hypot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9086479Z test_nnc_correctness_hypot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9099891Z test_nnc_correctness_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9113328Z test_nnc_correctness_hypot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9126695Z test_nnc_correctness_i0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9140889Z test_nnc_correctness_i0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9155584Z test_nnc_correctness_i0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9169929Z test_nnc_correctness_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9184345Z test_nnc_correctness_i0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9199012Z test_nnc_correctness_i0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9212345Z test_nnc_correctness_i0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9225630Z test_nnc_correctness_i0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9239353Z test_nnc_correctness_i0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9252728Z test_nnc_correctness_i0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9265808Z test_nnc_correctness_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9279343Z test_nnc_correctness_igamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9292813Z test_nnc_correctness_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9306088Z test_nnc_correctness_igammac_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9319552Z test_nnc_correctness_imag_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9333154Z test_nnc_correctness_imag_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9346152Z test_nnc_correctness_imag_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9359768Z test_nnc_correctness_index_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9373268Z test_nnc_correctness_index_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9386629Z test_nnc_correctness_index_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9400134Z test_nnc_correctness_index_add_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9413598Z test_nnc_correctness_index_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9427098Z test_nnc_correctness_index_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9440767Z test_nnc_correctness_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9455089Z test_nnc_correctness_index_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9469639Z test_nnc_correctness_index_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9484266Z test_nnc_correctness_index_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9498761Z test_nnc_correctness_index_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9513391Z test_nnc_correctness_index_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9528430Z test_nnc_correctness_index_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9543348Z test_nnc_correctness_index_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9556749Z test_nnc_correctness_index_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9571779Z test_nnc_correctness_index_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9586015Z test_nnc_correctness_index_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9599585Z test_nnc_correctness_index_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9612798Z test_nnc_correctness_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9626553Z test_nnc_correctness_index_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9641077Z test_nnc_correctness_index_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9655184Z test_nnc_correctness_index_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9668545Z test_nnc_correctness_index_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9682881Z test_nnc_correctness_index_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9697379Z test_nnc_correctness_index_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9711338Z test_nnc_correctness_index_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9724979Z test_nnc_correctness_index_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9738175Z test_nnc_correctness_index_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9751468Z test_nnc_correctness_index_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9764744Z test_nnc_correctness_index_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9778389Z test_nnc_correctness_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9792022Z test_nnc_correctness_index_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9805361Z test_nnc_correctness_index_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9818621Z test_nnc_correctness_index_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9832993Z test_nnc_correctness_index_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9847277Z test_nnc_correctness_index_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9861703Z test_nnc_correctness_index_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9876420Z test_nnc_correctness_index_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9889606Z test_nnc_correctness_index_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9903188Z test_nnc_correctness_index_put_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9916664Z test_nnc_correctness_index_put_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9930083Z test_nnc_correctness_index_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9943376Z test_nnc_correctness_index_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9957220Z test_nnc_correctness_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9970394Z test_nnc_correctness_index_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9983602Z test_nnc_correctness_index_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:48.9998627Z test_nnc_correctness_index_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0013203Z test_nnc_correctness_index_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0026284Z test_nnc_correctness_index_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0039884Z test_nnc_correctness_index_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0053357Z test_nnc_correctness_index_reduce_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0067571Z test_nnc_correctness_index_reduce_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0082205Z test_nnc_correctness_index_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0096581Z test_nnc_correctness_index_reduce_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0110666Z test_nnc_correctness_index_reduce_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0124193Z test_nnc_correctness_index_reduce_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0138517Z test_nnc_correctness_index_reduce_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0152046Z test_nnc_correctness_index_reduce_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0165276Z test_nnc_correctness_index_reduce_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0179687Z test_nnc_correctness_index_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0194400Z test_nnc_correctness_index_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0208851Z test_nnc_correctness_index_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0223239Z test_nnc_correctness_index_select_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0236922Z test_nnc_correctness_index_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0250100Z test_nnc_correctness_index_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0263667Z test_nnc_correctness_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0277153Z test_nnc_correctness_index_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0290450Z test_nnc_correctness_index_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0303650Z test_nnc_correctness_index_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0317112Z test_nnc_correctness_index_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0330582Z test_nnc_correctness_index_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0344834Z test_nnc_correctness_index_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0359655Z test_nnc_correctness_inner_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0373071Z test_nnc_correctness_inner_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0386370Z test_nnc_correctness_inner_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0399918Z test_nnc_correctness_inner_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0413122Z test_nnc_correctness_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0426450Z test_nnc_correctness_inner_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0440180Z test_nnc_correctness_int_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0453517Z test_nnc_correctness_int_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0466798Z test_nnc_correctness_int_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0480727Z test_nnc_correctness_int_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0495293Z test_nnc_correctness_int_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0509877Z test_nnc_correctness_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0524372Z test_nnc_correctness_int_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0538702Z test_nnc_correctness_int_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0553348Z test_nnc_correctness_int_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0567781Z test_nnc_correctness_int_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0581116Z test_nnc_correctness_int_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0594647Z test_nnc_correctness_int_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0607993Z test_nnc_correctness_isclose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0621243Z test_nnc_correctness_isclose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0634757Z test_nnc_correctness_isclose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0648363Z test_nnc_correctness_isclose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0661313Z test_nnc_correctness_isclose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0674667Z test_nnc_correctness_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0687972Z test_nnc_correctness_isclose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0701285Z test_nnc_correctness_isclose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0714827Z test_nnc_correctness_isclose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0728346Z test_nnc_correctness_isclose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0742509Z test_nnc_correctness_isclose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0757319Z test_nnc_correctness_isclose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0771606Z test_nnc_correctness_isfinite_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0786175Z test_nnc_correctness_isfinite_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0800743Z test_nnc_correctness_isfinite_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0815191Z test_nnc_correctness_isfinite_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0829737Z test_nnc_correctness_isfinite_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0844333Z test_nnc_correctness_isfinite_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0857789Z test_nnc_correctness_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0871027Z test_nnc_correctness_isfinite_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0884715Z test_nnc_correctness_isfinite_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0898644Z test_nnc_correctness_isfinite_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0913689Z test_nnc_correctness_isfinite_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0927011Z test_nnc_correctness_isfinite_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0940382Z test_nnc_correctness_isfinite_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0954189Z test_nnc_correctness_isin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0967536Z test_nnc_correctness_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0981909Z test_nnc_correctness_isin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.0996278Z test_nnc_correctness_isin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1009699Z test_nnc_correctness_isin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1022879Z test_nnc_correctness_isin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1036263Z test_nnc_correctness_isin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1049497Z test_nnc_correctness_isin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1062744Z test_nnc_correctness_isinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1075998Z test_nnc_correctness_isinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1089244Z test_nnc_correctness_isinf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1102678Z test_nnc_correctness_isinf_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1116121Z test_nnc_correctness_isinf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1129330Z test_nnc_correctness_isinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1142592Z test_nnc_correctness_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1156566Z test_nnc_correctness_isinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1170747Z test_nnc_correctness_isinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1185200Z test_nnc_correctness_isinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1199376Z test_nnc_correctness_isinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1212675Z test_nnc_correctness_isinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1225921Z test_nnc_correctness_isinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1240325Z test_nnc_correctness_isnan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1254368Z test_nnc_correctness_isnan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1268788Z test_nnc_correctness_isnan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1282711Z test_nnc_correctness_isnan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1295881Z test_nnc_correctness_isnan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1309333Z test_nnc_correctness_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1323140Z test_nnc_correctness_isnan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1336357Z test_nnc_correctness_isnan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1349627Z test_nnc_correctness_isnan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1363525Z test_nnc_correctness_isnan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1376733Z test_nnc_correctness_isnan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1390080Z test_nnc_correctness_isnan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1403806Z test_nnc_correctness_isneginf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1417238Z test_nnc_correctness_isneginf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1430649Z test_nnc_correctness_isneginf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1444340Z test_nnc_correctness_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1457959Z test_nnc_correctness_isneginf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1471041Z test_nnc_correctness_isneginf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1484839Z test_nnc_correctness_isneginf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1498109Z test_nnc_correctness_isneginf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1511950Z test_nnc_correctness_isneginf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1525499Z test_nnc_correctness_isneginf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1538729Z test_nnc_correctness_isposinf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1552635Z test_nnc_correctness_isposinf_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1567205Z test_nnc_correctness_isposinf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1581627Z test_nnc_correctness_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1596540Z test_nnc_correctness_isposinf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1610611Z test_nnc_correctness_isposinf_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1625058Z test_nnc_correctness_isposinf_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1639693Z test_nnc_correctness_isposinf_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1654023Z test_nnc_correctness_isposinf_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1668351Z test_nnc_correctness_isposinf_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1682538Z test_nnc_correctness_isreal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1695843Z test_nnc_correctness_isreal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1709075Z test_nnc_correctness_isreal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1723095Z test_nnc_correctness_isreal_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1736478Z test_nnc_correctness_isreal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1749828Z test_nnc_correctness_isreal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1763339Z test_nnc_correctness_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1776634Z test_nnc_correctness_isreal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1789976Z test_nnc_correctness_isreal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1803192Z test_nnc_correctness_isreal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1816839Z test_nnc_correctness_isreal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1831058Z test_nnc_correctness_isreal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1845554Z test_nnc_correctness_isreal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1860030Z test_nnc_correctness_istft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1874615Z test_nnc_correctness_istft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1888939Z test_nnc_correctness_istft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1902381Z test_nnc_correctness_istft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1915980Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1929302Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1942694Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1956311Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1969544Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1983073Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.1997709Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2012034Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2025412Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2040644Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2054913Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2069519Z test_nnc_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2084197Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2097666Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2112491Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2127470Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2140842Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2154376Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2167771Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2181184Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2194703Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2207985Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2221348Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2234963Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2248945Z test_nnc_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2263608Z test_nnc_correctness_jiterator_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2277481Z test_nnc_correctness_jiterator_binary_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2290609Z test_nnc_correctness_jiterator_binary_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2304164Z test_nnc_correctness_jiterator_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2318594Z test_nnc_correctness_jiterator_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2333153Z test_nnc_correctness_jiterator_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2347663Z test_nnc_correctness_jiterator_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2362920Z test_nnc_correctness_jiterator_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2376563Z test_nnc_correctness_jiterator_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2389635Z test_nnc_correctness_jiterator_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2403479Z test_nnc_correctness_jiterator_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2416776Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2431329Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2446066Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2459445Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2473125Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2486520Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2499712Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2513494Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2526805Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2540058Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2554841Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2568237Z test_nnc_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2581652Z test_nnc_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2595102Z test_nnc_correctness_jiterator_unary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2608496Z test_nnc_correctness_jiterator_unary_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2622953Z test_nnc_correctness_jiterator_unary_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2636561Z test_nnc_correctness_jiterator_unary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2651029Z test_nnc_correctness_jiterator_unary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2665422Z test_nnc_correctness_jiterator_unary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2680224Z test_nnc_correctness_jiterator_unary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2694497Z test_nnc_correctness_jiterator_unary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2709556Z test_nnc_correctness_jiterator_unary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2724463Z test_nnc_correctness_jiterator_unary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2737952Z test_nnc_correctness_jiterator_unary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2751653Z test_nnc_correctness_kron_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2765770Z test_nnc_correctness_kron_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2780184Z test_nnc_correctness_kron_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2794877Z test_nnc_correctness_kron_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2808093Z test_nnc_correctness_kron_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2822017Z test_nnc_correctness_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2835569Z test_nnc_correctness_kron_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2848973Z test_nnc_correctness_kron_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2862158Z test_nnc_correctness_kron_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2875557Z test_nnc_correctness_kron_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2889732Z test_nnc_correctness_kron_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2904236Z test_nnc_correctness_kron_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2918791Z test_nnc_correctness_kthvalue_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2933152Z test_nnc_correctness_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2946483Z test_nnc_correctness_kthvalue_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2960363Z test_nnc_correctness_kthvalue_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2974770Z test_nnc_correctness_kthvalue_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.2988966Z test_nnc_correctness_kthvalue_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3003645Z test_nnc_correctness_kthvalue_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3018890Z test_nnc_correctness_kthvalue_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3033050Z test_nnc_correctness_lcm_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3047131Z test_nnc_correctness_lcm_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3061789Z test_nnc_correctness_lcm_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3076047Z test_nnc_correctness_lcm_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3089544Z test_nnc_correctness_lcm_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3103782Z test_nnc_correctness_ldexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3118407Z test_nnc_correctness_ldexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3134678Z test_nnc_correctness_ldexp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3147340Z test_nnc_correctness_ldexp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3161924Z test_nnc_correctness_ldexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3175244Z test_nnc_correctness_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3188457Z test_nnc_correctness_ldexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3202572Z test_nnc_correctness_ldexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3216163Z test_nnc_correctness_ldexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3229903Z test_nnc_correctness_ldexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3243472Z test_nnc_correctness_ldexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3256977Z test_nnc_correctness_ldexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3270377Z test_nnc_correctness_le_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3283689Z test_nnc_correctness_le_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3297058Z test_nnc_correctness_le_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3310714Z test_nnc_correctness_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3324579Z test_nnc_correctness_le_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3338581Z test_nnc_correctness_le_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3351862Z test_nnc_correctness_le_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3365670Z test_nnc_correctness_le_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3379337Z test_nnc_correctness_le_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3392933Z test_nnc_correctness_le_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3406244Z test_nnc_correctness_lerp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3420037Z test_nnc_correctness_lerp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3434590Z test_nnc_correctness_lerp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3448663Z test_nnc_correctness_lerp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3462043Z test_nnc_correctness_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3475531Z test_nnc_correctness_lerp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3488799Z test_nnc_correctness_lgamma_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3502252Z test_nnc_correctness_lgamma_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3515679Z test_nnc_correctness_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3529279Z test_nnc_correctness_lgamma_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3542911Z test_nnc_correctness_lgamma_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3556619Z test_nnc_correctness_lgamma_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3570061Z test_nnc_correctness_lgamma_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3584725Z test_nnc_correctness_lgamma_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3598375Z test_nnc_correctness_lgamma_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3613029Z test_nnc_correctness_linalg_cholesky_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3627566Z test_nnc_correctness_linalg_cholesky_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3642322Z test_nnc_correctness_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3656854Z test_nnc_correctness_linalg_cholesky_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3671940Z test_nnc_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3686359Z test_nnc_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3700841Z test_nnc_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3715534Z test_nnc_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3730038Z test_nnc_correctness_linalg_cond_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3743882Z test_nnc_correctness_linalg_cond_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3757792Z test_nnc_correctness_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3771509Z test_nnc_correctness_linalg_cond_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3785187Z test_nnc_correctness_linalg_cross_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3799056Z test_nnc_correctness_linalg_cross_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3812470Z test_nnc_correctness_linalg_cross_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3825956Z test_nnc_correctness_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3839702Z test_nnc_correctness_linalg_cross_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3853903Z test_nnc_correctness_linalg_cross_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3867480Z test_nnc_correctness_linalg_cross_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3881209Z test_nnc_correctness_linalg_cross_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3894482Z test_nnc_correctness_linalg_cross_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3907958Z test_nnc_correctness_linalg_cross_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3922288Z test_nnc_correctness_linalg_det_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3935875Z test_nnc_correctness_linalg_det_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3950005Z test_nnc_correctness_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3963821Z test_nnc_correctness_linalg_det_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3977109Z test_nnc_correctness_linalg_det_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.3990490Z test_nnc_correctness_linalg_det_singular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4004161Z test_nnc_correctness_linalg_det_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4017874Z test_nnc_correctness_linalg_det_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4032215Z test_nnc_correctness_linalg_eig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4045532Z test_nnc_correctness_linalg_eig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4058964Z test_nnc_correctness_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4072983Z test_nnc_correctness_linalg_eig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4086323Z test_nnc_correctness_linalg_eigh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4099998Z test_nnc_correctness_linalg_eigh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4113595Z test_nnc_correctness_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4127374Z test_nnc_correctness_linalg_eigh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4140868Z test_nnc_correctness_linalg_eigvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4154040Z test_nnc_correctness_linalg_eigvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4167751Z test_nnc_correctness_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4180906Z test_nnc_correctness_linalg_eigvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4194173Z test_nnc_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4207105Z test_nnc_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4220260Z test_nnc_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4233679Z test_nnc_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4247491Z test_nnc_correctness_linalg_householder_product_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4261214Z test_nnc_correctness_linalg_householder_product_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4274937Z test_nnc_correctness_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4288350Z test_nnc_correctness_linalg_householder_product_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4301965Z test_nnc_correctness_linalg_inv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4315774Z test_nnc_correctness_linalg_inv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4329246Z test_nnc_correctness_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4342648Z test_nnc_correctness_linalg_inv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4356186Z test_nnc_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4369462Z test_nnc_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4383105Z test_nnc_correctness_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4396780Z test_nnc_correctness_linalg_inv_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4410101Z test_nnc_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4423551Z test_nnc_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4437186Z test_nnc_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4450492Z test_nnc_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4463989Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4477633Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4491133Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4504443Z test_nnc_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4518297Z test_nnc_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4535104Z test_nnc_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4547458Z test_nnc_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4561926Z test_nnc_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4574719Z test_nnc_correctness_linalg_lstsq_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4588267Z test_nnc_correctness_linalg_lstsq_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4602059Z test_nnc_correctness_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4615002Z test_nnc_correctness_linalg_lstsq_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4628305Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4642036Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4655041Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4669342Z test_nnc_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4683251Z test_nnc_correctness_linalg_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4696622Z test_nnc_correctness_linalg_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4710055Z test_nnc_correctness_linalg_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4723907Z test_nnc_correctness_linalg_lu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4737292Z test_nnc_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4750712Z test_nnc_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4764196Z test_nnc_correctness_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4777588Z test_nnc_correctness_linalg_lu_factor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4790938Z test_nnc_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4804536Z test_nnc_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4817937Z test_nnc_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4831687Z test_nnc_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4844911Z test_nnc_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4858238Z test_nnc_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4871825Z test_nnc_correctness_linalg_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4885305Z test_nnc_correctness_linalg_lu_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4898999Z test_nnc_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4913118Z test_nnc_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4926861Z test_nnc_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4940566Z test_nnc_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4954483Z test_nnc_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4968316Z test_nnc_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4982128Z test_nnc_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.4996619Z test_nnc_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5010349Z test_nnc_correctness_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5023995Z test_nnc_correctness_linalg_matrix_power_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5037551Z test_nnc_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5050821Z test_nnc_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5064344Z test_nnc_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5077990Z test_nnc_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5091418Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5104713Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5118235Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5131647Z test_nnc_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5144751Z test_nnc_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5158283Z test_nnc_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5171591Z test_nnc_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5184852Z test_nnc_correctness_linalg_multi_dot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5198981Z test_nnc_correctness_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5213276Z test_nnc_correctness_linalg_multi_dot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5228221Z test_nnc_correctness_linalg_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5243148Z test_nnc_correctness_linalg_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5256856Z test_nnc_correctness_linalg_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5270656Z test_nnc_correctness_linalg_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5284472Z test_nnc_correctness_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5298178Z test_nnc_correctness_linalg_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5312441Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5326238Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5339951Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5354007Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5368037Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5381738Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5395292Z test_nnc_correctness_linalg_pinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5408404Z test_nnc_correctness_linalg_pinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5422490Z test_nnc_correctness_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5436043Z test_nnc_correctness_linalg_pinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5448997Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5462038Z test_nnc_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5475277Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5488319Z test_nnc_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5502112Z test_nnc_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5515689Z test_nnc_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5529868Z test_nnc_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5544394Z test_nnc_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5558534Z test_nnc_correctness_linalg_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5571927Z test_nnc_correctness_linalg_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5586345Z test_nnc_correctness_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5601082Z test_nnc_correctness_linalg_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5615294Z test_nnc_correctness_linalg_slogdet_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5629809Z test_nnc_correctness_linalg_slogdet_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5644341Z test_nnc_correctness_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5658824Z test_nnc_correctness_linalg_slogdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5673469Z test_nnc_correctness_linalg_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5688032Z test_nnc_correctness_linalg_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5701234Z test_nnc_correctness_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5715882Z test_nnc_correctness_linalg_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5730549Z test_nnc_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5745015Z test_nnc_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5758622Z test_nnc_correctness_linalg_solve_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5771938Z test_nnc_correctness_linalg_solve_ex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5785148Z test_nnc_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5798762Z test_nnc_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5812032Z test_nnc_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5825448Z test_nnc_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5839273Z test_nnc_correctness_linalg_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5853174Z test_nnc_correctness_linalg_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5866876Z test_nnc_correctness_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5880864Z test_nnc_correctness_linalg_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5894678Z test_nnc_correctness_linalg_svdvals_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5908553Z test_nnc_correctness_linalg_svdvals_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5923190Z test_nnc_correctness_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5936927Z test_nnc_correctness_linalg_svdvals_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5950380Z test_nnc_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5963857Z test_nnc_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5977386Z test_nnc_correctness_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.5991774Z test_nnc_correctness_linalg_tensorinv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6006146Z test_nnc_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6020647Z test_nnc_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6035431Z test_nnc_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6048730Z test_nnc_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6062048Z test_nnc_correctness_linalg_vander_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6075433Z test_nnc_correctness_linalg_vander_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6089733Z test_nnc_correctness_linalg_vander_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6104132Z test_nnc_correctness_linalg_vander_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6118702Z test_nnc_correctness_linalg_vander_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6133230Z test_nnc_correctness_linalg_vander_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6147573Z test_nnc_correctness_linalg_vander_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6162348Z test_nnc_correctness_linalg_vander_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6176571Z test_nnc_correctness_linalg_vander_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6190896Z test_nnc_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6205508Z test_nnc_correctness_linalg_vecdot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6219760Z test_nnc_correctness_linalg_vecdot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6234471Z test_nnc_correctness_linalg_vecdot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6249005Z test_nnc_correctness_linalg_vecdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6262303Z test_nnc_correctness_linalg_vecdot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6275755Z test_nnc_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6289294Z test_nnc_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6302377Z test_nnc_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6315731Z test_nnc_correctness_linalg_vector_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6329144Z test_nnc_correctness_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6342501Z test_nnc_correctness_linalg_vector_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6356207Z test_nnc_correctness_linspace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6369631Z test_nnc_correctness_linspace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6384003Z test_nnc_correctness_linspace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6398585Z test_nnc_correctness_linspace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6413113Z test_nnc_correctness_linspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6427585Z test_nnc_correctness_linspace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6442309Z test_nnc_correctness_linspace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6456959Z test_nnc_correctness_linspace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6471620Z test_nnc_correctness_linspace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6486044Z test_nnc_correctness_linspace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6500304Z test_nnc_correctness_linspace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6515033Z test_nnc_correctness_log10_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6528428Z test_nnc_correctness_log10_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6541901Z test_nnc_correctness_log10_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6555469Z test_nnc_correctness_log10_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6568896Z test_nnc_correctness_log10_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6583237Z test_nnc_correctness_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6597937Z test_nnc_correctness_log10_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6612292Z test_nnc_correctness_log10_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6626712Z test_nnc_correctness_log10_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6641001Z test_nnc_correctness_log10_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6654112Z test_nnc_correctness_log10_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6667469Z test_nnc_correctness_log10_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6681221Z test_nnc_correctness_log1p_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6694674Z test_nnc_correctness_log1p_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6708082Z test_nnc_correctness_log1p_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6722221Z test_nnc_correctness_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6735485Z test_nnc_correctness_log1p_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6749017Z test_nnc_correctness_log1p_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6762619Z test_nnc_correctness_log1p_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6776067Z test_nnc_correctness_log1p_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6789271Z test_nnc_correctness_log1p_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6803184Z test_nnc_correctness_log1p_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6816699Z test_nnc_correctness_log2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6829873Z test_nnc_correctness_log2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6843477Z test_nnc_correctness_log2_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6856918Z test_nnc_correctness_log2_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6870137Z test_nnc_correctness_log2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6883771Z test_nnc_correctness_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6897056Z test_nnc_correctness_log2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6910527Z test_nnc_correctness_log2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6923801Z test_nnc_correctness_log2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6937421Z test_nnc_correctness_log2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6952715Z test_nnc_correctness_log2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6967154Z test_nnc_correctness_log2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6981889Z test_nnc_correctness_log_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.6996455Z test_nnc_correctness_log_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7009906Z test_nnc_correctness_log_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7023300Z test_nnc_correctness_log_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7037117Z test_nnc_correctness_log_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7051613Z test_nnc_correctness_log_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7065980Z test_nnc_correctness_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7080754Z test_nnc_correctness_log_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7095278Z test_nnc_correctness_log_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7109699Z test_nnc_correctness_log_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7124370Z test_nnc_correctness_log_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7138834Z test_nnc_correctness_log_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7153241Z test_nnc_correctness_log_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7166480Z test_nnc_correctness_log_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7179714Z test_nnc_correctness_log_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7193368Z test_nnc_correctness_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7206639Z test_nnc_correctness_log_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7220090Z test_nnc_correctness_log_softmax_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7233988Z test_nnc_correctness_log_softmax_dtype_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7247289Z test_nnc_correctness_log_softmax_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7260567Z test_nnc_correctness_log_softmax_dtype_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7274098Z test_nnc_correctness_log_softmax_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7287548Z test_nnc_correctness_log_softmax_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7300665Z test_nnc_correctness_log_softmax_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7314178Z test_nnc_correctness_log_softmax_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7327801Z test_nnc_correctness_log_softmax_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7341960Z test_nnc_correctness_log_softmax_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7356722Z test_nnc_correctness_log_softmax_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7371178Z test_nnc_correctness_log_softmax_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7385399Z test_nnc_correctness_log_softmax_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7398894Z test_nnc_correctness_logaddexp2_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7412405Z test_nnc_correctness_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7425665Z test_nnc_correctness_logaddexp2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7439462Z test_nnc_correctness_logaddexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7453978Z test_nnc_correctness_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7467440Z test_nnc_correctness_logaddexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7481050Z test_nnc_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7494512Z test_nnc_correctness_logcumsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7507720Z test_nnc_correctness_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7521300Z test_nnc_correctness_logcumsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7534570Z test_nnc_correctness_logdet_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7547823Z test_nnc_correctness_logdet_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7561074Z test_nnc_correctness_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7574263Z test_nnc_correctness_logdet_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7587716Z test_nnc_correctness_logical_and_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7602248Z test_nnc_correctness_logical_and_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7616656Z test_nnc_correctness_logical_and_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7631140Z test_nnc_correctness_logical_and_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7646038Z test_nnc_correctness_logical_and_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7659336Z test_nnc_correctness_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7673042Z test_nnc_correctness_logical_and_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7686226Z test_nnc_correctness_logical_and_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7700424Z test_nnc_correctness_logical_and_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7715170Z test_nnc_correctness_logical_and_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7729802Z test_nnc_correctness_logical_and_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7744344Z test_nnc_correctness_logical_and_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7758935Z test_nnc_correctness_logical_not_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7772513Z test_nnc_correctness_logical_not_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7786694Z test_nnc_correctness_logical_not_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7801348Z test_nnc_correctness_logical_not_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7815969Z test_nnc_correctness_logical_not_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7830447Z test_nnc_correctness_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7845323Z test_nnc_correctness_logical_not_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7858844Z test_nnc_correctness_logical_not_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7872866Z test_nnc_correctness_logical_not_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7886362Z test_nnc_correctness_logical_not_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7900448Z test_nnc_correctness_logical_not_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7914239Z test_nnc_correctness_logical_not_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7927429Z test_nnc_correctness_logical_or_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7940767Z test_nnc_correctness_logical_or_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7955423Z test_nnc_correctness_logical_or_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7969971Z test_nnc_correctness_logical_or_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7984435Z test_nnc_correctness_logical_or_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.7999200Z test_nnc_correctness_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8013661Z test_nnc_correctness_logical_or_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8028422Z test_nnc_correctness_logical_or_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8042571Z test_nnc_correctness_logical_or_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8056003Z test_nnc_correctness_logical_or_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8069477Z test_nnc_correctness_logical_or_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8083259Z test_nnc_correctness_logical_or_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8096625Z test_nnc_correctness_logical_xor_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8110242Z test_nnc_correctness_logical_xor_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8123703Z test_nnc_correctness_logical_xor_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8137249Z test_nnc_correctness_logical_xor_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8151027Z test_nnc_correctness_logical_xor_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8165154Z test_nnc_correctness_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8179825Z test_nnc_correctness_logical_xor_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8194569Z test_nnc_correctness_logical_xor_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8208903Z test_nnc_correctness_logical_xor_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8223354Z test_nnc_correctness_logical_xor_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8237539Z test_nnc_correctness_logical_xor_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8250450Z test_nnc_correctness_logical_xor_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8263833Z test_nnc_correctness_logit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8277739Z test_nnc_correctness_logit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8290882Z test_nnc_correctness_logit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8304168Z test_nnc_correctness_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8317796Z test_nnc_correctness_logit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8331099Z test_nnc_correctness_logit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8344704Z test_nnc_correctness_logit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8358248Z test_nnc_correctness_logit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8371686Z test_nnc_correctness_logit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8384917Z test_nnc_correctness_logit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8398480Z test_nnc_correctness_logspace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8411974Z test_nnc_correctness_logspace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8425338Z test_nnc_correctness_logspace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8439362Z test_nnc_correctness_logspace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8452888Z test_nnc_correctness_logspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8466082Z test_nnc_correctness_logspace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8480805Z test_nnc_correctness_logspace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8495079Z test_nnc_correctness_logspace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8509443Z test_nnc_correctness_logspace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8523034Z test_nnc_correctness_logspace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8536358Z test_nnc_correctness_logspace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8549762Z test_nnc_correctness_logsumexp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8563273Z test_nnc_correctness_logsumexp_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8576596Z test_nnc_correctness_logsumexp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8589847Z test_nnc_correctness_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8603243Z test_nnc_correctness_logsumexp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8616689Z test_nnc_correctness_logsumexp_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8630083Z test_nnc_correctness_logsumexp_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8643517Z test_nnc_correctness_logsumexp_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8658067Z test_nnc_correctness_logsumexp_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8672650Z test_nnc_correctness_logsumexp_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8687062Z test_nnc_correctness_long_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8701685Z test_nnc_correctness_long_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8716295Z test_nnc_correctness_long_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8730628Z test_nnc_correctness_long_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8744105Z test_nnc_correctness_long_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8757799Z test_nnc_correctness_long_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8771222Z test_nnc_correctness_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8784545Z test_nnc_correctness_long_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8798191Z test_nnc_correctness_long_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8811813Z test_nnc_correctness_long_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8824987Z test_nnc_correctness_long_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8838625Z test_nnc_correctness_long_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8853132Z test_nnc_correctness_long_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8867716Z test_nnc_correctness_lt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8882498Z test_nnc_correctness_lt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8897371Z test_nnc_correctness_lt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8912293Z test_nnc_correctness_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8926765Z test_nnc_correctness_lt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8941342Z test_nnc_correctness_lt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8954911Z test_nnc_correctness_lt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8968064Z test_nnc_correctness_lt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8981427Z test_nnc_correctness_lt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.8995878Z test_nnc_correctness_lt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9010436Z test_nnc_correctness_lu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9024999Z test_nnc_correctness_lu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9039775Z test_nnc_correctness_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9054350Z test_nnc_correctness_lu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9067939Z test_nnc_correctness_lu_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9082024Z test_nnc_correctness_lu_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9095536Z test_nnc_correctness_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9108900Z test_nnc_correctness_lu_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9122931Z test_nnc_correctness_lu_unpack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9136238Z test_nnc_correctness_lu_unpack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9149612Z test_nnc_correctness_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9164272Z test_nnc_correctness_lu_unpack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9178649Z test_nnc_correctness_mH_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9192328Z test_nnc_correctness_mH_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9205540Z test_nnc_correctness_mH_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9218742Z test_nnc_correctness_mH_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9232380Z test_nnc_correctness_mH_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9245636Z test_nnc_correctness_mH_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9258917Z test_nnc_correctness_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9273553Z test_nnc_correctness_mH_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9288020Z test_nnc_correctness_mH_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9302424Z test_nnc_correctness_mH_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9317194Z test_nnc_correctness_mH_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9331599Z test_nnc_correctness_mH_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9346017Z test_nnc_correctness_mH_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9360622Z test_nnc_correctness_mT_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9375067Z test_nnc_correctness_mT_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9389486Z test_nnc_correctness_mT_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9404172Z test_nnc_correctness_mT_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9417643Z test_nnc_correctness_mT_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9432310Z test_nnc_correctness_mT_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9446733Z test_nnc_correctness_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9461171Z test_nnc_correctness_mT_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9475823Z test_nnc_correctness_mT_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9490320Z test_nnc_correctness_mT_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9504963Z test_nnc_correctness_mT_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9518488Z test_nnc_correctness_mT_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9532048Z test_nnc_correctness_mT_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9547367Z test_nnc_correctness_masked_fill_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9561452Z test_nnc_correctness_masked_fill_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9575448Z test_nnc_correctness_masked_fill_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9589128Z test_nnc_correctness_masked_fill_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9602343Z test_nnc_correctness_masked_fill_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9615655Z test_nnc_correctness_masked_fill_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9628965Z test_nnc_correctness_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9643286Z test_nnc_correctness_masked_fill_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9656691Z test_nnc_correctness_masked_fill_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9670070Z test_nnc_correctness_masked_fill_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9683625Z test_nnc_correctness_masked_fill_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9698162Z test_nnc_correctness_masked_fill_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9711638Z test_nnc_correctness_masked_fill_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9725038Z test_nnc_correctness_masked_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9738345Z test_nnc_correctness_masked_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9751777Z test_nnc_correctness_masked_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9764775Z test_nnc_correctness_masked_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9778229Z test_nnc_correctness_masked_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9791832Z test_nnc_correctness_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9805929Z test_nnc_correctness_masked_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9820210Z test_nnc_correctness_masked_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9834975Z test_nnc_correctness_masked_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9848274Z test_nnc_correctness_masked_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9861601Z test_nnc_correctness_masked_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9875231Z test_nnc_correctness_masked_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9888563Z test_nnc_correctness_masked_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9901930Z test_nnc_correctness_masked_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9915815Z test_nnc_correctness_masked_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9928911Z test_nnc_correctness_masked_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9942224Z test_nnc_correctness_masked_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9955919Z test_nnc_correctness_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9969042Z test_nnc_correctness_masked_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9982392Z test_nnc_correctness_masked_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:49.9996015Z test_nnc_correctness_masked_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0009104Z test_nnc_correctness_masked_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0022712Z test_nnc_correctness_masked_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0036151Z test_nnc_correctness_masked_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0049495Z test_nnc_correctness_matmul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0063845Z test_nnc_correctness_matmul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0078584Z test_nnc_correctness_matmul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0093191Z test_nnc_correctness_matmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0106618Z test_nnc_correctness_matmul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0120524Z test_nnc_correctness_matrix_exp_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0133512Z test_nnc_correctness_matrix_exp_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0147011Z test_nnc_correctness_matrix_exp_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0160563Z test_nnc_correctness_matrix_exp_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0173805Z test_nnc_correctness_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0187195Z test_nnc_correctness_matrix_exp_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0201674Z test_nnc_correctness_max_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0216431Z test_nnc_correctness_max_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0229471Z test_nnc_correctness_max_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0243262Z test_nnc_correctness_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0257813Z test_nnc_correctness_max_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0272426Z test_nnc_correctness_max_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0285614Z test_nnc_correctness_max_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0298875Z test_nnc_correctness_max_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0312403Z test_nnc_correctness_max_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0325793Z test_nnc_correctness_max_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0339642Z test_nnc_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0353347Z test_nnc_correctness_max_reduction_no_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0366484Z test_nnc_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0379852Z test_nnc_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0393482Z test_nnc_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0407747Z test_nnc_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0422042Z test_nnc_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0436697Z test_nnc_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0450962Z test_nnc_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0465473Z test_nnc_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0480309Z test_nnc_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0494653Z test_nnc_correctness_max_reduction_with_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0509105Z test_nnc_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0522830Z test_nnc_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0536408Z test_nnc_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0549778Z test_nnc_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0563225Z test_nnc_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0576874Z test_nnc_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0589944Z test_nnc_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0603625Z test_nnc_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0616790Z test_nnc_correctness_maximum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0630415Z test_nnc_correctness_maximum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0643925Z test_nnc_correctness_maximum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0657289Z test_nnc_correctness_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0670663Z test_nnc_correctness_maximum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0684935Z test_nnc_correctness_maximum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0698288Z test_nnc_correctness_maximum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0711832Z test_nnc_correctness_maximum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0726219Z test_nnc_correctness_maximum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0740582Z test_nnc_correctness_maximum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0755773Z test_nnc_correctness_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0770365Z test_nnc_correctness_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0784665Z test_nnc_correctness_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0799353Z test_nnc_correctness_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0813822Z test_nnc_correctness_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0828265Z test_nnc_correctness_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0842669Z test_nnc_correctness_median_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0856015Z test_nnc_correctness_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0869402Z test_nnc_correctness_median_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0883049Z test_nnc_correctness_median_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0896309Z test_nnc_correctness_median_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0909697Z test_nnc_correctness_median_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0923260Z test_nnc_correctness_median_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0937763Z test_nnc_correctness_median_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0952458Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0967099Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0980548Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.0995178Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1008488Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1021857Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1035310Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1049529Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1062781Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1076356Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1089768Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1104206Z test_nnc_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1118999Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1133493Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1148031Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1162516Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1176932Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1191608Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1206040Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1220534Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1235270Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1249885Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1264259Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1277928Z test_nnc_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1291096Z test_nnc_correctness_min_binary_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1304458Z test_nnc_correctness_min_binary_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1317998Z test_nnc_correctness_min_binary_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1331327Z test_nnc_correctness_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1345717Z test_nnc_correctness_min_binary_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1360368Z test_nnc_correctness_min_binary_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1374843Z test_nnc_correctness_min_binary_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1389284Z test_nnc_correctness_min_binary_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1403920Z test_nnc_correctness_min_binary_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1418409Z test_nnc_correctness_min_binary_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1432099Z test_nnc_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1445683Z test_nnc_correctness_min_reduction_no_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1459084Z test_nnc_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1473602Z test_nnc_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1488080Z test_nnc_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1502547Z test_nnc_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1517115Z test_nnc_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1531572Z test_nnc_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1546246Z test_nnc_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1559942Z test_nnc_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1573287Z test_nnc_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1586537Z test_nnc_correctness_min_reduction_with_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1600286Z test_nnc_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1613587Z test_nnc_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1627030Z test_nnc_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1641027Z test_nnc_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1654243Z test_nnc_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1667803Z test_nnc_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1681709Z test_nnc_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1695128Z test_nnc_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1708477Z test_nnc_correctness_minimum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1722589Z test_nnc_correctness_minimum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1735835Z test_nnc_correctness_minimum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1750287Z test_nnc_correctness_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1764246Z test_nnc_correctness_minimum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1777838Z test_nnc_correctness_minimum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1790860Z test_nnc_correctness_minimum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1804646Z test_nnc_correctness_minimum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1817908Z test_nnc_correctness_minimum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1832076Z test_nnc_correctness_minimum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1845337Z test_nnc_correctness_mm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1858576Z test_nnc_correctness_mm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1872819Z test_nnc_correctness_mm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1886199Z test_nnc_correctness_mm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1899625Z test_nnc_correctness_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1913207Z test_nnc_correctness_mm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1926736Z test_nnc_correctness_mode_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1939961Z test_nnc_correctness_mode_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1954103Z test_nnc_correctness_mode_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1967583Z test_nnc_correctness_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1980714Z test_nnc_correctness_mode_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.1995580Z test_nnc_correctness_mode_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2008987Z test_nnc_correctness_mode_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2022636Z test_nnc_correctness_mode_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2037190Z test_nnc_correctness_mode_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2050543Z test_nnc_correctness_mode_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2064084Z test_nnc_correctness_movedim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2078011Z test_nnc_correctness_movedim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2091428Z test_nnc_correctness_movedim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2104855Z test_nnc_correctness_movedim_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2118558Z test_nnc_correctness_movedim_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2132149Z test_nnc_correctness_movedim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2145640Z test_nnc_correctness_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2159319Z test_nnc_correctness_movedim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2172503Z test_nnc_correctness_movedim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2185745Z test_nnc_correctness_movedim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2199282Z test_nnc_correctness_movedim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2213753Z test_nnc_correctness_movedim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2228163Z test_nnc_correctness_movedim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2242394Z test_nnc_correctness_msort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2255899Z test_nnc_correctness_msort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2269157Z test_nnc_correctness_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2282889Z test_nnc_correctness_msort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2296218Z test_nnc_correctness_msort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2309631Z test_nnc_correctness_msort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2323117Z test_nnc_correctness_msort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2336483Z test_nnc_correctness_msort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2349946Z test_nnc_correctness_msort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2363535Z test_nnc_correctness_mul_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2378100Z test_nnc_correctness_mul_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2393285Z test_nnc_correctness_mul_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2406676Z test_nnc_correctness_mul_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2420148Z test_nnc_correctness_mul_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2433881Z test_nnc_correctness_mul_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2447274Z test_nnc_correctness_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2460657Z test_nnc_correctness_mul_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2474166Z test_nnc_correctness_mul_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2488317Z test_nnc_correctness_mul_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2502783Z test_nnc_correctness_mul_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2517393Z test_nnc_correctness_mul_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2531813Z test_nnc_correctness_mul_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2546570Z test_nnc_correctness_multinomial_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2561119Z test_nnc_correctness_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2575559Z test_nnc_correctness_multinomial_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2588967Z test_nnc_correctness_mv_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2602643Z test_nnc_correctness_mv_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2615885Z test_nnc_correctness_mv_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2629207Z test_nnc_correctness_mv_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2644733Z test_nnc_correctness_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2658265Z test_nnc_correctness_mv_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2671917Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2685128Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2698421Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2712098Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2726505Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2739832Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2753766Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2767196Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2780405Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2794019Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2808119Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2822565Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2837244Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2851646Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2866097Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2880943Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2895266Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2909695Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2924381Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2937713Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2951447Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2964619Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2979206Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.2992849Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3006271Z test_nnc_correctness_nan_to_num_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3020048Z test_nnc_correctness_nan_to_num_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3033734Z test_nnc_correctness_nan_to_num_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3047111Z test_nnc_correctness_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3060435Z test_nnc_correctness_nan_to_num_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3074157Z test_nnc_correctness_nan_to_num_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3088521Z test_nnc_correctness_nan_to_num_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3103087Z test_nnc_correctness_nan_to_num_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3117727Z test_nnc_correctness_nan_to_num_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3132213Z test_nnc_correctness_nan_to_num_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3146708Z test_nnc_correctness_nanmean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3161281Z test_nnc_correctness_nanmean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3174814Z test_nnc_correctness_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3188160Z test_nnc_correctness_nanmean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3202112Z test_nnc_correctness_nanmedian_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3215596Z test_nnc_correctness_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3228863Z test_nnc_correctness_nanmedian_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3242789Z test_nnc_correctness_nanmedian_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3256245Z test_nnc_correctness_nanmedian_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3269595Z test_nnc_correctness_nanmedian_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3283093Z test_nnc_correctness_nanmedian_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3297398Z test_nnc_correctness_nanmedian_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3312036Z test_nnc_correctness_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3326441Z test_nnc_correctness_nanquantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3340872Z test_nnc_correctness_nansum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3355588Z test_nnc_correctness_nansum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3370008Z test_nnc_correctness_nansum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3384840Z test_nnc_correctness_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3399255Z test_nnc_correctness_nansum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3413776Z test_nnc_correctness_nansum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3428141Z test_nnc_correctness_nansum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3442199Z test_nnc_correctness_nansum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3455522Z test_nnc_correctness_nansum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3468818Z test_nnc_correctness_nansum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3482978Z test_nnc_correctness_narrow_copy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3496375Z test_nnc_correctness_narrow_copy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3509584Z test_nnc_correctness_narrow_copy_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3523182Z test_nnc_correctness_narrow_copy_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3536523Z test_nnc_correctness_narrow_copy_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3550703Z test_nnc_correctness_narrow_copy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3564119Z test_nnc_correctness_narrow_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3577486Z test_nnc_correctness_narrow_copy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3590997Z test_nnc_correctness_narrow_copy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3604491Z test_nnc_correctness_narrow_copy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3617976Z test_nnc_correctness_narrow_copy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3632259Z test_nnc_correctness_narrow_copy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3646267Z test_nnc_correctness_narrow_copy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3659694Z test_nnc_correctness_narrow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3674339Z test_nnc_correctness_narrow_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3688900Z test_nnc_correctness_narrow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3703345Z test_nnc_correctness_narrow_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3717966Z test_nnc_correctness_narrow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3732454Z test_nnc_correctness_narrow_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3746862Z test_nnc_correctness_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3761078Z test_nnc_correctness_narrow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3774565Z test_nnc_correctness_narrow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3787910Z test_nnc_correctness_narrow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3802263Z test_nnc_correctness_narrow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3815460Z test_nnc_correctness_narrow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3830003Z test_nnc_correctness_narrow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3843562Z test_nnc_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3857012Z test_nnc_correctness_native_layer_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3870325Z test_nnc_correctness_native_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3883804Z test_nnc_correctness_native_layer_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3897456Z test_nnc_correctness_ne_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3911981Z test_nnc_correctness_ne_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3926418Z test_nnc_correctness_ne_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3939779Z test_nnc_correctness_ne_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3953257Z test_nnc_correctness_ne_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3966482Z test_nnc_correctness_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3979719Z test_nnc_correctness_ne_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.3993198Z test_nnc_correctness_ne_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4006540Z test_nnc_correctness_ne_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4020300Z test_nnc_correctness_ne_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4033924Z test_nnc_correctness_ne_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4047272Z test_nnc_correctness_ne_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4060605Z test_nnc_correctness_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4074214Z test_nnc_correctness_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4087402Z test_nnc_correctness_neg_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4100639Z test_nnc_correctness_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4114181Z test_nnc_correctness_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4127634Z test_nnc_correctness_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4141057Z test_nnc_correctness_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4154559Z test_nnc_correctness_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4168149Z test_nnc_correctness_neg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4182646Z test_nnc_correctness_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4197331Z test_nnc_correctness_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4211703Z test_nnc_correctness_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4222274Z test_nnc_correctness_new_empty_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4232806Z test_nnc_correctness_new_empty_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4243379Z test_nnc_correctness_new_empty_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4254132Z test_nnc_correctness_new_empty_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4264928Z test_nnc_correctness_new_empty_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4275649Z test_nnc_correctness_new_empty_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4286182Z test_nnc_correctness_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4296669Z test_nnc_correctness_new_empty_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4307219Z test_nnc_correctness_new_empty_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4317872Z test_nnc_correctness_new_empty_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4327907Z test_nnc_correctness_new_empty_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4336866Z test_nnc_correctness_new_empty_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4346061Z test_nnc_correctness_new_empty_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.4356062Z test_nnc_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4365295Z test_nnc_correctness_new_empty_strided_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4375179Z test_nnc_correctness_new_empty_strided_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4384652Z test_nnc_correctness_new_empty_strided_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4393876Z test_nnc_correctness_new_empty_strided_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4403770Z test_nnc_correctness_new_empty_strided_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4413221Z test_nnc_correctness_new_empty_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4422742Z test_nnc_correctness_new_empty_strided_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4432588Z test_nnc_correctness_new_empty_strided_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4441488Z test_nnc_correctness_new_empty_strided_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4451343Z test_nnc_correctness_new_empty_strided_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4460863Z test_nnc_correctness_new_empty_strided_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4469896Z test_nnc_correctness_new_empty_strided_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:21:50.4483930Z test_nnc_correctness_new_full_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4497066Z test_nnc_correctness_new_full_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4510424Z test_nnc_correctness_new_full_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4523930Z test_nnc_correctness_new_full_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4538281Z test_nnc_correctness_new_full_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4562207Z test_nnc_correctness_new_full_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:21:50.4576382Z test_nnc_correctness_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4590385Z test_nnc_correctness_new_full_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4603503Z test_nnc_correctness_new_full_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4616840Z test_nnc_correctness_new_full_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4630307Z test_nnc_correctness_new_full_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4644172Z test_nnc_correctness_new_full_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4657570Z test_nnc_correctness_new_full_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4671306Z test_nnc_correctness_new_ones_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4684643Z test_nnc_correctness_new_ones_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4699027Z test_nnc_correctness_new_ones_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4712411Z test_nnc_correctness_new_ones_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4725821Z test_nnc_correctness_new_ones_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4739871Z test_nnc_correctness_new_ones_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4753786Z test_nnc_correctness_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4767311Z test_nnc_correctness_new_ones_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4781791Z test_nnc_correctness_new_ones_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4795979Z test_nnc_correctness_new_ones_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4810605Z test_nnc_correctness_new_ones_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4824378Z test_nnc_correctness_new_ones_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4837871Z test_nnc_correctness_new_ones_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4851564Z test_nnc_correctness_new_zeros_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4865926Z test_nnc_correctness_new_zeros_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4879538Z test_nnc_correctness_new_zeros_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4893050Z test_nnc_correctness_new_zeros_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4906311Z test_nnc_correctness_new_zeros_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4920806Z test_nnc_correctness_new_zeros_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4934041Z test_nnc_correctness_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4947267Z test_nnc_correctness_new_zeros_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4960759Z test_nnc_correctness_new_zeros_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4975151Z test_nnc_correctness_new_zeros_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.4989860Z test_nnc_correctness_new_zeros_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5003385Z test_nnc_correctness_new_zeros_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5016754Z test_nnc_correctness_new_zeros_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5031008Z test_nnc_correctness_nextafter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5044334Z test_nnc_correctness_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5058707Z test_nnc_correctness_nextafter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5073275Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5086811Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5100435Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5115205Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5129447Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5143953Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5158517Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5173112Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5187627Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5202106Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5216624Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5230191Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5244095Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5257229Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5270673Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5284581Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5298863Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5312784Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5326023Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5339267Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5352916Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5366109Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5379372Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5393876Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5408462Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5421821Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5435891Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5449248Z test_nnc_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5462495Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5476185Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5489481Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5503832Z test_nnc_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5518651Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5533281Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5547984Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5562632Z test_nnc_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5577653Z test_nnc_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5590673Z test_nnc_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5604319Z test_nnc_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5617958Z test_nnc_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5632344Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5646109Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5659954Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5673792Z test_nnc_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5687304Z test_nnc_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5700461Z test_nnc_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5714090Z test_nnc_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5723713Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.5734105Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.5744049Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.5753403Z test_nnc_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:50.5767323Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5780548Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5794784Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5808258Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5822232Z test_nnc_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5836032Z test_nnc_correctness_nn_functional_celu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5849448Z test_nnc_correctness_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5863147Z test_nnc_correctness_nn_functional_celu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5876840Z test_nnc_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5890534Z test_nnc_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5903999Z test_nnc_correctness_nn_functional_conv1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5917640Z test_nnc_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5932104Z test_nnc_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5945713Z test_nnc_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5959446Z test_nnc_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5973018Z test_nnc_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.5986642Z test_nnc_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6000384Z test_nnc_correctness_nn_functional_conv2d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6013696Z test_nnc_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6027538Z test_nnc_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6040991Z test_nnc_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6054261Z test_nnc_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6067526Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6081422Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6094652Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6108390Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6122610Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6136229Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6150377Z test_nnc_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6164065Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6177184Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6190906Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6204509Z test_nnc_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6217865Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6231395Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6244755Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6258124Z test_nnc_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6271703Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6284998Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6299339Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6313122Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6326936Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6340130Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6353723Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6367097Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6381549Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6395566Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.6409016Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7783333Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.137s) 2022-09-27T16:21:50.7798052Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:21:50.7812430Z test_nnc_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7827010Z test_nnc_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7840682Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7854001Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7868083Z test_nnc_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7882466Z test_nnc_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7895850Z test_nnc_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7909912Z test_nnc_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7923798Z test_nnc_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7938248Z test_nnc_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7951706Z test_nnc_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7964880Z test_nnc_correctness_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7978193Z test_nnc_correctness_nn_functional_dropout3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.7992387Z test_nnc_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8005636Z test_nnc_correctness_nn_functional_dropout3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8019534Z test_nnc_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8033424Z test_nnc_correctness_nn_functional_dropout_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8046978Z test_nnc_correctness_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8060345Z test_nnc_correctness_nn_functional_dropout_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8073964Z test_nnc_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8087338Z test_nnc_correctness_nn_functional_elu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8101782Z test_nnc_correctness_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8115475Z test_nnc_correctness_nn_functional_elu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8128905Z test_nnc_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8142224Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8155810Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8169453Z test_nnc_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8182967Z test_nnc_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8196843Z test_nnc_correctness_nn_functional_embedding_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8210351Z test_nnc_correctness_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8223818Z test_nnc_correctness_nn_functional_embedding_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8238399Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8252703Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8267419Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8281173Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8294826Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8308392Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8322620Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8336081Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8350620Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8365317Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8378953Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8392911Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8406769Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8420501Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8433996Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8447294Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8461588Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8476164Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8490914Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8504479Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8518063Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8532109Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8545334Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8559137Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8572567Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8586354Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8600873Z test_nnc_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8615584Z test_nnc_correctness_nn_functional_gelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8629219Z test_nnc_correctness_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8643247Z test_nnc_correctness_nn_functional_gelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8657937Z test_nnc_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8671624Z test_nnc_correctness_nn_functional_glu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8684810Z test_nnc_correctness_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8698176Z test_nnc_correctness_nn_functional_glu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8712172Z test_nnc_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8726645Z test_nnc_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8741162Z test_nnc_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8755848Z test_nnc_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8769652Z test_nnc_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8782985Z test_nnc_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8796717Z test_nnc_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8810207Z test_nnc_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8823583Z test_nnc_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8837732Z test_nnc_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8851111Z test_nnc_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8864727Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8878404Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8891804Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8905169Z test_nnc_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8919945Z test_nnc_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8934523Z test_nnc_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8949068Z test_nnc_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8963813Z test_nnc_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8978366Z test_nnc_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.8993164Z test_nnc_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9006861Z test_nnc_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9020725Z test_nnc_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9034902Z test_nnc_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9048428Z test_nnc_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9062570Z test_nnc_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9075946Z test_nnc_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9090684Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9105350Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9120177Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9134615Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9148460Z test_nnc_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9162581Z test_nnc_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9175963Z test_nnc_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9189265Z test_nnc_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9202968Z test_nnc_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9216454Z test_nnc_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9230312Z test_nnc_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9245075Z test_nnc_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9258786Z test_nnc_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9272394Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9285981Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9299383Z test_nnc_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9313215Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9326625Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9340135Z test_nnc_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9353823Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9368082Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9382673Z test_nnc_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9397396Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9412470Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9426927Z test_nnc_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9441800Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9456318Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9471018Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9484713Z test_nnc_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9498943Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9512930Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9526227Z test_nnc_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9539844Z test_nnc_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9553865Z test_nnc_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9568782Z test_nnc_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9583657Z test_nnc_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9598813Z test_nnc_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9613725Z test_nnc_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9628264Z test_nnc_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9642522Z test_nnc_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9656086Z test_nnc_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9669640Z test_nnc_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9684013Z test_nnc_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9697544Z test_nnc_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9711766Z test_nnc_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9725189Z test_nnc_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9738722Z test_nnc_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9752354Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9766056Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9779532Z test_nnc_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9793482Z test_nnc_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9806941Z test_nnc_correctness_nn_functional_linear_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9821545Z test_nnc_correctness_nn_functional_linear_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9836277Z test_nnc_correctness_nn_functional_linear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9850731Z test_nnc_correctness_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9865295Z test_nnc_correctness_nn_functional_linear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9880181Z test_nnc_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9894886Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9908861Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9922913Z test_nnc_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9936250Z test_nnc_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9949604Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9963606Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9977283Z test_nnc_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:50.9991234Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0004911Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0019668Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0034892Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0049405Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0064113Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0078892Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0093065Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0106584Z test_nnc_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0116241Z test_nnc_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: Works on some configs (0.001s) 2022-09-27T16:21:51.0130219Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0143966Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0157736Z test_nnc_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0171205Z test_nnc_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0184681Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0198607Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0212066Z test_nnc_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0225606Z test_nnc_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0239503Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0252926Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0266257Z test_nnc_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0279912Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0293473Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0306971Z test_nnc_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0320700Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0334326Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0349024Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0363224Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0377964Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0392757Z test_nnc_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0407614Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0421981Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0436943Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0450558Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0463957Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0477727Z test_nnc_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0491097Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0504847Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0518527Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0532004Z test_nnc_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0545534Z test_nnc_correctness_nn_functional_mish_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0559456Z test_nnc_correctness_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0573184Z test_nnc_correctness_nn_functional_mish_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0587070Z test_nnc_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0600548Z test_nnc_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0614062Z test_nnc_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0627526Z test_nnc_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0641122Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0655002Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0668552Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0682830Z test_nnc_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0696372Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0709795Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0723432Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0736973Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0750944Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0765515Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0778958Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0792872Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0806476Z test_nnc_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0819984Z test_nnc_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0834556Z test_nnc_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0847961Z test_nnc_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0861397Z test_nnc_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0875092Z test_nnc_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0888556Z test_nnc_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0901948Z test_nnc_correctness_nn_functional_normalize_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0915487Z test_nnc_correctness_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0929107Z test_nnc_correctness_nn_functional_normalize_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0942757Z test_nnc_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0956703Z test_nnc_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0970100Z test_nnc_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0983462Z test_nnc_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.0998103Z test_nnc_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1011730Z test_nnc_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1025335Z test_nnc_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1038954Z test_nnc_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1052558Z test_nnc_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1065947Z test_nnc_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1079577Z test_nnc_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1093094Z test_nnc_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1106630Z test_nnc_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1120188Z test_nnc_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1133558Z test_nnc_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1147096Z test_nnc_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1160936Z test_nnc_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1174333Z test_nnc_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1187987Z test_nnc_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1203105Z test_nnc_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1216751Z test_nnc_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1230341Z test_nnc_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1244357Z test_nnc_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1257782Z test_nnc_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1271256Z test_nnc_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1285524Z test_nnc_correctness_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1299992Z test_nnc_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1315084Z test_nnc_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1329585Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1343102Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1356724Z test_nnc_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1370308Z test_nnc_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1383745Z test_nnc_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1397343Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1410904Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1424315Z test_nnc_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1438376Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1451993Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1465643Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1479315Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1492762Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1506182Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1519731Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1533543Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1547799Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1562177Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1576855Z test_nnc_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1590388Z test_nnc_correctness_nn_functional_pdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1603937Z test_nnc_correctness_nn_functional_pdist_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1617464Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1630932Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1645454Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1659007Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1672920Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1686630Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1701030Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1715876Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1729318Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1742697Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1756662Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1769995Z test_nnc_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1783447Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1797271Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1810791Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1824230Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1838964Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1852636Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1866155Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1879986Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1893476Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1907101Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1920958Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1934842Z test_nnc_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1948340Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1962562Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1976173Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.1989690Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2003213Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2016571Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2029974Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2043522Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2056929Z test_nnc_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2070252Z test_nnc_correctness_nn_functional_prelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2083770Z test_nnc_correctness_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2097085Z test_nnc_correctness_nn_functional_prelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2110908Z test_nnc_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2124913Z test_nnc_correctness_nn_functional_relu6_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2138397Z test_nnc_correctness_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2152566Z test_nnc_correctness_nn_functional_relu6_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2165724Z test_nnc_correctness_nn_functional_relu6_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2179304Z test_nnc_correctness_nn_functional_relu6_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2193470Z test_nnc_correctness_nn_functional_relu6_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2206817Z test_nnc_correctness_nn_functional_relu6_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2220297Z test_nnc_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2234933Z test_nnc_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2249090Z test_nnc_correctness_nn_functional_relu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2263535Z test_nnc_correctness_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2278681Z test_nnc_correctness_nn_functional_relu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2292247Z test_nnc_correctness_nn_functional_relu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2305641Z test_nnc_correctness_nn_functional_relu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2320095Z test_nnc_correctness_nn_functional_relu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2335550Z test_nnc_correctness_nn_functional_relu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2350138Z test_nnc_correctness_nn_functional_relu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2365160Z test_nnc_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2379404Z test_nnc_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2393312Z test_nnc_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2407685Z test_nnc_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2422135Z test_nnc_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2437047Z test_nnc_correctness_nn_functional_selu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2450907Z test_nnc_correctness_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2465660Z test_nnc_correctness_nn_functional_selu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2479620Z test_nnc_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2493091Z test_nnc_correctness_nn_functional_silu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2506289Z test_nnc_correctness_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2520175Z test_nnc_correctness_nn_functional_silu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2533470Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2546826Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2560685Z test_nnc_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2573980Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2587607Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2601598Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2614939Z test_nnc_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2628277Z test_nnc_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2642336Z test_nnc_correctness_nn_functional_softmin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2655621Z test_nnc_correctness_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2669400Z test_nnc_correctness_nn_functional_softmin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2682889Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2696268Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2709638Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2723421Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2736694Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2750185Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2763901Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2777303Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2790953Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2804455Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2817788Z test_nnc_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2831280Z test_nnc_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2844666Z test_nnc_correctness_nn_functional_softplus_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2857950Z test_nnc_correctness_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2871672Z test_nnc_correctness_nn_functional_softplus_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2885027Z test_nnc_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2899211Z test_nnc_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2914012Z test_nnc_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2928235Z test_nnc_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2942859Z test_nnc_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2957674Z test_nnc_correctness_nn_functional_softsign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2971984Z test_nnc_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.2986364Z test_nnc_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3001214Z test_nnc_correctness_nn_functional_softsign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3015673Z test_nnc_correctness_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3029151Z test_nnc_correctness_nn_functional_softsign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3042907Z test_nnc_correctness_nn_functional_softsign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3056263Z test_nnc_correctness_nn_functional_softsign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3069673Z test_nnc_correctness_nn_functional_softsign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3083256Z test_nnc_correctness_nn_functional_softsign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3096857Z test_nnc_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3110039Z test_nnc_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3123666Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3136994Z test_nnc_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3151310Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3165066Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3178355Z test_nnc_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3192107Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3205439Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3218843Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3232465Z test_nnc_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3245898Z test_nnc_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3260330Z test_nnc_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3275061Z test_nnc_correctness_nn_functional_threshold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3288375Z test_nnc_correctness_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3301651Z test_nnc_correctness_nn_functional_threshold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3315676Z test_nnc_correctness_nn_functional_threshold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3328927Z test_nnc_correctness_nn_functional_threshold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3342253Z test_nnc_correctness_nn_functional_threshold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3355773Z test_nnc_correctness_nn_functional_threshold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3369122Z test_nnc_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3382432Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3396123Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3409652Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3423034Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3436538Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3450036Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3463391Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3476953Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3490259Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3503690Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3517346Z test_nnc_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3530564Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3543884Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3557564Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3570852Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3584115Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3597784Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3611032Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3624461Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3638034Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3651345Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3664651Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3679240Z test_nnc_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3693561Z test_nnc_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3708289Z test_nnc_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3722587Z test_nnc_correctness_nn_functional_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3735753Z test_nnc_correctness_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3749177Z test_nnc_correctness_nn_functional_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3762807Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3777204Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3791875Z test_nnc_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3806383Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3820881Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3835514Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3849847Z test_nnc_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3864394Z test_nnc_correctness_nonzero_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3879126Z test_nnc_correctness_nonzero_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3893625Z test_nnc_correctness_nonzero_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3908129Z test_nnc_correctness_nonzero_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3923246Z test_nnc_correctness_nonzero_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3937816Z test_nnc_correctness_nonzero_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3952348Z test_nnc_correctness_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3966627Z test_nnc_correctness_nonzero_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3981110Z test_nnc_correctness_nonzero_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.3995594Z test_nnc_correctness_nonzero_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4010009Z test_nnc_correctness_nonzero_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4024476Z test_nnc_correctness_nonzero_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4039147Z test_nnc_correctness_nonzero_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4053665Z test_nnc_correctness_norm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4068191Z test_nnc_correctness_norm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4082623Z test_nnc_correctness_norm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4097147Z test_nnc_correctness_norm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4111693Z test_nnc_correctness_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4126174Z test_nnc_correctness_norm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4139538Z test_nnc_correctness_norm_fro_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4153627Z test_nnc_correctness_norm_fro_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4166925Z test_nnc_correctness_norm_fro_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4180559Z test_nnc_correctness_norm_fro_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4194093Z test_nnc_correctness_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4207425Z test_nnc_correctness_norm_fro_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4220844Z test_nnc_correctness_norm_inf_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4234519Z test_nnc_correctness_norm_inf_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4247826Z test_nnc_correctness_norm_inf_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4261088Z test_nnc_correctness_norm_inf_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4274916Z test_nnc_correctness_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4288040Z test_nnc_correctness_norm_inf_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4301427Z test_nnc_correctness_norm_nuc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4315145Z test_nnc_correctness_norm_nuc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4328372Z test_nnc_correctness_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4341829Z test_nnc_correctness_norm_nuc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4355274Z test_nnc_correctness_normal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4368651Z test_nnc_correctness_normal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4382142Z test_nnc_correctness_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4395436Z test_nnc_correctness_normal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4408735Z test_nnc_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4422120Z test_nnc_correctness_normal_number_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4436538Z test_nnc_correctness_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4451035Z test_nnc_correctness_normal_number_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4465504Z test_nnc_correctness_ones_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4480116Z test_nnc_correctness_ones_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4494465Z test_nnc_correctness_ones_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4508965Z test_nnc_correctness_ones_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4523708Z test_nnc_correctness_ones_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4538162Z test_nnc_correctness_ones_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4552845Z test_nnc_correctness_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4568470Z test_nnc_correctness_ones_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4583057Z test_nnc_correctness_ones_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4598220Z test_nnc_correctness_ones_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4612602Z test_nnc_correctness_ones_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4627339Z test_nnc_correctness_ones_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4641965Z test_nnc_correctness_ones_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4656375Z test_nnc_correctness_ones_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4670870Z test_nnc_correctness_ones_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4685328Z test_nnc_correctness_ones_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4712759Z test_nnc_correctness_ones_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4715205Z test_nnc_correctness_ones_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4729176Z test_nnc_correctness_ones_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4743674Z test_nnc_correctness_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4758413Z test_nnc_correctness_ones_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4772646Z test_nnc_correctness_ones_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4787418Z test_nnc_correctness_ones_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4802152Z test_nnc_correctness_ones_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4816576Z test_nnc_correctness_ones_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4831398Z test_nnc_correctness_ones_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4844770Z test_nnc_correctness_ormqr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4858758Z test_nnc_correctness_ormqr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4873576Z test_nnc_correctness_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4887945Z test_nnc_correctness_ormqr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4902517Z test_nnc_correctness_outer_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4916923Z test_nnc_correctness_outer_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4930256Z test_nnc_correctness_outer_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4943514Z test_nnc_correctness_outer_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4957094Z test_nnc_correctness_outer_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4970282Z test_nnc_correctness_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4984738Z test_nnc_correctness_outer_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.4999423Z test_nnc_correctness_outer_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5014117Z test_nnc_correctness_outer_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5028810Z test_nnc_correctness_outer_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5042954Z test_nnc_correctness_outer_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5056128Z test_nnc_correctness_outer_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5070119Z test_nnc_correctness_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5085154Z test_nnc_correctness_pca_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5099722Z test_nnc_correctness_permute_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5114420Z test_nnc_correctness_permute_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5128750Z test_nnc_correctness_permute_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5143159Z test_nnc_correctness_permute_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5157764Z test_nnc_correctness_permute_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5172235Z test_nnc_correctness_permute_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5186604Z test_nnc_correctness_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5201356Z test_nnc_correctness_permute_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5215802Z test_nnc_correctness_permute_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5230326Z test_nnc_correctness_permute_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5244948Z test_nnc_correctness_permute_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5259537Z test_nnc_correctness_permute_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5274141Z test_nnc_correctness_permute_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5288613Z test_nnc_correctness_pinverse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5303066Z test_nnc_correctness_pinverse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5317546Z test_nnc_correctness_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5332242Z test_nnc_correctness_pinverse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5346586Z test_nnc_correctness_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5361504Z test_nnc_correctness_polar_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5375875Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5390315Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5404805Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5419175Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5433972Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5448298Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5462774Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5477323Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5491719Z test_nnc_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5506229Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5520900Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5535315Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5549719Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5563617Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5577047Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5590414Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5605015Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5619451Z test_nnc_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5633549Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5646907Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5660187Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5673842Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5687074Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5700394Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5713864Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5727397Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5740661Z test_nnc_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5754216Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5767642Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5781974Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5796872Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5811116Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5825475Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5840170Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5854610Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5869167Z test_nnc_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5883847Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5898249Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5912914Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5927259Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5941761Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5955277Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5968576Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5981971Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.5996551Z test_nnc_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6010837Z test_nnc_correctness_positive_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6025559Z test_nnc_correctness_positive_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6040087Z test_nnc_correctness_positive_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6054520Z test_nnc_correctness_positive_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6068834Z test_nnc_correctness_positive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6083628Z test_nnc_correctness_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6098107Z test_nnc_correctness_positive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6112826Z test_nnc_correctness_positive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6127147Z test_nnc_correctness_positive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6141522Z test_nnc_correctness_positive_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6156110Z test_nnc_correctness_positive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6170542Z test_nnc_correctness_positive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6185100Z test_nnc_correctness_pow_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6199766Z test_nnc_correctness_pow_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6213950Z test_nnc_correctness_pow_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6228356Z test_nnc_correctness_pow_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6242768Z test_nnc_correctness_pow_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6256229Z test_nnc_correctness_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6269489Z test_nnc_correctness_pow_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6283197Z test_nnc_correctness_pow_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6296289Z test_nnc_correctness_pow_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6309567Z test_nnc_correctness_pow_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6323174Z test_nnc_correctness_pow_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6336550Z test_nnc_correctness_pow_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6349914Z test_nnc_correctness_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6363362Z test_nnc_correctness_prod_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6376706Z test_nnc_correctness_prod_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6389955Z test_nnc_correctness_prod_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6403281Z test_nnc_correctness_prod_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6417578Z test_nnc_correctness_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6432289Z test_nnc_correctness_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6446642Z test_nnc_correctness_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6460991Z test_nnc_correctness_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6475695Z test_nnc_correctness_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6490049Z test_nnc_correctness_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6504501Z test_nnc_correctness_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6519180Z test_nnc_correctness_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6533564Z test_nnc_correctness_put_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6548151Z test_nnc_correctness_put_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6562476Z test_nnc_correctness_put_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6575768Z test_nnc_correctness_put_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6589261Z test_nnc_correctness_put_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6602687Z test_nnc_correctness_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6615854Z test_nnc_correctness_put_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6629209Z test_nnc_correctness_put_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6642883Z test_nnc_correctness_put_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6656026Z test_nnc_correctness_put_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6669487Z test_nnc_correctness_put_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6683334Z test_nnc_correctness_put_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6696921Z test_nnc_correctness_qr_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6710288Z test_nnc_correctness_qr_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6724035Z test_nnc_correctness_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6737494Z test_nnc_correctness_qr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6750938Z test_nnc_correctness_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6764495Z test_nnc_correctness_quantile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6777991Z test_nnc_correctness_rad2deg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6791586Z test_nnc_correctness_rad2deg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6804838Z test_nnc_correctness_rad2deg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6818121Z test_nnc_correctness_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6831865Z test_nnc_correctness_rad2deg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6845125Z test_nnc_correctness_rad2deg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6858642Z test_nnc_correctness_rad2deg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6872294Z test_nnc_correctness_rad2deg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6885517Z test_nnc_correctness_rad2deg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6898805Z test_nnc_correctness_rad2deg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6912981Z test_nnc_correctness_rand_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6926443Z test_nnc_correctness_rand_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6939745Z test_nnc_correctness_rand_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6953369Z test_nnc_correctness_rand_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6966934Z test_nnc_correctness_rand_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6979979Z test_nnc_correctness_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.6993435Z test_nnc_correctness_rand_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7006853Z test_nnc_correctness_randint_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7020184Z test_nnc_correctness_randint_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7033781Z test_nnc_correctness_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7047077Z test_nnc_correctness_randint_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7060367Z test_nnc_correctness_randint_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7074129Z test_nnc_correctness_randint_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7087376Z test_nnc_correctness_randint_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7100615Z test_nnc_correctness_randint_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7114069Z test_nnc_correctness_randint_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7127381Z test_nnc_correctness_randn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7140830Z test_nnc_correctness_randn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7154395Z test_nnc_correctness_randn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7168191Z test_nnc_correctness_randn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7182601Z test_nnc_correctness_randn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7197330Z test_nnc_correctness_randn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7211716Z test_nnc_correctness_randn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7226355Z test_nnc_correctness_randn_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7241030Z test_nnc_correctness_randn_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7255540Z test_nnc_correctness_randn_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7269815Z test_nnc_correctness_randn_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7283435Z test_nnc_correctness_randn_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7296892Z test_nnc_correctness_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7310108Z test_nnc_correctness_randn_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7323658Z test_nnc_correctness_ravel_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7337110Z test_nnc_correctness_ravel_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7350487Z test_nnc_correctness_ravel_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7363870Z test_nnc_correctness_ravel_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7377317Z test_nnc_correctness_ravel_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7390539Z test_nnc_correctness_ravel_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7404075Z test_nnc_correctness_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7417525Z test_nnc_correctness_ravel_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7431031Z test_nnc_correctness_ravel_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7444432Z test_nnc_correctness_ravel_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7457834Z test_nnc_correctness_ravel_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7471435Z test_nnc_correctness_ravel_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7484870Z test_nnc_correctness_ravel_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7498221Z test_nnc_correctness_real_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7511751Z test_nnc_correctness_real_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7525017Z test_nnc_correctness_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7538268Z test_nnc_correctness_real_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7552973Z test_nnc_correctness_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7567272Z test_nnc_correctness_real_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7581843Z test_nnc_correctness_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7596509Z test_nnc_correctness_real_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7610956Z test_nnc_correctness_real_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7625512Z test_nnc_correctness_real_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7640327Z test_nnc_correctness_real_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7654759Z test_nnc_correctness_real_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7669386Z test_nnc_correctness_real_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7683224Z test_nnc_correctness_reciprocal_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7696664Z test_nnc_correctness_reciprocal_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7710206Z test_nnc_correctness_reciprocal_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7723783Z test_nnc_correctness_reciprocal_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7737164Z test_nnc_correctness_reciprocal_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7750611Z test_nnc_correctness_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7765230Z test_nnc_correctness_reciprocal_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7779496Z test_nnc_correctness_reciprocal_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7794589Z test_nnc_correctness_reciprocal_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7808962Z test_nnc_correctness_reciprocal_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7823452Z test_nnc_correctness_reciprocal_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7838301Z test_nnc_correctness_reciprocal_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7852909Z test_nnc_correctness_remainder_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7867254Z test_nnc_correctness_remainder_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7880959Z test_nnc_correctness_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7894278Z test_nnc_correctness_remainder_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7907850Z test_nnc_correctness_remainder_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7921854Z test_nnc_correctness_remainder_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7934946Z test_nnc_correctness_remainder_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7948383Z test_nnc_correctness_remainder_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7962424Z test_nnc_correctness_remainder_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7975983Z test_nnc_correctness_renorm_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.7989190Z test_nnc_correctness_renorm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8002847Z test_nnc_correctness_renorm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8016218Z test_nnc_correctness_renorm_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8029485Z test_nnc_correctness_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8042975Z test_nnc_correctness_renorm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8056400Z test_nnc_correctness_repeat_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8069833Z test_nnc_correctness_repeat_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8083358Z test_nnc_correctness_repeat_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8096632Z test_nnc_correctness_repeat_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8110124Z test_nnc_correctness_repeat_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8123915Z test_nnc_correctness_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8137102Z test_nnc_correctness_repeat_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8150631Z test_nnc_correctness_repeat_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8164103Z test_nnc_correctness_repeat_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8177519Z test_nnc_correctness_repeat_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8190888Z test_nnc_correctness_repeat_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8204473Z test_nnc_correctness_repeat_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8217846Z test_nnc_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8231404Z test_nnc_correctness_repeat_interleave_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8244827Z test_nnc_correctness_repeat_interleave_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8258330Z test_nnc_correctness_repeat_interleave_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8271898Z test_nnc_correctness_repeat_interleave_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8285387Z test_nnc_correctness_repeat_interleave_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8298726Z test_nnc_correctness_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8312254Z test_nnc_correctness_repeat_interleave_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8326716Z test_nnc_correctness_repeat_interleave_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8341218Z test_nnc_correctness_repeat_interleave_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8355992Z test_nnc_correctness_repeat_interleave_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8370386Z test_nnc_correctness_repeat_interleave_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8385036Z test_nnc_correctness_repeat_interleave_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8400241Z test_nnc_correctness_reshape_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8414526Z test_nnc_correctness_reshape_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8428846Z test_nnc_correctness_reshape_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8443321Z test_nnc_correctness_reshape_as_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8456696Z test_nnc_correctness_reshape_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8469958Z test_nnc_correctness_reshape_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8483426Z test_nnc_correctness_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8496696Z test_nnc_correctness_reshape_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8510390Z test_nnc_correctness_reshape_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8524242Z test_nnc_correctness_reshape_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8537454Z test_nnc_correctness_reshape_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8551100Z test_nnc_correctness_reshape_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8564402Z test_nnc_correctness_reshape_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8577894Z test_nnc_correctness_reshape_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8591704Z test_nnc_correctness_reshape_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8605019Z test_nnc_correctness_reshape_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8618518Z test_nnc_correctness_reshape_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8632169Z test_nnc_correctness_reshape_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8645566Z test_nnc_correctness_reshape_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8658848Z test_nnc_correctness_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8672763Z test_nnc_correctness_reshape_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8686319Z test_nnc_correctness_reshape_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8701082Z test_nnc_correctness_reshape_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8714823Z test_nnc_correctness_reshape_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8728330Z test_nnc_correctness_reshape_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8741660Z test_nnc_correctness_reshape_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8755360Z test_nnc_correctness_resize__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8769197Z test_nnc_correctness_resize__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8782577Z test_nnc_correctness_resize__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8796841Z test_nnc_correctness_resize__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8811493Z test_nnc_correctness_resize__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8826175Z test_nnc_correctness_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8839574Z test_nnc_correctness_resize__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8853146Z test_nnc_correctness_resize__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8867688Z test_nnc_correctness_resize__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8882510Z test_nnc_correctness_resize__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8896941Z test_nnc_correctness_resize__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8911858Z test_nnc_correctness_resize__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8926516Z test_nnc_correctness_resize_as__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8940892Z test_nnc_correctness_resize_as__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8955793Z test_nnc_correctness_resize_as__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8970058Z test_nnc_correctness_resize_as__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8984651Z test_nnc_correctness_resize_as__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.8999376Z test_nnc_correctness_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9014303Z test_nnc_correctness_resize_as__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9028567Z test_nnc_correctness_resize_as__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9043102Z test_nnc_correctness_resize_as__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9056457Z test_nnc_correctness_resize_as__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9069969Z test_nnc_correctness_resize_as__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9084175Z test_nnc_correctness_resize_as__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9097646Z test_nnc_correctness_resolve_conj_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9111113Z test_nnc_correctness_resolve_conj_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9125918Z test_nnc_correctness_resolve_conj_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9140580Z test_nnc_correctness_resolve_conj_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9155253Z test_nnc_correctness_resolve_conj_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9169701Z test_nnc_correctness_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9184225Z test_nnc_correctness_resolve_conj_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9199065Z test_nnc_correctness_resolve_conj_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9213582Z test_nnc_correctness_resolve_conj_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9227903Z test_nnc_correctness_resolve_conj_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9242056Z test_nnc_correctness_resolve_conj_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9255522Z test_nnc_correctness_resolve_conj_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9268812Z test_nnc_correctness_resolve_neg_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9283074Z test_nnc_correctness_resolve_neg_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9296306Z test_nnc_correctness_resolve_neg_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9309747Z test_nnc_correctness_resolve_neg_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9323257Z test_nnc_correctness_resolve_neg_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9336750Z test_nnc_correctness_resolve_neg_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9350181Z test_nnc_correctness_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9364820Z test_nnc_correctness_resolve_neg_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9379408Z test_nnc_correctness_resolve_neg_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9394179Z test_nnc_correctness_resolve_neg_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9408749Z test_nnc_correctness_resolve_neg_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9423266Z test_nnc_correctness_resolve_neg_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9437939Z test_nnc_correctness_resolve_neg_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9452644Z test_nnc_correctness_roll_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9467200Z test_nnc_correctness_roll_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9482078Z test_nnc_correctness_roll_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9496653Z test_nnc_correctness_roll_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9511136Z test_nnc_correctness_roll_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9525945Z test_nnc_correctness_roll_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9540505Z test_nnc_correctness_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9555201Z test_nnc_correctness_roll_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9569808Z test_nnc_correctness_roll_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9585475Z test_nnc_correctness_roll_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9600724Z test_nnc_correctness_roll_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9615678Z test_nnc_correctness_roll_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9630374Z test_nnc_correctness_roll_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9644974Z test_nnc_correctness_rot90_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9659445Z test_nnc_correctness_rot90_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9674047Z test_nnc_correctness_rot90_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9688545Z test_nnc_correctness_rot90_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9705168Z test_nnc_correctness_rot90_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9717875Z test_nnc_correctness_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9732465Z test_nnc_correctness_rot90_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9746960Z test_nnc_correctness_rot90_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9761889Z test_nnc_correctness_rot90_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9776578Z test_nnc_correctness_rot90_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9791038Z test_nnc_correctness_rot90_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9805687Z test_nnc_correctness_rot90_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9820204Z test_nnc_correctness_round_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9835006Z test_nnc_correctness_round_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9849686Z test_nnc_correctness_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9863297Z test_nnc_correctness_round_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9876962Z test_nnc_correctness_round_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9890337Z test_nnc_correctness_round_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9903568Z test_nnc_correctness_round_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9917285Z test_nnc_correctness_round_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9930561Z test_nnc_correctness_round_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9944024Z test_nnc_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9958037Z test_nnc_correctness_round_decimals_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9971301Z test_nnc_correctness_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9984684Z test_nnc_correctness_round_decimals_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:51.9998641Z test_nnc_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0012138Z test_nnc_correctness_round_decimals_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0025441Z test_nnc_correctness_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0039168Z test_nnc_correctness_round_decimals_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0052514Z test_nnc_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0066578Z test_nnc_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0081371Z test_nnc_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0095855Z test_nnc_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0110292Z test_nnc_correctness_rsqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0125105Z test_nnc_correctness_rsqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0139718Z test_nnc_correctness_rsqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0154424Z test_nnc_correctness_rsqrt_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0168842Z test_nnc_correctness_rsqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0183447Z test_nnc_correctness_rsqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0198118Z test_nnc_correctness_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0212651Z test_nnc_correctness_rsqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0227263Z test_nnc_correctness_rsqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0242011Z test_nnc_correctness_rsqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0256605Z test_nnc_correctness_rsqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0271115Z test_nnc_correctness_rsqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0285682Z test_nnc_correctness_rsqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0300264Z test_nnc_correctness_rsub_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0315089Z test_nnc_correctness_rsub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0329581Z test_nnc_correctness_rsub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0344078Z test_nnc_correctness_rsub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0358728Z test_nnc_correctness_rsub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0373164Z test_nnc_correctness_rsub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0387693Z test_nnc_correctness_rsub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0402424Z test_nnc_correctness_rsub_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0416977Z test_nnc_correctness_rsub_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0431725Z test_nnc_correctness_rsub_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0446093Z test_nnc_correctness_rsub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0460597Z test_nnc_correctness_scatter_add_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0475184Z test_nnc_correctness_scatter_add_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0489721Z test_nnc_correctness_scatter_add_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0504172Z test_nnc_correctness_scatter_add_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0518695Z test_nnc_correctness_scatter_add_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0533365Z test_nnc_correctness_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0547763Z test_nnc_correctness_scatter_add_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0562403Z test_nnc_correctness_scatter_add_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0576888Z test_nnc_correctness_scatter_add_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0591587Z test_nnc_correctness_scatter_add_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0606158Z test_nnc_correctness_scatter_add_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0620685Z test_nnc_correctness_scatter_add_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0635208Z test_nnc_correctness_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0649772Z test_nnc_correctness_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0664270Z test_nnc_correctness_scatter_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0679204Z test_nnc_correctness_scatter_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0693799Z test_nnc_correctness_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0708689Z test_nnc_correctness_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0723251Z test_nnc_correctness_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0736564Z test_nnc_correctness_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0749995Z test_nnc_correctness_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0763469Z test_nnc_correctness_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0776741Z test_nnc_correctness_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0790063Z test_nnc_correctness_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0803586Z test_nnc_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0817029Z test_nnc_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0830372Z test_nnc_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0843872Z test_nnc_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0857343Z test_nnc_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0871814Z test_nnc_correctness_scatter_reduce_amax_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0886330Z test_nnc_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0900859Z test_nnc_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0915553Z test_nnc_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0929976Z test_nnc_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0944653Z test_nnc_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0959443Z test_nnc_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0973969Z test_nnc_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.0988429Z test_nnc_correctness_scatter_reduce_amin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1002850Z test_nnc_correctness_scatter_reduce_amin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1016156Z test_nnc_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1029554Z test_nnc_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1043336Z test_nnc_correctness_scatter_reduce_amin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1057773Z test_nnc_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1072452Z test_nnc_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1086887Z test_nnc_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1101367Z test_nnc_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1115906Z test_nnc_correctness_scatter_reduce_mean_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1130481Z test_nnc_correctness_scatter_reduce_mean_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1145001Z test_nnc_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1159814Z test_nnc_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1174366Z test_nnc_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1188563Z test_nnc_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1203032Z test_nnc_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1216558Z test_nnc_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1229951Z test_nnc_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1243459Z test_nnc_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1256918Z test_nnc_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1269990Z test_nnc_correctness_scatter_reduce_prod_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1283567Z test_nnc_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1297195Z test_nnc_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1310531Z test_nnc_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1323988Z test_nnc_correctness_scatter_reduce_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1338014Z test_nnc_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1353060Z test_nnc_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1367395Z test_nnc_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1381847Z test_nnc_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1396411Z test_nnc_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1410750Z test_nnc_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1425284Z test_nnc_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1440169Z test_nnc_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1454421Z test_nnc_correctness_searchsorted_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1468826Z test_nnc_correctness_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1483312Z test_nnc_correctness_searchsorted_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1496530Z test_nnc_correctness_searchsorted_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1509860Z test_nnc_correctness_searchsorted_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1523328Z test_nnc_correctness_searchsorted_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1536885Z test_nnc_correctness_searchsorted_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1550221Z test_nnc_correctness_searchsorted_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1563552Z test_nnc_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1577119Z test_nnc_correctness_segment_reduce_lengths_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1590417Z test_nnc_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1603860Z test_nnc_correctness_segment_reduce_lengths_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1617213Z test_nnc_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1630559Z test_nnc_correctness_segment_reduce_offsets_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1644176Z test_nnc_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1658567Z test_nnc_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1673291Z test_nnc_correctness_select_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1686722Z test_nnc_correctness_select_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1700050Z test_nnc_correctness_select_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1713691Z test_nnc_correctness_select_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1726929Z test_nnc_correctness_select_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1740201Z test_nnc_correctness_select_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1753779Z test_nnc_correctness_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1767086Z test_nnc_correctness_select_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1780465Z test_nnc_correctness_select_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1793964Z test_nnc_correctness_select_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1807356Z test_nnc_correctness_select_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1820604Z test_nnc_correctness_select_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1834177Z test_nnc_correctness_select_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1847604Z test_nnc_correctness_select_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1861009Z test_nnc_correctness_select_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1874495Z test_nnc_correctness_select_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1887883Z test_nnc_correctness_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1901234Z test_nnc_correctness_select_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1914873Z test_nnc_correctness_select_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1928053Z test_nnc_correctness_select_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1941397Z test_nnc_correctness_select_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1954873Z test_nnc_correctness_select_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1968240Z test_nnc_correctness_select_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1982466Z test_nnc_correctness_sgn_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.1997136Z test_nnc_correctness_sgn_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2011534Z test_nnc_correctness_sgn_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2025938Z test_nnc_correctness_sgn_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2040594Z test_nnc_correctness_sgn_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2055032Z test_nnc_correctness_sgn_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2069702Z test_nnc_correctness_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2084342Z test_nnc_correctness_sgn_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2098834Z test_nnc_correctness_sgn_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2113608Z test_nnc_correctness_sgn_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2128048Z test_nnc_correctness_sgn_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2142680Z test_nnc_correctness_sgn_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2157457Z test_nnc_correctness_sgn_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2171991Z test_nnc_correctness_short_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2186597Z test_nnc_correctness_short_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2201494Z test_nnc_correctness_short_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2216019Z test_nnc_correctness_short_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2230647Z test_nnc_correctness_short_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2245168Z test_nnc_correctness_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2259774Z test_nnc_correctness_short_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2274727Z test_nnc_correctness_short_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2289017Z test_nnc_correctness_short_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2303552Z test_nnc_correctness_short_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2318318Z test_nnc_correctness_short_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2333003Z test_nnc_correctness_short_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2347504Z test_nnc_correctness_sigmoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2362412Z test_nnc_correctness_sigmoid_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2376839Z test_nnc_correctness_sigmoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2391681Z test_nnc_correctness_sigmoid_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2406200Z test_nnc_correctness_sigmoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2420792Z test_nnc_correctness_sigmoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2435506Z test_nnc_correctness_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2449861Z test_nnc_correctness_sigmoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2464434Z test_nnc_correctness_sigmoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2479374Z test_nnc_correctness_sigmoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2493902Z test_nnc_correctness_sigmoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2508415Z test_nnc_correctness_sigmoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2522858Z test_nnc_correctness_sigmoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2536483Z test_nnc_correctness_sign_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2550918Z test_nnc_correctness_sign_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2565656Z test_nnc_correctness_sign_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2579916Z test_nnc_correctness_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2593574Z test_nnc_correctness_sign_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2608882Z test_nnc_correctness_sign_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2623395Z test_nnc_correctness_sign_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2638529Z test_nnc_correctness_sign_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2652297Z test_nnc_correctness_sign_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2665022Z test_nnc_correctness_sign_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2679194Z test_nnc_correctness_signbit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2692628Z test_nnc_correctness_signbit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2706424Z test_nnc_correctness_signbit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2720129Z test_nnc_correctness_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2733510Z test_nnc_correctness_signbit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2746851Z test_nnc_correctness_signbit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2760914Z test_nnc_correctness_signbit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2774257Z test_nnc_correctness_signbit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2788000Z test_nnc_correctness_signbit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2801768Z test_nnc_correctness_signbit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2815216Z test_nnc_correctness_sin_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2828714Z test_nnc_correctness_sin_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2842761Z test_nnc_correctness_sin_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2857254Z test_nnc_correctness_sin_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2872257Z test_nnc_correctness_sin_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2885733Z test_nnc_correctness_sin_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2899256Z test_nnc_correctness_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2912923Z test_nnc_correctness_sin_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2926497Z test_nnc_correctness_sin_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2939824Z test_nnc_correctness_sin_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2953865Z test_nnc_correctness_sin_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2968295Z test_nnc_correctness_sin_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2982831Z test_nnc_correctness_sin_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.2997770Z test_nnc_correctness_sinc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3011215Z test_nnc_correctness_sinc_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3025600Z test_nnc_correctness_sinc_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3039845Z test_nnc_correctness_sinc_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3053039Z test_nnc_correctness_sinc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3066504Z test_nnc_correctness_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3080709Z test_nnc_correctness_sinc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3094017Z test_nnc_correctness_sinc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3107406Z test_nnc_correctness_sinc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3121554Z test_nnc_correctness_sinc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3135232Z test_nnc_correctness_sinc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3149859Z test_nnc_correctness_sinc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3163623Z test_nnc_correctness_sinh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3177025Z test_nnc_correctness_sinh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3190490Z test_nnc_correctness_sinh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3203980Z test_nnc_correctness_sinh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3217392Z test_nnc_correctness_sinh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3230946Z test_nnc_correctness_sinh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3244561Z test_nnc_correctness_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3257852Z test_nnc_correctness_sinh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3271727Z test_nnc_correctness_sinh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3285673Z test_nnc_correctness_sinh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3300339Z test_nnc_correctness_sinh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3315099Z test_nnc_correctness_sinh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3329388Z test_nnc_correctness_sinh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3343932Z test_nnc_correctness_slice_scatter_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3358685Z test_nnc_correctness_slice_scatter_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3373343Z test_nnc_correctness_slice_scatter_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3387859Z test_nnc_correctness_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3402082Z test_nnc_correctness_slice_scatter_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3415414Z test_nnc_correctness_slice_scatter_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3429262Z test_nnc_correctness_slice_scatter_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3443148Z test_nnc_correctness_slice_scatter_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3456374Z test_nnc_correctness_slice_scatter_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3470057Z test_nnc_correctness_slice_scatter_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3483509Z test_nnc_correctness_softmax_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3496810Z test_nnc_correctness_softmax_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3510292Z test_nnc_correctness_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3523738Z test_nnc_correctness_softmax_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3537403Z test_nnc_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3550679Z test_nnc_correctness_softmax_with_dtype_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3564036Z test_nnc_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3578474Z test_nnc_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3593128Z test_nnc_correctness_softmax_with_dtype_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3607489Z test_nnc_correctness_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3621453Z test_nnc_correctness_softmax_with_dtype_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3634912Z test_nnc_correctness_softmax_with_dtype_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3648393Z test_nnc_correctness_softmax_with_dtype_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3661619Z test_nnc_correctness_softmax_with_dtype_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3675298Z test_nnc_correctness_softmax_with_dtype_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3688919Z test_nnc_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3702490Z test_nnc_correctness_sort_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3716000Z test_nnc_correctness_sort_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3729450Z test_nnc_correctness_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3742807Z test_nnc_correctness_sort_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3756418Z test_nnc_correctness_sort_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3769757Z test_nnc_correctness_sort_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3783093Z test_nnc_correctness_sort_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3796677Z test_nnc_correctness_sort_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3809859Z test_nnc_correctness_sort_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3823401Z test_nnc_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3837321Z test_nnc_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3851633Z test_nnc_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3866283Z test_nnc_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3880818Z test_nnc_correctness_special_airy_ai_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3895255Z test_nnc_correctness_special_airy_ai_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3909877Z test_nnc_correctness_special_airy_ai_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3924598Z test_nnc_correctness_special_airy_ai_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3938972Z test_nnc_correctness_special_airy_ai_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3953690Z test_nnc_correctness_special_airy_ai_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3968035Z test_nnc_correctness_special_airy_ai_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3982670Z test_nnc_correctness_special_airy_ai_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.3997275Z test_nnc_correctness_special_bessel_j0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4011827Z test_nnc_correctness_special_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4026603Z test_nnc_correctness_special_bessel_j0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4040160Z test_nnc_correctness_special_bessel_j0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4053755Z test_nnc_correctness_special_bessel_j0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4067024Z test_nnc_correctness_special_bessel_j0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4080590Z test_nnc_correctness_special_bessel_j0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4095060Z test_nnc_correctness_special_bessel_j0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4109654Z test_nnc_correctness_special_bessel_j1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4124287Z test_nnc_correctness_special_bessel_j1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4139454Z test_nnc_correctness_special_bessel_j1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4153156Z test_nnc_correctness_special_bessel_j1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4166276Z test_nnc_correctness_special_bessel_j1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4180098Z test_nnc_correctness_special_bessel_j1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4193739Z test_nnc_correctness_special_bessel_j1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4207088Z test_nnc_correctness_special_bessel_j1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4220398Z test_nnc_correctness_special_bessel_y0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4234024Z test_nnc_correctness_special_bessel_y0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4247281Z test_nnc_correctness_special_bessel_y0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4260679Z test_nnc_correctness_special_bessel_y0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4274162Z test_nnc_correctness_special_bessel_y0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4287638Z test_nnc_correctness_special_bessel_y0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4301892Z test_nnc_correctness_special_bessel_y0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4316695Z test_nnc_correctness_special_bessel_y0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4331271Z test_nnc_correctness_special_bessel_y1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4345670Z test_nnc_correctness_special_bessel_y1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4360423Z test_nnc_correctness_special_bessel_y1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4374957Z test_nnc_correctness_special_bessel_y1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4389569Z test_nnc_correctness_special_bessel_y1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4404194Z test_nnc_correctness_special_bessel_y1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4418705Z test_nnc_correctness_special_bessel_y1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4433550Z test_nnc_correctness_special_bessel_y1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4444206Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4454520Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4465514Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4476324Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4486575Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4497305Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4508233Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4518749Z test_nnc_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4527928Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4537502Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4546949Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4556861Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4567386Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4577324Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4587739Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4597462Z test_nnc_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4607341Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4616765Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4627322Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4638223Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4648713Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4659816Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4670064Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4681468Z test_nnc_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4691403Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4702481Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4713047Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4723542Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4733280Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4742936Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4752721Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4762202Z test_nnc_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.4777143Z test_nnc_correctness_special_entr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4791850Z test_nnc_correctness_special_entr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4806346Z test_nnc_correctness_special_entr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4820932Z test_nnc_correctness_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4835489Z test_nnc_correctness_special_entr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4850061Z test_nnc_correctness_special_entr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4864530Z test_nnc_correctness_special_entr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4879132Z test_nnc_correctness_special_entr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4892770Z test_nnc_correctness_special_entr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4906156Z test_nnc_correctness_special_entr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4919763Z test_nnc_correctness_special_erfcx_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4933169Z test_nnc_correctness_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4946358Z test_nnc_correctness_special_erfcx_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4960047Z test_nnc_correctness_special_erfcx_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4973378Z test_nnc_correctness_special_erfcx_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.4986832Z test_nnc_correctness_special_erfcx_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5000381Z test_nnc_correctness_special_erfcx_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5014346Z test_nnc_correctness_special_erfcx_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5023748Z test_nnc_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5033368Z test_nnc_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5043913Z test_nnc_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5054254Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5064708Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5075586Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5086195Z test_nnc_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5096618Z test_nnc_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5107416Z test_nnc_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5118423Z test_nnc_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5129186Z test_nnc_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5139574Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5149739Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5160337Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5170932Z test_nnc_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5182000Z test_nnc_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5195602Z test_nnc_correctness_special_i0e_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5208944Z test_nnc_correctness_special_i0e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5222438Z test_nnc_correctness_special_i0e_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5235813Z test_nnc_correctness_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5249066Z test_nnc_correctness_special_i0e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5262604Z test_nnc_correctness_special_i0e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5276191Z test_nnc_correctness_special_i0e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5289459Z test_nnc_correctness_special_i0e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5302919Z test_nnc_correctness_special_i0e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5317080Z test_nnc_correctness_special_i0e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5330562Z test_nnc_correctness_special_i1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5344718Z test_nnc_correctness_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5359438Z test_nnc_correctness_special_i1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5373909Z test_nnc_correctness_special_i1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5388458Z test_nnc_correctness_special_i1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5402825Z test_nnc_correctness_special_i1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5416026Z test_nnc_correctness_special_i1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5430221Z test_nnc_correctness_special_i1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5443686Z test_nnc_correctness_special_i1e_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5457112Z test_nnc_correctness_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5470634Z test_nnc_correctness_special_i1e_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5484372Z test_nnc_correctness_special_i1e_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5497682Z test_nnc_correctness_special_i1e_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5510993Z test_nnc_correctness_special_i1e_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5524630Z test_nnc_correctness_special_i1e_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5538014Z test_nnc_correctness_special_i1e_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5547170Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5556845Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5566245Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5575700Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5585127Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5594851Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5604213Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5613398Z test_nnc_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5623051Z test_nnc_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5633956Z test_nnc_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5644276Z test_nnc_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5655108Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5665455Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5676326Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5686955Z test_nnc_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5698091Z test_nnc_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.5712749Z test_nnc_correctness_special_log_ndtr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5727188Z test_nnc_correctness_special_log_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5741554Z test_nnc_correctness_special_log_ndtr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5756256Z test_nnc_correctness_special_log_ndtr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5770890Z test_nnc_correctness_special_log_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5785310Z test_nnc_correctness_special_log_ndtr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5800126Z test_nnc_correctness_special_log_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5814643Z test_nnc_correctness_special_log_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5829511Z test_nnc_correctness_special_modified_bessel_i0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5843836Z test_nnc_correctness_special_modified_bessel_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5858245Z test_nnc_correctness_special_modified_bessel_i0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5873027Z test_nnc_correctness_special_modified_bessel_i0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5887470Z test_nnc_correctness_special_modified_bessel_i0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5901944Z test_nnc_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5916603Z test_nnc_correctness_special_modified_bessel_i0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5931295Z test_nnc_correctness_special_modified_bessel_i0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5945579Z test_nnc_correctness_special_modified_bessel_i1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5960127Z test_nnc_correctness_special_modified_bessel_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5973357Z test_nnc_correctness_special_modified_bessel_i1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.5986752Z test_nnc_correctness_special_modified_bessel_i1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6000352Z test_nnc_correctness_special_modified_bessel_i1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6013827Z test_nnc_correctness_special_modified_bessel_i1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6027732Z test_nnc_correctness_special_modified_bessel_i1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6041362Z test_nnc_correctness_special_modified_bessel_i1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6055830Z test_nnc_correctness_special_modified_bessel_k0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6070437Z test_nnc_correctness_special_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6085232Z test_nnc_correctness_special_modified_bessel_k0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6099898Z test_nnc_correctness_special_modified_bessel_k0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6114440Z test_nnc_correctness_special_modified_bessel_k0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6128880Z test_nnc_correctness_special_modified_bessel_k0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6143386Z test_nnc_correctness_special_modified_bessel_k0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6157834Z test_nnc_correctness_special_modified_bessel_k0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6172307Z test_nnc_correctness_special_modified_bessel_k1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6186880Z test_nnc_correctness_special_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6201504Z test_nnc_correctness_special_modified_bessel_k1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6216156Z test_nnc_correctness_special_modified_bessel_k1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6230700Z test_nnc_correctness_special_modified_bessel_k1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6245197Z test_nnc_correctness_special_modified_bessel_k1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6259558Z test_nnc_correctness_special_modified_bessel_k1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6274171Z test_nnc_correctness_special_modified_bessel_k1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6288624Z test_nnc_correctness_special_ndtr_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6303113Z test_nnc_correctness_special_ndtr_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6317831Z test_nnc_correctness_special_ndtr_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6332371Z test_nnc_correctness_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6346712Z test_nnc_correctness_special_ndtr_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6361409Z test_nnc_correctness_special_ndtr_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6375848Z test_nnc_correctness_special_ndtr_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6390401Z test_nnc_correctness_special_ndtr_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6405137Z test_nnc_correctness_special_ndtr_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6419540Z test_nnc_correctness_special_ndtr_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6434300Z test_nnc_correctness_special_ndtri_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6448830Z test_nnc_correctness_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6463185Z test_nnc_correctness_special_ndtri_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6477857Z test_nnc_correctness_special_ndtri_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6492310Z test_nnc_correctness_special_ndtri_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6506830Z test_nnc_correctness_special_ndtri_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6521514Z test_nnc_correctness_special_ndtri_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6535865Z test_nnc_correctness_special_ndtri_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6551098Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6565607Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6579977Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6594705Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6609057Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6623568Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6638069Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6652416Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6667081Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6681069Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6694536Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6708335Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6722475Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6735897Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6749650Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6763420Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6777814Z test_nnc_correctness_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6792655Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6807171Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6821814Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6836471Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6850900Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6865465Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6880244Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6894875Z test_nnc_correctness_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.6904990Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.6915832Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.6926782Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.6937231Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.6947704Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.6958602Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.6969525Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.6980012Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.6990575Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7001231Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7011919Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7022500Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7032162Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7041481Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7050874Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7060438Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7069991Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7079772Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7089213Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7098638Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7107639Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7117254Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7126903Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7136771Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7145695Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7155479Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7165750Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7176326Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7186884Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7197613Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7208103Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7218673Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:52.7234480Z test_nnc_correctness_special_spherical_bessel_j0_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7248656Z test_nnc_correctness_special_spherical_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7263154Z test_nnc_correctness_special_spherical_bessel_j0_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7277862Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7291393Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7304937Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7318422Z test_nnc_correctness_special_spherical_bessel_j0_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7331727Z test_nnc_correctness_special_spherical_bessel_j0_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7345323Z test_nnc_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7359005Z test_nnc_correctness_special_xlog1py_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7372315Z test_nnc_correctness_special_xlog1py_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7386687Z test_nnc_correctness_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7401181Z test_nnc_correctness_special_xlog1py_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7415469Z test_nnc_correctness_special_xlog1py_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7430175Z test_nnc_correctness_special_xlog1py_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7444779Z test_nnc_correctness_special_xlog1py_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7459305Z test_nnc_correctness_special_xlog1py_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7474144Z test_nnc_correctness_special_xlog1py_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7488714Z test_nnc_correctness_special_zeta_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7503359Z test_nnc_correctness_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7518096Z test_nnc_correctness_special_zeta_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7532746Z test_nnc_correctness_special_zeta_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7547316Z test_nnc_correctness_special_zeta_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7562082Z test_nnc_correctness_special_zeta_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7576593Z test_nnc_correctness_special_zeta_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7591480Z test_nnc_correctness_special_zeta_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7606005Z test_nnc_correctness_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7621048Z test_nnc_correctness_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7635901Z test_nnc_correctness_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7650346Z test_nnc_correctness_split_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7664688Z test_nnc_correctness_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7679545Z test_nnc_correctness_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7693855Z test_nnc_correctness_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7708311Z test_nnc_correctness_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7722693Z test_nnc_correctness_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7736395Z test_nnc_correctness_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7751043Z test_nnc_correctness_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7765786Z test_nnc_correctness_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7780341Z test_nnc_correctness_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7795136Z test_nnc_correctness_split_list_args_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7809804Z test_nnc_correctness_split_list_args_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7824287Z test_nnc_correctness_split_list_args_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7839081Z test_nnc_correctness_split_list_args_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7853610Z test_nnc_correctness_split_list_args_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7868078Z test_nnc_correctness_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7882555Z test_nnc_correctness_split_list_args_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7896101Z test_nnc_correctness_split_list_args_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7909511Z test_nnc_correctness_split_list_args_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7923122Z test_nnc_correctness_split_list_args_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7936512Z test_nnc_correctness_split_list_args_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7949891Z test_nnc_correctness_split_list_args_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7963426Z test_nnc_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7976876Z test_nnc_correctness_split_with_sizes_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.7990576Z test_nnc_correctness_split_with_sizes_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8004046Z test_nnc_correctness_split_with_sizes_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8017822Z test_nnc_correctness_split_with_sizes_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8030897Z test_nnc_correctness_split_with_sizes_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8044486Z test_nnc_correctness_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8057874Z test_nnc_correctness_split_with_sizes_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8071393Z test_nnc_correctness_split_with_sizes_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8086058Z test_nnc_correctness_split_with_sizes_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8101199Z test_nnc_correctness_split_with_sizes_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8115920Z test_nnc_correctness_split_with_sizes_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8130427Z test_nnc_correctness_split_with_sizes_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8144922Z test_nnc_correctness_sqrt_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8159575Z test_nnc_correctness_sqrt_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8174184Z test_nnc_correctness_sqrt_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8188811Z test_nnc_correctness_sqrt_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8203260Z test_nnc_correctness_sqrt_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8216749Z test_nnc_correctness_sqrt_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8230059Z test_nnc_correctness_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8243751Z test_nnc_correctness_sqrt_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8257207Z test_nnc_correctness_sqrt_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8270754Z test_nnc_correctness_sqrt_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8284392Z test_nnc_correctness_sqrt_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8297626Z test_nnc_correctness_sqrt_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8311158Z test_nnc_correctness_sqrt_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8324580Z test_nnc_correctness_square_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8338167Z test_nnc_correctness_square_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8351412Z test_nnc_correctness_square_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8364932Z test_nnc_correctness_square_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8378296Z test_nnc_correctness_square_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8391830Z test_nnc_correctness_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8404992Z test_nnc_correctness_square_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8418542Z test_nnc_correctness_square_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8432184Z test_nnc_correctness_square_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8445386Z test_nnc_correctness_square_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8459482Z test_nnc_correctness_square_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8474226Z test_nnc_correctness_square_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8488915Z test_nnc_correctness_squeeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8503398Z test_nnc_correctness_squeeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8518655Z test_nnc_correctness_squeeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8533286Z test_nnc_correctness_squeeze_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8547811Z test_nnc_correctness_squeeze_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8562246Z test_nnc_correctness_squeeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8575510Z test_nnc_correctness_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8588820Z test_nnc_correctness_squeeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8602999Z test_nnc_correctness_squeeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8616549Z test_nnc_correctness_squeeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8629940Z test_nnc_correctness_squeeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8643419Z test_nnc_correctness_squeeze_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8656720Z test_nnc_correctness_squeeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8670062Z test_nnc_correctness_stack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8683600Z test_nnc_correctness_stack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8696956Z test_nnc_correctness_stack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8710273Z test_nnc_correctness_stack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8723827Z test_nnc_correctness_stack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8737109Z test_nnc_correctness_stack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8750380Z test_nnc_correctness_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8763931Z test_nnc_correctness_stack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8777422Z test_nnc_correctness_stack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8790810Z test_nnc_correctness_stack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8804440Z test_nnc_correctness_stack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8818848Z test_nnc_correctness_stack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8833665Z test_nnc_correctness_stack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8848202Z test_nnc_correctness_std_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8862598Z test_nnc_correctness_std_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8877443Z test_nnc_correctness_std_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8891845Z test_nnc_correctness_std_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8906288Z test_nnc_correctness_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8920870Z test_nnc_correctness_std_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8935435Z test_nnc_correctness_std_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8949739Z test_nnc_correctness_std_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8964094Z test_nnc_correctness_std_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8978491Z test_nnc_correctness_std_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.8993261Z test_nnc_correctness_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9007538Z test_nnc_correctness_std_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9022056Z test_nnc_correctness_stft_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9036685Z test_nnc_correctness_stft_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9050917Z test_nnc_correctness_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9064366Z test_nnc_correctness_stft_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9077899Z test_nnc_correctness_sub_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9091157Z test_nnc_correctness_sub_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9104514Z test_nnc_correctness_sub_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9118149Z test_nnc_correctness_sub_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9131464Z test_nnc_correctness_sub_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9144532Z test_nnc_correctness_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9158173Z test_nnc_correctness_sub_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9171513Z test_nnc_correctness_sub_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9184844Z test_nnc_correctness_sub_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9198440Z test_nnc_correctness_sub_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9211717Z test_nnc_correctness_sub_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9225081Z test_nnc_correctness_sub_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9238629Z test_nnc_correctness_sum_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9252158Z test_nnc_correctness_sum_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9265400Z test_nnc_correctness_sum_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9278973Z test_nnc_correctness_sum_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9292323Z test_nnc_correctness_sum_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9305693Z test_nnc_correctness_sum_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9320399Z test_nnc_correctness_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9334959Z test_nnc_correctness_sum_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9349378Z test_nnc_correctness_sum_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9363974Z test_nnc_correctness_sum_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9378523Z test_nnc_correctness_sum_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9393312Z test_nnc_correctness_sum_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9407708Z test_nnc_correctness_sum_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9422115Z test_nnc_correctness_sum_to_size_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9436851Z test_nnc_correctness_sum_to_size_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9451639Z test_nnc_correctness_sum_to_size_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9465774Z test_nnc_correctness_sum_to_size_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9480620Z test_nnc_correctness_sum_to_size_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9494967Z test_nnc_correctness_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9509560Z test_nnc_correctness_sum_to_size_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9524374Z test_nnc_correctness_sum_to_size_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9538705Z test_nnc_correctness_sum_to_size_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9553469Z test_nnc_correctness_sum_to_size_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9568742Z test_nnc_correctness_sum_to_size_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9583498Z test_nnc_correctness_sum_to_size_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9599267Z test_nnc_correctness_svd_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9614551Z test_nnc_correctness_svd_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9628167Z test_nnc_correctness_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9642455Z test_nnc_correctness_svd_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9656610Z test_nnc_correctness_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9670390Z test_nnc_correctness_svd_lowrank_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9684007Z test_nnc_correctness_symeig_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9697898Z test_nnc_correctness_symeig_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9711480Z test_nnc_correctness_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9725071Z test_nnc_correctness_symeig_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9738755Z test_nnc_correctness_t_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9752349Z test_nnc_correctness_t_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9765631Z test_nnc_correctness_t_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9779186Z test_nnc_correctness_t_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9792556Z test_nnc_correctness_t_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9805947Z test_nnc_correctness_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9819524Z test_nnc_correctness_t_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9833276Z test_nnc_correctness_t_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9846737Z test_nnc_correctness_t_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9860100Z test_nnc_correctness_t_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9875125Z test_nnc_correctness_t_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9889400Z test_nnc_correctness_t_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9903138Z test_nnc_correctness_take_along_dim_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9916631Z test_nnc_correctness_take_along_dim_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9930060Z test_nnc_correctness_take_along_dim_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9943725Z test_nnc_correctness_take_along_dim_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9957411Z test_nnc_correctness_take_along_dim_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9970600Z test_nnc_correctness_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9983873Z test_nnc_correctness_take_along_dim_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:52.9997816Z test_nnc_correctness_take_along_dim_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0011390Z test_nnc_correctness_take_along_dim_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0024640Z test_nnc_correctness_take_along_dim_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0038651Z test_nnc_correctness_take_along_dim_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0052220Z test_nnc_correctness_take_along_dim_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0065972Z test_nnc_correctness_take_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0079657Z test_nnc_correctness_take_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0093182Z test_nnc_correctness_take_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0106695Z test_nnc_correctness_take_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0120329Z test_nnc_correctness_take_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0133690Z test_nnc_correctness_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0147128Z test_nnc_correctness_take_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0160657Z test_nnc_correctness_take_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0174233Z test_nnc_correctness_take_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0187600Z test_nnc_correctness_take_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0201507Z test_nnc_correctness_take_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0214858Z test_nnc_correctness_take_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0228380Z test_nnc_correctness_tan_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0243487Z test_nnc_correctness_tan_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0257681Z test_nnc_correctness_tan_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0271246Z test_nnc_correctness_tan_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0285091Z test_nnc_correctness_tan_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0299207Z test_nnc_correctness_tan_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0314104Z test_nnc_correctness_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0327611Z test_nnc_correctness_tan_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0341347Z test_nnc_correctness_tan_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0354720Z test_nnc_correctness_tan_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0368014Z test_nnc_correctness_tan_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0381904Z test_nnc_correctness_tan_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0396781Z test_nnc_correctness_tan_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0411142Z test_nnc_correctness_tanh_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0425876Z test_nnc_correctness_tanh_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0440580Z test_nnc_correctness_tanh_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0453937Z test_nnc_correctness_tanh_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0477191Z test_nnc_correctness_tanh_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:21:53.0490495Z test_nnc_correctness_tanh_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0503816Z test_nnc_correctness_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0517676Z test_nnc_correctness_tanh_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0531142Z test_nnc_correctness_tanh_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0544591Z test_nnc_correctness_tanh_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0558206Z test_nnc_correctness_tanh_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0571545Z test_nnc_correctness_tanh_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0584850Z test_nnc_correctness_tanh_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0599176Z test_nnc_correctness_tensor_split_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0612454Z test_nnc_correctness_tensor_split_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0625529Z test_nnc_correctness_tensor_split_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0639097Z test_nnc_correctness_tensor_split_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0652656Z test_nnc_correctness_tensor_split_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0665854Z test_nnc_correctness_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0679779Z test_nnc_correctness_tensor_split_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0693390Z test_nnc_correctness_tensor_split_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0706841Z test_nnc_correctness_tensor_split_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0720405Z test_nnc_correctness_tensor_split_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0734034Z test_nnc_correctness_tensor_split_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0747610Z test_nnc_correctness_tensor_split_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0761253Z test_nnc_correctness_tensordot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0774581Z test_nnc_correctness_tensordot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0787890Z test_nnc_correctness_tensordot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0802166Z test_nnc_correctness_tensordot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0815655Z test_nnc_correctness_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0830214Z test_nnc_correctness_tensordot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0843792Z test_nnc_correctness_tile_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0857476Z test_nnc_correctness_tile_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0871232Z test_nnc_correctness_tile_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0885028Z test_nnc_correctness_tile_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0898600Z test_nnc_correctness_tile_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0912499Z test_nnc_correctness_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0925809Z test_nnc_correctness_tile_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0939371Z test_nnc_correctness_tile_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0953215Z test_nnc_correctness_tile_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0966561Z test_nnc_correctness_tile_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0980044Z test_nnc_correctness_tile_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.0993925Z test_nnc_correctness_tile_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1008386Z test_nnc_correctness_to_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1023095Z test_nnc_correctness_to_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1037615Z test_nnc_correctness_to_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1052061Z test_nnc_correctness_to_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1065863Z test_nnc_correctness_to_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1079373Z test_nnc_correctness_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1092956Z test_nnc_correctness_to_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1106524Z test_nnc_correctness_to_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1120242Z test_nnc_correctness_to_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1133885Z test_nnc_correctness_to_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1147437Z test_nnc_correctness_to_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1162011Z test_nnc_correctness_to_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1176490Z test_nnc_correctness_to_sparse_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1190900Z test_nnc_correctness_to_sparse_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1204637Z test_nnc_correctness_to_sparse_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1218044Z test_nnc_correctness_to_sparse_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1231747Z test_nnc_correctness_to_sparse_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1245012Z test_nnc_correctness_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1258524Z test_nnc_correctness_to_sparse_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1272092Z test_nnc_correctness_to_sparse_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1285632Z test_nnc_correctness_to_sparse_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1298990Z test_nnc_correctness_to_sparse_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1312782Z test_nnc_correctness_to_sparse_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1326322Z test_nnc_correctness_to_sparse_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1339831Z test_nnc_correctness_topk_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1353559Z test_nnc_correctness_topk_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1366828Z test_nnc_correctness_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1380185Z test_nnc_correctness_topk_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1393628Z test_nnc_correctness_topk_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1406936Z test_nnc_correctness_topk_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1420408Z test_nnc_correctness_topk_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1434376Z test_nnc_correctness_topk_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1447815Z test_nnc_correctness_topk_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1461103Z test_nnc_correctness_trace_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1474655Z test_nnc_correctness_trace_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1487983Z test_nnc_correctness_trace_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1501561Z test_nnc_correctness_trace_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1515148Z test_nnc_correctness_trace_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1528660Z test_nnc_correctness_trace_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1542194Z test_nnc_correctness_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1555848Z test_nnc_correctness_trace_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1570316Z test_nnc_correctness_trace_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1583847Z test_nnc_correctness_trace_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1597367Z test_nnc_correctness_trace_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1610980Z test_nnc_correctness_trace_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1624399Z test_nnc_correctness_trace_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1638188Z test_nnc_correctness_transpose_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1652501Z test_nnc_correctness_transpose_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1667075Z test_nnc_correctness_transpose_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1681331Z test_nnc_correctness_transpose_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1694849Z test_nnc_correctness_transpose_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1708225Z test_nnc_correctness_transpose_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1722592Z test_nnc_correctness_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1735855Z test_nnc_correctness_transpose_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1749621Z test_nnc_correctness_transpose_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1763266Z test_nnc_correctness_transpose_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1776556Z test_nnc_correctness_transpose_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1790289Z test_nnc_correctness_transpose_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1803885Z test_nnc_correctness_transpose_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1817459Z test_nnc_correctness_trapezoid_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1830890Z test_nnc_correctness_trapezoid_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1845522Z test_nnc_correctness_trapezoid_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1859018Z test_nnc_correctness_trapezoid_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1872773Z test_nnc_correctness_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1885860Z test_nnc_correctness_trapezoid_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1899224Z test_nnc_correctness_trapezoid_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1912838Z test_nnc_correctness_trapezoid_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1926212Z test_nnc_correctness_trapezoid_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1939804Z test_nnc_correctness_trapezoid_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1953778Z test_nnc_correctness_trapezoid_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1967266Z test_nnc_correctness_trapz_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1980762Z test_nnc_correctness_trapz_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.1994464Z test_nnc_correctness_trapz_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2008160Z test_nnc_correctness_trapz_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2021713Z test_nnc_correctness_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2035232Z test_nnc_correctness_trapz_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2048553Z test_nnc_correctness_trapz_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2062986Z test_nnc_correctness_trapz_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2077056Z test_nnc_correctness_trapz_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2090119Z test_nnc_correctness_trapz_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2104653Z test_nnc_correctness_trapz_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2119075Z test_nnc_correctness_triangular_solve_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2133224Z test_nnc_correctness_triangular_solve_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2147755Z test_nnc_correctness_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2161385Z test_nnc_correctness_triangular_solve_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2174917Z test_nnc_correctness_tril_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2188407Z test_nnc_correctness_tril_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2202900Z test_nnc_correctness_tril_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2216309Z test_nnc_correctness_tril_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2229881Z test_nnc_correctness_tril_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2243457Z test_nnc_correctness_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2256894Z test_nnc_correctness_tril_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2270205Z test_nnc_correctness_tril_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2283886Z test_nnc_correctness_tril_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2297384Z test_nnc_correctness_tril_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2310788Z test_nnc_correctness_tril_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2324505Z test_nnc_correctness_tril_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2337830Z test_nnc_correctness_tril_indices_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2351429Z test_nnc_correctness_tril_indices_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2365214Z test_nnc_correctness_triu_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2379143Z test_nnc_correctness_triu_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2393487Z test_nnc_correctness_triu_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2408136Z test_nnc_correctness_triu_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2421714Z test_nnc_correctness_triu_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2435419Z test_nnc_correctness_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2450120Z test_nnc_correctness_triu_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2463511Z test_nnc_correctness_triu_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2477067Z test_nnc_correctness_triu_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2490330Z test_nnc_correctness_triu_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2504049Z test_nnc_correctness_triu_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2517728Z test_nnc_correctness_triu_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2532070Z test_nnc_correctness_triu_indices_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2546589Z test_nnc_correctness_triu_indices_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2561359Z test_nnc_correctness_true_divide_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2575772Z test_nnc_correctness_true_divide_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2590927Z test_nnc_correctness_true_divide_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2605573Z test_nnc_correctness_true_divide_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2620271Z test_nnc_correctness_true_divide_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2634174Z test_nnc_correctness_true_divide_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2647652Z test_nnc_correctness_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2660747Z test_nnc_correctness_true_divide_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2674783Z test_nnc_correctness_true_divide_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2688117Z test_nnc_correctness_true_divide_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2701755Z test_nnc_correctness_true_divide_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2715219Z test_nnc_correctness_true_divide_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2728694Z test_nnc_correctness_true_divide_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2742169Z test_nnc_correctness_trunc_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2755818Z test_nnc_correctness_trunc_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2769501Z test_nnc_correctness_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2782634Z test_nnc_correctness_trunc_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2796105Z test_nnc_correctness_trunc_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2809947Z test_nnc_correctness_trunc_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2823314Z test_nnc_correctness_trunc_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2836942Z test_nnc_correctness_trunc_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2851026Z test_nnc_correctness_trunc_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2865412Z test_nnc_correctness_unbind_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2879485Z test_nnc_correctness_unbind_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2893103Z test_nnc_correctness_unbind_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2906437Z test_nnc_correctness_unbind_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2920310Z test_nnc_correctness_unbind_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2933337Z test_nnc_correctness_unbind_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2946952Z test_nnc_correctness_unbind_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2960452Z test_nnc_correctness_unbind_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2974032Z test_nnc_correctness_unbind_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.2987346Z test_nnc_correctness_unbind_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3001786Z test_nnc_correctness_unbind_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3016216Z test_nnc_correctness_unbind_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3030515Z test_nnc_correctness_unbind_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3043954Z test_nnc_correctness_unflatten_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3058625Z test_nnc_correctness_unflatten_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3072643Z test_nnc_correctness_unflatten_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3085792Z test_nnc_correctness_unflatten_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3099081Z test_nnc_correctness_unflatten_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3112714Z test_nnc_correctness_unflatten_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3127686Z test_nnc_correctness_unflatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3141774Z test_nnc_correctness_unflatten_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3156909Z test_nnc_correctness_unflatten_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3170269Z test_nnc_correctness_unflatten_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3183467Z test_nnc_correctness_unflatten_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3197753Z test_nnc_correctness_unflatten_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3211002Z test_nnc_correctness_unflatten_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3224336Z test_nnc_correctness_unfold_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3238443Z test_nnc_correctness_unfold_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3251796Z test_nnc_correctness_unfold_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3265084Z test_nnc_correctness_unfold_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3279117Z test_nnc_correctness_unfold_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3292634Z test_nnc_correctness_unfold_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3305968Z test_nnc_correctness_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3320106Z test_nnc_correctness_unfold_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3333688Z test_nnc_correctness_unfold_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3346771Z test_nnc_correctness_unfold_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3361750Z test_nnc_correctness_unfold_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3376279Z test_nnc_correctness_unfold_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3390931Z test_nnc_correctness_unfold_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3404817Z test_nnc_correctness_uniform_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3418290Z test_nnc_correctness_uniform_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3432047Z test_nnc_correctness_uniform_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3445212Z test_nnc_correctness_uniform_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3458880Z test_nnc_correctness_uniform_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3473973Z test_nnc_correctness_uniform_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3487807Z test_nnc_correctness_unique_consecutive_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3500724Z test_nnc_correctness_unique_consecutive_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3514663Z test_nnc_correctness_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3528029Z test_nnc_correctness_unique_consecutive_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3541560Z test_nnc_correctness_unique_consecutive_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3555603Z test_nnc_correctness_unique_consecutive_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3568864Z test_nnc_correctness_unique_consecutive_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3582466Z test_nnc_correctness_unique_consecutive_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3597706Z test_nnc_correctness_unique_consecutive_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3610953Z test_nnc_correctness_unique_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3624548Z test_nnc_correctness_unique_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3638173Z test_nnc_correctness_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3651464Z test_nnc_correctness_unique_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3664791Z test_nnc_correctness_unique_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3678422Z test_nnc_correctness_unique_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3691928Z test_nnc_correctness_unique_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3705293Z test_nnc_correctness_unique_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3719961Z test_nnc_correctness_unique_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3734594Z test_nnc_correctness_unsqueeze_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3749022Z test_nnc_correctness_unsqueeze_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3763325Z test_nnc_correctness_unsqueeze_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3776654Z test_nnc_correctness_unsqueeze_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3790001Z test_nnc_correctness_unsqueeze_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3803755Z test_nnc_correctness_unsqueeze_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3817121Z test_nnc_correctness_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3830588Z test_nnc_correctness_unsqueeze_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3844157Z test_nnc_correctness_unsqueeze_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3858130Z test_nnc_correctness_unsqueeze_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3872942Z test_nnc_correctness_unsqueeze_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3887376Z test_nnc_correctness_unsqueeze_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3901908Z test_nnc_correctness_unsqueeze_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3916525Z test_nnc_correctness_var_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3930913Z test_nnc_correctness_var_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3945597Z test_nnc_correctness_var_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3960177Z test_nnc_correctness_var_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3974668Z test_nnc_correctness_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.3989005Z test_nnc_correctness_var_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4003817Z test_nnc_correctness_var_mean_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4018481Z test_nnc_correctness_var_mean_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4033153Z test_nnc_correctness_var_mean_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4047504Z test_nnc_correctness_var_mean_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4061887Z test_nnc_correctness_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4076588Z test_nnc_correctness_var_mean_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4091003Z test_nnc_correctness_vdot_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4105461Z test_nnc_correctness_vdot_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4120041Z test_nnc_correctness_vdot_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4134529Z test_nnc_correctness_vdot_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4149179Z test_nnc_correctness_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4163957Z test_nnc_correctness_vdot_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4174481Z test_nnc_correctness_view_as_complex_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:53.4189102Z test_nnc_correctness_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4203670Z test_nnc_correctness_view_as_complex_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4218179Z test_nnc_correctness_view_as_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4233003Z test_nnc_correctness_view_as_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4247616Z test_nnc_correctness_view_as_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4262062Z test_nnc_correctness_view_as_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4277632Z test_nnc_correctness_view_as_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4292072Z test_nnc_correctness_view_as_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4309305Z test_nnc_correctness_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4321394Z test_nnc_correctness_view_as_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4335693Z test_nnc_correctness_view_as_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4350267Z test_nnc_correctness_view_as_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4364848Z test_nnc_correctness_view_as_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4379335Z test_nnc_correctness_view_as_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4393450Z test_nnc_correctness_view_as_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4406591Z test_nnc_correctness_view_as_real_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4419887Z test_nnc_correctness_view_as_real_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4433649Z test_nnc_correctness_view_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4446962Z test_nnc_correctness_view_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4460289Z test_nnc_correctness_view_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4475014Z test_nnc_correctness_view_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4489391Z test_nnc_correctness_view_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4503894Z test_nnc_correctness_view_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4518464Z test_nnc_correctness_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4532992Z test_nnc_correctness_view_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4547302Z test_nnc_correctness_view_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4562173Z test_nnc_correctness_view_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4577194Z test_nnc_correctness_view_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4593044Z test_nnc_correctness_view_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4608081Z test_nnc_correctness_view_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4622528Z test_nnc_correctness_vsplit_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4637198Z test_nnc_correctness_vsplit_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4651604Z test_nnc_correctness_vsplit_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4665983Z test_nnc_correctness_vsplit_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4680993Z test_nnc_correctness_vsplit_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4695234Z test_nnc_correctness_vsplit_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4709720Z test_nnc_correctness_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4724223Z test_nnc_correctness_vsplit_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4738688Z test_nnc_correctness_vsplit_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4753462Z test_nnc_correctness_vsplit_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4767922Z test_nnc_correctness_vsplit_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4782334Z test_nnc_correctness_vsplit_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4796865Z test_nnc_correctness_vsplit_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4811547Z test_nnc_correctness_vstack_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4826025Z test_nnc_correctness_vstack_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4840685Z test_nnc_correctness_vstack_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4855030Z test_nnc_correctness_vstack_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4869497Z test_nnc_correctness_vstack_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4884044Z test_nnc_correctness_vstack_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4898480Z test_nnc_correctness_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4913065Z test_nnc_correctness_vstack_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4927479Z test_nnc_correctness_vstack_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4941893Z test_nnc_correctness_vstack_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4956569Z test_nnc_correctness_vstack_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4969807Z test_nnc_correctness_vstack_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4984497Z test_nnc_correctness_vstack_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.4998902Z test_nnc_correctness_where_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5013482Z test_nnc_correctness_where_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5028010Z test_nnc_correctness_where_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5042289Z test_nnc_correctness_where_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5055664Z test_nnc_correctness_where_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5069002Z test_nnc_correctness_where_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5082633Z test_nnc_correctness_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5095721Z test_nnc_correctness_where_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5109035Z test_nnc_correctness_where_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5122351Z test_nnc_correctness_where_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5136170Z test_nnc_correctness_where_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5149219Z test_nnc_correctness_where_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5163051Z test_nnc_correctness_where_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5176336Z test_nnc_correctness_xlogy_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5189489Z test_nnc_correctness_xlogy_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5203037Z test_nnc_correctness_xlogy_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5216303Z test_nnc_correctness_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5229933Z test_nnc_correctness_xlogy_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5243484Z test_nnc_correctness_xlogy_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5257360Z test_nnc_correctness_xlogy_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5270863Z test_nnc_correctness_xlogy_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5284712Z test_nnc_correctness_xlogy_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5297877Z test_nnc_correctness_xlogy_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5312742Z test_nnc_correctness_zero__cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5326988Z test_nnc_correctness_zero__cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5341619Z test_nnc_correctness_zero__cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5356323Z test_nnc_correctness_zero__cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5370577Z test_nnc_correctness_zero__cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5385058Z test_nnc_correctness_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5399783Z test_nnc_correctness_zero__cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5414264Z test_nnc_correctness_zero__cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5428851Z test_nnc_correctness_zero__cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5443220Z test_nnc_correctness_zero__cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5457610Z test_nnc_correctness_zero__cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5472380Z test_nnc_correctness_zero__cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5485669Z test_nnc_correctness_zeros_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5498927Z test_nnc_correctness_zeros_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5512679Z test_nnc_correctness_zeros_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5526088Z test_nnc_correctness_zeros_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5540589Z test_nnc_correctness_zeros_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5555489Z test_nnc_correctness_zeros_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5569916Z test_nnc_correctness_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5584392Z test_nnc_correctness_zeros_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5599162Z test_nnc_correctness_zeros_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5612621Z test_nnc_correctness_zeros_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5625902Z test_nnc_correctness_zeros_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5639865Z test_nnc_correctness_zeros_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5653198Z test_nnc_correctness_zeros_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5666582Z test_nnc_correctness_zeros_like_cuda_bfloat16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5680260Z test_nnc_correctness_zeros_like_cuda_bool (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5693778Z test_nnc_correctness_zeros_like_cuda_complex128 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5707138Z test_nnc_correctness_zeros_like_cuda_complex32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5720743Z test_nnc_correctness_zeros_like_cuda_complex64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5734114Z test_nnc_correctness_zeros_like_cuda_float16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5747758Z test_nnc_correctness_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5761434Z test_nnc_correctness_zeros_like_cuda_float64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5774790Z test_nnc_correctness_zeros_like_cuda_int16 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5788121Z test_nnc_correctness_zeros_like_cuda_int32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5802356Z test_nnc_correctness_zeros_like_cuda_int64 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5815565Z test_nnc_correctness_zeros_like_cuda_int8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5829048Z test_nnc_correctness_zeros_like_cuda_uint8 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.5840562Z test_unsupported_H_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5852335Z test_unsupported_T_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5863901Z test_unsupported___getitem___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5875783Z test_unsupported___rpow___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5887440Z test_unsupported___rsub___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5899074Z test_unsupported__masked_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5909870Z test_unsupported__masked_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5920909Z test_unsupported__masked_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5931919Z test_unsupported__masked_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5942748Z test_unsupported__masked_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5953776Z test_unsupported__masked_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5964682Z test_unsupported__masked_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5975594Z test_unsupported__masked_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5986643Z test_unsupported__masked_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.5998440Z test_unsupported__masked_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6010100Z test_unsupported__masked_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6021733Z test_unsupported__masked_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6033606Z test_unsupported__masked_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6045105Z test_unsupported__masked_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6057002Z test_unsupported__masked_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6068551Z test_unsupported__masked_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6080358Z test_unsupported__masked_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6091973Z test_unsupported__masked_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6102939Z test_unsupported__masked_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6114589Z test_unsupported_acosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6125331Z test_unsupported_addbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6136310Z test_unsupported_addcdiv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6147196Z test_unsupported_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6158883Z test_unsupported_addmv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6170507Z test_unsupported_addr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6182161Z test_unsupported_all_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6193257Z test_unsupported_allclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6204270Z test_unsupported_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6214932Z test_unsupported_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6225935Z test_unsupported_aminmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6237039Z test_unsupported_angle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6247935Z test_unsupported_any_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6259258Z test_unsupported_arange_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6270769Z test_unsupported_argmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6282593Z test_unsupported_argmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6294763Z test_unsupported_argsort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6306092Z test_unsupported_argwhere_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6317836Z test_unsupported_as_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6329440Z test_unsupported_as_strided_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6340989Z test_unsupported_asinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6352352Z test_unsupported_atanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6363145Z test_unsupported_atleast_1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6373879Z test_unsupported_atleast_2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6385224Z test_unsupported_atleast_3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6397020Z test_unsupported_baddbmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6408593Z test_unsupported_bernoulli_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6420213Z test_unsupported_bfloat16_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6432167Z test_unsupported_block_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6442888Z test_unsupported_bmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6453665Z test_unsupported_broadcast_shapes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6464666Z test_unsupported_broadcast_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6475723Z test_unsupported_broadcast_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6486653Z test_unsupported_bucketize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6497378Z test_unsupported_cartesian_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6508235Z test_unsupported_cat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6519335Z test_unsupported_cdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6530217Z test_unsupported_chalf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6540860Z test_unsupported_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6551877Z test_unsupported_cholesky_inverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6562478Z test_unsupported_cholesky_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6573263Z test_unsupported_chunk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6584167Z test_unsupported_clamp_max_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6595302Z test_unsupported_clamp_min_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6606114Z test_unsupported_clone_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6616904Z test_unsupported_column_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6627756Z test_unsupported_combinations_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6638811Z test_unsupported_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6649656Z test_unsupported_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6661363Z test_unsupported_conj_physical_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6673064Z test_unsupported_constant_pad_nd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6684636Z test_unsupported_copysign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6695412Z test_unsupported_corrcoef_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6706368Z test_unsupported_count_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6717998Z test_unsupported_cov_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6729604Z test_unsupported_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6741149Z test_unsupported_cummax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6752988Z test_unsupported_cummin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6763820Z test_unsupported_cumprod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6774519Z test_unsupported_cumsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6785565Z test_unsupported_cumulative_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6796480Z test_unsupported_deg2rad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6807359Z test_unsupported_diag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6818206Z test_unsupported_diag_embed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6829093Z test_unsupported_diagflat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6840119Z test_unsupported_diagonal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6851145Z test_unsupported_diagonal_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6861953Z test_unsupported_diff_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6873063Z test_unsupported_digamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6883935Z test_unsupported_dist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6894718Z test_unsupported_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6905525Z test_unsupported_dsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6916539Z test_unsupported_dstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6927452Z test_unsupported_einsum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6938294Z test_unsupported_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6949164Z test_unsupported_empty_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6960800Z test_unsupported_equal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6972456Z test_unsupported_erfinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6983958Z test_unsupported_exp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.6995021Z test_unsupported_eye_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7005914Z test_unsupported_fft_fft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7016826Z test_unsupported_fft_fft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7027726Z test_unsupported_fft_fftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7038824Z test_unsupported_fft_fftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7049716Z test_unsupported_fft_hfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7060698Z test_unsupported_fft_hfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7072586Z test_unsupported_fft_hfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7084070Z test_unsupported_fft_ifft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7095677Z test_unsupported_fft_ifft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7107355Z test_unsupported_fft_ifftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7119799Z test_unsupported_fft_ifftshift_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7131609Z test_unsupported_fft_ihfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7143136Z test_unsupported_fft_ihfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7155050Z test_unsupported_fft_ihfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7166630Z test_unsupported_fft_irfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7178157Z test_unsupported_fft_irfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7189902Z test_unsupported_fft_irfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7201679Z test_unsupported_fft_rfft2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7213430Z test_unsupported_fft_rfft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7224863Z test_unsupported_fft_rfftn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7232738Z test_unsupported_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:21:53.7244265Z test_unsupported_flatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7255917Z test_unsupported_flip_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7267017Z test_unsupported_fliplr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7278011Z test_unsupported_flipud_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7288816Z test_unsupported_float_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7299638Z test_unsupported_floor_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7310463Z test_unsupported_fmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7321615Z test_unsupported_fmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7332474Z test_unsupported_frexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7343309Z test_unsupported_full_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7354356Z test_unsupported_gather_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7365249Z test_unsupported_geqrf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7376183Z test_unsupported_gradient_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7386889Z test_unsupported_heaviside_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7397945Z test_unsupported_histc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7408767Z test_unsupported_hsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7419662Z test_unsupported_hstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7430527Z test_unsupported_hypot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7441610Z test_unsupported_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7452417Z test_unsupported_igamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7463363Z test_unsupported_igammac_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7474319Z test_unsupported_index_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7485225Z test_unsupported_index_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7496098Z test_unsupported_index_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7506927Z test_unsupported_index_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7518393Z test_unsupported_index_reduce_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7530053Z test_unsupported_index_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7541023Z test_unsupported_inner_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7552051Z test_unsupported_isclose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7562969Z test_unsupported_isfinite_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7573725Z test_unsupported_isin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7584532Z test_unsupported_isinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7595676Z test_unsupported_isneginf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7606534Z test_unsupported_isposinf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7617347Z test_unsupported_isreal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7629001Z test_unsupported_istft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7640122Z test_unsupported_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7651567Z test_unsupported_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7662451Z test_unsupported_jiterator_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7673693Z test_unsupported_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7684573Z test_unsupported_jiterator_unary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7695371Z test_unsupported_kron_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7706312Z test_unsupported_kthvalue_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7718093Z test_unsupported_ldexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7729662Z test_unsupported_linalg_cholesky_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7741382Z test_unsupported_linalg_cholesky_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7753716Z test_unsupported_linalg_cond_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7765315Z test_unsupported_linalg_cross_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7776873Z test_unsupported_linalg_det_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7788463Z test_unsupported_linalg_det_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7800399Z test_unsupported_linalg_eig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7811523Z test_unsupported_linalg_eigh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7822219Z test_unsupported_linalg_eigvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7833232Z test_unsupported_linalg_eigvalsh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7844442Z test_unsupported_linalg_householder_product_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7855725Z test_unsupported_linalg_inv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7866332Z test_unsupported_linalg_inv_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7877524Z test_unsupported_linalg_ldl_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7888515Z test_unsupported_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7899352Z test_unsupported_linalg_ldl_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7910661Z test_unsupported_linalg_lstsq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7922195Z test_unsupported_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7933177Z test_unsupported_linalg_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7944182Z test_unsupported_linalg_lu_factor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7955350Z test_unsupported_linalg_lu_factor_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7967247Z test_unsupported_linalg_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7979010Z test_unsupported_linalg_matrix_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.7991079Z test_unsupported_linalg_matrix_power_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8002289Z test_unsupported_linalg_matrix_rank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8013002Z test_unsupported_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8024104Z test_unsupported_linalg_multi_dot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8035360Z test_unsupported_linalg_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8046842Z test_unsupported_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8057762Z test_unsupported_linalg_pinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8069096Z test_unsupported_linalg_pinv_hermitian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8081200Z test_unsupported_linalg_pinv_singular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:21:53.8092800Z test_unsupported_linalg_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8104322Z test_unsupported_linalg_slogdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8116087Z test_unsupported_linalg_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8127902Z test_unsupported_linalg_solve_ex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8141380Z test_unsupported_linalg_solve_triangular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8151831Z test_unsupported_linalg_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8163817Z test_unsupported_linalg_svdvals_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8175497Z test_unsupported_linalg_tensorinv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8187158Z test_unsupported_linalg_tensorsolve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8199021Z test_unsupported_linalg_vander_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8210141Z test_unsupported_linalg_vecdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8220812Z test_unsupported_linalg_vector_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8232008Z test_unsupported_linspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8242752Z test_unsupported_log_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8253693Z test_unsupported_log_softmax_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8264521Z test_unsupported_logaddexp2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8275440Z test_unsupported_logaddexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8286521Z test_unsupported_logcumsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8297002Z test_unsupported_logdet_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8307942Z test_unsupported_logical_and_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8319423Z test_unsupported_logical_not_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8330394Z test_unsupported_logical_or_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8341340Z test_unsupported_logical_xor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8352412Z test_unsupported_logit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8363317Z test_unsupported_logspace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8374126Z test_unsupported_logsumexp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8384826Z test_unsupported_lu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8395947Z test_unsupported_lu_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8406855Z test_unsupported_lu_unpack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8417892Z test_unsupported_mH_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8428534Z test_unsupported_mT_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8440193Z test_unsupported_masked_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8451119Z test_unsupported_masked_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8461759Z test_unsupported_matrix_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8472916Z test_unsupported_max_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8483765Z test_unsupported_max_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8494503Z test_unsupported_maximum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8505334Z test_unsupported_median_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8516598Z test_unsupported_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8528193Z test_unsupported_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8540058Z test_unsupported_min_reduction_no_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8551751Z test_unsupported_min_reduction_with_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8563180Z test_unsupported_minimum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8574751Z test_unsupported_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8586703Z test_unsupported_movedim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8598288Z test_unsupported_msort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8609854Z test_unsupported_multinomial_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8621571Z test_unsupported_mv_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8632809Z test_unsupported_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8643703Z test_unsupported_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8654482Z test_unsupported_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8665420Z test_unsupported_nan_to_num_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8676458Z test_unsupported_nanmean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8687382Z test_unsupported_nanmedian_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8698133Z test_unsupported_nanquantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8708978Z test_unsupported_nansum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8720487Z test_unsupported_narrow_copy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8732158Z test_unsupported_narrow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8743542Z test_unsupported_native_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8755504Z test_unsupported_new_empty_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8767176Z test_unsupported_new_empty_strided_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8777863Z test_unsupported_new_full_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8788714Z test_unsupported_new_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8800299Z test_unsupported_new_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8811122Z test_unsupported_nextafter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8822070Z test_unsupported_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8833085Z test_unsupported_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8844268Z test_unsupported_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8855863Z test_unsupported_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8867734Z test_unsupported_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8879220Z test_unsupported_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8889952Z test_unsupported_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8900946Z test_unsupported_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8911979Z test_unsupported_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8923577Z test_unsupported_nn_functional_batch_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8935643Z test_unsupported_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8947241Z test_unsupported_nn_functional_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8958999Z test_unsupported_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8970593Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8982147Z test_unsupported_nn_functional_celu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.8993987Z test_unsupported_nn_functional_conv1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9005560Z test_unsupported_nn_functional_conv2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9017057Z test_unsupported_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9027728Z test_unsupported_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9039025Z test_unsupported_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9050134Z test_unsupported_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9061649Z test_unsupported_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9073617Z test_unsupported_nn_functional_cross_entropy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9085066Z test_unsupported_nn_functional_ctc_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9096700Z test_unsupported_nn_functional_dropout2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9108172Z test_unsupported_nn_functional_dropout3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9119923Z test_unsupported_nn_functional_dropout_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9131629Z test_unsupported_nn_functional_elu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9143171Z test_unsupported_nn_functional_embedding_bag_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9155176Z test_unsupported_nn_functional_embedding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9166601Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9178058Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9189557Z test_unsupported_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9201305Z test_unsupported_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9212197Z test_unsupported_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9222984Z test_unsupported_nn_functional_gelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9234100Z test_unsupported_nn_functional_glu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9244935Z test_unsupported_nn_functional_grid_sample_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9255894Z test_unsupported_nn_functional_group_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9266677Z test_unsupported_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9277766Z test_unsupported_nn_functional_huber_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9289182Z test_unsupported_nn_functional_instance_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9300169Z test_unsupported_nn_functional_interpolate_area_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9311173Z test_unsupported_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9322313Z test_unsupported_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9332952Z test_unsupported_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9343886Z test_unsupported_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9355075Z test_unsupported_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9365922Z test_unsupported_nn_functional_kl_div_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9376751Z test_unsupported_nn_functional_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9387556Z test_unsupported_nn_functional_layer_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9399404Z test_unsupported_nn_functional_linear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9410269Z test_unsupported_nn_functional_local_response_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9421130Z test_unsupported_nn_functional_logsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9432568Z test_unsupported_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9443146Z test_unsupported_nn_functional_max_pool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9454072Z test_unsupported_nn_functional_max_pool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9465013Z test_unsupported_nn_functional_max_pool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9475886Z test_unsupported_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9486694Z test_unsupported_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9498143Z test_unsupported_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9509663Z test_unsupported_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9521554Z test_unsupported_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9533178Z test_unsupported_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9544683Z test_unsupported_nn_functional_mish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9556731Z test_unsupported_nn_functional_mse_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9568687Z test_unsupported_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9581237Z test_unsupported_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9593094Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9605221Z test_unsupported_nn_functional_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9616771Z test_unsupported_nn_functional_normalize_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9628396Z test_unsupported_nn_functional_pad_circular_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9640324Z test_unsupported_nn_functional_pad_constant_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9651970Z test_unsupported_nn_functional_pad_reflect_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9663539Z test_unsupported_nn_functional_pad_replicate_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9675468Z test_unsupported_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9686984Z test_unsupported_nn_functional_pdist_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9698779Z test_unsupported_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9710217Z test_unsupported_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9720986Z test_unsupported_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9731891Z test_unsupported_nn_functional_prelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9743007Z test_unsupported_nn_functional_rrelu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9754790Z test_unsupported_nn_functional_selu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9766527Z test_unsupported_nn_functional_silu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9778155Z test_unsupported_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9789240Z test_unsupported_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9800603Z test_unsupported_nn_functional_softmin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9811455Z test_unsupported_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9822237Z test_unsupported_nn_functional_softshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9833428Z test_unsupported_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9844198Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9855092Z test_unsupported_nn_functional_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9866006Z test_unsupported_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9877248Z test_unsupported_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9888054Z test_unsupported_nonzero_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9898867Z test_unsupported_norm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9909781Z test_unsupported_norm_fro_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9921504Z test_unsupported_norm_inf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9933132Z test_unsupported_norm_nuc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9944712Z test_unsupported_normal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9956597Z test_unsupported_normal_number_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9968127Z test_unsupported_ones_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9979304Z test_unsupported_ones_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:53.9990097Z test_unsupported_ormqr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0001064Z test_unsupported_outer_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0012472Z test_unsupported_pca_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0023386Z test_unsupported_pinverse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0034469Z test_unsupported_polar_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0045373Z test_unsupported_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0056271Z test_unsupported_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0067095Z test_unsupported_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0078193Z test_unsupported_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0089166Z test_unsupported_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0099901Z test_unsupported_positive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0110805Z test_unsupported_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0121662Z test_unsupported_put_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0132691Z test_unsupported_qr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0143760Z test_unsupported_quantile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0154745Z test_unsupported_rad2deg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0165697Z test_unsupported_rand_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0176539Z test_unsupported_randint_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0187222Z test_unsupported_randn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0198397Z test_unsupported_randn_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0209258Z test_unsupported_ravel_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0220169Z test_unsupported_real_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0231030Z test_unsupported_renorm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0242144Z test_unsupported_repeat_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0252948Z test_unsupported_repeat_interleave_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0263856Z test_unsupported_resize__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0274933Z test_unsupported_resize_as__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0285723Z test_unsupported_resolve_conj_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0296619Z test_unsupported_resolve_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0307432Z test_unsupported_roll_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0318646Z test_unsupported_rot90_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0329448Z test_unsupported_round_decimals_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0340374Z test_unsupported_round_decimals_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0351427Z test_unsupported_round_decimals_neg_3_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0362359Z test_unsupported_scatter_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0373211Z test_unsupported_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0384265Z test_unsupported_scatter_reduce_amax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0395210Z test_unsupported_scatter_reduce_amin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0406305Z test_unsupported_scatter_reduce_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0417191Z test_unsupported_scatter_reduce_prod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0427970Z test_unsupported_scatter_reduce_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0439603Z test_unsupported_searchsorted_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0450459Z test_unsupported_segment_reduce_lengths_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0461456Z test_unsupported_segment_reduce_offsets_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0472524Z test_unsupported_select_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0483423Z test_unsupported_select_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0494249Z test_unsupported_sgn_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0504892Z test_unsupported_signbit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0516082Z test_unsupported_sinc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0526946Z test_unsupported_slice_scatter_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0537865Z test_unsupported_softmax_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0548665Z test_unsupported_softmax_with_dtype_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0559877Z test_unsupported_sort_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0570712Z test_unsupported_sparse_sampled_addmm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0581533Z test_unsupported_special_airy_ai_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0592590Z test_unsupported_special_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0603556Z test_unsupported_special_bessel_j1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0614612Z test_unsupported_special_bessel_y0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0626261Z test_unsupported_special_bessel_y1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0633591Z test_unsupported_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0641475Z test_unsupported_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0649038Z test_unsupported_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0656727Z test_unsupported_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0668709Z test_unsupported_special_entr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0680666Z test_unsupported_special_erfcx_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0687721Z test_unsupported_special_hermite_polynomial_h_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0695581Z test_unsupported_special_hermite_polynomial_he_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0707274Z test_unsupported_special_i0e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0718964Z test_unsupported_special_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0730374Z test_unsupported_special_i1e_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0739883Z test_unsupported_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0746005Z test_unsupported_special_legendre_polynomial_p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0757860Z test_unsupported_special_log_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0768758Z test_unsupported_special_modified_bessel_i0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0779698Z test_unsupported_special_modified_bessel_i1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0790550Z test_unsupported_special_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0802054Z test_unsupported_special_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0812921Z test_unsupported_special_ndtr_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0823816Z test_unsupported_special_ndtri_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0834868Z test_unsupported_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0845765Z test_unsupported_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0856598Z test_unsupported_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0863405Z test_unsupported_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0870387Z test_unsupported_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0877639Z test_unsupported_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0884861Z test_unsupported_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:21:54.0895778Z test_unsupported_special_spherical_bessel_j0_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0906661Z test_unsupported_special_xlog1py_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0917901Z test_unsupported_special_zeta_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0929321Z test_unsupported_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0940870Z test_unsupported_split_list_args_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0952753Z test_unsupported_split_with_sizes_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0964486Z test_unsupported_square_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0975807Z test_unsupported_squeeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0987366Z test_unsupported_stack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.0999129Z test_unsupported_std_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1010596Z test_unsupported_std_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1021738Z test_unsupported_stft_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1032947Z test_unsupported_sum_to_size_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1044282Z test_unsupported_svd_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1055617Z test_unsupported_svd_lowrank_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1066555Z test_unsupported_symeig_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1077797Z test_unsupported_take_along_dim_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1088576Z test_unsupported_take_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1099395Z test_unsupported_tensor_split_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1110390Z test_unsupported_tensordot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1121417Z test_unsupported_tile_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1132256Z test_unsupported_to_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1143160Z test_unsupported_to_sparse_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1154226Z test_unsupported_topk_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1165125Z test_unsupported_trace_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1175870Z test_unsupported_trapezoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1186836Z test_unsupported_trapz_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1197686Z test_unsupported_triangular_solve_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1208423Z test_unsupported_tril_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1219225Z test_unsupported_triu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1230273Z test_unsupported_unbind_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1241086Z test_unsupported_unflatten_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1251956Z test_unsupported_unfold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1262896Z test_unsupported_uniform_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1274112Z test_unsupported_unique_consecutive_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1284517Z test_unsupported_unique_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1295351Z test_unsupported_var_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1306158Z test_unsupported_var_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1317243Z test_unsupported_vdot_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1328076Z test_unsupported_view_as_complex_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1339056Z test_unsupported_vsplit_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1349756Z test_unsupported_vstack_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1360939Z test_unsupported_xlogy_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1371742Z test_unsupported_zero__cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1382508Z test_unsupported_zeros_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1394306Z test_unsupported_zeros_like_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1403447Z test_working___radd___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1412687Z test_working___rdiv___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1421444Z test_working___rmod___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1430237Z test_working___rmul___cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1439081Z test_working_abs_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1447848Z test_working_acos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1456643Z test_working_add_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1465420Z test_working_addcmul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1474850Z test_working_addmm_decomposed_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1484691Z test_working_asin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1493347Z test_working_atan2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1502260Z test_working_atan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1510923Z test_working_bool_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1519670Z test_working_byte_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1528472Z test_working_ceil_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1537136Z test_working_char_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1545950Z test_working_clamp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1554914Z test_working_contiguous_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1563579Z test_working_cos_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1572293Z test_working_cosh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1581028Z test_working_div_floor_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1589861Z test_working_div_no_rounding_mode_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1598719Z test_working_div_trunc_rounding_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1607422Z test_working_double_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1616033Z test_working_eq_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1624904Z test_working_erf_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1633780Z test_working_erfc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1642607Z test_working_exp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1651472Z test_working_expand_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1660198Z test_working_expand_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1668834Z test_working_expm1_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1678492Z test_working_float_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1687556Z test_working_floor_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1696777Z test_working_fmod_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1705860Z test_working_ge_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1715232Z test_working_gt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1724459Z test_working_half_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1733529Z test_working_int_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1742629Z test_working_isnan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1752118Z test_working_le_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1761308Z test_working_lerp_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1770368Z test_working_lgamma_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1779654Z test_working_log10_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1788879Z test_working_log1p_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1798526Z test_working_log2_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1807676Z test_working_log_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1816711Z test_working_long_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1825440Z test_working_lt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1834382Z test_working_masked_fill_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1843063Z test_working_max_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1851879Z test_working_mean_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1861027Z test_working_min_binary_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1869743Z test_working_mm_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1878652Z test_working_mul_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1887409Z test_working_ne_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1896158Z test_working_neg_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1904919Z test_working_nn_functional_hardshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1913972Z test_working_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1922990Z test_working_nn_functional_hardswish_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1932202Z test_working_nn_functional_hardtanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1941358Z test_working_nn_functional_leaky_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1950507Z test_working_nn_functional_relu6_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1959808Z test_working_nn_functional_relu_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1968681Z test_working_nn_functional_softplus_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1977411Z test_working_nn_functional_softsign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1986083Z test_working_nn_functional_tanhshrink_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.1994893Z test_working_nn_functional_threshold_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2003765Z test_working_permute_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2012510Z test_working_pow_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2021304Z test_working_reciprocal_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2029940Z test_working_remainder_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2038743Z test_working_reshape_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2047553Z test_working_reshape_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2056211Z test_working_round_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2064923Z test_working_rsqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2073845Z test_working_rsub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2082560Z test_working_short_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2091354Z test_working_sigmoid_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2099902Z test_working_sign_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2108766Z test_working_sin_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2118218Z test_working_sinh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2127119Z test_working_sqrt_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2135791Z test_working_sub_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2144883Z test_working_sum_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2153985Z test_working_t_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2162645Z test_working_tan_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2171332Z test_working_tanh_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2180081Z test_working_transpose_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2189002Z test_working_true_divide_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2198253Z test_working_trunc_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2207041Z test_working_unsqueeze_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2215722Z test_working_view_as_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2224507Z test_working_view_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:54.2233616Z test_working_where_cuda_float32 (__main__.TestNNCOpInfoCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:21:55.2025448Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.979s) 2022-09-27T16:21:55.2824871Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.080s) 2022-09-27T16:21:56.5504371Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (1.268s) 2022-09-27T16:21:57.0076261Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.457s) 2022-09-27T16:21:57.0090741Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T16:21:57.3201027Z test_autocast_down (__main__.TestTEFuserDynamic) ... ok (0.311s) 2022-09-27T16:21:57.6251545Z test_autocast_up (__main__.TestTEFuserDynamic) ... ok (0.305s) 2022-09-27T16:21:57.8579007Z test_batch_norm (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:21:57.8579835Z warnings.warn(msg, FutureWarning) 2022-09-27T16:21:59.9089805Z ok (2.284s) 2022-09-27T16:22:17.9127836Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (18.004s) 2022-09-27T16:23:15.8895178Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (57.977s) 2022-09-27T16:23:20.1272434Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (4.238s) 2022-09-27T16:23:22.8774765Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (2.750s) 2022-09-27T16:23:22.8789464Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:23:32.9156106Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (10.036s) 2022-09-27T16:23:33.8849139Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.969s) 2022-09-27T16:23:34.7294582Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.844s) 2022-09-27T16:23:35.7286535Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.999s) 2022-09-27T16:23:40.8160312Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... ok (5.087s) 2022-09-27T16:23:42.1610849Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (1.345s) 2022-09-27T16:23:42.1622331Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T16:23:42.1638228Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T16:23:42.1651403Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T16:23:42.1663417Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T16:23:42.1674057Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T16:23:42.1688633Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-09-27T16:23:55.1282606Z test_clamp (__main__.TestTEFuserDynamic) ... ok (12.959s) 2022-09-27T16:23:55.9667118Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.838s) 2022-09-27T16:23:56.7846173Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.818s) 2022-09-27T16:23:57.8872952Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (1.103s) 2022-09-27T16:23:58.9568845Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (1.069s) 2022-09-27T16:24:00.0415267Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (1.084s) 2022-09-27T16:24:01.1688546Z test_concat (__main__.TestTEFuserDynamic) ... ok (1.127s) 2022-09-27T16:24:02.9252667Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (1.756s) 2022-09-27T16:24:02.9268598Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-09-27T16:24:02.9281378Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-09-27T16:24:02.9293086Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-09-27T16:24:02.9307589Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: no half support (0.001s) 2022-09-27T16:24:03.1028302Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.172s) 2022-09-27T16:24:03.1098754Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-09-27T16:24:03.5623561Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.452s) 2022-09-27T16:24:03.5755339Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-09-27T16:24:14.1778695Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (10.602s) 2022-09-27T16:24:15.8699242Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (1.692s) 2022-09-27T16:24:17.1556948Z test_erf (__main__.TestTEFuserDynamic) ... ok (1.286s) 2022-09-27T16:24:17.1946261Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.039s) 2022-09-27T16:24:17.6480341Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.453s) 2022-09-27T16:24:17.6490098Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-09-27T16:24:17.6549926Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-09-27T16:24:17.9258449Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.271s) 2022-09-27T16:24:18.3600258Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.434s) 2022-09-27T16:24:18.7336390Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.373s) 2022-09-27T16:24:24.6888922Z test_isnan (__main__.TestTEFuserDynamic) ... ok (5.955s) 2022-09-27T16:24:24.6900140Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-09-27T16:24:25.8222424Z test_lerp (__main__.TestTEFuserDynamic) ... ok (1.132s) 2022-09-27T16:24:25.8238369Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-09-27T16:24:28.7315601Z test_lstm (__main__.TestTEFuserDynamic) ... ok (2.907s) 2022-09-27T16:24:29.5398910Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.808s) 2022-09-27T16:25:01.3326509Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (31.793s) 2022-09-27T16:25:02.7221414Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (1.389s) 2022-09-27T16:25:02.7235081Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:25:02.7260373Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-09-27T16:25:02.7272738Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-09-27T16:25:12.2784010Z test_minmax (__main__.TestTEFuserDynamic) ... ok (9.551s) 2022-09-27T16:25:16.5983391Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (4.320s) 2022-09-27T16:25:17.1033833Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.505s) 2022-09-27T16:25:17.2865604Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.183s) 2022-09-27T16:25:17.2874814Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-09-27T16:25:17.2880626Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-09-27T16:25:17.6677204Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-09-27 16:25:17 572:572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:25:17.7696509Z STAGE:2022-09-27 16:25:17 572:572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:25:17.7708856Z ok (0.483s) 2022-09-27T16:25:17.7725646Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.001s) 2022-09-27T16:25:17.7736849Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.001s) 2022-09-27T16:25:17.7745154Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: rand_like is not supported yet (0.001s) 2022-09-27T16:25:18.3628972Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.588s) 2022-09-27T16:25:18.5655981Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.203s) 2022-09-27T16:25:18.9026578Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.337s) 2022-09-27T16:25:18.9656490Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.063s) 2022-09-27T16:25:20.6406048Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (1.675s) 2022-09-27T16:25:20.7028611Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.062s) 2022-09-27T16:25:20.8185327Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.115s) 2022-09-27T16:25:21.9011822Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (1.082s) 2022-09-27T16:25:22.7814264Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.880s) 2022-09-27T16:25:23.0404070Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.259s) 2022-09-27T16:25:23.1724504Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.132s) 2022-09-27T16:25:23.2922357Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.120s) 2022-09-27T16:25:25.3242932Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (2.032s) 2022-09-27T16:25:27.5327128Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (2.208s) 2022-09-27T16:25:29.4882426Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (1.955s) 2022-09-27T16:25:34.2283279Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (4.740s) 2022-09-27T16:25:35.1492857Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.921s) 2022-09-27T16:25:35.3562256Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.207s) 2022-09-27T16:25:52.3228604Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (16.966s) 2022-09-27T16:25:55.2339181Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.911s) 2022-09-27T16:25:55.2988090Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.065s) 2022-09-27T16:25:55.3011161Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:25:55.3184587Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-09-27T16:25:56.6242168Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (1.305s) 2022-09-27T16:25:57.1099242Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.486s) 2022-09-27T16:25:57.1184559Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... /var/lib/jenkins/workspace/test/test_jit_fuser_te.py:1187: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:25:57.1187257Z return v.to(dtype) 2022-09-27T16:25:57.2131454Z ok (0.103s) 2022-09-27T16:25:58.1843356Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.971s) 2022-09-27T16:26:09.4930392Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (11.308s) 2022-09-27T16:26:09.6058550Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.10/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-09-27T16:26:09.6059130Z warnings.warn("Only works in script mode") 2022-09-27T16:26:09.7395419Z ok (0.246s) 2022-09-27T16:26:10.5442831Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.804s) 2022-09-27T16:26:11.2205919Z test_abs (__main__.TestTEFuserStatic) ... ok (0.676s) 2022-09-27T16:26:11.2998950Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.079s) 2022-09-27T16:26:12.3604715Z test_add_bool (__main__.TestTEFuserStatic) ... ok (1.060s) 2022-09-27T16:26:12.7507352Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.390s) 2022-09-27T16:26:13.1152292Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.364s) 2022-09-27T16:26:13.4210096Z test_autocast_down (__main__.TestTEFuserStatic) ... ok (0.306s) 2022-09-27T16:26:13.7534727Z test_autocast_up (__main__.TestTEFuserStatic) ... ok (0.332s) 2022-09-27T16:26:13.8572177Z test_batch_norm (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:26:13.8573802Z warnings.warn(msg, FutureWarning) 2022-09-27T16:26:15.4454323Z ok (1.692s) 2022-09-27T16:26:31.4862535Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (16.041s) 2022-09-27T16:27:22.5858671Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (51.099s) 2022-09-27T16:27:26.1944444Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (3.608s) 2022-09-27T16:27:28.9860638Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (2.791s) 2022-09-27T16:27:28.9877247Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:27:37.3620360Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (8.374s) 2022-09-27T16:27:38.0379992Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.676s) 2022-09-27T16:27:38.8750236Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.837s) 2022-09-27T16:27:38.9776272Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.103s) 2022-09-27T16:27:44.2105963Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... ok (5.233s) 2022-09-27T16:27:45.0151000Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.804s) 2022-09-27T16:27:45.7618859Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.747s) 2022-09-27T16:27:53.0904048Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (7.328s) 2022-09-27T16:27:53.5658702Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.475s) 2022-09-27T16:27:54.9070567Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (1.341s) 2022-09-27T16:27:55.6786848Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.771s) 2022-09-27T16:27:56.6001908Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.921s) 2022-09-27T16:28:05.9306867Z test_clamp (__main__.TestTEFuserStatic) ... ok (9.330s) 2022-09-27T16:28:06.6147176Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.684s) 2022-09-27T16:28:07.3131703Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.698s) 2022-09-27T16:28:08.0795180Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.766s) 2022-09-27T16:28:08.8948114Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.815s) 2022-09-27T16:28:09.6603720Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.765s) 2022-09-27T16:28:10.0565566Z test_concat (__main__.TestTEFuserStatic) ... ok (0.396s) 2022-09-27T16:28:10.8019971Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.745s) 2022-09-27T16:28:10.8041169Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... /var/lib/jenkins/workspace/test/test_jit_fuser_te.py:2416: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-09-27T16:28:10.8043106Z r = torch.tensor(4) 2022-09-27T16:28:12.2916048Z ok (1.490s) 2022-09-27T16:28:12.3120767Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-09-27T16:28:13.6502458Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (1.338s) 2022-09-27T16:28:13.6516919Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: no half support (0.002s) 2022-09-27T16:28:13.7388667Z test_dims (__main__.TestTEFuserStatic) ... ok (0.087s) 2022-09-27T16:28:13.7459177Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-09-27T16:28:14.1088953Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.363s) 2022-09-27T16:28:14.1218894Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-09-27T16:28:24.9249660Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (10.803s) 2022-09-27T16:28:26.3375945Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (1.412s) 2022-09-27T16:28:27.6245079Z test_erf (__main__.TestTEFuserStatic) ... ok (1.287s) 2022-09-27T16:28:27.6641500Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.040s) 2022-09-27T16:28:28.0569574Z test_exp (__main__.TestTEFuserStatic) ... ok (0.393s) 2022-09-27T16:28:28.0579148Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-09-27T16:28:28.0649191Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-09-27T16:28:28.2046186Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.140s) 2022-09-27T16:28:28.3670521Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.162s) 2022-09-27T16:28:28.4825675Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.115s) 2022-09-27T16:28:33.9100446Z test_isnan (__main__.TestTEFuserStatic) ... ok (5.427s) 2022-09-27T16:28:33.9112860Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-09-27T16:28:34.7036201Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.792s) 2022-09-27T16:28:34.7051982Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-09-27T16:28:35.4063216Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.701s) 2022-09-27T16:28:36.1389836Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.732s) 2022-09-27T16:28:47.1561064Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (11.017s) 2022-09-27T16:28:47.8589686Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.703s) 2022-09-27T16:28:47.8603518Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:28:48.9814983Z test_matmul (__main__.TestTEFuserStatic) ... ok (1.121s) 2022-09-27T16:28:52.8281287Z test_milstm (__main__.TestTEFuserStatic) ... ok (3.846s) 2022-09-27T16:28:59.8469720Z test_minmax (__main__.TestTEFuserStatic) ... ok (7.019s) 2022-09-27T16:29:03.5292950Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (3.682s) 2022-09-27T16:29:03.8863241Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.357s) 2022-09-27T16:29:04.0616194Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.175s) 2022-09-27T16:29:04.0624268Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-09-27T16:29:04.0631114Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-09-27T16:29:04.0674024Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-09-27 16:29:04 572:572 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:29:04.1366288Z STAGE:2022-09-27 16:29:04 572:572 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:29:04.1375881Z ok (0.074s) 2022-09-27T16:29:04.1393155Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.002s) 2022-09-27T16:29:04.1404877Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.001s) 2022-09-27T16:29:04.1412681Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: rand_like is not supported yet (0.001s) 2022-09-27T16:29:04.5398160Z test_relu (__main__.TestTEFuserStatic) ... ok (0.398s) 2022-09-27T16:29:04.6187009Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.079s) 2022-09-27T16:29:04.9525347Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.333s) 2022-09-27T16:29:05.0164077Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.064s) 2022-09-27T16:29:06.0981280Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (1.081s) 2022-09-27T16:29:06.1571481Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.059s) 2022-09-27T16:29:06.1936517Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.036s) 2022-09-27T16:29:06.9711934Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.777s) 2022-09-27T16:29:07.7257373Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.754s) 2022-09-27T16:29:07.8856569Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.160s) 2022-09-27T16:29:07.9660591Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.080s) 2022-09-27T16:29:08.0386977Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.073s) 2022-09-27T16:29:09.1845186Z test_superslomo (__main__.TestTEFuserStatic) ... ok (1.145s) 2022-09-27T16:29:10.5848871Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.400s) 2022-09-27T16:29:12.1733831Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (1.588s) 2022-09-27T16:29:16.2317308Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (4.058s) 2022-09-27T16:29:16.9566733Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.725s) 2022-09-27T16:29:17.0186767Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-09-27T16:29:30.6782001Z test_torch_to (__main__.TestTEFuserStatic) ... ok (13.659s) 2022-09-27T16:29:32.5777217Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.899s) 2022-09-27T16:29:32.6395216Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-09-27T16:29:32.6417324Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:29:32.6801384Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.038s) 2022-09-27T16:29:33.4293017Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.749s) 2022-09-27T16:29:33.7030161Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.274s) 2022-09-27T16:29:33.8005601Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.097s) 2022-09-27T16:29:34.5449168Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.744s) 2022-09-27T16:29:43.8846195Z test_where_ops (__main__.TestTEFuserStatic) ... ok (9.339s) 2022-09-27T16:29:43.9239321Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.10/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-09-27T16:29:43.9239843Z warnings.warn("Only works in script mode") 2022-09-27T16:29:43.9800294Z ok (0.095s) 2022-09-27T16:29:44.6825881Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.702s) 2022-09-27T16:29:44.6826345Z 2022-09-27T16:29:44.6826802Z ---------------------------------------------------------------------- 2022-09-27T16:29:44.6827162Z Ran 5988 tests in 478.570s 2022-09-27T16:29:44.6827315Z 2022-09-27T16:29:44.6827447Z OK (skipped=5817) 2022-09-27T16:29:44.6830167Z 2022-09-27T16:29:44.6830529Z Generating XML reports... 2022-09-27T16:29:44.6900396Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220927162146.xml 2022-09-27T16:29:44.7007313Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220927162146.xml 2022-09-27T16:29:44.7114324Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220927162146.xml 2022-09-27T16:29:45.5796109Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCUDA-20220927162146.xml 2022-09-27T16:29:49.1624175Z Running test_tensorexpr ... [2022-09-27 16:29:49.161760] 2022-09-27T16:29:49.1624905Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:29:49.161861] 2022-09-27T16:29:51.0351500Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-09-27T16:29:51.0373639Z 2022-09-27T16:29:51.0373966Z Running tests... 2022-09-27T16:29:51.0374415Z ---------------------------------------------------------------------- 2022-09-27T16:29:52.6335403Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (1.596s) 2022-09-27T16:29:52.6820749Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.049s) 2022-09-27T16:29:52.7514598Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.069s) 2022-09-27T16:29:52.7614727Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.010s) 2022-09-27T16:29:52.9333834Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.172s) 2022-09-27T16:29:52.9848356Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.051s) 2022-09-27T16:29:53.0177818Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-09-27T16:29:58.3441069Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (5.326s) 2022-09-27T16:30:00.0862990Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (1.742s) 2022-09-27T16:30:00.1413883Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.055s) 2022-09-27T16:30:00.9761968Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.835s) 2022-09-27T16:30:01.0209516Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.045s) 2022-09-27T16:30:01.0841059Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (0.063s) 2022-09-27T16:30:01.5327370Z test_cat (__main__.TestTensorExprFuser) ... ok (0.448s) 2022-09-27T16:30:02.3456060Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.813s) 2022-09-27T16:30:02.7811648Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.435s) 2022-09-27T16:30:02.7821446Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-09-27T16:30:03.3458303Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.563s) 2022-09-27T16:30:03.7218015Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.376s) 2022-09-27T16:30:03.7605370Z test_char (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-09-27T16:30:03.8779089Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.117s) 2022-09-27T16:30:04.2348119Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.357s) 2022-09-27T16:30:04.2728640Z test_constant (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T16:30:04.3160419Z test_double (__main__.TestTensorExprFuser) ... ok (0.043s) 2022-09-27T16:30:04.6883861Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.372s) 2022-09-27T16:30:04.6902346Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-09-27T16:30:04.7418372Z test_easy (__main__.TestTensorExprFuser) ... ok (0.051s) 2022-09-27T16:30:04.8304284Z test_eq (__main__.TestTensorExprFuser) ... ok (0.088s) 2022-09-27T16:30:05.5049621Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.674s) 2022-09-27T16:30:05.8581437Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.353s) 2022-09-27T16:30:05.9492266Z test_ge (__main__.TestTensorExprFuser) ... ok (0.091s) 2022-09-27T16:30:06.0404251Z test_gt (__main__.TestTensorExprFuser) ... ok (0.091s) 2022-09-27T16:30:06.3396721Z test_guard_fails (__main__.TestTensorExprFuser) ... ok (0.299s) 2022-09-27T16:30:06.3503914Z test_half_bn_relu (__main__.TestTensorExprFuser) ... graph(%a : Half(16, 16, strides=[16, 1], requires_grad=0, device=cuda:0), 2022-09-27T16:30:06.3504437Z %b : Half(16, strides=[1], requires_grad=0, device=cuda:0), 2022-09-27T16:30:06.3504826Z %c : Half(16, strides=[1], requires_grad=0, device=cuda:0)): 2022-09-27T16:30:06.3506496Z %3 : NoneType = prim::Constant() 2022-09-27T16:30:06.3506789Z %4 : NoneType = prim::Constant() 2022-09-27T16:30:06.3509466Z %5 : bool = prim::Constant[value=0]() # /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2431:0 2022-09-27T16:30:06.3510997Z %6 : float = prim::Constant[value=0.10000000000000001]() # /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2431:0 2022-09-27T16:30:06.3511849Z %7 : float = prim::Constant[value=1.0000000000000001e-05]() # /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2431:0 2022-09-27T16:30:06.3512509Z %8 : bool = prim::Constant[value=1]() # /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2431:0 2022-09-27T16:30:06.3513310Z %y : Half(16, 16, strides=[16, 1], requires_grad=0, device=cuda:0) = aten::batch_norm(%a, %3, %4, %b, %c, %5, %6, %7, %8) # /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2431:0 2022-09-27T16:30:06.3513938Z %10 : Half(16, 16, strides=[16, 1], requires_grad=0, device=cuda:0) = aten::relu(%y) # /var/lib/jenkins/workspace/test/test_tensorexpr.py:1229:0 2022-09-27T16:30:06.3514339Z return (%10) 2022-09-27T16:30:06.3514479Z 2022-09-27T16:30:06.6671745Z ok (0.327s) 2022-09-27T16:30:06.9945200Z test_half_gelu (__main__.TestTensorExprFuser) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_trace.py:828: TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python function. Detailed error: 2022-09-27T16:30:06.9946063Z Tensor-likes are not close! 2022-09-27T16:30:06.9946233Z 2022-09-27T16:30:06.9946380Z Mismatched elements: 407 / 1024 (39.7%) 2022-09-27T16:30:06.9946865Z Greatest absolute difference: 0.001953125 at index (159,) (up to 1e-05 allowed) 2022-09-27T16:30:06.9947404Z Greatest relative difference: 0.001402524544179523 at index (170,) (up to 1e-05 allowed) 2022-09-27T16:30:06.9947718Z _check_trace( 2022-09-27T16:30:07.3060724Z ok (0.639s) 2022-09-27T16:30:07.3453492Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-09-27T16:30:07.3815862Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-09-27T16:30:07.4737398Z test_le (__main__.TestTensorExprFuser) ... ok (0.092s) 2022-09-27T16:30:07.5780491Z test_loop (__main__.TestTensorExprFuser) ... ok (0.104s) 2022-09-27T16:30:08.2627560Z test_lt (__main__.TestTensorExprFuser) ... ok (0.684s) 2022-09-27T16:30:08.6086544Z test_mask (__main__.TestTensorExprFuser) ... ok (0.346s) 2022-09-27T16:30:08.6646931Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.056s) 2022-09-27T16:30:08.6987476Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-09-27T16:30:08.7326519Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-09-27T16:30:08.7711176Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T16:30:08.8255241Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.054s) 2022-09-27T16:30:09.1651554Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.339s) 2022-09-27T16:30:09.2147577Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.050s) 2022-09-27T16:30:09.9700812Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.755s) 2022-09-27T16:30:10.0442051Z test_nans (__main__.TestTensorExprFuser) ... ok (0.074s) 2022-09-27T16:30:10.1338683Z test_ne (__main__.TestTensorExprFuser) ... ok (0.090s) 2022-09-27T16:30:10.1781587Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-09-27T16:30:54.1603949Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (43.982s) 2022-09-27T16:30:54.5102249Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.350s) 2022-09-27T16:30:54.5693334Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.059s) 2022-09-27T16:30:54.9417091Z test_relu (__main__.TestTensorExprFuser) ... ok (0.372s) 2022-09-27T16:30:55.2084045Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.267s) 2022-09-27T16:30:55.2652316Z test_reps (__main__.TestTensorExprFuser) ... ok (0.057s) 2022-09-27T16:30:55.3338421Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.068s) 2022-09-27T16:30:55.3699827Z test_short (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-09-27T16:30:55.3865262Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.016s) 2022-09-27T16:30:55.4560884Z test_slice (__main__.TestTensorExprFuser) ... ok (0.069s) 2022-09-27T16:30:55.5822822Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.126s) 2022-09-27T16:30:56.0170487Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.434s) 2022-09-27T16:30:56.0174289Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: global allocs are not supported yet. (0.000s) 2022-09-27T16:30:56.1753630Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.158s) 2022-09-27T16:30:56.2240936Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.049s) 2022-09-27T16:30:56.5781655Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.354s) 2022-09-27T16:30:56.7882848Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.210s) 2022-09-27T16:31:08.1977299Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (11.409s) 2022-09-27T16:31:08.2785559Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.081s) 2022-09-27T16:31:08.4623697Z test_where (__main__.TestTensorExprFuser) ... ok (0.184s) 2022-09-27T16:31:08.4624086Z 2022-09-27T16:31:08.4624636Z ---------------------------------------------------------------------- 2022-09-27T16:31:08.4626678Z Ran 72 tests in 77.425s 2022-09-27T16:31:08.4628369Z 2022-09-27T16:31:08.4628875Z OK (skipped=3) 2022-09-27T16:31:08.4629353Z 2022-09-27T16:31:08.4629525Z Generating XML reports... 2022-09-27T16:31:08.4734717Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927162951.xml 2022-09-27T16:31:09.3085453Z Running test_jit_cuda_fuser ... [2022-09-27 16:31:09.307950] 2022-09-27T16:31:09.3086221Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:31:09.308045] 2022-09-27T16:31:13.9627321Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-09-27T16:31:14.1862203Z 2022-09-27T16:31:14.1862695Z Running tests... 2022-09-27T16:31:14.1875384Z ---------------------------------------------------------------------- 2022-09-27T16:31:14.1876374Z test__softmax_function (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:31:14.1887518Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:31:14.6592276Z test_addcmul_ops (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: fmad is disabled for nvrtc, which could negatively affect performance. Try removing `fma` from env variable PYTORCH_NVFUSER_DISABLE for optimal performance. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/utils.cpp:147.) 2022-09-27T16:31:14.6593130Z return callable(*args, **kwargs) 2022-09-27T16:31:14.6594183Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: ptxas optimization level manually set as 0, which could negatively affect performance. Try removing env variable PYTORCH_NVFUSER_JIT_OPT_LEVEL for optimal performance. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1094.) 2022-09-27T16:31:14.6594939Z return callable(*args, **kwargs) 2022-09-27T16:31:15.2376798Z ok (1.049s) 2022-09-27T16:31:15.2386016Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-09-27T16:31:15.2403966Z test_autocast_1 (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:31:15.2423352Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:31:15.2438813Z test_autocast_2 (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:31:15.2455136Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:31:15.8166538Z test_backward_type (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:197: UserWarning: ptxas optimization level manually set as 0, which could negatively affect performance. Try removing env variable PYTORCH_NVFUSER_JIT_OPT_LEVEL for optimal performance. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/executor_utils.cpp:1094.) 2022-09-27T16:31:15.8167513Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:31:16.6145563Z ok (1.369s) 2022-09-27T16:31:16.6153995Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:31:16.6164752Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:31:16.6173033Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:31:16.6187496Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-09-27T16:31:43.9062263Z test_binary_bitwise (__main__.TestCudaFuser) ... ok (27.287s) 2022-09-27T16:31:43.9078152Z test_binary_ops (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:31:44.1597429Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... ok (0.252s) 2022-09-27T16:31:44.1607314Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-09-27T16:32:19.3330924Z test_binary_ops_permutation (__main__.TestCudaFuser) ... ok (35.172s) 2022-09-27T16:32:19.9856747Z test_branches (__main__.TestCudaFuser) ... ok (0.652s) 2022-09-27T16:32:20.2441457Z test_broadcasting_0 (__main__.TestCudaFuser) ... ok (0.258s) 2022-09-27T16:32:20.5031542Z test_broadcasting_1 (__main__.TestCudaFuser) ... ok (0.259s) 2022-09-27T16:32:20.7738084Z test_broadcasting_2 (__main__.TestCudaFuser) ... ok (0.271s) 2022-09-27T16:32:21.0171086Z test_broadcasting_3 (__main__.TestCudaFuser) ... ok (0.243s) 2022-09-27T16:32:21.0190798Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.002s) 2022-09-27T16:32:21.0201905Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-09-27T16:32:21.2904264Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... ok (0.270s) 2022-09-27T16:32:21.5621175Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... ok (0.271s) 2022-09-27T16:32:21.8505787Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... ok (0.288s) 2022-09-27T16:32:23.1646917Z test_category_rule (__main__.TestCudaFuser) ... ok (1.314s) 2022-09-27T16:32:24.2550562Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... ok (1.090s) 2022-09-27T16:32:24.5089562Z test_chunk (__main__.TestCudaFuser) ... ok (0.254s) 2022-09-27T16:32:25.1790801Z test_clamp (__main__.TestCudaFuser) ... ok (0.670s) 2022-09-27T16:32:25.3976280Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... ok (0.218s) 2022-09-27T16:32:25.4034704Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... ok (0.006s) 2022-09-27T16:32:25.6324916Z test_const (__main__.TestCudaFuser) ... ok (0.229s) 2022-09-27T16:32:25.8638981Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... ok (0.231s) 2022-09-27T16:32:26.8057143Z test_conv2d_bias (__main__.TestCudaFuser) ... ok (0.942s) 2022-09-27T16:32:26.8229979Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: concrete shape for bias input is required to decompose into conv + bias (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp:2302.) 2022-09-27T16:32:26.8230867Z return callable(*args, **kwargs) 2022-09-27T16:32:26.8231145Z ok (0.017s) 2022-09-27T16:32:27.2873497Z test_cpu_scalar (__main__.TestCudaFuser) ... ok (0.462s) 2022-09-27T16:32:27.2975968Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... ok (0.010s) 2022-09-27T16:32:27.8017532Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... STAGE:2022-09-27 16:32:27 648:648 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:32:28.3437317Z STAGE:2022-09-27 16:32:28 648:648 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:32:28.3644915Z ok (1.065s) 2022-09-27T16:32:28.3704762Z test_device_constant (__main__.TestCudaFuser) ... ok (0.006s) 2022-09-27T16:32:28.6511741Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... ok (0.280s) 2022-09-27T16:32:28.6575013Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... ok (0.006s) 2022-09-27T16:32:28.8925670Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... ok (0.235s) 2022-09-27T16:32:28.8936119Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-09-27T16:32:29.2189121Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... ok (0.325s) 2022-09-27T16:32:29.2203626Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:29.6332544Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... ok (0.413s) 2022-09-27T16:32:29.6357302Z test_dynamic_size (__main__.TestCudaFuser) ... [W init.cpp:977] Warning: Use _jit_set_fusion_strategy, bailout depth is deprecated. Setting to (STATIC, 20) (function operator()) 2022-09-27T16:32:29.9101472Z ok (0.277s) 2022-09-27T16:32:30.1594775Z test_expand (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-09-27T16:32:30.1595279Z warnings.warn("Only works in script mode") 2022-09-27T16:32:30.1692795Z ok (0.259s) 2022-09-27T16:32:30.1708246Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:30.1725866Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.002s) 2022-09-27T16:32:31.3836255Z test_gelu (__main__.TestCudaFuser) ... ok (1.211s) 2022-09-27T16:32:31.3860397Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.003s) 2022-09-27T16:32:31.6277463Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... ok (0.241s) 2022-09-27T16:32:31.9298926Z test_graph_rng (__main__.TestCudaFuser) ... ok (0.302s) 2022-09-27T16:32:32.2107061Z test_half (__main__.TestCudaFuser) ... ok (0.281s) 2022-09-27T16:32:32.2192933Z test_high_rank_fusion (__main__.TestCudaFuser) ... ok (0.009s) 2022-09-27T16:32:32.2208464Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:32.4659555Z test_inplace_removal (__main__.TestCudaFuser) ... ok (0.245s) 2022-09-27T16:32:32.7567575Z test_input_output_passthrough (__main__.TestCudaFuser) ... ok (0.291s) 2022-09-27T16:32:32.7575867Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:32.9820061Z test_issue1445_fusion (__main__.TestCudaFuser) ... ok (0.224s) 2022-09-27T16:32:33.8696939Z test_issue_1785 (__main__.TestCudaFuser) ... ok (0.887s) 2022-09-27T16:32:33.8718922Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:32:33.8731801Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:33.8744165Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:34.3841876Z test_linear (__main__.TestCudaFuser) ... ok (0.509s) 2022-09-27T16:32:34.3977134Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: concrete shape for linear input & weight are required to decompose into matmul + bias (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/graph_fuser.cpp:2141.) 2022-09-27T16:32:34.3977907Z return callable(*args, **kwargs) 2022-09-27T16:32:34.3978190Z ok (0.014s) 2022-09-27T16:32:34.3986690Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires multiple CUDA device (0.001s) 2022-09-27T16:32:34.4008352Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:32:34.4017476Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:34.4026727Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:34.4035413Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:34.4041498Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-09-27T16:32:34.4051122Z test_norm (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:34.4061794Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:34.4069617Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:34.4080150Z test_norm_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:34.4087842Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:34.4097092Z test_norm_large (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:34.4113552Z test_normalization_partition (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:32:34.6421638Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... ok (0.230s) 2022-09-27T16:32:34.6516867Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... ok (0.010s) 2022-09-27T16:32:34.9007551Z test_overlapped_input (__main__.TestCudaFuser) ... ok (0.249s) 2022-09-27T16:32:34.9020300Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:35.1476923Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... ok (0.245s) 2022-09-27T16:32:35.3970995Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... /var/lib/jenkins/workspace/test/test_jit_cuda_fuser.py:2243: UserWarning: permutation propagation is broken, proper support should come after nvfuser permutation scheduler update 2022-09-27T16:32:35.3971635Z warnings.warn( 2022-09-27T16:32:35.3978329Z ok (0.250s) 2022-09-27T16:32:35.7018127Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... ok (0.304s) 2022-09-27T16:32:35.9884556Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... ok (0.286s) 2022-09-27T16:32:35.9898655Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:32:35.9907939Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:35.9918428Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-09-27T16:32:35.9933359Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:36.4365986Z test_random_topo (__main__.TestCudaFuser) ... ok (0.443s) 2022-09-27T16:32:36.4376166Z test_reduction (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:36.4389817Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:36.4398989Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:36.4419718Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:32:36.4429314Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:36.4441601Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:36.4457701Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:32:36.7104324Z test_rsub (__main__.TestCudaFuser) ... ok (0.264s) 2022-09-27T16:32:36.9239293Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... ok (0.213s) 2022-09-27T16:32:37.2041235Z test_scalar_input (__main__.TestCudaFuser) ... ok (0.280s) 2022-09-27T16:32:37.4219522Z test_scalar_tensor (__main__.TestCudaFuser) ... ok (0.218s) 2022-09-27T16:32:37.6547962Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... ok (0.233s) 2022-09-27T16:32:38.5704337Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... ok (0.915s) 2022-09-27T16:32:38.5721718Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.002s) 2022-09-27T16:32:38.5732466Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:38.5802945Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... ok (0.007s) 2022-09-27T16:32:38.5816545Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:38.8106814Z test_singleton_fusion (__main__.TestCudaFuser) ... ok (0.229s) 2022-09-27T16:32:39.4997813Z test_skip_parser (__main__.TestCudaFuser) ... ok (0.689s) 2022-09-27T16:32:39.5009072Z test_softmax (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:39.5018743Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:39.5038112Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:32:39.5046849Z test_softmax_half (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:40.0292123Z test_softplus_fuser (__main__.TestCudaFuser) ... ok (0.524s) 2022-09-27T16:32:40.0298676Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:32:40.0306787Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:32:40.0317932Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:32:40.2824856Z test_strict_fusion (__main__.TestCudaFuser) ... ok (0.250s) 2022-09-27T16:32:40.2834928Z test_sum_to_one (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:40.2852459Z test_sum_to_size (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.002s) 2022-09-27T16:32:42.1572825Z test_ternary_ops (__main__.TestCudaFuser) ... ok (1.872s) 2022-09-27T16:32:46.0948186Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... ok (3.937s) 2022-09-27T16:32:46.0961408Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... ok (0.001s) 2022-09-27T16:32:46.3172165Z test_to_boolean (__main__.TestCudaFuser) ... ok (0.221s) 2022-09-27T16:32:47.2025514Z test_to_copy (__main__.TestCudaFuser) ... ok (0.885s) 2022-09-27T16:32:47.2034995Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-09-27T16:32:47.2044807Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-09-27T16:32:47.4376251Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... ok (0.233s) 2022-09-27T16:32:47.6740188Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... ok (0.236s) 2022-09-27T16:32:47.6749321Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-09-27T16:32:47.9082910Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... ok (0.233s) 2022-09-27T16:32:47.9094397Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:48.1557939Z test_type_as_op (__main__.TestCudaFuser) ... ok (0.246s) 2022-09-27T16:32:48.1698979Z test_type_inference (__main__.TestCudaFuser) ... ok (0.014s) 2022-09-27T16:32:48.6754941Z test_unary_bitwise (__main__.TestCudaFuser) ... ok (0.505s) 2022-09-27T16:32:48.6772540Z test_unary_ops (__main__.TestCudaFuser) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:48.6779289Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-09-27T16:32:48.6793609Z test_variance (__main__.TestCudaFuser) ... skip: reduction not supported in pre volta device (0.001s) 2022-09-27T16:32:48.6802353Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T16:32:48.6811407Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-09-27T16:32:48.6823150Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-09-27T16:32:48.6841749Z test_nvfuser_correctness_H_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:48.6856851Z test_nvfuser_correctness_H_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.6872005Z test_nvfuser_correctness_H_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.6886930Z test_nvfuser_correctness_H_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.6902039Z test_nvfuser_correctness_H_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.6917101Z test_nvfuser_correctness_H_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.6932135Z test_nvfuser_correctness_H_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.6946957Z test_nvfuser_correctness_H_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.6962141Z test_nvfuser_correctness_H_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.6977323Z test_nvfuser_correctness_H_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.6992529Z test_nvfuser_correctness_H_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7007638Z test_nvfuser_correctness_H_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7022490Z test_nvfuser_correctness_H_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7037686Z test_nvfuser_correctness_T_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7052594Z test_nvfuser_correctness_T_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7067719Z test_nvfuser_correctness_T_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7083157Z test_nvfuser_correctness_T_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7098801Z test_nvfuser_correctness_T_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7114464Z test_nvfuser_correctness_T_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7129602Z test_nvfuser_correctness_T_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7144828Z test_nvfuser_correctness_T_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7160604Z test_nvfuser_correctness_T_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7175763Z test_nvfuser_correctness_T_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7190990Z test_nvfuser_correctness_T_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7206505Z test_nvfuser_correctness_T_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7221604Z test_nvfuser_correctness_T_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7237122Z test_nvfuser_correctness___getitem___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7252233Z test_nvfuser_correctness___getitem___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7268794Z test_nvfuser_correctness___getitem___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:48.7284104Z test_nvfuser_correctness___getitem___cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7299349Z test_nvfuser_correctness___getitem___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7314240Z test_nvfuser_correctness___getitem___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7329656Z test_nvfuser_correctness___getitem___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7344558Z test_nvfuser_correctness___getitem___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7359890Z test_nvfuser_correctness___getitem___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7374914Z test_nvfuser_correctness___getitem___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7390118Z test_nvfuser_correctness___getitem___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7405336Z test_nvfuser_correctness___getitem___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7420278Z test_nvfuser_correctness___getitem___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7435424Z test_nvfuser_correctness___radd___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7450188Z test_nvfuser_correctness___radd___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7465078Z test_nvfuser_correctness___radd___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7480323Z test_nvfuser_correctness___radd___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7495249Z test_nvfuser_correctness___radd___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7510129Z test_nvfuser_correctness___radd___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7525357Z test_nvfuser_correctness___radd___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7541465Z test_nvfuser_correctness___radd___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7556721Z test_nvfuser_correctness___radd___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7571717Z test_nvfuser_correctness___radd___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7587219Z test_nvfuser_correctness___radd___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7602514Z test_nvfuser_correctness___radd___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7617529Z test_nvfuser_correctness___rand___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7632874Z test_nvfuser_correctness___rand___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7647733Z test_nvfuser_correctness___rand___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7662705Z test_nvfuser_correctness___rand___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7677980Z test_nvfuser_correctness___rand___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7693054Z test_nvfuser_correctness___rand___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7707973Z test_nvfuser_correctness___rdiv___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7723256Z test_nvfuser_correctness___rdiv___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7738275Z test_nvfuser_correctness___rdiv___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7753860Z test_nvfuser_correctness___rdiv___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7768614Z test_nvfuser_correctness___rdiv___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7783622Z test_nvfuser_correctness___rdiv___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7798908Z test_nvfuser_correctness___rdiv___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7814035Z test_nvfuser_correctness___rdiv___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7829089Z test_nvfuser_correctness___rdiv___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7844325Z test_nvfuser_correctness___rdiv___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7859424Z test_nvfuser_correctness___rdiv___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7874590Z test_nvfuser_correctness___rdiv___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7889722Z test_nvfuser_correctness___rmatmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7904674Z test_nvfuser_correctness___rmatmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7919679Z test_nvfuser_correctness___rmatmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7934672Z test_nvfuser_correctness___rmatmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7949729Z test_nvfuser_correctness___rmatmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7965218Z test_nvfuser_correctness___rmod___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7980218Z test_nvfuser_correctness___rmod___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.7995442Z test_nvfuser_correctness___rmod___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8010394Z test_nvfuser_correctness___rmod___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8025418Z test_nvfuser_correctness___rmod___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8040688Z test_nvfuser_correctness___rmod___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8055544Z test_nvfuser_correctness___rmod___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8070856Z test_nvfuser_correctness___rmod___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8085749Z test_nvfuser_correctness___rmod___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8100729Z test_nvfuser_correctness___rmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8115992Z test_nvfuser_correctness___rmul___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8130909Z test_nvfuser_correctness___rmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8145869Z test_nvfuser_correctness___rmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8161341Z test_nvfuser_correctness___rmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8176243Z test_nvfuser_correctness___rmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8191353Z test_nvfuser_correctness___rmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8206354Z test_nvfuser_correctness___rmul___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8221611Z test_nvfuser_correctness___rmul___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8236534Z test_nvfuser_correctness___rmul___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8251814Z test_nvfuser_correctness___rmul___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8266650Z test_nvfuser_correctness___rmul___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8282005Z test_nvfuser_correctness___ror___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8296899Z test_nvfuser_correctness___ror___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8312077Z test_nvfuser_correctness___ror___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8327033Z test_nvfuser_correctness___ror___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8342074Z test_nvfuser_correctness___ror___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8357161Z test_nvfuser_correctness___ror___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8372169Z test_nvfuser_correctness___rpow___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8387158Z test_nvfuser_correctness___rpow___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8402532Z test_nvfuser_correctness___rpow___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8417552Z test_nvfuser_correctness___rpow___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8432875Z test_nvfuser_correctness___rpow___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8447876Z test_nvfuser_correctness___rpow___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8462710Z test_nvfuser_correctness___rpow___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8477840Z test_nvfuser_correctness___rpow___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8492825Z test_nvfuser_correctness___rpow___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8507732Z test_nvfuser_correctness___rpow___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8522978Z test_nvfuser_correctness___rpow___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8537884Z test_nvfuser_correctness___rsub___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8553323Z test_nvfuser_correctness___rsub___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8568210Z test_nvfuser_correctness___rsub___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8583121Z test_nvfuser_correctness___rsub___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8598242Z test_nvfuser_correctness___rsub___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8613106Z test_nvfuser_correctness___rsub___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8628147Z test_nvfuser_correctness___rsub___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8643624Z test_nvfuser_correctness___rsub___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8658315Z test_nvfuser_correctness___rsub___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8673492Z test_nvfuser_correctness___rsub___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8688297Z test_nvfuser_correctness___rsub___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8703356Z test_nvfuser_correctness___rxor___cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8719371Z test_nvfuser_correctness___rxor___cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8733571Z test_nvfuser_correctness___rxor___cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8748417Z test_nvfuser_correctness___rxor___cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8763626Z test_nvfuser_correctness___rxor___cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8778528Z test_nvfuser_correctness___rxor___cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8794700Z test_nvfuser_correctness__masked_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:48.8809601Z test_nvfuser_correctness__masked_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8824729Z test_nvfuser_correctness__masked_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8839935Z test_nvfuser_correctness__masked_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8854924Z test_nvfuser_correctness__masked_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8870069Z test_nvfuser_correctness__masked_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8885015Z test_nvfuser_correctness__masked_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8899936Z test_nvfuser_correctness__masked_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8915096Z test_nvfuser_correctness__masked_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8930225Z test_nvfuser_correctness__masked_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8945239Z test_nvfuser_correctness__masked_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8960463Z test_nvfuser_correctness__masked_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8975408Z test_nvfuser_correctness__masked_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.8990287Z test_nvfuser_correctness__masked_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9005553Z test_nvfuser_correctness__masked_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9020687Z test_nvfuser_correctness__masked_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9035784Z test_nvfuser_correctness__masked_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9051011Z test_nvfuser_correctness__masked_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9067766Z test_nvfuser_correctness__masked_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:48.9084191Z test_nvfuser_correctness__masked_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:48.9099311Z test_nvfuser_correctness__masked_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9114658Z test_nvfuser_correctness__masked_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9129791Z test_nvfuser_correctness__masked_argmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9144884Z test_nvfuser_correctness__masked_argmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9160050Z test_nvfuser_correctness__masked_argmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9175126Z test_nvfuser_correctness__masked_argmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9190285Z test_nvfuser_correctness__masked_argmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9205485Z test_nvfuser_correctness__masked_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9220456Z test_nvfuser_correctness__masked_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9235758Z test_nvfuser_correctness__masked_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9250665Z test_nvfuser_correctness__masked_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9265855Z test_nvfuser_correctness__masked_argmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9280932Z test_nvfuser_correctness__masked_argmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9295949Z test_nvfuser_correctness__masked_argmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9311293Z test_nvfuser_correctness__masked_argmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9326226Z test_nvfuser_correctness__masked_argmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9341293Z test_nvfuser_correctness__masked_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9356447Z test_nvfuser_correctness__masked_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9371532Z test_nvfuser_correctness__masked_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9386534Z test_nvfuser_correctness__masked_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9401822Z test_nvfuser_correctness__masked_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9416828Z test_nvfuser_correctness__masked_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9432162Z test_nvfuser_correctness__masked_cumprod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9447123Z test_nvfuser_correctness__masked_cumprod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9462165Z test_nvfuser_correctness__masked_cumprod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9477478Z test_nvfuser_correctness__masked_cumprod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9492596Z test_nvfuser_correctness__masked_cumprod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9507596Z test_nvfuser_correctness__masked_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9522968Z test_nvfuser_correctness__masked_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9537968Z test_nvfuser_correctness__masked_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9553238Z test_nvfuser_correctness__masked_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9568131Z test_nvfuser_correctness__masked_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9583154Z test_nvfuser_correctness__masked_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9598355Z test_nvfuser_correctness__masked_cumsum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9613448Z test_nvfuser_correctness__masked_cumsum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9628425Z test_nvfuser_correctness__masked_cumsum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9644704Z test_nvfuser_correctness__masked_cumsum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:48.9659675Z test_nvfuser_correctness__masked_cumsum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9675043Z test_nvfuser_correctness__masked_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9689939Z test_nvfuser_correctness__masked_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9705033Z test_nvfuser_correctness__masked_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9720185Z test_nvfuser_correctness__masked_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9735153Z test_nvfuser_correctness__masked_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9750123Z test_nvfuser_correctness__masked_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9765345Z test_nvfuser_correctness__masked_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9780347Z test_nvfuser_correctness__masked_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9795616Z test_nvfuser_correctness__masked_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9810635Z test_nvfuser_correctness__masked_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9825431Z test_nvfuser_correctness__masked_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9840757Z test_nvfuser_correctness__masked_logsumexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9855574Z test_nvfuser_correctness__masked_logsumexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9870665Z test_nvfuser_correctness__masked_logsumexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9885699Z test_nvfuser_correctness__masked_logsumexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9900741Z test_nvfuser_correctness__masked_logsumexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9916131Z test_nvfuser_correctness__masked_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9931988Z test_nvfuser_correctness__masked_mean_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9947063Z test_nvfuser_correctness__masked_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9962138Z test_nvfuser_correctness__masked_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9977028Z test_nvfuser_correctness__masked_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:48.9992272Z test_nvfuser_correctness__masked_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0007247Z test_nvfuser_correctness__masked_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0022161Z test_nvfuser_correctness__masked_mean_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0037441Z test_nvfuser_correctness__masked_mean_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0052367Z test_nvfuser_correctness__masked_mean_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0067361Z test_nvfuser_correctness__masked_mean_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0082682Z test_nvfuser_correctness__masked_mean_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0097571Z test_nvfuser_correctness__masked_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0113048Z test_nvfuser_correctness__masked_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0127844Z test_nvfuser_correctness__masked_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0142795Z test_nvfuser_correctness__masked_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0158987Z test_nvfuser_correctness__masked_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:49.0173959Z test_nvfuser_correctness__masked_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0188865Z test_nvfuser_correctness__masked_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0203990Z test_nvfuser_correctness__masked_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0220143Z test_nvfuser_correctness__masked_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:49.0235319Z test_nvfuser_correctness__masked_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0250238Z test_nvfuser_correctness__masked_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0265201Z test_nvfuser_correctness__masked_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0280369Z test_nvfuser_correctness__masked_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0295339Z test_nvfuser_correctness__masked_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0310389Z test_nvfuser_correctness__masked_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0325521Z test_nvfuser_correctness__masked_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0340560Z test_nvfuser_correctness__masked_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0355733Z test_nvfuser_correctness__masked_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0370575Z test_nvfuser_correctness__masked_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0385513Z test_nvfuser_correctness__masked_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0400616Z test_nvfuser_correctness__masked_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0415640Z test_nvfuser_correctness__masked_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0430997Z test_nvfuser_correctness__masked_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0445902Z test_nvfuser_correctness__masked_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0460905Z test_nvfuser_correctness__masked_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0475890Z test_nvfuser_correctness__masked_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0490855Z test_nvfuser_correctness__masked_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0505896Z test_nvfuser_correctness__masked_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0521090Z test_nvfuser_correctness__masked_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0536009Z test_nvfuser_correctness__masked_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0550924Z test_nvfuser_correctness__masked_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0566092Z test_nvfuser_correctness__masked_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0581032Z test_nvfuser_correctness__masked_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0596225Z test_nvfuser_correctness__masked_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0611214Z test_nvfuser_correctness__masked_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0626138Z test_nvfuser_correctness__masked_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0636920Z test_nvfuser_correctness__masked_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.0652038Z test_nvfuser_correctness__masked_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0666986Z test_nvfuser_correctness__masked_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0682153Z test_nvfuser_correctness__masked_std_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0697108Z test_nvfuser_correctness__masked_std_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0712236Z test_nvfuser_correctness__masked_std_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0727367Z test_nvfuser_correctness__masked_std_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0742281Z test_nvfuser_correctness__masked_std_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0757355Z test_nvfuser_correctness__masked_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0772232Z test_nvfuser_correctness__masked_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0787221Z test_nvfuser_correctness__masked_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0802453Z test_nvfuser_correctness__masked_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0817585Z test_nvfuser_correctness__masked_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0832718Z test_nvfuser_correctness__masked_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0847636Z test_nvfuser_correctness__masked_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0862534Z test_nvfuser_correctness__masked_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0877716Z test_nvfuser_correctness__masked_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0892655Z test_nvfuser_correctness__masked_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0907649Z test_nvfuser_correctness__masked_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0922826Z test_nvfuser_correctness__masked_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0937969Z test_nvfuser_correctness__masked_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0953150Z test_nvfuser_correctness__masked_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0968130Z test_nvfuser_correctness__masked_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0983138Z test_nvfuser_correctness__masked_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.0998316Z test_nvfuser_correctness__masked_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1013177Z test_nvfuser_correctness__masked_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1028171Z test_nvfuser_correctness__masked_var_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1043338Z test_nvfuser_correctness__masked_var_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1058345Z test_nvfuser_correctness__masked_var_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1074231Z test_nvfuser_correctness__masked_var_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1089125Z test_nvfuser_correctness__masked_var_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1103971Z test_nvfuser_correctness_abs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1119252Z test_nvfuser_correctness_abs_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1134146Z test_nvfuser_correctness_abs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1149193Z test_nvfuser_correctness_abs_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1164118Z test_nvfuser_correctness_abs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1178924Z test_nvfuser_correctness_abs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1194197Z test_nvfuser_correctness_abs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1209025Z test_nvfuser_correctness_abs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1224541Z test_nvfuser_correctness_abs_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1239701Z test_nvfuser_correctness_abs_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1254526Z test_nvfuser_correctness_abs_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1269482Z test_nvfuser_correctness_abs_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1284422Z test_nvfuser_correctness_abs_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1299389Z test_nvfuser_correctness_acos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1314447Z test_nvfuser_correctness_acos_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1329375Z test_nvfuser_correctness_acos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1344267Z test_nvfuser_correctness_acos_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1360585Z test_nvfuser_correctness_acos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:49.1375434Z test_nvfuser_correctness_acos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1390602Z test_nvfuser_correctness_acos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1405527Z test_nvfuser_correctness_acos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1420469Z test_nvfuser_correctness_acos_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1435635Z test_nvfuser_correctness_acos_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1450589Z test_nvfuser_correctness_acos_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1465431Z test_nvfuser_correctness_acos_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1480641Z test_nvfuser_correctness_acos_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1495555Z test_nvfuser_correctness_acosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1510552Z test_nvfuser_correctness_acosh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1525494Z test_nvfuser_correctness_acosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1540461Z test_nvfuser_correctness_acosh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1555598Z test_nvfuser_correctness_acosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1570562Z test_nvfuser_correctness_acosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1585410Z test_nvfuser_correctness_acosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1600573Z test_nvfuser_correctness_acosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1615467Z test_nvfuser_correctness_acosh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1630386Z test_nvfuser_correctness_acosh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1645561Z test_nvfuser_correctness_acosh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1660393Z test_nvfuser_correctness_acosh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1675341Z test_nvfuser_correctness_acosh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1690982Z test_nvfuser_correctness_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1705953Z test_nvfuser_correctness_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1721148Z test_nvfuser_correctness_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1736037Z test_nvfuser_correctness_add_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1751014Z test_nvfuser_correctness_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1766057Z test_nvfuser_correctness_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1781171Z test_nvfuser_correctness_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1796183Z test_nvfuser_correctness_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1811049Z test_nvfuser_correctness_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1825918Z test_nvfuser_correctness_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1841050Z test_nvfuser_correctness_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1856127Z test_nvfuser_correctness_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1871059Z test_nvfuser_correctness_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1886012Z test_nvfuser_correctness_addbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1900917Z test_nvfuser_correctness_addbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1915960Z test_nvfuser_correctness_addbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1930967Z test_nvfuser_correctness_addbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1946015Z test_nvfuser_correctness_addbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1961264Z test_nvfuser_correctness_addcdiv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1976230Z test_nvfuser_correctness_addcdiv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.1991273Z test_nvfuser_correctness_addcdiv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2006323Z test_nvfuser_correctness_addcdiv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2021278Z test_nvfuser_correctness_addcdiv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2036472Z test_nvfuser_correctness_addcdiv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2051227Z test_nvfuser_correctness_addcmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2066127Z test_nvfuser_correctness_addcmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2081115Z test_nvfuser_correctness_addcmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2096025Z test_nvfuser_correctness_addcmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2111532Z test_nvfuser_correctness_addcmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2126060Z test_nvfuser_correctness_addcmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2140994Z test_nvfuser_correctness_addcmul_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2156032Z test_nvfuser_correctness_addcmul_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2171064Z test_nvfuser_correctness_addcmul_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2185903Z test_nvfuser_correctness_addcmul_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2201306Z test_nvfuser_correctness_addcmul_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2216097Z test_nvfuser_correctness_addmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2231073Z test_nvfuser_correctness_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2246161Z test_nvfuser_correctness_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2261077Z test_nvfuser_correctness_addmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2276214Z test_nvfuser_correctness_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2291096Z test_nvfuser_correctness_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2306064Z test_nvfuser_correctness_addmm_decomposed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2321207Z test_nvfuser_correctness_addmm_decomposed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2336102Z test_nvfuser_correctness_addmm_decomposed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2346741Z test_nvfuser_correctness_addmm_decomposed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.2362068Z test_nvfuser_correctness_addmm_decomposed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2376785Z test_nvfuser_correctness_addmm_decomposed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2391807Z test_nvfuser_correctness_addmv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2406870Z test_nvfuser_correctness_addmv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2421577Z test_nvfuser_correctness_addmv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2436646Z test_nvfuser_correctness_addmv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2451502Z test_nvfuser_correctness_addmv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2466218Z test_nvfuser_correctness_addmv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2481299Z test_nvfuser_correctness_addr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2496187Z test_nvfuser_correctness_addr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2510929Z test_nvfuser_correctness_addr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2525908Z test_nvfuser_correctness_addr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2540677Z test_nvfuser_correctness_addr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2555775Z test_nvfuser_correctness_addr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2570630Z test_nvfuser_correctness_addr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2585340Z test_nvfuser_correctness_addr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2600415Z test_nvfuser_correctness_addr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2615421Z test_nvfuser_correctness_addr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2630208Z test_nvfuser_correctness_addr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2645282Z test_nvfuser_correctness_addr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2660067Z test_nvfuser_correctness_all_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2676411Z test_nvfuser_correctness_all_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:49.2691113Z test_nvfuser_correctness_all_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2706087Z test_nvfuser_correctness_all_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2721209Z test_nvfuser_correctness_all_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2735885Z test_nvfuser_correctness_all_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2750899Z test_nvfuser_correctness_all_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2765902Z test_nvfuser_correctness_all_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2780745Z test_nvfuser_correctness_all_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2795720Z test_nvfuser_correctness_all_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2810635Z test_nvfuser_correctness_all_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2825376Z test_nvfuser_correctness_all_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2836111Z test_nvfuser_correctness_allclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.2846864Z test_nvfuser_correctness_allclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.2857321Z test_nvfuser_correctness_allclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.2867822Z test_nvfuser_correctness_allclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.2878480Z test_nvfuser_correctness_allclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.2889053Z test_nvfuser_correctness_allclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.2905011Z test_nvfuser_correctness_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2920190Z test_nvfuser_correctness_amax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2935064Z test_nvfuser_correctness_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2949955Z test_nvfuser_correctness_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2964979Z test_nvfuser_correctness_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2979850Z test_nvfuser_correctness_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.2995048Z test_nvfuser_correctness_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3009789Z test_nvfuser_correctness_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3024908Z test_nvfuser_correctness_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3040125Z test_nvfuser_correctness_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3054869Z test_nvfuser_correctness_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3069746Z test_nvfuser_correctness_amin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3085603Z test_nvfuser_correctness_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3101678Z test_nvfuser_correctness_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3116901Z test_nvfuser_correctness_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3131778Z test_nvfuser_correctness_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3146711Z test_nvfuser_correctness_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3161965Z test_nvfuser_correctness_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3178893Z test_nvfuser_correctness_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3193767Z test_nvfuser_correctness_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3208600Z test_nvfuser_correctness_aminmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3223537Z test_nvfuser_correctness_aminmax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3238747Z test_nvfuser_correctness_aminmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3254320Z test_nvfuser_correctness_aminmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3269301Z test_nvfuser_correctness_aminmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3284361Z test_nvfuser_correctness_aminmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3299299Z test_nvfuser_correctness_aminmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3314575Z test_nvfuser_correctness_aminmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3329679Z test_nvfuser_correctness_aminmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3344457Z test_nvfuser_correctness_aminmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3359599Z test_nvfuser_correctness_angle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3374570Z test_nvfuser_correctness_angle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3389415Z test_nvfuser_correctness_angle_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3404548Z test_nvfuser_correctness_angle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3419699Z test_nvfuser_correctness_angle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3434812Z test_nvfuser_correctness_angle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3450069Z test_nvfuser_correctness_angle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3464703Z test_nvfuser_correctness_angle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3479729Z test_nvfuser_correctness_angle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3494856Z test_nvfuser_correctness_angle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3509627Z test_nvfuser_correctness_angle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3524728Z test_nvfuser_correctness_any_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3539585Z test_nvfuser_correctness_any_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3554767Z test_nvfuser_correctness_any_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3569578Z test_nvfuser_correctness_any_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3584537Z test_nvfuser_correctness_any_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3599726Z test_nvfuser_correctness_any_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3614590Z test_nvfuser_correctness_any_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3629504Z test_nvfuser_correctness_any_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3644557Z test_nvfuser_correctness_any_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3659596Z test_nvfuser_correctness_any_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3674684Z test_nvfuser_correctness_any_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3689552Z test_nvfuser_correctness_any_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3704444Z test_nvfuser_correctness_arange_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3719604Z test_nvfuser_correctness_arange_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3734491Z test_nvfuser_correctness_arange_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3749539Z test_nvfuser_correctness_arange_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3764658Z test_nvfuser_correctness_arange_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3779567Z test_nvfuser_correctness_arange_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3794758Z test_nvfuser_correctness_arange_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3809597Z test_nvfuser_correctness_arange_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3824517Z test_nvfuser_correctness_arange_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3839763Z test_nvfuser_correctness_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3854784Z test_nvfuser_correctness_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3869662Z test_nvfuser_correctness_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3884810Z test_nvfuser_correctness_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3899750Z test_nvfuser_correctness_argmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3914807Z test_nvfuser_correctness_argmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3929695Z test_nvfuser_correctness_argmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3944688Z test_nvfuser_correctness_argmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3959800Z test_nvfuser_correctness_argmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3974746Z test_nvfuser_correctness_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.3989479Z test_nvfuser_correctness_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4004578Z test_nvfuser_correctness_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4019474Z test_nvfuser_correctness_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4034590Z test_nvfuser_correctness_argmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4049496Z test_nvfuser_correctness_argmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4064371Z test_nvfuser_correctness_argmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4079606Z test_nvfuser_correctness_argmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4094586Z test_nvfuser_correctness_argmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4109501Z test_nvfuser_correctness_argsort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4124486Z test_nvfuser_correctness_argsort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4139430Z test_nvfuser_correctness_argsort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4154576Z test_nvfuser_correctness_argsort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4169473Z test_nvfuser_correctness_argsort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4184334Z test_nvfuser_correctness_argsort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4199445Z test_nvfuser_correctness_argsort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4214295Z test_nvfuser_correctness_argsort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4229154Z test_nvfuser_correctness_argsort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4244282Z test_nvfuser_correctness_argwhere_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4259170Z test_nvfuser_correctness_argwhere_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4274252Z test_nvfuser_correctness_argwhere_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4289159Z test_nvfuser_correctness_argwhere_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4304226Z test_nvfuser_correctness_argwhere_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4319213Z test_nvfuser_correctness_argwhere_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4334050Z test_nvfuser_correctness_argwhere_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4348934Z test_nvfuser_correctness_argwhere_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4364340Z test_nvfuser_correctness_argwhere_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4379160Z test_nvfuser_correctness_argwhere_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4394308Z test_nvfuser_correctness_argwhere_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4409131Z test_nvfuser_correctness_argwhere_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4424191Z test_nvfuser_correctness_as_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4439315Z test_nvfuser_correctness_as_strided_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4454241Z test_nvfuser_correctness_as_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4469327Z test_nvfuser_correctness_as_strided_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4484361Z test_nvfuser_correctness_as_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4499306Z test_nvfuser_correctness_as_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4514511Z test_nvfuser_correctness_as_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4529494Z test_nvfuser_correctness_as_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4544276Z test_nvfuser_correctness_as_strided_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4559606Z test_nvfuser_correctness_as_strided_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4574525Z test_nvfuser_correctness_as_strided_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4589427Z test_nvfuser_correctness_as_strided_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4604521Z test_nvfuser_correctness_as_strided_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4619488Z test_nvfuser_correctness_as_strided_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4634482Z test_nvfuser_correctness_as_strided_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4650409Z test_nvfuser_correctness_as_strided_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4665358Z test_nvfuser_correctness_as_strided_scatter_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4680777Z test_nvfuser_correctness_as_strided_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4695520Z test_nvfuser_correctness_as_strided_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4710383Z test_nvfuser_correctness_as_strided_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4725629Z test_nvfuser_correctness_as_strided_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4740583Z test_nvfuser_correctness_as_strided_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4755627Z test_nvfuser_correctness_as_strided_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4771016Z test_nvfuser_correctness_as_strided_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4785950Z test_nvfuser_correctness_as_strided_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4801099Z test_nvfuser_correctness_as_strided_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4816020Z test_nvfuser_correctness_asin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4830991Z test_nvfuser_correctness_asin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4846099Z test_nvfuser_correctness_asin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4861144Z test_nvfuser_correctness_asin_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4876180Z test_nvfuser_correctness_asin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4891046Z test_nvfuser_correctness_asin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4905964Z test_nvfuser_correctness_asin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4921144Z test_nvfuser_correctness_asin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4936133Z test_nvfuser_correctness_asin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4951093Z test_nvfuser_correctness_asin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4966163Z test_nvfuser_correctness_asin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4981151Z test_nvfuser_correctness_asin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.4996188Z test_nvfuser_correctness_asin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5011148Z test_nvfuser_correctness_asinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5026205Z test_nvfuser_correctness_asinh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5041533Z test_nvfuser_correctness_asinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5056473Z test_nvfuser_correctness_asinh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5071355Z test_nvfuser_correctness_asinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5086530Z test_nvfuser_correctness_asinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5101349Z test_nvfuser_correctness_asinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5116488Z test_nvfuser_correctness_asinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5131443Z test_nvfuser_correctness_asinh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5146334Z test_nvfuser_correctness_asinh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5161586Z test_nvfuser_correctness_asinh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5176628Z test_nvfuser_correctness_asinh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5191773Z test_nvfuser_correctness_asinh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5206775Z test_nvfuser_correctness_atan2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5221659Z test_nvfuser_correctness_atan2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5236817Z test_nvfuser_correctness_atan2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5251853Z test_nvfuser_correctness_atan2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5266667Z test_nvfuser_correctness_atan2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5282394Z test_nvfuser_correctness_atan2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5297542Z test_nvfuser_correctness_atan2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5312886Z test_nvfuser_correctness_atan2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5327843Z test_nvfuser_correctness_atan2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5342806Z test_nvfuser_correctness_atan2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5358046Z test_nvfuser_correctness_atan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5372926Z test_nvfuser_correctness_atan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5387831Z test_nvfuser_correctness_atan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5403105Z test_nvfuser_correctness_atan_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5418039Z test_nvfuser_correctness_atan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5433274Z test_nvfuser_correctness_atan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5448083Z test_nvfuser_correctness_atan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5462899Z test_nvfuser_correctness_atan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5478020Z test_nvfuser_correctness_atan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5492952Z test_nvfuser_correctness_atan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5507858Z test_nvfuser_correctness_atan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5522975Z test_nvfuser_correctness_atan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5537921Z test_nvfuser_correctness_atan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5553098Z test_nvfuser_correctness_atanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5569056Z test_nvfuser_correctness_atanh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5584656Z test_nvfuser_correctness_atanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5599731Z test_nvfuser_correctness_atanh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5614576Z test_nvfuser_correctness_atanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5629552Z test_nvfuser_correctness_atanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5644722Z test_nvfuser_correctness_atanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5659557Z test_nvfuser_correctness_atanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5674681Z test_nvfuser_correctness_atanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5689613Z test_nvfuser_correctness_atanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5704615Z test_nvfuser_correctness_atanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5719786Z test_nvfuser_correctness_atanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5734678Z test_nvfuser_correctness_atanh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5749700Z test_nvfuser_correctness_atleast_1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5765269Z test_nvfuser_correctness_atleast_1d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5779782Z test_nvfuser_correctness_atleast_1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5794895Z test_nvfuser_correctness_atleast_1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5809733Z test_nvfuser_correctness_atleast_1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5824610Z test_nvfuser_correctness_atleast_1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5839784Z test_nvfuser_correctness_atleast_1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5854773Z test_nvfuser_correctness_atleast_1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5869688Z test_nvfuser_correctness_atleast_1d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5884707Z test_nvfuser_correctness_atleast_1d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5899681Z test_nvfuser_correctness_atleast_1d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5914806Z test_nvfuser_correctness_atleast_1d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5929533Z test_nvfuser_correctness_atleast_1d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5944444Z test_nvfuser_correctness_atleast_2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5960527Z test_nvfuser_correctness_atleast_2d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5974928Z test_nvfuser_correctness_atleast_2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.5989926Z test_nvfuser_correctness_atleast_2d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6004964Z test_nvfuser_correctness_atleast_2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6019779Z test_nvfuser_correctness_atleast_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6034875Z test_nvfuser_correctness_atleast_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6049763Z test_nvfuser_correctness_atleast_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6064745Z test_nvfuser_correctness_atleast_2d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6079872Z test_nvfuser_correctness_atleast_2d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6094732Z test_nvfuser_correctness_atleast_2d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6109637Z test_nvfuser_correctness_atleast_2d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6124612Z test_nvfuser_correctness_atleast_2d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6139494Z test_nvfuser_correctness_atleast_3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6154622Z test_nvfuser_correctness_atleast_3d_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6169404Z test_nvfuser_correctness_atleast_3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6184301Z test_nvfuser_correctness_atleast_3d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6199508Z test_nvfuser_correctness_atleast_3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6214502Z test_nvfuser_correctness_atleast_3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6229164Z test_nvfuser_correctness_atleast_3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6244224Z test_nvfuser_correctness_atleast_3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6258976Z test_nvfuser_correctness_atleast_3d_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6274113Z test_nvfuser_correctness_atleast_3d_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6288782Z test_nvfuser_correctness_atleast_3d_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6303676Z test_nvfuser_correctness_atleast_3d_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6318831Z test_nvfuser_correctness_atleast_3d_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6333719Z test_nvfuser_correctness_baddbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6348783Z test_nvfuser_correctness_baddbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6363931Z test_nvfuser_correctness_baddbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6378812Z test_nvfuser_correctness_baddbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6393988Z test_nvfuser_correctness_baddbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6408965Z test_nvfuser_correctness_baddbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6423788Z test_nvfuser_correctness_bernoulli_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6438978Z test_nvfuser_correctness_bernoulli_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6453861Z test_nvfuser_correctness_bernoulli_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6468727Z test_nvfuser_correctness_bernoulli_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6479478Z test_nvfuser_correctness_bfloat16_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6490356Z test_nvfuser_correctness_bfloat16_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6501244Z test_nvfuser_correctness_bfloat16_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6512344Z test_nvfuser_correctness_bfloat16_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6523190Z test_nvfuser_correctness_bfloat16_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6533939Z test_nvfuser_correctness_bfloat16_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6544392Z test_nvfuser_correctness_bfloat16_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6555094Z test_nvfuser_correctness_bfloat16_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6566044Z test_nvfuser_correctness_bfloat16_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6576527Z test_nvfuser_correctness_bfloat16_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6587214Z test_nvfuser_correctness_bfloat16_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6598195Z test_nvfuser_correctness_bfloat16_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6608186Z test_nvfuser_correctness_bfloat16_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:49.6623705Z test_nvfuser_correctness_bincount_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6638935Z test_nvfuser_correctness_bincount_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6653728Z test_nvfuser_correctness_bincount_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6668640Z test_nvfuser_correctness_bincount_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6683609Z test_nvfuser_correctness_bincount_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6698688Z test_nvfuser_correctness_bitwise_and_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6713919Z test_nvfuser_correctness_bitwise_and_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6728576Z test_nvfuser_correctness_bitwise_and_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6743389Z test_nvfuser_correctness_bitwise_and_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6758427Z test_nvfuser_correctness_bitwise_and_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6773265Z test_nvfuser_correctness_bitwise_and_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6788014Z test_nvfuser_correctness_bitwise_left_shift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6803226Z test_nvfuser_correctness_bitwise_left_shift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6817981Z test_nvfuser_correctness_bitwise_left_shift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6833200Z test_nvfuser_correctness_bitwise_left_shift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6848278Z test_nvfuser_correctness_bitwise_left_shift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6862834Z test_nvfuser_correctness_bitwise_not_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6877913Z test_nvfuser_correctness_bitwise_not_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6892770Z test_nvfuser_correctness_bitwise_not_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6907620Z test_nvfuser_correctness_bitwise_not_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6922813Z test_nvfuser_correctness_bitwise_not_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6937550Z test_nvfuser_correctness_bitwise_not_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6952680Z test_nvfuser_correctness_bitwise_or_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6967517Z test_nvfuser_correctness_bitwise_or_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6982398Z test_nvfuser_correctness_bitwise_or_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.6997476Z test_nvfuser_correctness_bitwise_or_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7012433Z test_nvfuser_correctness_bitwise_or_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7027258Z test_nvfuser_correctness_bitwise_or_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7042380Z test_nvfuser_correctness_bitwise_right_shift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7057300Z test_nvfuser_correctness_bitwise_right_shift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7072483Z test_nvfuser_correctness_bitwise_right_shift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7087505Z test_nvfuser_correctness_bitwise_right_shift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7102468Z test_nvfuser_correctness_bitwise_right_shift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7117585Z test_nvfuser_correctness_bitwise_xor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7132485Z test_nvfuser_correctness_bitwise_xor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7147327Z test_nvfuser_correctness_bitwise_xor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7162751Z test_nvfuser_correctness_bitwise_xor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7177391Z test_nvfuser_correctness_bitwise_xor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7192535Z test_nvfuser_correctness_bitwise_xor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7207373Z test_nvfuser_correctness_block_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7223367Z test_nvfuser_correctness_block_diag_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7238421Z test_nvfuser_correctness_block_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7253306Z test_nvfuser_correctness_block_diag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7268285Z test_nvfuser_correctness_block_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7283333Z test_nvfuser_correctness_block_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7298335Z test_nvfuser_correctness_block_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7313456Z test_nvfuser_correctness_block_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7329030Z test_nvfuser_correctness_block_diag_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7343941Z test_nvfuser_correctness_block_diag_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7358984Z test_nvfuser_correctness_block_diag_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7373932Z test_nvfuser_correctness_block_diag_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7388834Z test_nvfuser_correctness_block_diag_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7404002Z test_nvfuser_correctness_bmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7418915Z test_nvfuser_correctness_bmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7434053Z test_nvfuser_correctness_bmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7448906Z test_nvfuser_correctness_bmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7463989Z test_nvfuser_correctness_bmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7479281Z test_nvfuser_correctness_bool_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7495109Z test_nvfuser_correctness_bool_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7509960Z test_nvfuser_correctness_bool_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7524871Z test_nvfuser_correctness_bool_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7539790Z test_nvfuser_correctness_bool_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7555058Z test_nvfuser_correctness_bool_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7569641Z test_nvfuser_correctness_bool_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7584552Z test_nvfuser_correctness_bool_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7599674Z test_nvfuser_correctness_bool_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7614585Z test_nvfuser_correctness_bool_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7629480Z test_nvfuser_correctness_bool_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7644439Z test_nvfuser_correctness_bool_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7659292Z test_nvfuser_correctness_bool_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7674436Z test_nvfuser_correctness_broadcast_shapes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7689232Z test_nvfuser_correctness_broadcast_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7704111Z test_nvfuser_correctness_broadcast_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7719405Z test_nvfuser_correctness_broadcast_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7734345Z test_nvfuser_correctness_broadcast_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7749291Z test_nvfuser_correctness_broadcast_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7764442Z test_nvfuser_correctness_broadcast_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7779270Z test_nvfuser_correctness_broadcast_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7794525Z test_nvfuser_correctness_broadcast_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7809181Z test_nvfuser_correctness_broadcast_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7824048Z test_nvfuser_correctness_broadcast_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7839140Z test_nvfuser_correctness_broadcast_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7854113Z test_nvfuser_correctness_broadcast_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7869034Z test_nvfuser_correctness_broadcast_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7884069Z test_nvfuser_correctness_broadcast_to_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7898957Z test_nvfuser_correctness_broadcast_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7914228Z test_nvfuser_correctness_broadcast_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7929174Z test_nvfuser_correctness_broadcast_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7943968Z test_nvfuser_correctness_broadcast_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7960246Z test_nvfuser_correctness_broadcast_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:49.7975234Z test_nvfuser_correctness_broadcast_to_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.7990050Z test_nvfuser_correctness_broadcast_to_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8005511Z test_nvfuser_correctness_broadcast_to_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8020364Z test_nvfuser_correctness_broadcast_to_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8035682Z test_nvfuser_correctness_broadcast_to_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8050641Z test_nvfuser_correctness_bucketize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8065627Z test_nvfuser_correctness_bucketize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8080743Z test_nvfuser_correctness_bucketize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8095701Z test_nvfuser_correctness_bucketize_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8110731Z test_nvfuser_correctness_bucketize_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8125753Z test_nvfuser_correctness_bucketize_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8140566Z test_nvfuser_correctness_bucketize_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8155801Z test_nvfuser_correctness_bucketize_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8171567Z test_nvfuser_correctness_byte_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8186021Z test_nvfuser_correctness_byte_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8201259Z test_nvfuser_correctness_byte_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8216200Z test_nvfuser_correctness_byte_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8231357Z test_nvfuser_correctness_byte_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8246465Z test_nvfuser_correctness_byte_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8261374Z test_nvfuser_correctness_byte_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8276624Z test_nvfuser_correctness_byte_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8291623Z test_nvfuser_correctness_byte_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8306524Z test_nvfuser_correctness_byte_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8321784Z test_nvfuser_correctness_byte_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8336817Z test_nvfuser_correctness_byte_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8352112Z test_nvfuser_correctness_cartesian_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8367228Z test_nvfuser_correctness_cartesian_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8382160Z test_nvfuser_correctness_cartesian_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8397167Z test_nvfuser_correctness_cartesian_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8413098Z test_nvfuser_correctness_cartesian_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8428155Z test_nvfuser_correctness_cartesian_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8443622Z test_nvfuser_correctness_cartesian_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8458538Z test_nvfuser_correctness_cartesian_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8473701Z test_nvfuser_correctness_cartesian_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8488484Z test_nvfuser_correctness_cartesian_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8503453Z test_nvfuser_correctness_cartesian_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8518619Z test_nvfuser_correctness_cartesian_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8533538Z test_nvfuser_correctness_cat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8548460Z test_nvfuser_correctness_cat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8563605Z test_nvfuser_correctness_cat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8578865Z test_nvfuser_correctness_cat_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8597620Z test_nvfuser_correctness_cat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8609066Z test_nvfuser_correctness_cat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8623851Z test_nvfuser_correctness_cat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8639041Z test_nvfuser_correctness_cat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8653956Z test_nvfuser_correctness_cat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8668771Z test_nvfuser_correctness_cat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8683925Z test_nvfuser_correctness_cat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8698838Z test_nvfuser_correctness_cat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8714086Z test_nvfuser_correctness_cat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8728864Z test_nvfuser_correctness_cdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8743885Z test_nvfuser_correctness_cdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8759262Z test_nvfuser_correctness_ceil_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8774084Z test_nvfuser_correctness_ceil_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8789207Z test_nvfuser_correctness_ceil_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8804058Z test_nvfuser_correctness_ceil_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8819139Z test_nvfuser_correctness_ceil_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8834203Z test_nvfuser_correctness_ceil_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8849051Z test_nvfuser_correctness_ceil_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8863961Z test_nvfuser_correctness_ceil_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8879237Z test_nvfuser_correctness_ceil_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8894249Z test_nvfuser_correctness_chalf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8909061Z test_nvfuser_correctness_chalf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8924332Z test_nvfuser_correctness_chalf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8939402Z test_nvfuser_correctness_chalf_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8954547Z test_nvfuser_correctness_chalf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8969381Z test_nvfuser_correctness_chalf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8984381Z test_nvfuser_correctness_chalf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.8999534Z test_nvfuser_correctness_chalf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9014599Z test_nvfuser_correctness_chalf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9030382Z test_nvfuser_correctness_chalf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9046130Z test_nvfuser_correctness_chalf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9061107Z test_nvfuser_correctness_chalf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9076239Z test_nvfuser_correctness_chalf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9091380Z test_nvfuser_correctness_char_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9106203Z test_nvfuser_correctness_char_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9121403Z test_nvfuser_correctness_char_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9136298Z test_nvfuser_correctness_char_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9151287Z test_nvfuser_correctness_char_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9166392Z test_nvfuser_correctness_char_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9181323Z test_nvfuser_correctness_char_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9196585Z test_nvfuser_correctness_char_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9211513Z test_nvfuser_correctness_char_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9226514Z test_nvfuser_correctness_char_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9241897Z test_nvfuser_correctness_char_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9256713Z test_nvfuser_correctness_char_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9271748Z test_nvfuser_correctness_char_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9286238Z test_nvfuser_correctness_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9301123Z test_nvfuser_correctness_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9315799Z test_nvfuser_correctness_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9330395Z test_nvfuser_correctness_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9345000Z test_nvfuser_correctness_cholesky_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9359766Z test_nvfuser_correctness_cholesky_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9374406Z test_nvfuser_correctness_cholesky_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9389021Z test_nvfuser_correctness_cholesky_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9404116Z test_nvfuser_correctness_cholesky_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9418600Z test_nvfuser_correctness_cholesky_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9433477Z test_nvfuser_correctness_cholesky_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9448139Z test_nvfuser_correctness_cholesky_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9463083Z test_nvfuser_correctness_chunk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9478339Z test_nvfuser_correctness_chunk_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9493267Z test_nvfuser_correctness_chunk_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9508244Z test_nvfuser_correctness_chunk_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9523648Z test_nvfuser_correctness_chunk_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9538618Z test_nvfuser_correctness_chunk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9553873Z test_nvfuser_correctness_chunk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9569482Z test_nvfuser_correctness_chunk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9584526Z test_nvfuser_correctness_chunk_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9599670Z test_nvfuser_correctness_chunk_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9614611Z test_nvfuser_correctness_chunk_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9629567Z test_nvfuser_correctness_chunk_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9644753Z test_nvfuser_correctness_chunk_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9659862Z test_nvfuser_correctness_clamp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9674928Z test_nvfuser_correctness_clamp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9689852Z test_nvfuser_correctness_clamp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9704816Z test_nvfuser_correctness_clamp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9720209Z test_nvfuser_correctness_clamp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9734992Z test_nvfuser_correctness_clamp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9749893Z test_nvfuser_correctness_clamp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9764860Z test_nvfuser_correctness_clamp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9779791Z test_nvfuser_correctness_clamp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9795223Z test_nvfuser_correctness_clamp_max_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9810111Z test_nvfuser_correctness_clamp_max_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9825051Z test_nvfuser_correctness_clamp_max_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9840294Z test_nvfuser_correctness_clamp_max_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9855213Z test_nvfuser_correctness_clamp_max_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9870160Z test_nvfuser_correctness_clamp_max_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9885277Z test_nvfuser_correctness_clamp_max_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9900282Z test_nvfuser_correctness_clamp_max_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9915328Z test_nvfuser_correctness_clamp_max_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9930231Z test_nvfuser_correctness_clamp_max_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9945294Z test_nvfuser_correctness_clamp_min_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9960758Z test_nvfuser_correctness_clamp_min_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9975746Z test_nvfuser_correctness_clamp_min_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:49.9990542Z test_nvfuser_correctness_clamp_min_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0005651Z test_nvfuser_correctness_clamp_min_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0020719Z test_nvfuser_correctness_clamp_min_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0035647Z test_nvfuser_correctness_clamp_min_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0050594Z test_nvfuser_correctness_clamp_min_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0065346Z test_nvfuser_correctness_clamp_min_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0080596Z test_nvfuser_correctness_clamp_min_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0095389Z test_nvfuser_correctness_clone_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0110304Z test_nvfuser_correctness_clone_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0125521Z test_nvfuser_correctness_clone_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0140401Z test_nvfuser_correctness_clone_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0155577Z test_nvfuser_correctness_clone_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0170477Z test_nvfuser_correctness_clone_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0185405Z test_nvfuser_correctness_clone_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0200668Z test_nvfuser_correctness_clone_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0215484Z test_nvfuser_correctness_clone_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0230323Z test_nvfuser_correctness_clone_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0245421Z test_nvfuser_correctness_clone_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0260253Z test_nvfuser_correctness_clone_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0276339Z test_nvfuser_correctness_clone_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0291119Z test_nvfuser_correctness_column_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0306042Z test_nvfuser_correctness_column_stack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0321200Z test_nvfuser_correctness_column_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0336150Z test_nvfuser_correctness_column_stack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0351078Z test_nvfuser_correctness_column_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0366228Z test_nvfuser_correctness_column_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0381084Z test_nvfuser_correctness_column_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0396166Z test_nvfuser_correctness_column_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0410948Z test_nvfuser_correctness_column_stack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0425938Z test_nvfuser_correctness_column_stack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0441153Z test_nvfuser_correctness_column_stack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0456196Z test_nvfuser_correctness_column_stack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0471034Z test_nvfuser_correctness_column_stack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0486027Z test_nvfuser_correctness_combinations_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0500835Z test_nvfuser_correctness_combinations_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0516370Z test_nvfuser_correctness_combinations_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0531021Z test_nvfuser_correctness_combinations_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0545842Z test_nvfuser_correctness_combinations_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0561004Z test_nvfuser_correctness_combinations_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0575903Z test_nvfuser_correctness_combinations_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0590804Z test_nvfuser_correctness_combinations_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0605958Z test_nvfuser_correctness_combinations_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0621948Z test_nvfuser_correctness_combinations_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0637073Z test_nvfuser_correctness_combinations_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0652032Z test_nvfuser_correctness_combinations_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0666907Z test_nvfuser_correctness_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0682170Z test_nvfuser_correctness_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0697456Z test_nvfuser_correctness_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0712916Z test_nvfuser_correctness_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0727865Z test_nvfuser_correctness_conj_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0742715Z test_nvfuser_correctness_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0757973Z test_nvfuser_correctness_conj_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0772824Z test_nvfuser_correctness_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0787916Z test_nvfuser_correctness_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0803035Z test_nvfuser_correctness_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0817861Z test_nvfuser_correctness_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0833116Z test_nvfuser_correctness_conj_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0847860Z test_nvfuser_correctness_conj_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0862702Z test_nvfuser_correctness_conj_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0877828Z test_nvfuser_correctness_conj_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0892832Z test_nvfuser_correctness_conj_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0907846Z test_nvfuser_correctness_conj_physical_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0923030Z test_nvfuser_correctness_conj_physical_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0938051Z test_nvfuser_correctness_conj_physical_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0953170Z test_nvfuser_correctness_conj_physical_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0968107Z test_nvfuser_correctness_conj_physical_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0983003Z test_nvfuser_correctness_conj_physical_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.0998264Z test_nvfuser_correctness_conj_physical_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1013655Z test_nvfuser_correctness_conj_physical_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1028192Z test_nvfuser_correctness_conj_physical_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1043395Z test_nvfuser_correctness_conj_physical_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1058285Z test_nvfuser_correctness_conj_physical_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1073683Z test_nvfuser_correctness_conj_physical_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1088484Z test_nvfuser_correctness_conj_physical_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1103552Z test_nvfuser_correctness_constant_pad_nd_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1118805Z test_nvfuser_correctness_constant_pad_nd_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1133706Z test_nvfuser_correctness_constant_pad_nd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1148625Z test_nvfuser_correctness_constant_pad_nd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1163970Z test_nvfuser_correctness_constant_pad_nd_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1178858Z test_nvfuser_correctness_constant_pad_nd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1193994Z test_nvfuser_correctness_constant_pad_nd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1208915Z test_nvfuser_correctness_constant_pad_nd_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1223915Z test_nvfuser_correctness_constant_pad_nd_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1238906Z test_nvfuser_correctness_constant_pad_nd_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1253900Z test_nvfuser_correctness_constant_pad_nd_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1268646Z test_nvfuser_correctness_constant_pad_nd_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1283877Z test_nvfuser_correctness_contiguous_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1298734Z test_nvfuser_correctness_contiguous_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1313890Z test_nvfuser_correctness_contiguous_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1328580Z test_nvfuser_correctness_contiguous_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1343302Z test_nvfuser_correctness_contiguous_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1358233Z test_nvfuser_correctness_contiguous_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1372881Z test_nvfuser_correctness_contiguous_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1387584Z test_nvfuser_correctness_contiguous_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1402933Z test_nvfuser_correctness_contiguous_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1417588Z test_nvfuser_correctness_contiguous_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1432803Z test_nvfuser_correctness_contiguous_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1447532Z test_nvfuser_correctness_contiguous_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1462276Z test_nvfuser_correctness_contiguous_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1477184Z test_nvfuser_correctness_copysign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1492018Z test_nvfuser_correctness_copysign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1506742Z test_nvfuser_correctness_copysign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1521674Z test_nvfuser_correctness_copysign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1536413Z test_nvfuser_correctness_copysign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1551106Z test_nvfuser_correctness_copysign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1566090Z test_nvfuser_correctness_copysign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1580603Z test_nvfuser_correctness_copysign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1596045Z test_nvfuser_correctness_copysign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1610889Z test_nvfuser_correctness_copysign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1625579Z test_nvfuser_correctness_corrcoef_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1640472Z test_nvfuser_correctness_corrcoef_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1655118Z test_nvfuser_correctness_corrcoef_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1669791Z test_nvfuser_correctness_corrcoef_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1684601Z test_nvfuser_correctness_corrcoef_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1699302Z test_nvfuser_correctness_corrcoef_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1714250Z test_nvfuser_correctness_corrcoef_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1728974Z test_nvfuser_correctness_corrcoef_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1743741Z test_nvfuser_correctness_corrcoef_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1758708Z test_nvfuser_correctness_corrcoef_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1773561Z test_nvfuser_correctness_corrcoef_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1788291Z test_nvfuser_correctness_cos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1803262Z test_nvfuser_correctness_cos_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1818207Z test_nvfuser_correctness_cos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1833278Z test_nvfuser_correctness_cos_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1847999Z test_nvfuser_correctness_cos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1862789Z test_nvfuser_correctness_cos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1877719Z test_nvfuser_correctness_cos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1892626Z test_nvfuser_correctness_cos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1907296Z test_nvfuser_correctness_cos_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1922291Z test_nvfuser_correctness_cos_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1937089Z test_nvfuser_correctness_cos_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1952118Z test_nvfuser_correctness_cos_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1967166Z test_nvfuser_correctness_cos_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1982163Z test_nvfuser_correctness_cosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.1998176Z test_nvfuser_correctness_cosh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2012982Z test_nvfuser_correctness_cosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2027570Z test_nvfuser_correctness_cosh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2042750Z test_nvfuser_correctness_cosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2057441Z test_nvfuser_correctness_cosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2072534Z test_nvfuser_correctness_cosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2087196Z test_nvfuser_correctness_cosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2101883Z test_nvfuser_correctness_cosh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2116822Z test_nvfuser_correctness_cosh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2131442Z test_nvfuser_correctness_cosh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2146057Z test_nvfuser_correctness_cosh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2162048Z test_nvfuser_correctness_cosh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2176799Z test_nvfuser_correctness_count_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2191866Z test_nvfuser_correctness_count_nonzero_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2206603Z test_nvfuser_correctness_count_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2221239Z test_nvfuser_correctness_count_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2236264Z test_nvfuser_correctness_count_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2250933Z test_nvfuser_correctness_count_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2265650Z test_nvfuser_correctness_count_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2280473Z test_nvfuser_correctness_count_nonzero_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2295246Z test_nvfuser_correctness_count_nonzero_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2309971Z test_nvfuser_correctness_count_nonzero_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2324970Z test_nvfuser_correctness_count_nonzero_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2339859Z test_nvfuser_correctness_count_nonzero_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2354592Z test_nvfuser_correctness_cov_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2369354Z test_nvfuser_correctness_cov_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2384144Z test_nvfuser_correctness_cov_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2398990Z test_nvfuser_correctness_cov_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2413710Z test_nvfuser_correctness_cov_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2428370Z test_nvfuser_correctness_cov_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2443311Z test_nvfuser_correctness_cov_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2458041Z test_nvfuser_correctness_cov_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2473086Z test_nvfuser_correctness_cov_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2487731Z test_nvfuser_correctness_cov_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2502420Z test_nvfuser_correctness_cov_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2517322Z test_nvfuser_correctness_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2532082Z test_nvfuser_correctness_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2546876Z test_nvfuser_correctness_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2561665Z test_nvfuser_correctness_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2576282Z test_nvfuser_correctness_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2591417Z test_nvfuser_correctness_cross_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2606016Z test_nvfuser_correctness_cross_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2620630Z test_nvfuser_correctness_cross_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2635554Z test_nvfuser_correctness_cross_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2650245Z test_nvfuser_correctness_cross_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2665024Z test_nvfuser_correctness_cummax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2680741Z test_nvfuser_correctness_cummax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2696483Z test_nvfuser_correctness_cummax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2711199Z test_nvfuser_correctness_cummax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2726056Z test_nvfuser_correctness_cummax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2740698Z test_nvfuser_correctness_cummax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2755835Z test_nvfuser_correctness_cummax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2770316Z test_nvfuser_correctness_cummax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2784911Z test_nvfuser_correctness_cummax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2800038Z test_nvfuser_correctness_cummax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2814758Z test_nvfuser_correctness_cummin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2829393Z test_nvfuser_correctness_cummin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2844276Z test_nvfuser_correctness_cummin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2858797Z test_nvfuser_correctness_cummin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2873816Z test_nvfuser_correctness_cummin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2888403Z test_nvfuser_correctness_cummin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2903495Z test_nvfuser_correctness_cummin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2918653Z test_nvfuser_correctness_cummin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2933252Z test_nvfuser_correctness_cummin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2947833Z test_nvfuser_correctness_cummin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2962860Z test_nvfuser_correctness_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2977734Z test_nvfuser_correctness_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.2992763Z test_nvfuser_correctness_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3007768Z test_nvfuser_correctness_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3022356Z test_nvfuser_correctness_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3037250Z test_nvfuser_correctness_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3052118Z test_nvfuser_correctness_cumprod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3066858Z test_nvfuser_correctness_cumprod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3081683Z test_nvfuser_correctness_cumprod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3096411Z test_nvfuser_correctness_cumprod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3111381Z test_nvfuser_correctness_cumprod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3126092Z test_nvfuser_correctness_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3140826Z test_nvfuser_correctness_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3155630Z test_nvfuser_correctness_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3170423Z test_nvfuser_correctness_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3186715Z test_nvfuser_correctness_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3201303Z test_nvfuser_correctness_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3216084Z test_nvfuser_correctness_cumsum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3231132Z test_nvfuser_correctness_cumsum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3246030Z test_nvfuser_correctness_cumsum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3260505Z test_nvfuser_correctness_cumsum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3275481Z test_nvfuser_correctness_cumsum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3290113Z test_nvfuser_correctness_cumulative_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3304897Z test_nvfuser_correctness_cumulative_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3320005Z test_nvfuser_correctness_cumulative_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3334637Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3349313Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3364242Z test_nvfuser_correctness_cumulative_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3378983Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3394055Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3408566Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3423262Z test_nvfuser_correctness_cumulative_trapezoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3438246Z test_nvfuser_correctness_cumulative_trapezoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3452936Z test_nvfuser_correctness_deg2rad_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3467746Z test_nvfuser_correctness_deg2rad_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3482487Z test_nvfuser_correctness_deg2rad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3497337Z test_nvfuser_correctness_deg2rad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3512271Z test_nvfuser_correctness_deg2rad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3527934Z test_nvfuser_correctness_deg2rad_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3542848Z test_nvfuser_correctness_deg2rad_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3557699Z test_nvfuser_correctness_deg2rad_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3573444Z test_nvfuser_correctness_deg2rad_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3588204Z test_nvfuser_correctness_deg2rad_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3603746Z test_nvfuser_correctness_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3618497Z test_nvfuser_correctness_diag_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3633520Z test_nvfuser_correctness_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3648030Z test_nvfuser_correctness_diag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3663201Z test_nvfuser_correctness_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3677857Z test_nvfuser_correctness_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3692520Z test_nvfuser_correctness_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3707276Z test_nvfuser_correctness_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3722164Z test_nvfuser_correctness_diag_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3736935Z test_nvfuser_correctness_diag_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3751877Z test_nvfuser_correctness_diag_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3766545Z test_nvfuser_correctness_diag_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3781244Z test_nvfuser_correctness_diag_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3796347Z test_nvfuser_correctness_diag_embed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3810948Z test_nvfuser_correctness_diag_embed_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3825601Z test_nvfuser_correctness_diag_embed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3840486Z test_nvfuser_correctness_diag_embed_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3855087Z test_nvfuser_correctness_diag_embed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3869656Z test_nvfuser_correctness_diag_embed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3884620Z test_nvfuser_correctness_diag_embed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3899401Z test_nvfuser_correctness_diag_embed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3914408Z test_nvfuser_correctness_diag_embed_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3929141Z test_nvfuser_correctness_diag_embed_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3943926Z test_nvfuser_correctness_diag_embed_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3958827Z test_nvfuser_correctness_diag_embed_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3973584Z test_nvfuser_correctness_diag_embed_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.3988338Z test_nvfuser_correctness_diagflat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4003694Z test_nvfuser_correctness_diagflat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4018778Z test_nvfuser_correctness_diagflat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4033502Z test_nvfuser_correctness_diagflat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4048112Z test_nvfuser_correctness_diagflat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4062823Z test_nvfuser_correctness_diagflat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4077633Z test_nvfuser_correctness_diagflat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4092256Z test_nvfuser_correctness_diagflat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4107271Z test_nvfuser_correctness_diagflat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4122082Z test_nvfuser_correctness_diagflat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4136885Z test_nvfuser_correctness_diagflat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4151559Z test_nvfuser_correctness_diagflat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4166630Z test_nvfuser_correctness_diagonal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4181114Z test_nvfuser_correctness_diagonal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4195939Z test_nvfuser_correctness_diagonal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4210759Z test_nvfuser_correctness_diagonal_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4225263Z test_nvfuser_correctness_diagonal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4240216Z test_nvfuser_correctness_diagonal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4254768Z test_nvfuser_correctness_diagonal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4269609Z test_nvfuser_correctness_diagonal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4285257Z test_nvfuser_correctness_diagonal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4300091Z test_nvfuser_correctness_diagonal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4314903Z test_nvfuser_correctness_diagonal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4330494Z test_nvfuser_correctness_diagonal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4345240Z test_nvfuser_correctness_diagonal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4360254Z test_nvfuser_correctness_diagonal_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4374970Z test_nvfuser_correctness_diagonal_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4389675Z test_nvfuser_correctness_diagonal_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4404502Z test_nvfuser_correctness_diagonal_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4419263Z test_nvfuser_correctness_diagonal_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4434199Z test_nvfuser_correctness_diagonal_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4448831Z test_nvfuser_correctness_diagonal_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4463416Z test_nvfuser_correctness_diagonal_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4478425Z test_nvfuser_correctness_diagonal_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4492956Z test_nvfuser_correctness_diagonal_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4507588Z test_nvfuser_correctness_diff_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4522506Z test_nvfuser_correctness_diff_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4537027Z test_nvfuser_correctness_diff_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4551875Z test_nvfuser_correctness_diff_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4566440Z test_nvfuser_correctness_diff_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4581150Z test_nvfuser_correctness_diff_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4596037Z test_nvfuser_correctness_diff_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4610600Z test_nvfuser_correctness_diff_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4625228Z test_nvfuser_correctness_diff_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4640210Z test_nvfuser_correctness_diff_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4654744Z test_nvfuser_correctness_diff_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4669466Z test_nvfuser_correctness_diff_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4684352Z test_nvfuser_correctness_digamma_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4699174Z test_nvfuser_correctness_digamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4714111Z test_nvfuser_correctness_digamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4728732Z test_nvfuser_correctness_digamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4743275Z test_nvfuser_correctness_digamma_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4758040Z test_nvfuser_correctness_digamma_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4772973Z test_nvfuser_correctness_digamma_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4787632Z test_nvfuser_correctness_digamma_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4802683Z test_nvfuser_correctness_digamma_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4817151Z test_nvfuser_correctness_dist_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4832089Z test_nvfuser_correctness_dist_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4846814Z test_nvfuser_correctness_dist_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4861465Z test_nvfuser_correctness_dist_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4876291Z test_nvfuser_correctness_dist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4890875Z test_nvfuser_correctness_dist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4905640Z test_nvfuser_correctness_div_floor_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4920606Z test_nvfuser_correctness_div_floor_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4935196Z test_nvfuser_correctness_div_floor_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4949820Z test_nvfuser_correctness_div_floor_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4964678Z test_nvfuser_correctness_div_floor_rounding_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4979163Z test_nvfuser_correctness_div_floor_rounding_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.4994122Z test_nvfuser_correctness_div_floor_rounding_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5008764Z test_nvfuser_correctness_div_floor_rounding_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5023442Z test_nvfuser_correctness_div_floor_rounding_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5038381Z test_nvfuser_correctness_div_no_rounding_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5052943Z test_nvfuser_correctness_div_no_rounding_mode_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5067590Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5082378Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5097118Z test_nvfuser_correctness_div_no_rounding_mode_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5111856Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5126438Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5141068Z test_nvfuser_correctness_div_no_rounding_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5155905Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5170657Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5185225Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5201053Z test_nvfuser_correctness_div_no_rounding_mode_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5215899Z test_nvfuser_correctness_div_no_rounding_mode_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5230409Z test_nvfuser_correctness_div_trunc_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5245410Z test_nvfuser_correctness_div_trunc_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5260051Z test_nvfuser_correctness_div_trunc_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5274961Z test_nvfuser_correctness_div_trunc_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5289636Z test_nvfuser_correctness_div_trunc_rounding_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5304235Z test_nvfuser_correctness_div_trunc_rounding_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5319098Z test_nvfuser_correctness_div_trunc_rounding_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5333793Z test_nvfuser_correctness_div_trunc_rounding_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5348342Z test_nvfuser_correctness_div_trunc_rounding_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5363095Z test_nvfuser_correctness_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5377731Z test_nvfuser_correctness_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5392531Z test_nvfuser_correctness_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5407280Z test_nvfuser_correctness_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5421820Z test_nvfuser_correctness_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5436729Z test_nvfuser_correctness_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5451256Z test_nvfuser_correctness_double_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5465814Z test_nvfuser_correctness_double_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5480706Z test_nvfuser_correctness_double_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5495262Z test_nvfuser_correctness_double_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5509931Z test_nvfuser_correctness_double_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5524664Z test_nvfuser_correctness_double_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5539204Z test_nvfuser_correctness_double_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5554229Z test_nvfuser_correctness_double_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5568809Z test_nvfuser_correctness_double_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5583673Z test_nvfuser_correctness_double_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5598854Z test_nvfuser_correctness_double_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5613634Z test_nvfuser_correctness_double_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5628345Z test_nvfuser_correctness_double_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5643389Z test_nvfuser_correctness_dsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5658004Z test_nvfuser_correctness_dsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5672879Z test_nvfuser_correctness_dsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5687507Z test_nvfuser_correctness_dsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5702148Z test_nvfuser_correctness_dsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5717434Z test_nvfuser_correctness_dsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5731878Z test_nvfuser_correctness_dsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5746456Z test_nvfuser_correctness_dsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5761256Z test_nvfuser_correctness_dsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5776646Z test_nvfuser_correctness_dsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5791284Z test_nvfuser_correctness_dsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5806165Z test_nvfuser_correctness_dsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5820833Z test_nvfuser_correctness_dsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5835787Z test_nvfuser_correctness_dstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5850240Z test_nvfuser_correctness_dstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5864789Z test_nvfuser_correctness_dstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5879791Z test_nvfuser_correctness_dstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5894406Z test_nvfuser_correctness_dstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5908987Z test_nvfuser_correctness_dstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5923759Z test_nvfuser_correctness_dstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5938299Z test_nvfuser_correctness_dstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5953182Z test_nvfuser_correctness_dstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5967782Z test_nvfuser_correctness_dstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5982319Z test_nvfuser_correctness_dstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.5997127Z test_nvfuser_correctness_dstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6011806Z test_nvfuser_correctness_dstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6026424Z test_nvfuser_correctness_einsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6041488Z test_nvfuser_correctness_einsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6055965Z test_nvfuser_correctness_einsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6070495Z test_nvfuser_correctness_einsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6085224Z test_nvfuser_correctness_einsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6099829Z test_nvfuser_correctness_einsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6110089Z test_nvfuser_correctness_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6120930Z test_nvfuser_correctness_empty_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6131473Z test_nvfuser_correctness_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6143176Z test_nvfuser_correctness_empty_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6153431Z test_nvfuser_correctness_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6164271Z test_nvfuser_correctness_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6174676Z test_nvfuser_correctness_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6185153Z test_nvfuser_correctness_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6195698Z test_nvfuser_correctness_empty_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6206002Z test_nvfuser_correctness_empty_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6216530Z test_nvfuser_correctness_empty_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6227237Z test_nvfuser_correctness_empty_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6237409Z test_nvfuser_correctness_empty_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6247711Z test_nvfuser_correctness_empty_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6258350Z test_nvfuser_correctness_empty_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6268932Z test_nvfuser_correctness_empty_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6279457Z test_nvfuser_correctness_empty_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6289936Z test_nvfuser_correctness_empty_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6300607Z test_nvfuser_correctness_empty_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6310746Z test_nvfuser_correctness_empty_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6321609Z test_nvfuser_correctness_empty_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6332199Z test_nvfuser_correctness_empty_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6342932Z test_nvfuser_correctness_empty_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6353382Z test_nvfuser_correctness_empty_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6363774Z test_nvfuser_correctness_empty_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6374393Z test_nvfuser_correctness_empty_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:50.6389246Z test_nvfuser_correctness_eq_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6403911Z test_nvfuser_correctness_eq_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6418604Z test_nvfuser_correctness_eq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6433443Z test_nvfuser_correctness_eq_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6447999Z test_nvfuser_correctness_eq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6462697Z test_nvfuser_correctness_eq_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6477504Z test_nvfuser_correctness_eq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6492013Z test_nvfuser_correctness_eq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6506785Z test_nvfuser_correctness_eq_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6521537Z test_nvfuser_correctness_eq_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6536191Z test_nvfuser_correctness_eq_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6550834Z test_nvfuser_correctness_eq_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6565811Z test_nvfuser_correctness_eq_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6580416Z test_nvfuser_correctness_equal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6595234Z test_nvfuser_correctness_equal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6609854Z test_nvfuser_correctness_equal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6624577Z test_nvfuser_correctness_equal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6639448Z test_nvfuser_correctness_equal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6654715Z test_nvfuser_correctness_equal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6669507Z test_nvfuser_correctness_equal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6684212Z test_nvfuser_correctness_equal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6698900Z test_nvfuser_correctness_equal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6713787Z test_nvfuser_correctness_equal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6728342Z test_nvfuser_correctness_equal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6742935Z test_nvfuser_correctness_equal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6757731Z test_nvfuser_correctness_erf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6772280Z test_nvfuser_correctness_erf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6786838Z test_nvfuser_correctness_erf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6801642Z test_nvfuser_correctness_erf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6816268Z test_nvfuser_correctness_erf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6830882Z test_nvfuser_correctness_erf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6845720Z test_nvfuser_correctness_erf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6860233Z test_nvfuser_correctness_erf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6875035Z test_nvfuser_correctness_erf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6889704Z test_nvfuser_correctness_erf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6904320Z test_nvfuser_correctness_erfc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6919363Z test_nvfuser_correctness_erfc_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6934003Z test_nvfuser_correctness_erfc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6948573Z test_nvfuser_correctness_erfc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6963602Z test_nvfuser_correctness_erfc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6978056Z test_nvfuser_correctness_erfc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.6993115Z test_nvfuser_correctness_erfc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7008463Z test_nvfuser_correctness_erfc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7023095Z test_nvfuser_correctness_erfc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7038217Z test_nvfuser_correctness_erfc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7052850Z test_nvfuser_correctness_erfinv_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7067404Z test_nvfuser_correctness_erfinv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7082410Z test_nvfuser_correctness_erfinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7096990Z test_nvfuser_correctness_erfinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7111859Z test_nvfuser_correctness_erfinv_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7126445Z test_nvfuser_correctness_erfinv_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7141033Z test_nvfuser_correctness_erfinv_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7156018Z test_nvfuser_correctness_erfinv_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7170564Z test_nvfuser_correctness_erfinv_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7185166Z test_nvfuser_correctness_exp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7200070Z test_nvfuser_correctness_exp2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7214680Z test_nvfuser_correctness_exp2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7229243Z test_nvfuser_correctness_exp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7244089Z test_nvfuser_correctness_exp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7258767Z test_nvfuser_correctness_exp2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7273650Z test_nvfuser_correctness_exp2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7288162Z test_nvfuser_correctness_exp2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7302793Z test_nvfuser_correctness_exp2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7318383Z test_nvfuser_correctness_exp2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7332389Z test_nvfuser_correctness_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7347019Z test_nvfuser_correctness_exp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7362289Z test_nvfuser_correctness_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7376714Z test_nvfuser_correctness_exp_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7391400Z test_nvfuser_correctness_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7406306Z test_nvfuser_correctness_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7420858Z test_nvfuser_correctness_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7435734Z test_nvfuser_correctness_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7450389Z test_nvfuser_correctness_exp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7465223Z test_nvfuser_correctness_exp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7480060Z test_nvfuser_correctness_exp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7494637Z test_nvfuser_correctness_exp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7509381Z test_nvfuser_correctness_exp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7524106Z test_nvfuser_correctness_expand_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7538712Z test_nvfuser_correctness_expand_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7553661Z test_nvfuser_correctness_expand_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7568265Z test_nvfuser_correctness_expand_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7582918Z test_nvfuser_correctness_expand_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7597791Z test_nvfuser_correctness_expand_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7612333Z test_nvfuser_correctness_expand_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7627721Z test_nvfuser_correctness_expand_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7642437Z test_nvfuser_correctness_expand_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7657219Z test_nvfuser_correctness_expand_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7672046Z test_nvfuser_correctness_expand_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7686591Z test_nvfuser_correctness_expand_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7701224Z test_nvfuser_correctness_expand_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7716055Z test_nvfuser_correctness_expand_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7730596Z test_nvfuser_correctness_expand_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7745152Z test_nvfuser_correctness_expand_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7760037Z test_nvfuser_correctness_expand_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7774601Z test_nvfuser_correctness_expand_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7789882Z test_nvfuser_correctness_expand_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7803987Z test_nvfuser_correctness_expand_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7818728Z test_nvfuser_correctness_expand_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7833775Z test_nvfuser_correctness_expand_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7849330Z test_nvfuser_correctness_expand_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7863953Z test_nvfuser_correctness_expand_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7878954Z test_nvfuser_correctness_expm1_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7893591Z test_nvfuser_correctness_expm1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7908184Z test_nvfuser_correctness_expm1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7923029Z test_nvfuser_correctness_expm1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7937664Z test_nvfuser_correctness_expm1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7952733Z test_nvfuser_correctness_expm1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7967154Z test_nvfuser_correctness_expm1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7981966Z test_nvfuser_correctness_expm1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.7996644Z test_nvfuser_correctness_expm1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8011150Z test_nvfuser_correctness_expm1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8025912Z test_nvfuser_correctness_eye_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8040752Z test_nvfuser_correctness_eye_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8055394Z test_nvfuser_correctness_eye_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8069985Z test_nvfuser_correctness_eye_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8084586Z test_nvfuser_correctness_eye_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8099350Z test_nvfuser_correctness_eye_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8114120Z test_nvfuser_correctness_eye_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8128764Z test_nvfuser_correctness_eye_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8143343Z test_nvfuser_correctness_eye_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8158177Z test_nvfuser_correctness_eye_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8172835Z test_nvfuser_correctness_eye_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8187558Z test_nvfuser_correctness_eye_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8203326Z test_nvfuser_correctness_fft_fft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8217502Z test_nvfuser_correctness_fft_fft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8232412Z test_nvfuser_correctness_fft_fft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8247127Z test_nvfuser_correctness_fft_fft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8262080Z test_nvfuser_correctness_fft_fft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8276802Z test_nvfuser_correctness_fft_fft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8291504Z test_nvfuser_correctness_fft_fft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8306291Z test_nvfuser_correctness_fft_fft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8321198Z test_nvfuser_correctness_fft_fft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8335770Z test_nvfuser_correctness_fft_fft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8350386Z test_nvfuser_correctness_fft_fft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8365355Z test_nvfuser_correctness_fft_fft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8379903Z test_nvfuser_correctness_fft_fft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8395041Z test_nvfuser_correctness_fft_fft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8409551Z test_nvfuser_correctness_fft_fft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8424358Z test_nvfuser_correctness_fft_fft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8439256Z test_nvfuser_correctness_fft_fft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8454042Z test_nvfuser_correctness_fft_fft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8468762Z test_nvfuser_correctness_fft_fft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8483563Z test_nvfuser_correctness_fft_fft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8498177Z test_nvfuser_correctness_fft_fftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8513177Z test_nvfuser_correctness_fft_fftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8527857Z test_nvfuser_correctness_fft_fftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8542629Z test_nvfuser_correctness_fft_fftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8557499Z test_nvfuser_correctness_fft_fftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8572141Z test_nvfuser_correctness_fft_fftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8586874Z test_nvfuser_correctness_fft_fftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8601996Z test_nvfuser_correctness_fft_fftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8616537Z test_nvfuser_correctness_fft_fftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8631334Z test_nvfuser_correctness_fft_fftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8646110Z test_nvfuser_correctness_fft_fftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8660741Z test_nvfuser_correctness_fft_fftshift_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8675517Z test_nvfuser_correctness_fft_fftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8690095Z test_nvfuser_correctness_fft_fftshift_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8704759Z test_nvfuser_correctness_fft_fftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8719849Z test_nvfuser_correctness_fft_fftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8734426Z test_nvfuser_correctness_fft_fftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8749067Z test_nvfuser_correctness_fft_fftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8763879Z test_nvfuser_correctness_fft_fftshift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8778445Z test_nvfuser_correctness_fft_fftshift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8793421Z test_nvfuser_correctness_fft_fftshift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8808001Z test_nvfuser_correctness_fft_fftshift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8822600Z test_nvfuser_correctness_fft_fftshift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8837552Z test_nvfuser_correctness_fft_hfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8852257Z test_nvfuser_correctness_fft_hfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8866761Z test_nvfuser_correctness_fft_hfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8882690Z test_nvfuser_correctness_fft_hfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8897396Z test_nvfuser_correctness_fft_hfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8912389Z test_nvfuser_correctness_fft_hfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8927321Z test_nvfuser_correctness_fft_hfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8941896Z test_nvfuser_correctness_fft_hfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8956792Z test_nvfuser_correctness_fft_hfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8971396Z test_nvfuser_correctness_fft_hfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.8986009Z test_nvfuser_correctness_fft_hfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9001078Z test_nvfuser_correctness_fft_hfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9015776Z test_nvfuser_correctness_fft_hfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9030627Z test_nvfuser_correctness_fft_hfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9045452Z test_nvfuser_correctness_fft_hfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9060106Z test_nvfuser_correctness_fft_hfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9075023Z test_nvfuser_correctness_fft_hfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9090732Z test_nvfuser_correctness_fft_hfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9105463Z test_nvfuser_correctness_fft_hfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9120500Z test_nvfuser_correctness_fft_hfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9135281Z test_nvfuser_correctness_fft_hfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9150071Z test_nvfuser_correctness_fft_hfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9164959Z test_nvfuser_correctness_fft_hfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9179719Z test_nvfuser_correctness_fft_hfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9194755Z test_nvfuser_correctness_fft_hfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9209525Z test_nvfuser_correctness_fft_hfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9224117Z test_nvfuser_correctness_fft_hfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9238890Z test_nvfuser_correctness_fft_hfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9253579Z test_nvfuser_correctness_fft_hfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9268276Z test_nvfuser_correctness_fft_hfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9283279Z test_nvfuser_correctness_fft_ifft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9297865Z test_nvfuser_correctness_fft_ifft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9313190Z test_nvfuser_correctness_fft_ifft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9327617Z test_nvfuser_correctness_fft_ifft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9342292Z test_nvfuser_correctness_fft_ifft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9357153Z test_nvfuser_correctness_fft_ifft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9371876Z test_nvfuser_correctness_fft_ifft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9386573Z test_nvfuser_correctness_fft_ifft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9401682Z test_nvfuser_correctness_fft_ifft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9416345Z test_nvfuser_correctness_fft_ifft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9431145Z test_nvfuser_correctness_fft_ifft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9446023Z test_nvfuser_correctness_fft_ifft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9460790Z test_nvfuser_correctness_fft_ifft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9475791Z test_nvfuser_correctness_fft_ifft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9490317Z test_nvfuser_correctness_fft_ifft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9505004Z test_nvfuser_correctness_fft_ifft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9520090Z test_nvfuser_correctness_fft_ifft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9534676Z test_nvfuser_correctness_fft_ifft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9549523Z test_nvfuser_correctness_fft_ifft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9564462Z test_nvfuser_correctness_fft_ifft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9579056Z test_nvfuser_correctness_fft_ifftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9593999Z test_nvfuser_correctness_fft_ifftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9617349Z test_nvfuser_correctness_fft_ifftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:50.9632265Z test_nvfuser_correctness_fft_ifftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9647007Z test_nvfuser_correctness_fft_ifftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9661640Z test_nvfuser_correctness_fft_ifftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9676555Z test_nvfuser_correctness_fft_ifftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9691246Z test_nvfuser_correctness_fft_ifftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9705940Z test_nvfuser_correctness_fft_ifftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9720929Z test_nvfuser_correctness_fft_ifftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9736038Z test_nvfuser_correctness_fft_ifftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9750849Z test_nvfuser_correctness_fft_ifftshift_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9765696Z test_nvfuser_correctness_fft_ifftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9780138Z test_nvfuser_correctness_fft_ifftshift_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9794861Z test_nvfuser_correctness_fft_ifftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9809551Z test_nvfuser_correctness_fft_ifftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9824252Z test_nvfuser_correctness_fft_ifftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9839332Z test_nvfuser_correctness_fft_ifftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9853792Z test_nvfuser_correctness_fft_ifftshift_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9868376Z test_nvfuser_correctness_fft_ifftshift_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9883366Z test_nvfuser_correctness_fft_ifftshift_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9897939Z test_nvfuser_correctness_fft_ifftshift_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9912751Z test_nvfuser_correctness_fft_ifftshift_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9927421Z test_nvfuser_correctness_fft_ihfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9943158Z test_nvfuser_correctness_fft_ihfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9958188Z test_nvfuser_correctness_fft_ihfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9972810Z test_nvfuser_correctness_fft_ihfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:50.9987478Z test_nvfuser_correctness_fft_ihfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0002548Z test_nvfuser_correctness_fft_ihfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0017101Z test_nvfuser_correctness_fft_ihfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0032059Z test_nvfuser_correctness_fft_ihfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0046859Z test_nvfuser_correctness_fft_ihfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0061699Z test_nvfuser_correctness_fft_ihfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0076644Z test_nvfuser_correctness_fft_ihfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0091356Z test_nvfuser_correctness_fft_ihfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0106111Z test_nvfuser_correctness_fft_ihfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0121167Z test_nvfuser_correctness_fft_ihfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0136017Z test_nvfuser_correctness_fft_ihfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0151931Z test_nvfuser_correctness_fft_ihfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0166482Z test_nvfuser_correctness_fft_ihfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0181138Z test_nvfuser_correctness_fft_ihfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0196071Z test_nvfuser_correctness_fft_ihfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0210726Z test_nvfuser_correctness_fft_ihfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0225384Z test_nvfuser_correctness_fft_ihfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0240414Z test_nvfuser_correctness_fft_ihfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0254991Z test_nvfuser_correctness_fft_ihfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0269660Z test_nvfuser_correctness_fft_ihfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0284455Z test_nvfuser_correctness_fft_irfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0299136Z test_nvfuser_correctness_fft_irfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0314088Z test_nvfuser_correctness_fft_irfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0328887Z test_nvfuser_correctness_fft_irfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0343574Z test_nvfuser_correctness_fft_irfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0358606Z test_nvfuser_correctness_fft_irfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0373219Z test_nvfuser_correctness_fft_irfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0388906Z test_nvfuser_correctness_fft_irfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0403989Z test_nvfuser_correctness_fft_irfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0418703Z test_nvfuser_correctness_fft_irfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0433864Z test_nvfuser_correctness_fft_irfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0448510Z test_nvfuser_correctness_fft_irfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0463240Z test_nvfuser_correctness_fft_irfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0478369Z test_nvfuser_correctness_fft_irfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0492843Z test_nvfuser_correctness_fft_irfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0507514Z test_nvfuser_correctness_fft_irfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0522661Z test_nvfuser_correctness_fft_irfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0537328Z test_nvfuser_correctness_fft_irfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0552306Z test_nvfuser_correctness_fft_irfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0566960Z test_nvfuser_correctness_fft_irfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0581580Z test_nvfuser_correctness_fft_irfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0596469Z test_nvfuser_correctness_fft_irfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0612116Z test_nvfuser_correctness_fft_irfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0626780Z test_nvfuser_correctness_fft_irfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0641733Z test_nvfuser_correctness_fft_irfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0656594Z test_nvfuser_correctness_fft_irfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0671093Z test_nvfuser_correctness_fft_irfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0686509Z test_nvfuser_correctness_fft_irfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0700975Z test_nvfuser_correctness_fft_irfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0715837Z test_nvfuser_correctness_fft_irfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0730557Z test_nvfuser_correctness_fft_rfft2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0745201Z test_nvfuser_correctness_fft_rfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0760265Z test_nvfuser_correctness_fft_rfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0775013Z test_nvfuser_correctness_fft_rfft2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0789655Z test_nvfuser_correctness_fft_rfft2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0804603Z test_nvfuser_correctness_fft_rfft2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0819276Z test_nvfuser_correctness_fft_rfft2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0834429Z test_nvfuser_correctness_fft_rfft2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0849090Z test_nvfuser_correctness_fft_rfft_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0863930Z test_nvfuser_correctness_fft_rfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0878780Z test_nvfuser_correctness_fft_rfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0893592Z test_nvfuser_correctness_fft_rfft_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0908238Z test_nvfuser_correctness_fft_rfft_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0923060Z test_nvfuser_correctness_fft_rfft_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0937687Z test_nvfuser_correctness_fft_rfft_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0952712Z test_nvfuser_correctness_fft_rfft_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0968440Z test_nvfuser_correctness_fft_rfftn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0983083Z test_nvfuser_correctness_fft_rfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.0997898Z test_nvfuser_correctness_fft_rfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1012727Z test_nvfuser_correctness_fft_rfftn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1027381Z test_nvfuser_correctness_fft_rfftn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1042294Z test_nvfuser_correctness_fft_rfftn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1056964Z test_nvfuser_correctness_fft_rfftn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1071674Z test_nvfuser_correctness_fft_rfftn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1081854Z test_nvfuser_correctness_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1092194Z test_nvfuser_correctness_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1103080Z test_nvfuser_correctness_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1113797Z test_nvfuser_correctness_fill_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1124191Z test_nvfuser_correctness_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1134158Z test_nvfuser_correctness_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1145028Z test_nvfuser_correctness_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1155766Z test_nvfuser_correctness_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1166149Z test_nvfuser_correctness_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1176080Z test_nvfuser_correctness_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1186831Z test_nvfuser_correctness_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1197788Z test_nvfuser_correctness_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1208185Z test_nvfuser_correctness_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.001s) 2022-09-27T16:32:51.1223237Z test_nvfuser_correctness_flatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1238179Z test_nvfuser_correctness_flatten_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1252707Z test_nvfuser_correctness_flatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1267241Z test_nvfuser_correctness_flatten_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1282127Z test_nvfuser_correctness_flatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1296594Z test_nvfuser_correctness_flatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1311179Z test_nvfuser_correctness_flatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1326164Z test_nvfuser_correctness_flatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1340769Z test_nvfuser_correctness_flatten_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1355626Z test_nvfuser_correctness_flatten_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1370172Z test_nvfuser_correctness_flatten_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1384662Z test_nvfuser_correctness_flatten_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1399686Z test_nvfuser_correctness_flatten_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1414248Z test_nvfuser_correctness_flip_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1428726Z test_nvfuser_correctness_flip_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1443592Z test_nvfuser_correctness_flip_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1458172Z test_nvfuser_correctness_flip_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1473146Z test_nvfuser_correctness_flip_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1487522Z test_nvfuser_correctness_flip_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1502132Z test_nvfuser_correctness_flip_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1517029Z test_nvfuser_correctness_flip_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1531595Z test_nvfuser_correctness_flip_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1546193Z test_nvfuser_correctness_flip_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1561005Z test_nvfuser_correctness_flip_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1577290Z test_nvfuser_correctness_flip_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1590366Z test_nvfuser_correctness_fliplr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1605112Z test_nvfuser_correctness_fliplr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1619762Z test_nvfuser_correctness_fliplr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1634608Z test_nvfuser_correctness_fliplr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1649756Z test_nvfuser_correctness_fliplr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1664416Z test_nvfuser_correctness_fliplr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1679274Z test_nvfuser_correctness_fliplr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1693845Z test_nvfuser_correctness_fliplr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1708457Z test_nvfuser_correctness_fliplr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1723205Z test_nvfuser_correctness_fliplr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1738068Z test_nvfuser_correctness_fliplr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1752828Z test_nvfuser_correctness_fliplr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1767491Z test_nvfuser_correctness_flipud_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1782005Z test_nvfuser_correctness_flipud_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1796901Z test_nvfuser_correctness_flipud_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1811454Z test_nvfuser_correctness_flipud_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1826073Z test_nvfuser_correctness_flipud_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1840961Z test_nvfuser_correctness_flipud_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1855461Z test_nvfuser_correctness_flipud_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1869943Z test_nvfuser_correctness_flipud_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1884706Z test_nvfuser_correctness_flipud_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1899235Z test_nvfuser_correctness_flipud_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1914152Z test_nvfuser_correctness_flipud_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1928803Z test_nvfuser_correctness_flipud_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1943423Z test_nvfuser_correctness_float_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1958310Z test_nvfuser_correctness_float_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1972999Z test_nvfuser_correctness_float_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.1987499Z test_nvfuser_correctness_float_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2002295Z test_nvfuser_correctness_float_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2016998Z test_nvfuser_correctness_float_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2031950Z test_nvfuser_correctness_float_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2046626Z test_nvfuser_correctness_float_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2061244Z test_nvfuser_correctness_float_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2076135Z test_nvfuser_correctness_float_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2090741Z test_nvfuser_correctness_float_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2105349Z test_nvfuser_correctness_float_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2120198Z test_nvfuser_correctness_float_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2134861Z test_nvfuser_correctness_float_power_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2149529Z test_nvfuser_correctness_float_power_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2164342Z test_nvfuser_correctness_float_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2178996Z test_nvfuser_correctness_float_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2193934Z test_nvfuser_correctness_float_power_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2208427Z test_nvfuser_correctness_float_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2223194Z test_nvfuser_correctness_float_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2238164Z test_nvfuser_correctness_float_power_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2252744Z test_nvfuser_correctness_float_power_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2267392Z test_nvfuser_correctness_float_power_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2282272Z test_nvfuser_correctness_float_power_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2296758Z test_nvfuser_correctness_float_power_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2311345Z test_nvfuser_correctness_floor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2326059Z test_nvfuser_correctness_floor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2340723Z test_nvfuser_correctness_floor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2355726Z test_nvfuser_correctness_floor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2370200Z test_nvfuser_correctness_floor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2384761Z test_nvfuser_correctness_floor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2399592Z test_nvfuser_correctness_floor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2414099Z test_nvfuser_correctness_floor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2428696Z test_nvfuser_correctness_floor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2443455Z test_nvfuser_correctness_floor_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2457981Z test_nvfuser_correctness_floor_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2472732Z test_nvfuser_correctness_floor_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2488269Z test_nvfuser_correctness_floor_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2503005Z test_nvfuser_correctness_floor_divide_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2517621Z test_nvfuser_correctness_floor_divide_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2532652Z test_nvfuser_correctness_floor_divide_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2547131Z test_nvfuser_correctness_floor_divide_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2562007Z test_nvfuser_correctness_floor_divide_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2576718Z test_nvfuser_correctness_fmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2591424Z test_nvfuser_correctness_fmax_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2606280Z test_nvfuser_correctness_fmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2620855Z test_nvfuser_correctness_fmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2635637Z test_nvfuser_correctness_fmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2650269Z test_nvfuser_correctness_fmax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2664788Z test_nvfuser_correctness_fmax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2680797Z test_nvfuser_correctness_fmax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2695297Z test_nvfuser_correctness_fmax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2709740Z test_nvfuser_correctness_fmax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2724646Z test_nvfuser_correctness_fmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2739262Z test_nvfuser_correctness_fmin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2754281Z test_nvfuser_correctness_fmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2768948Z test_nvfuser_correctness_fmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2783472Z test_nvfuser_correctness_fmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2798419Z test_nvfuser_correctness_fmin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2812887Z test_nvfuser_correctness_fmin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2827558Z test_nvfuser_correctness_fmin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2842413Z test_nvfuser_correctness_fmin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2858087Z test_nvfuser_correctness_fmin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2873089Z test_nvfuser_correctness_fmod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2887585Z test_nvfuser_correctness_fmod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2902866Z test_nvfuser_correctness_fmod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2917492Z test_nvfuser_correctness_fmod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2932060Z test_nvfuser_correctness_fmod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2946638Z test_nvfuser_correctness_fmod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2961571Z test_nvfuser_correctness_fmod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2976171Z test_nvfuser_correctness_fmod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.2990807Z test_nvfuser_correctness_fmod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3005804Z test_nvfuser_correctness_frac_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3020396Z test_nvfuser_correctness_frac_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3035235Z test_nvfuser_correctness_frac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3049914Z test_nvfuser_correctness_frac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3064754Z test_nvfuser_correctness_frexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3079628Z test_nvfuser_correctness_frexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3094286Z test_nvfuser_correctness_frexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3108936Z test_nvfuser_correctness_full_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3123800Z test_nvfuser_correctness_full_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3138353Z test_nvfuser_correctness_full_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3153283Z test_nvfuser_correctness_full_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3167800Z test_nvfuser_correctness_full_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3182450Z test_nvfuser_correctness_full_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3197342Z test_nvfuser_correctness_full_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3212035Z test_nvfuser_correctness_full_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3226798Z test_nvfuser_correctness_full_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3241802Z test_nvfuser_correctness_full_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3256371Z test_nvfuser_correctness_full_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3271094Z test_nvfuser_correctness_full_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3285970Z test_nvfuser_correctness_gather_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3300672Z test_nvfuser_correctness_gather_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3315733Z test_nvfuser_correctness_gather_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3330331Z test_nvfuser_correctness_gather_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3345002Z test_nvfuser_correctness_gather_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3359895Z test_nvfuser_correctness_gather_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3374606Z test_nvfuser_correctness_gather_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3389683Z test_nvfuser_correctness_gather_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3404174Z test_nvfuser_correctness_gather_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3418830Z test_nvfuser_correctness_gather_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3433718Z test_nvfuser_correctness_gather_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3448511Z test_nvfuser_correctness_gather_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3463057Z test_nvfuser_correctness_gcd_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3477922Z test_nvfuser_correctness_gcd_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3492615Z test_nvfuser_correctness_gcd_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3507175Z test_nvfuser_correctness_gcd_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3522130Z test_nvfuser_correctness_gcd_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3536754Z test_nvfuser_correctness_ge_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3551457Z test_nvfuser_correctness_ge_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3566154Z test_nvfuser_correctness_ge_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3580725Z test_nvfuser_correctness_ge_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3595530Z test_nvfuser_correctness_ge_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3610203Z test_nvfuser_correctness_ge_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3624719Z test_nvfuser_correctness_ge_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3640420Z test_nvfuser_correctness_ge_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3654945Z test_nvfuser_correctness_ge_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3669408Z test_nvfuser_correctness_ge_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3684367Z test_nvfuser_correctness_geqrf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3699001Z test_nvfuser_correctness_geqrf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3713977Z test_nvfuser_correctness_geqrf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3728581Z test_nvfuser_correctness_geqrf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3740847Z test_nvfuser_correctness_gradient_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.3749769Z test_nvfuser_correctness_gradient_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.3760569Z test_nvfuser_correctness_gradient_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.3771343Z test_nvfuser_correctness_gradient_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.3781290Z test_nvfuser_correctness_gradient_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.3792266Z test_nvfuser_correctness_gradient_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.3803049Z test_nvfuser_correctness_gradient_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.3813726Z test_nvfuser_correctness_gradient_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.3824152Z test_nvfuser_correctness_gradient_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.3834845Z test_nvfuser_correctness_gradient_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.3849860Z test_nvfuser_correctness_gt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3864596Z test_nvfuser_correctness_gt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3879310Z test_nvfuser_correctness_gt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3893991Z test_nvfuser_correctness_gt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3908584Z test_nvfuser_correctness_gt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3923511Z test_nvfuser_correctness_gt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3938040Z test_nvfuser_correctness_gt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3953164Z test_nvfuser_correctness_gt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3967435Z test_nvfuser_correctness_gt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3982096Z test_nvfuser_correctness_gt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.3996756Z test_nvfuser_correctness_half_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4011384Z test_nvfuser_correctness_half_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4025991Z test_nvfuser_correctness_half_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4040779Z test_nvfuser_correctness_half_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4055337Z test_nvfuser_correctness_half_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4069945Z test_nvfuser_correctness_half_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4084675Z test_nvfuser_correctness_half_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4099307Z test_nvfuser_correctness_half_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4114138Z test_nvfuser_correctness_half_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4128740Z test_nvfuser_correctness_half_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4143192Z test_nvfuser_correctness_half_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4158298Z test_nvfuser_correctness_half_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4172757Z test_nvfuser_correctness_heaviside_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4187431Z test_nvfuser_correctness_heaviside_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4202214Z test_nvfuser_correctness_heaviside_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4216771Z test_nvfuser_correctness_heaviside_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4231376Z test_nvfuser_correctness_heaviside_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4246090Z test_nvfuser_correctness_heaviside_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4260664Z test_nvfuser_correctness_heaviside_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4275760Z test_nvfuser_correctness_heaviside_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4290114Z test_nvfuser_correctness_heaviside_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4304827Z test_nvfuser_correctness_heaviside_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4319721Z test_nvfuser_correctness_histc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4334361Z test_nvfuser_correctness_histc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4349028Z test_nvfuser_correctness_histc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4363809Z test_nvfuser_correctness_histc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4378431Z test_nvfuser_correctness_histc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4393238Z test_nvfuser_correctness_histc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4407740Z test_nvfuser_correctness_hsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4422392Z test_nvfuser_correctness_hsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4437139Z test_nvfuser_correctness_hsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4451713Z test_nvfuser_correctness_hsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4466283Z test_nvfuser_correctness_hsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4481276Z test_nvfuser_correctness_hsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4495889Z test_nvfuser_correctness_hsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4510451Z test_nvfuser_correctness_hsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4525202Z test_nvfuser_correctness_hsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4539705Z test_nvfuser_correctness_hsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4554718Z test_nvfuser_correctness_hsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4569254Z test_nvfuser_correctness_hsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4584099Z test_nvfuser_correctness_hsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4598887Z test_nvfuser_correctness_hstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4613374Z test_nvfuser_correctness_hstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4627933Z test_nvfuser_correctness_hstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4642816Z test_nvfuser_correctness_hstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4657518Z test_nvfuser_correctness_hstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4672316Z test_nvfuser_correctness_hstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4686962Z test_nvfuser_correctness_hstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4701755Z test_nvfuser_correctness_hstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4716604Z test_nvfuser_correctness_hstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4731293Z test_nvfuser_correctness_hstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4745991Z test_nvfuser_correctness_hstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4761093Z test_nvfuser_correctness_hstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4775787Z test_nvfuser_correctness_hstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4790510Z test_nvfuser_correctness_hypot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4805164Z test_nvfuser_correctness_hypot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4819810Z test_nvfuser_correctness_hypot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4834636Z test_nvfuser_correctness_hypot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4849217Z test_nvfuser_correctness_i0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4863915Z test_nvfuser_correctness_i0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4878727Z test_nvfuser_correctness_i0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4893383Z test_nvfuser_correctness_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4908137Z test_nvfuser_correctness_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4924119Z test_nvfuser_correctness_i0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4938728Z test_nvfuser_correctness_i0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4953494Z test_nvfuser_correctness_i0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4968130Z test_nvfuser_correctness_i0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4982847Z test_nvfuser_correctness_i0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.4997689Z test_nvfuser_correctness_igamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5012401Z test_nvfuser_correctness_igamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5027088Z test_nvfuser_correctness_igammac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5042360Z test_nvfuser_correctness_igammac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5057057Z test_nvfuser_correctness_imag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5072063Z test_nvfuser_correctness_imag_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5086656Z test_nvfuser_correctness_imag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5101314Z test_nvfuser_correctness_index_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5116310Z test_nvfuser_correctness_index_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5130869Z test_nvfuser_correctness_index_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5145525Z test_nvfuser_correctness_index_add_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5160437Z test_nvfuser_correctness_index_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5175093Z test_nvfuser_correctness_index_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5189671Z test_nvfuser_correctness_index_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5204430Z test_nvfuser_correctness_index_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5219118Z test_nvfuser_correctness_index_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5233813Z test_nvfuser_correctness_index_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5249521Z test_nvfuser_correctness_index_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5264243Z test_nvfuser_correctness_index_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5278935Z test_nvfuser_correctness_index_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5293614Z test_nvfuser_correctness_index_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5308190Z test_nvfuser_correctness_index_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5323196Z test_nvfuser_correctness_index_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5337625Z test_nvfuser_correctness_index_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5352495Z test_nvfuser_correctness_index_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5367071Z test_nvfuser_correctness_index_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5381623Z test_nvfuser_correctness_index_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5396428Z test_nvfuser_correctness_index_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5411084Z test_nvfuser_correctness_index_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5425669Z test_nvfuser_correctness_index_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5440852Z test_nvfuser_correctness_index_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5455284Z test_nvfuser_correctness_index_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5470018Z test_nvfuser_correctness_index_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5484683Z test_nvfuser_correctness_index_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5499237Z test_nvfuser_correctness_index_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5514139Z test_nvfuser_correctness_index_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5528826Z test_nvfuser_correctness_index_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5543401Z test_nvfuser_correctness_index_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5558288Z test_nvfuser_correctness_index_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5573937Z test_nvfuser_correctness_index_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5588614Z test_nvfuser_correctness_index_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5603379Z test_nvfuser_correctness_index_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5618007Z test_nvfuser_correctness_index_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5632992Z test_nvfuser_correctness_index_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5648099Z test_nvfuser_correctness_index_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5662715Z test_nvfuser_correctness_index_put_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5677558Z test_nvfuser_correctness_index_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5692136Z test_nvfuser_correctness_index_put_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5706716Z test_nvfuser_correctness_index_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5721564Z test_nvfuser_correctness_index_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5736220Z test_nvfuser_correctness_index_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5750910Z test_nvfuser_correctness_index_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5765712Z test_nvfuser_correctness_index_put_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5780274Z test_nvfuser_correctness_index_put_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5795243Z test_nvfuser_correctness_index_put_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5809783Z test_nvfuser_correctness_index_put_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5824514Z test_nvfuser_correctness_index_put_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5839490Z test_nvfuser_correctness_index_reduce_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5854273Z test_nvfuser_correctness_index_reduce_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5868797Z test_nvfuser_correctness_index_reduce_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5883657Z test_nvfuser_correctness_index_reduce_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5898188Z test_nvfuser_correctness_index_reduce_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5913165Z test_nvfuser_correctness_index_reduce_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5927645Z test_nvfuser_correctness_index_reduce_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5942290Z test_nvfuser_correctness_index_reduce_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5957078Z test_nvfuser_correctness_index_reduce_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5972018Z test_nvfuser_correctness_index_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.5986654Z test_nvfuser_correctness_index_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6001557Z test_nvfuser_correctness_index_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6017234Z test_nvfuser_correctness_index_select_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6032203Z test_nvfuser_correctness_index_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6046857Z test_nvfuser_correctness_index_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6061779Z test_nvfuser_correctness_index_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6076668Z test_nvfuser_correctness_index_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6091261Z test_nvfuser_correctness_index_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6105907Z test_nvfuser_correctness_index_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6120853Z test_nvfuser_correctness_index_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6135590Z test_nvfuser_correctness_index_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6150236Z test_nvfuser_correctness_index_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6165185Z test_nvfuser_correctness_inner_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6179865Z test_nvfuser_correctness_inner_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6194532Z test_nvfuser_correctness_inner_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6209278Z test_nvfuser_correctness_inner_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6223876Z test_nvfuser_correctness_inner_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6238736Z test_nvfuser_correctness_inner_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6253337Z test_nvfuser_correctness_int_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6268029Z test_nvfuser_correctness_int_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6282923Z test_nvfuser_correctness_int_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6297685Z test_nvfuser_correctness_int_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6312453Z test_nvfuser_correctness_int_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6327085Z test_nvfuser_correctness_int_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6341755Z test_nvfuser_correctness_int_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6356595Z test_nvfuser_correctness_int_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6371339Z test_nvfuser_correctness_int_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6385960Z test_nvfuser_correctness_int_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6401061Z test_nvfuser_correctness_int_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6415695Z test_nvfuser_correctness_int_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6430452Z test_nvfuser_correctness_isclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6445328Z test_nvfuser_correctness_isclose_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6460107Z test_nvfuser_correctness_isclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6475103Z test_nvfuser_correctness_isclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6490404Z test_nvfuser_correctness_isclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6504986Z test_nvfuser_correctness_isclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6520008Z test_nvfuser_correctness_isclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6534610Z test_nvfuser_correctness_isclose_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6549388Z test_nvfuser_correctness_isclose_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6564117Z test_nvfuser_correctness_isclose_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6578836Z test_nvfuser_correctness_isclose_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6593799Z test_nvfuser_correctness_isclose_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6608424Z test_nvfuser_correctness_isfinite_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6623066Z test_nvfuser_correctness_isfinite_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6637919Z test_nvfuser_correctness_isfinite_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6652610Z test_nvfuser_correctness_isfinite_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6667207Z test_nvfuser_correctness_isfinite_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6682239Z test_nvfuser_correctness_isfinite_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6696944Z test_nvfuser_correctness_isfinite_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6711810Z test_nvfuser_correctness_isfinite_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6726379Z test_nvfuser_correctness_isfinite_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6740961Z test_nvfuser_correctness_isfinite_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6755849Z test_nvfuser_correctness_isfinite_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6770540Z test_nvfuser_correctness_isfinite_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6785334Z test_nvfuser_correctness_isfinite_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6800343Z test_nvfuser_correctness_isin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6815009Z test_nvfuser_correctness_isin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6829674Z test_nvfuser_correctness_isin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6845597Z test_nvfuser_correctness_isin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6860257Z test_nvfuser_correctness_isin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6875120Z test_nvfuser_correctness_isin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6889740Z test_nvfuser_correctness_isin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6904690Z test_nvfuser_correctness_isin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6919585Z test_nvfuser_correctness_isinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6934323Z test_nvfuser_correctness_isinf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6948999Z test_nvfuser_correctness_isinf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6963894Z test_nvfuser_correctness_isinf_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6978626Z test_nvfuser_correctness_isinf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.6993569Z test_nvfuser_correctness_isinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7008178Z test_nvfuser_correctness_isinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7022992Z test_nvfuser_correctness_isinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7037893Z test_nvfuser_correctness_isinf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7052575Z test_nvfuser_correctness_isinf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7067381Z test_nvfuser_correctness_isinf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7082313Z test_nvfuser_correctness_isinf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7097058Z test_nvfuser_correctness_isinf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7112130Z test_nvfuser_correctness_isnan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7126706Z test_nvfuser_correctness_isnan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7141412Z test_nvfuser_correctness_isnan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7156416Z test_nvfuser_correctness_isnan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7172102Z test_nvfuser_correctness_isnan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7186767Z test_nvfuser_correctness_isnan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7201724Z test_nvfuser_correctness_isnan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7216331Z test_nvfuser_correctness_isnan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7231188Z test_nvfuser_correctness_isnan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7246050Z test_nvfuser_correctness_isnan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7260741Z test_nvfuser_correctness_isnan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7275576Z test_nvfuser_correctness_isnan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7290207Z test_nvfuser_correctness_isneginf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7304917Z test_nvfuser_correctness_isneginf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7319761Z test_nvfuser_correctness_isneginf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7334510Z test_nvfuser_correctness_isneginf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7349266Z test_nvfuser_correctness_isneginf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7364097Z test_nvfuser_correctness_isneginf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7378766Z test_nvfuser_correctness_isneginf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7393794Z test_nvfuser_correctness_isneginf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7408399Z test_nvfuser_correctness_isneginf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7423120Z test_nvfuser_correctness_isneginf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7438077Z test_nvfuser_correctness_isposinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7452691Z test_nvfuser_correctness_isposinf_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7467414Z test_nvfuser_correctness_isposinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7482292Z test_nvfuser_correctness_isposinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7496953Z test_nvfuser_correctness_isposinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7511942Z test_nvfuser_correctness_isposinf_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7526536Z test_nvfuser_correctness_isposinf_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7541263Z test_nvfuser_correctness_isposinf_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7556128Z test_nvfuser_correctness_isposinf_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7571061Z test_nvfuser_correctness_isposinf_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7585675Z test_nvfuser_correctness_isreal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7600556Z test_nvfuser_correctness_isreal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7615166Z test_nvfuser_correctness_isreal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7629900Z test_nvfuser_correctness_isreal_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7645144Z test_nvfuser_correctness_isreal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7659969Z test_nvfuser_correctness_isreal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7674700Z test_nvfuser_correctness_isreal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7689589Z test_nvfuser_correctness_isreal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7704224Z test_nvfuser_correctness_isreal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7719044Z test_nvfuser_correctness_isreal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7733723Z test_nvfuser_correctness_isreal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7748472Z test_nvfuser_correctness_isreal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7763223Z test_nvfuser_correctness_isreal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7778008Z test_nvfuser_correctness_istft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7792960Z test_nvfuser_correctness_istft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7807674Z test_nvfuser_correctness_istft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7822308Z test_nvfuser_correctness_istft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.7833084Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7843425Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7854101Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7864390Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7875270Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7885834Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7896606Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7907010Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7917697Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7927992Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7938896Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7949091Z test_nvfuser_correctness_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7959456Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7969810Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7980611Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.7991098Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8001941Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8011920Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8023048Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8033241Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8044079Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8054330Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8064847Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8075376Z test_nvfuser_correctness_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8086025Z test_nvfuser_correctness_jiterator_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8096650Z test_nvfuser_correctness_jiterator_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8107130Z test_nvfuser_correctness_jiterator_binary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8117773Z test_nvfuser_correctness_jiterator_binary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8128388Z test_nvfuser_correctness_jiterator_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8138889Z test_nvfuser_correctness_jiterator_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8149380Z test_nvfuser_correctness_jiterator_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8160133Z test_nvfuser_correctness_jiterator_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8170749Z test_nvfuser_correctness_jiterator_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8181261Z test_nvfuser_correctness_jiterator_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8191994Z test_nvfuser_correctness_jiterator_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8202335Z test_nvfuser_correctness_jiterator_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8213058Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8223450Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8234086Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8244304Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8254515Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8264832Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8275934Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8286594Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8297331Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8307257Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8318448Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8328841Z test_nvfuser_correctness_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8339289Z test_nvfuser_correctness_jiterator_unary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8349820Z test_nvfuser_correctness_jiterator_unary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8360560Z test_nvfuser_correctness_jiterator_unary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8371153Z test_nvfuser_correctness_jiterator_unary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8381681Z test_nvfuser_correctness_jiterator_unary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8392540Z test_nvfuser_correctness_jiterator_unary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8403013Z test_nvfuser_correctness_jiterator_unary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8413536Z test_nvfuser_correctness_jiterator_unary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8423965Z test_nvfuser_correctness_jiterator_unary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8434828Z test_nvfuser_correctness_jiterator_unary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8445329Z test_nvfuser_correctness_jiterator_unary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8455948Z test_nvfuser_correctness_jiterator_unary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:51.8471304Z test_nvfuser_correctness_kron_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8486037Z test_nvfuser_correctness_kron_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8501970Z test_nvfuser_correctness_kron_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8516602Z test_nvfuser_correctness_kron_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8531227Z test_nvfuser_correctness_kron_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8545924Z test_nvfuser_correctness_kron_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8560999Z test_nvfuser_correctness_kron_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8575451Z test_nvfuser_correctness_kron_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8591321Z test_nvfuser_correctness_kron_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8605257Z test_nvfuser_correctness_kron_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8619945Z test_nvfuser_correctness_kron_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8634908Z test_nvfuser_correctness_kron_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8649586Z test_nvfuser_correctness_kthvalue_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8664218Z test_nvfuser_correctness_kthvalue_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8679174Z test_nvfuser_correctness_kthvalue_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8693863Z test_nvfuser_correctness_kthvalue_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8708450Z test_nvfuser_correctness_kthvalue_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8723276Z test_nvfuser_correctness_kthvalue_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8738818Z test_nvfuser_correctness_kthvalue_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8753567Z test_nvfuser_correctness_kthvalue_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8768414Z test_nvfuser_correctness_lcm_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8784188Z test_nvfuser_correctness_lcm_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8799545Z test_nvfuser_correctness_lcm_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8814158Z test_nvfuser_correctness_lcm_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8828809Z test_nvfuser_correctness_lcm_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8843807Z test_nvfuser_correctness_ldexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8858568Z test_nvfuser_correctness_ldexp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8873341Z test_nvfuser_correctness_ldexp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8887956Z test_nvfuser_correctness_ldexp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8902523Z test_nvfuser_correctness_ldexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8917709Z test_nvfuser_correctness_ldexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8933058Z test_nvfuser_correctness_ldexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8947053Z test_nvfuser_correctness_ldexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8961984Z test_nvfuser_correctness_ldexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8976482Z test_nvfuser_correctness_ldexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.8991381Z test_nvfuser_correctness_ldexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9007104Z test_nvfuser_correctness_ldexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9021668Z test_nvfuser_correctness_le_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9036439Z test_nvfuser_correctness_le_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9051006Z test_nvfuser_correctness_le_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9065691Z test_nvfuser_correctness_le_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9080599Z test_nvfuser_correctness_le_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9095276Z test_nvfuser_correctness_le_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9109916Z test_nvfuser_correctness_le_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9124810Z test_nvfuser_correctness_le_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9139515Z test_nvfuser_correctness_le_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9154514Z test_nvfuser_correctness_le_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9169289Z test_nvfuser_correctness_lerp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9183997Z test_nvfuser_correctness_lerp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9198989Z test_nvfuser_correctness_lerp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9214013Z test_nvfuser_correctness_lerp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9228413Z test_nvfuser_correctness_lerp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9243322Z test_nvfuser_correctness_lerp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9258263Z test_nvfuser_correctness_lgamma_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9273301Z test_nvfuser_correctness_lgamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9288924Z test_nvfuser_correctness_lgamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9303511Z test_nvfuser_correctness_lgamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9318437Z test_nvfuser_correctness_lgamma_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9333366Z test_nvfuser_correctness_lgamma_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9347946Z test_nvfuser_correctness_lgamma_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9363124Z test_nvfuser_correctness_lgamma_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9377745Z test_nvfuser_correctness_lgamma_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9392620Z test_nvfuser_correctness_linalg_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9407193Z test_nvfuser_correctness_linalg_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9422372Z test_nvfuser_correctness_linalg_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9436956Z test_nvfuser_correctness_linalg_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9451657Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9466403Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9481551Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9496270Z test_nvfuser_correctness_linalg_cholesky_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9511873Z test_nvfuser_correctness_linalg_cond_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9527066Z test_nvfuser_correctness_linalg_cond_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9542163Z test_nvfuser_correctness_linalg_cond_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9557599Z test_nvfuser_correctness_linalg_cond_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9572374Z test_nvfuser_correctness_linalg_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9586943Z test_nvfuser_correctness_linalg_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9602074Z test_nvfuser_correctness_linalg_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9616824Z test_nvfuser_correctness_linalg_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9631659Z test_nvfuser_correctness_linalg_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9646647Z test_nvfuser_correctness_linalg_cross_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9661374Z test_nvfuser_correctness_linalg_cross_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9676459Z test_nvfuser_correctness_linalg_cross_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9690974Z test_nvfuser_correctness_linalg_cross_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9705789Z test_nvfuser_correctness_linalg_cross_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9721671Z test_nvfuser_correctness_linalg_det_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9736467Z test_nvfuser_correctness_linalg_det_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9751208Z test_nvfuser_correctness_linalg_det_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9766037Z test_nvfuser_correctness_linalg_det_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9780891Z test_nvfuser_correctness_linalg_det_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9795892Z test_nvfuser_correctness_linalg_det_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9810601Z test_nvfuser_correctness_linalg_det_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9825189Z test_nvfuser_correctness_linalg_det_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9840558Z test_nvfuser_correctness_linalg_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9855255Z test_nvfuser_correctness_linalg_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9869920Z test_nvfuser_correctness_linalg_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9884885Z test_nvfuser_correctness_linalg_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9899572Z test_nvfuser_correctness_linalg_eigh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9914647Z test_nvfuser_correctness_linalg_eigh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9929313Z test_nvfuser_correctness_linalg_eigh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9944073Z test_nvfuser_correctness_linalg_eigh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9958677Z test_nvfuser_correctness_linalg_eigvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9973128Z test_nvfuser_correctness_linalg_eigvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:51.9987549Z test_nvfuser_correctness_linalg_eigvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0002266Z test_nvfuser_correctness_linalg_eigvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0016803Z test_nvfuser_correctness_linalg_eigvalsh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0031130Z test_nvfuser_correctness_linalg_eigvalsh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0045581Z test_nvfuser_correctness_linalg_eigvalsh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0060003Z test_nvfuser_correctness_linalg_eigvalsh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0075167Z test_nvfuser_correctness_linalg_householder_product_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0090091Z test_nvfuser_correctness_linalg_householder_product_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0104909Z test_nvfuser_correctness_linalg_householder_product_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0119867Z test_nvfuser_correctness_linalg_householder_product_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0134601Z test_nvfuser_correctness_linalg_inv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0149552Z test_nvfuser_correctness_linalg_inv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0164251Z test_nvfuser_correctness_linalg_inv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0179256Z test_nvfuser_correctness_linalg_inv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0194201Z test_nvfuser_correctness_linalg_inv_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0208772Z test_nvfuser_correctness_linalg_inv_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0223488Z test_nvfuser_correctness_linalg_inv_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0238447Z test_nvfuser_correctness_linalg_inv_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0253165Z test_nvfuser_correctness_linalg_ldl_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0267939Z test_nvfuser_correctness_linalg_ldl_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0283058Z test_nvfuser_correctness_linalg_ldl_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0297785Z test_nvfuser_correctness_linalg_ldl_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0312808Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0327599Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0342343Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0357382Z test_nvfuser_correctness_linalg_ldl_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0372277Z test_nvfuser_correctness_linalg_ldl_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0387171Z test_nvfuser_correctness_linalg_ldl_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0402240Z test_nvfuser_correctness_linalg_ldl_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0417043Z test_nvfuser_correctness_linalg_ldl_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0431420Z test_nvfuser_correctness_linalg_lstsq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0445912Z test_nvfuser_correctness_linalg_lstsq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0460235Z test_nvfuser_correctness_linalg_lstsq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0474814Z test_nvfuser_correctness_linalg_lstsq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0489067Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0503352Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0517942Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0532306Z test_nvfuser_correctness_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0547958Z test_nvfuser_correctness_linalg_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0563152Z test_nvfuser_correctness_linalg_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0577822Z test_nvfuser_correctness_linalg_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0592834Z test_nvfuser_correctness_linalg_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0607674Z test_nvfuser_correctness_linalg_lu_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0622383Z test_nvfuser_correctness_linalg_lu_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0637420Z test_nvfuser_correctness_linalg_lu_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0652295Z test_nvfuser_correctness_linalg_lu_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0666897Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0681863Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0696787Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0711580Z test_nvfuser_correctness_linalg_lu_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0726479Z test_nvfuser_correctness_linalg_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0741214Z test_nvfuser_correctness_linalg_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0756200Z test_nvfuser_correctness_linalg_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0770974Z test_nvfuser_correctness_linalg_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0786108Z test_nvfuser_correctness_linalg_matrix_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0801462Z test_nvfuser_correctness_linalg_matrix_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0817756Z test_nvfuser_correctness_linalg_matrix_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:52.0833344Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0848310Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0863510Z test_nvfuser_correctness_linalg_matrix_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0878915Z test_nvfuser_correctness_linalg_matrix_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0893963Z test_nvfuser_correctness_linalg_matrix_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0909096Z test_nvfuser_correctness_linalg_matrix_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0924367Z test_nvfuser_correctness_linalg_matrix_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0939102Z test_nvfuser_correctness_linalg_matrix_rank_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0954115Z test_nvfuser_correctness_linalg_matrix_rank_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0968779Z test_nvfuser_correctness_linalg_matrix_rank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0983523Z test_nvfuser_correctness_linalg_matrix_rank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.0998494Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1013219Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1027914Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1042866Z test_nvfuser_correctness_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1057473Z test_nvfuser_correctness_linalg_multi_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1072556Z test_nvfuser_correctness_linalg_multi_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1087191Z test_nvfuser_correctness_linalg_multi_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1102007Z test_nvfuser_correctness_linalg_multi_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1116919Z test_nvfuser_correctness_linalg_multi_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1131653Z test_nvfuser_correctness_linalg_multi_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1146825Z test_nvfuser_correctness_linalg_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1162322Z test_nvfuser_correctness_linalg_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1177635Z test_nvfuser_correctness_linalg_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1192831Z test_nvfuser_correctness_linalg_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1207884Z test_nvfuser_correctness_linalg_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1223075Z test_nvfuser_correctness_linalg_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1238554Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1253631Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1268737Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1284172Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1299318Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1314712Z test_nvfuser_correctness_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1329376Z test_nvfuser_correctness_linalg_pinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1344059Z test_nvfuser_correctness_linalg_pinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1358967Z test_nvfuser_correctness_linalg_pinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1373871Z test_nvfuser_correctness_linalg_pinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1388137Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1402603Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1416906Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1431218Z test_nvfuser_correctness_linalg_pinv_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1446360Z test_nvfuser_correctness_linalg_pinv_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1461050Z test_nvfuser_correctness_linalg_pinv_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1475972Z test_nvfuser_correctness_linalg_pinv_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1490716Z test_nvfuser_correctness_linalg_pinv_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1505597Z test_nvfuser_correctness_linalg_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1520640Z test_nvfuser_correctness_linalg_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1535359Z test_nvfuser_correctness_linalg_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1550093Z test_nvfuser_correctness_linalg_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1565010Z test_nvfuser_correctness_linalg_slogdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1579767Z test_nvfuser_correctness_linalg_slogdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1594726Z test_nvfuser_correctness_linalg_slogdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1609465Z test_nvfuser_correctness_linalg_slogdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1624145Z test_nvfuser_correctness_linalg_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1638997Z test_nvfuser_correctness_linalg_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1653857Z test_nvfuser_correctness_linalg_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1668718Z test_nvfuser_correctness_linalg_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1683675Z test_nvfuser_correctness_linalg_solve_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1698522Z test_nvfuser_correctness_linalg_solve_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1713564Z test_nvfuser_correctness_linalg_solve_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1728148Z test_nvfuser_correctness_linalg_solve_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1742893Z test_nvfuser_correctness_linalg_solve_triangular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1757823Z test_nvfuser_correctness_linalg_solve_triangular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1772695Z test_nvfuser_correctness_linalg_solve_triangular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1787657Z test_nvfuser_correctness_linalg_solve_triangular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1803197Z test_nvfuser_correctness_linalg_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1818263Z test_nvfuser_correctness_linalg_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1833720Z test_nvfuser_correctness_linalg_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1848860Z test_nvfuser_correctness_linalg_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1864040Z test_nvfuser_correctness_linalg_svdvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1879397Z test_nvfuser_correctness_linalg_svdvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1894702Z test_nvfuser_correctness_linalg_svdvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1910033Z test_nvfuser_correctness_linalg_svdvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1925012Z test_nvfuser_correctness_linalg_tensorinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1939882Z test_nvfuser_correctness_linalg_tensorinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1954817Z test_nvfuser_correctness_linalg_tensorinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1969480Z test_nvfuser_correctness_linalg_tensorinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1984245Z test_nvfuser_correctness_linalg_tensorsolve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.1999237Z test_nvfuser_correctness_linalg_tensorsolve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2013904Z test_nvfuser_correctness_linalg_tensorsolve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2028494Z test_nvfuser_correctness_linalg_tensorsolve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2043411Z test_nvfuser_correctness_linalg_vander_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2058013Z test_nvfuser_correctness_linalg_vander_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2073055Z test_nvfuser_correctness_linalg_vander_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2087599Z test_nvfuser_correctness_linalg_vander_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2102244Z test_nvfuser_correctness_linalg_vander_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2117143Z test_nvfuser_correctness_linalg_vander_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2131849Z test_nvfuser_correctness_linalg_vander_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2146372Z test_nvfuser_correctness_linalg_vander_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2161286Z test_nvfuser_correctness_linalg_vander_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2175846Z test_nvfuser_correctness_linalg_vecdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2190709Z test_nvfuser_correctness_linalg_vecdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2205391Z test_nvfuser_correctness_linalg_vecdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2220729Z test_nvfuser_correctness_linalg_vecdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2235638Z test_nvfuser_correctness_linalg_vecdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2250281Z test_nvfuser_correctness_linalg_vecdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2265018Z test_nvfuser_correctness_linalg_vector_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2279951Z test_nvfuser_correctness_linalg_vector_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2294570Z test_nvfuser_correctness_linalg_vector_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2309182Z test_nvfuser_correctness_linalg_vector_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2324032Z test_nvfuser_correctness_linalg_vector_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2338615Z test_nvfuser_correctness_linalg_vector_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2353634Z test_nvfuser_correctness_linspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2368317Z test_nvfuser_correctness_linspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2383040Z test_nvfuser_correctness_linspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2397852Z test_nvfuser_correctness_linspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2412541Z test_nvfuser_correctness_linspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2427114Z test_nvfuser_correctness_linspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2442095Z test_nvfuser_correctness_linspace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2456823Z test_nvfuser_correctness_linspace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2471686Z test_nvfuser_correctness_linspace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2486499Z test_nvfuser_correctness_linspace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2500985Z test_nvfuser_correctness_linspace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2515968Z test_nvfuser_correctness_log10_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2530586Z test_nvfuser_correctness_log10_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2545172Z test_nvfuser_correctness_log10_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2560232Z test_nvfuser_correctness_log10_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2574813Z test_nvfuser_correctness_log10_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2589460Z test_nvfuser_correctness_log10_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2604157Z test_nvfuser_correctness_log10_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2618883Z test_nvfuser_correctness_log10_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2633954Z test_nvfuser_correctness_log10_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2648654Z test_nvfuser_correctness_log10_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2663244Z test_nvfuser_correctness_log10_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2678093Z test_nvfuser_correctness_log10_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2692930Z test_nvfuser_correctness_log1p_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2707502Z test_nvfuser_correctness_log1p_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2722277Z test_nvfuser_correctness_log1p_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2736908Z test_nvfuser_correctness_log1p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2751888Z test_nvfuser_correctness_log1p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2766393Z test_nvfuser_correctness_log1p_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2781000Z test_nvfuser_correctness_log1p_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2795911Z test_nvfuser_correctness_log1p_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2810577Z test_nvfuser_correctness_log1p_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2825259Z test_nvfuser_correctness_log1p_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2840180Z test_nvfuser_correctness_log2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2854865Z test_nvfuser_correctness_log2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2869533Z test_nvfuser_correctness_log2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2884200Z test_nvfuser_correctness_log2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2899109Z test_nvfuser_correctness_log2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2914284Z test_nvfuser_correctness_log2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2928643Z test_nvfuser_correctness_log2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2943439Z test_nvfuser_correctness_log2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2958324Z test_nvfuser_correctness_log2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2972965Z test_nvfuser_correctness_log2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.2987601Z test_nvfuser_correctness_log2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3002456Z test_nvfuser_correctness_log2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3017651Z test_nvfuser_correctness_log_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3032276Z test_nvfuser_correctness_log_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3046880Z test_nvfuser_correctness_log_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3061490Z test_nvfuser_correctness_log_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3076473Z test_nvfuser_correctness_log_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3091054Z test_nvfuser_correctness_log_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3105831Z test_nvfuser_correctness_log_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3120678Z test_nvfuser_correctness_log_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3135365Z test_nvfuser_correctness_log_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3150016Z test_nvfuser_correctness_log_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3164784Z test_nvfuser_correctness_log_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3179534Z test_nvfuser_correctness_log_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3194432Z test_nvfuser_correctness_log_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3209137Z test_nvfuser_correctness_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3223840Z test_nvfuser_correctness_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3238948Z test_nvfuser_correctness_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3253150Z test_nvfuser_correctness_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3268017Z test_nvfuser_correctness_log_softmax_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3282989Z test_nvfuser_correctness_log_softmax_dtype_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3297602Z test_nvfuser_correctness_log_softmax_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3312420Z test_nvfuser_correctness_log_softmax_dtype_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3327043Z test_nvfuser_correctness_log_softmax_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3341759Z test_nvfuser_correctness_log_softmax_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3356515Z test_nvfuser_correctness_log_softmax_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3371229Z test_nvfuser_correctness_log_softmax_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3386021Z test_nvfuser_correctness_log_softmax_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3400959Z test_nvfuser_correctness_log_softmax_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3415718Z test_nvfuser_correctness_log_softmax_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3430456Z test_nvfuser_correctness_log_softmax_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3445323Z test_nvfuser_correctness_log_softmax_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3460007Z test_nvfuser_correctness_logaddexp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3474744Z test_nvfuser_correctness_logaddexp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3489433Z test_nvfuser_correctness_logaddexp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3504128Z test_nvfuser_correctness_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3519112Z test_nvfuser_correctness_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3533797Z test_nvfuser_correctness_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3548351Z test_nvfuser_correctness_logcumsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3563226Z test_nvfuser_correctness_logcumsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3577825Z test_nvfuser_correctness_logcumsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3592785Z test_nvfuser_correctness_logcumsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3607146Z test_nvfuser_correctness_logdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3621426Z test_nvfuser_correctness_logdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3635852Z test_nvfuser_correctness_logdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3650221Z test_nvfuser_correctness_logdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3664904Z test_nvfuser_correctness_logical_and_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3679669Z test_nvfuser_correctness_logical_and_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3694287Z test_nvfuser_correctness_logical_and_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3708827Z test_nvfuser_correctness_logical_and_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3724068Z test_nvfuser_correctness_logical_and_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3738584Z test_nvfuser_correctness_logical_and_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3753561Z test_nvfuser_correctness_logical_and_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3768141Z test_nvfuser_correctness_logical_and_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3782944Z test_nvfuser_correctness_logical_and_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3797716Z test_nvfuser_correctness_logical_and_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3812311Z test_nvfuser_correctness_logical_and_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3826937Z test_nvfuser_correctness_logical_and_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3841901Z test_nvfuser_correctness_logical_not_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3856377Z test_nvfuser_correctness_logical_not_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3871259Z test_nvfuser_correctness_logical_not_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3886020Z test_nvfuser_correctness_logical_not_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3900765Z test_nvfuser_correctness_logical_not_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3915588Z test_nvfuser_correctness_logical_not_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3930396Z test_nvfuser_correctness_logical_not_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3944991Z test_nvfuser_correctness_logical_not_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3959836Z test_nvfuser_correctness_logical_not_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3974538Z test_nvfuser_correctness_logical_not_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.3989194Z test_nvfuser_correctness_logical_not_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4003988Z test_nvfuser_correctness_logical_not_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4018625Z test_nvfuser_correctness_logical_or_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4033485Z test_nvfuser_correctness_logical_or_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4048186Z test_nvfuser_correctness_logical_or_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4062761Z test_nvfuser_correctness_logical_or_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4077641Z test_nvfuser_correctness_logical_or_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4092302Z test_nvfuser_correctness_logical_or_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4107006Z test_nvfuser_correctness_logical_or_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4121954Z test_nvfuser_correctness_logical_or_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4136718Z test_nvfuser_correctness_logical_or_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4151427Z test_nvfuser_correctness_logical_or_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4166196Z test_nvfuser_correctness_logical_or_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4181289Z test_nvfuser_correctness_logical_or_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4196165Z test_nvfuser_correctness_logical_xor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4210950Z test_nvfuser_correctness_logical_xor_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4225494Z test_nvfuser_correctness_logical_xor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4240366Z test_nvfuser_correctness_logical_xor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4255023Z test_nvfuser_correctness_logical_xor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4269541Z test_nvfuser_correctness_logical_xor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4284829Z test_nvfuser_correctness_logical_xor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4299535Z test_nvfuser_correctness_logical_xor_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4314405Z test_nvfuser_correctness_logical_xor_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4328939Z test_nvfuser_correctness_logical_xor_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4343915Z test_nvfuser_correctness_logical_xor_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4358625Z test_nvfuser_correctness_logical_xor_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4373255Z test_nvfuser_correctness_logit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4387916Z test_nvfuser_correctness_logit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4402876Z test_nvfuser_correctness_logit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4417473Z test_nvfuser_correctness_logit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4432383Z test_nvfuser_correctness_logit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4447119Z test_nvfuser_correctness_logit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4461650Z test_nvfuser_correctness_logit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4476677Z test_nvfuser_correctness_logit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4491194Z test_nvfuser_correctness_logit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4505840Z test_nvfuser_correctness_logit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4520988Z test_nvfuser_correctness_logspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4535619Z test_nvfuser_correctness_logspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4550255Z test_nvfuser_correctness_logspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4564971Z test_nvfuser_correctness_logspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4579527Z test_nvfuser_correctness_logspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4594449Z test_nvfuser_correctness_logspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4609072Z test_nvfuser_correctness_logspace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4624798Z test_nvfuser_correctness_logspace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4639652Z test_nvfuser_correctness_logspace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4654213Z test_nvfuser_correctness_logspace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4668813Z test_nvfuser_correctness_logspace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4683626Z test_nvfuser_correctness_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4698279Z test_nvfuser_correctness_logsumexp_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4713289Z test_nvfuser_correctness_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4728030Z test_nvfuser_correctness_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4742562Z test_nvfuser_correctness_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4757499Z test_nvfuser_correctness_logsumexp_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4772465Z test_nvfuser_correctness_logsumexp_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4787232Z test_nvfuser_correctness_logsumexp_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4802093Z test_nvfuser_correctness_logsumexp_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4816829Z test_nvfuser_correctness_logsumexp_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4831362Z test_nvfuser_correctness_long_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4846134Z test_nvfuser_correctness_long_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4860731Z test_nvfuser_correctness_long_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4875524Z test_nvfuser_correctness_long_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4890228Z test_nvfuser_correctness_long_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4904997Z test_nvfuser_correctness_long_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4920049Z test_nvfuser_correctness_long_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4934848Z test_nvfuser_correctness_long_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4949380Z test_nvfuser_correctness_long_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4964194Z test_nvfuser_correctness_long_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4978668Z test_nvfuser_correctness_long_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.4993559Z test_nvfuser_correctness_long_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5008116Z test_nvfuser_correctness_long_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5022795Z test_nvfuser_correctness_lt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5037659Z test_nvfuser_correctness_lt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5052106Z test_nvfuser_correctness_lt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5066665Z test_nvfuser_correctness_lt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5081629Z test_nvfuser_correctness_lt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5096207Z test_nvfuser_correctness_lt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5111107Z test_nvfuser_correctness_lt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5125768Z test_nvfuser_correctness_lt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5140381Z test_nvfuser_correctness_lt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5155185Z test_nvfuser_correctness_lt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5170016Z test_nvfuser_correctness_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5184693Z test_nvfuser_correctness_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5199694Z test_nvfuser_correctness_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5214480Z test_nvfuser_correctness_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5229115Z test_nvfuser_correctness_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5243962Z test_nvfuser_correctness_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5258571Z test_nvfuser_correctness_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5273448Z test_nvfuser_correctness_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5288130Z test_nvfuser_correctness_lu_unpack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5302782Z test_nvfuser_correctness_lu_unpack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5317678Z test_nvfuser_correctness_lu_unpack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5332373Z test_nvfuser_correctness_lu_unpack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5347022Z test_nvfuser_correctness_mH_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5361862Z test_nvfuser_correctness_mH_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5376578Z test_nvfuser_correctness_mH_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5391208Z test_nvfuser_correctness_mH_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5406145Z test_nvfuser_correctness_mH_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5420697Z test_nvfuser_correctness_mH_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5435510Z test_nvfuser_correctness_mH_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5450157Z test_nvfuser_correctness_mH_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5464884Z test_nvfuser_correctness_mH_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5479617Z test_nvfuser_correctness_mH_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5494226Z test_nvfuser_correctness_mH_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5508771Z test_nvfuser_correctness_mH_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5523610Z test_nvfuser_correctness_mH_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5538201Z test_nvfuser_correctness_mT_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5553102Z test_nvfuser_correctness_mT_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5567687Z test_nvfuser_correctness_mT_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5582415Z test_nvfuser_correctness_mT_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5597220Z test_nvfuser_correctness_mT_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5611904Z test_nvfuser_correctness_mT_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5626467Z test_nvfuser_correctness_mT_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5641405Z test_nvfuser_correctness_mT_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5655973Z test_nvfuser_correctness_mT_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5670691Z test_nvfuser_correctness_mT_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5685467Z test_nvfuser_correctness_mT_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5700102Z test_nvfuser_correctness_mT_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5715107Z test_nvfuser_correctness_mT_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5729751Z test_nvfuser_correctness_masked_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5744419Z test_nvfuser_correctness_masked_fill_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5759546Z test_nvfuser_correctness_masked_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5774012Z test_nvfuser_correctness_masked_fill_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5788635Z test_nvfuser_correctness_masked_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5803472Z test_nvfuser_correctness_masked_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5818191Z test_nvfuser_correctness_masked_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5833041Z test_nvfuser_correctness_masked_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5847768Z test_nvfuser_correctness_masked_fill_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5862291Z test_nvfuser_correctness_masked_fill_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5877098Z test_nvfuser_correctness_masked_fill_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5892001Z test_nvfuser_correctness_masked_fill_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5906417Z test_nvfuser_correctness_masked_fill_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5921355Z test_nvfuser_correctness_masked_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5935966Z test_nvfuser_correctness_masked_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5950561Z test_nvfuser_correctness_masked_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5965371Z test_nvfuser_correctness_masked_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5980150Z test_nvfuser_correctness_masked_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.5995598Z test_nvfuser_correctness_masked_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6010012Z test_nvfuser_correctness_masked_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6024634Z test_nvfuser_correctness_masked_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6039606Z test_nvfuser_correctness_masked_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6054423Z test_nvfuser_correctness_masked_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6068884Z test_nvfuser_correctness_masked_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6083742Z test_nvfuser_correctness_masked_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6098713Z test_nvfuser_correctness_masked_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6113933Z test_nvfuser_correctness_masked_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6128380Z test_nvfuser_correctness_masked_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6143001Z test_nvfuser_correctness_masked_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6157894Z test_nvfuser_correctness_masked_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6172581Z test_nvfuser_correctness_masked_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6187160Z test_nvfuser_correctness_masked_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6202266Z test_nvfuser_correctness_masked_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6216851Z test_nvfuser_correctness_masked_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6231459Z test_nvfuser_correctness_masked_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6246186Z test_nvfuser_correctness_masked_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6260805Z test_nvfuser_correctness_masked_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6276306Z test_nvfuser_correctness_matmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6290977Z test_nvfuser_correctness_matmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6305692Z test_nvfuser_correctness_matmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6320545Z test_nvfuser_correctness_matmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6335110Z test_nvfuser_correctness_matmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6351050Z test_nvfuser_correctness_matrix_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6365216Z test_nvfuser_correctness_matrix_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6379915Z test_nvfuser_correctness_matrix_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6394839Z test_nvfuser_correctness_matrix_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6409419Z test_nvfuser_correctness_matrix_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6424035Z test_nvfuser_correctness_matrix_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6438982Z test_nvfuser_correctness_max_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6453639Z test_nvfuser_correctness_max_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6468223Z test_nvfuser_correctness_max_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6483018Z test_nvfuser_correctness_max_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6497666Z test_nvfuser_correctness_max_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6512959Z test_nvfuser_correctness_max_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6527410Z test_nvfuser_correctness_max_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6541980Z test_nvfuser_correctness_max_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6556901Z test_nvfuser_correctness_max_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6571682Z test_nvfuser_correctness_max_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6586347Z test_nvfuser_correctness_max_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6601239Z test_nvfuser_correctness_max_reduction_no_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6616114Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6630477Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6645305Z test_nvfuser_correctness_max_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6659949Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6674822Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6689535Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6704191Z test_nvfuser_correctness_max_reduction_no_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6719169Z test_nvfuser_correctness_max_reduction_no_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6733863Z test_nvfuser_correctness_max_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6748495Z test_nvfuser_correctness_max_reduction_with_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6763662Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6778393Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6793215Z test_nvfuser_correctness_max_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6807873Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6822888Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6837676Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6852162Z test_nvfuser_correctness_max_reduction_with_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6866940Z test_nvfuser_correctness_max_reduction_with_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6882042Z test_nvfuser_correctness_maximum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6896904Z test_nvfuser_correctness_maximum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6911777Z test_nvfuser_correctness_maximum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6926587Z test_nvfuser_correctness_maximum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6941312Z test_nvfuser_correctness_maximum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6956175Z test_nvfuser_correctness_maximum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6971002Z test_nvfuser_correctness_maximum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.6985410Z test_nvfuser_correctness_maximum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7000260Z test_nvfuser_correctness_maximum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7014961Z test_nvfuser_correctness_maximum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7029971Z test_nvfuser_correctness_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7044766Z test_nvfuser_correctness_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7059374Z test_nvfuser_correctness_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7074190Z test_nvfuser_correctness_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7088894Z test_nvfuser_correctness_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7103558Z test_nvfuser_correctness_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7118485Z test_nvfuser_correctness_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7133184Z test_nvfuser_correctness_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7147802Z test_nvfuser_correctness_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7162941Z test_nvfuser_correctness_median_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7177480Z test_nvfuser_correctness_median_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7192538Z test_nvfuser_correctness_median_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7207058Z test_nvfuser_correctness_median_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7221762Z test_nvfuser_correctness_median_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7236790Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7251341Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7265982Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7281059Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7295943Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7310582Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7325461Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7340118Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7354839Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7369407Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7384069Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7398951Z test_nvfuser_correctness_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7413570Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7428170Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7443098Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7457592Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7472539Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7487161Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7501944Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7516778Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7531381Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7546158Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7561032Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7575714Z test_nvfuser_correctness_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7590549Z test_nvfuser_correctness_min_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7605180Z test_nvfuser_correctness_min_binary_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7619974Z test_nvfuser_correctness_min_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7634833Z test_nvfuser_correctness_min_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7649322Z test_nvfuser_correctness_min_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7664121Z test_nvfuser_correctness_min_binary_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7678997Z test_nvfuser_correctness_min_binary_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7693712Z test_nvfuser_correctness_min_binary_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7708456Z test_nvfuser_correctness_min_binary_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7723273Z test_nvfuser_correctness_min_binary_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7737962Z test_nvfuser_correctness_min_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7753403Z test_nvfuser_correctness_min_reduction_no_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7768227Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7782915Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7797818Z test_nvfuser_correctness_min_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7812369Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7827087Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7842035Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7856616Z test_nvfuser_correctness_min_reduction_no_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7871363Z test_nvfuser_correctness_min_reduction_no_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7886291Z test_nvfuser_correctness_min_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7900775Z test_nvfuser_correctness_min_reduction_with_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7915639Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7930321Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7945132Z test_nvfuser_correctness_min_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7960180Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7974764Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.7989554Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8004288Z test_nvfuser_correctness_min_reduction_with_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8019037Z test_nvfuser_correctness_min_reduction_with_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8033860Z test_nvfuser_correctness_minimum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8048445Z test_nvfuser_correctness_minimum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8063108Z test_nvfuser_correctness_minimum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8078123Z test_nvfuser_correctness_minimum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8092832Z test_nvfuser_correctness_minimum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8107427Z test_nvfuser_correctness_minimum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8122420Z test_nvfuser_correctness_minimum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8136937Z test_nvfuser_correctness_minimum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8151908Z test_nvfuser_correctness_minimum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8166490Z test_nvfuser_correctness_minimum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8181312Z test_nvfuser_correctness_mm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8196022Z test_nvfuser_correctness_mm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8210585Z test_nvfuser_correctness_mm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8225243Z test_nvfuser_correctness_mm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8240175Z test_nvfuser_correctness_mm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8254931Z test_nvfuser_correctness_mm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8270089Z test_nvfuser_correctness_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8284986Z test_nvfuser_correctness_mode_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8299506Z test_nvfuser_correctness_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8314345Z test_nvfuser_correctness_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8328964Z test_nvfuser_correctness_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8343740Z test_nvfuser_correctness_mode_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8358535Z test_nvfuser_correctness_mode_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8373130Z test_nvfuser_correctness_mode_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8387812Z test_nvfuser_correctness_mode_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8402643Z test_nvfuser_correctness_mode_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8417345Z test_nvfuser_correctness_movedim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8432322Z test_nvfuser_correctness_movedim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8446883Z test_nvfuser_correctness_movedim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8461505Z test_nvfuser_correctness_movedim_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8476306Z test_nvfuser_correctness_movedim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8491180Z test_nvfuser_correctness_movedim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8505897Z test_nvfuser_correctness_movedim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8520685Z test_nvfuser_correctness_movedim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8535367Z test_nvfuser_correctness_movedim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8550037Z test_nvfuser_correctness_movedim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8564792Z test_nvfuser_correctness_movedim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8579461Z test_nvfuser_correctness_movedim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8594350Z test_nvfuser_correctness_movedim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8608994Z test_nvfuser_correctness_msort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8623737Z test_nvfuser_correctness_msort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8638699Z test_nvfuser_correctness_msort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8653398Z test_nvfuser_correctness_msort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8667975Z test_nvfuser_correctness_msort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8682879Z test_nvfuser_correctness_msort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8697501Z test_nvfuser_correctness_msort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8712432Z test_nvfuser_correctness_msort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8726999Z test_nvfuser_correctness_msort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8741580Z test_nvfuser_correctness_mul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8756453Z test_nvfuser_correctness_mul_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8771048Z test_nvfuser_correctness_mul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8785685Z test_nvfuser_correctness_mul_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8800588Z test_nvfuser_correctness_mul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8815212Z test_nvfuser_correctness_mul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8829956Z test_nvfuser_correctness_mul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8844597Z test_nvfuser_correctness_mul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8859251Z test_nvfuser_correctness_mul_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8874049Z test_nvfuser_correctness_mul_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8888790Z test_nvfuser_correctness_mul_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8903539Z test_nvfuser_correctness_mul_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8918245Z test_nvfuser_correctness_mul_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8933240Z test_nvfuser_correctness_multinomial_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8947861Z test_nvfuser_correctness_multinomial_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8962873Z test_nvfuser_correctness_multinomial_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8977518Z test_nvfuser_correctness_mv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.8992399Z test_nvfuser_correctness_mv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9007151Z test_nvfuser_correctness_mv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9021674Z test_nvfuser_correctness_mv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9036508Z test_nvfuser_correctness_mv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9051193Z test_nvfuser_correctness_mv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9065895Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9080705Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9095335Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9110156Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9124950Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9139621Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9154437Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9169000Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9183716Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9198760Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9213492Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9228181Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9242948Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9257614Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9272444Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9287073Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9301719Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9316618Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9331214Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9345888Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9360750Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9375377Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9389977Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9404909Z test_nvfuser_correctness_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9419507Z test_nvfuser_correctness_nan_to_num_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9434467Z test_nvfuser_correctness_nan_to_num_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9449054Z test_nvfuser_correctness_nan_to_num_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9463773Z test_nvfuser_correctness_nan_to_num_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9478600Z test_nvfuser_correctness_nan_to_num_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9493210Z test_nvfuser_correctness_nan_to_num_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9507924Z test_nvfuser_correctness_nan_to_num_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9522880Z test_nvfuser_correctness_nan_to_num_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9537431Z test_nvfuser_correctness_nan_to_num_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9552356Z test_nvfuser_correctness_nan_to_num_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9566973Z test_nvfuser_correctness_nanmean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9581722Z test_nvfuser_correctness_nanmean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9596574Z test_nvfuser_correctness_nanmean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9611232Z test_nvfuser_correctness_nanmean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9625899Z test_nvfuser_correctness_nanmedian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9640822Z test_nvfuser_correctness_nanmedian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9655534Z test_nvfuser_correctness_nanmedian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9670222Z test_nvfuser_correctness_nanmedian_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9684941Z test_nvfuser_correctness_nanmedian_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9699628Z test_nvfuser_correctness_nanmedian_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9714427Z test_nvfuser_correctness_nanmedian_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9729146Z test_nvfuser_correctness_nanmedian_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9743888Z test_nvfuser_correctness_nanquantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9758756Z test_nvfuser_correctness_nanquantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9773546Z test_nvfuser_correctness_nansum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9788201Z test_nvfuser_correctness_nansum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9803194Z test_nvfuser_correctness_nansum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9817725Z test_nvfuser_correctness_nansum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9832700Z test_nvfuser_correctness_nansum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9847329Z test_nvfuser_correctness_nansum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9861929Z test_nvfuser_correctness_nansum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9876955Z test_nvfuser_correctness_nansum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9891629Z test_nvfuser_correctness_nansum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9906197Z test_nvfuser_correctness_nansum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9922376Z test_nvfuser_correctness_narrow_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:52.9937063Z test_nvfuser_correctness_narrow_copy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9952124Z test_nvfuser_correctness_narrow_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9966693Z test_nvfuser_correctness_narrow_copy_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9981337Z test_nvfuser_correctness_narrow_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:52.9996141Z test_nvfuser_correctness_narrow_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0010970Z test_nvfuser_correctness_narrow_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0025508Z test_nvfuser_correctness_narrow_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0040345Z test_nvfuser_correctness_narrow_copy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0055232Z test_nvfuser_correctness_narrow_copy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0069629Z test_nvfuser_correctness_narrow_copy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0084353Z test_nvfuser_correctness_narrow_copy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0098991Z test_nvfuser_correctness_narrow_copy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0113883Z test_nvfuser_correctness_narrow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0128546Z test_nvfuser_correctness_narrow_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0143321Z test_nvfuser_correctness_narrow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0158322Z test_nvfuser_correctness_narrow_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0172999Z test_nvfuser_correctness_narrow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0187664Z test_nvfuser_correctness_narrow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0202803Z test_nvfuser_correctness_narrow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0217368Z test_nvfuser_correctness_narrow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0232587Z test_nvfuser_correctness_narrow_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0246996Z test_nvfuser_correctness_narrow_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0262102Z test_nvfuser_correctness_narrow_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0277016Z test_nvfuser_correctness_narrow_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0291568Z test_nvfuser_correctness_narrow_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0306283Z test_nvfuser_correctness_native_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0321115Z test_nvfuser_correctness_native_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0335876Z test_nvfuser_correctness_native_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0350534Z test_nvfuser_correctness_native_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0365444Z test_nvfuser_correctness_ne_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0380062Z test_nvfuser_correctness_ne_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0394765Z test_nvfuser_correctness_ne_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0409329Z test_nvfuser_correctness_ne_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0423899Z test_nvfuser_correctness_ne_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0438939Z test_nvfuser_correctness_ne_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0453756Z test_nvfuser_correctness_ne_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0468524Z test_nvfuser_correctness_ne_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0483385Z test_nvfuser_correctness_ne_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0498050Z test_nvfuser_correctness_ne_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0513275Z test_nvfuser_correctness_ne_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0527802Z test_nvfuser_correctness_ne_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0542468Z test_nvfuser_correctness_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0557434Z test_nvfuser_correctness_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0572048Z test_nvfuser_correctness_neg_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0587225Z test_nvfuser_correctness_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0601937Z test_nvfuser_correctness_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0616645Z test_nvfuser_correctness_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0631369Z test_nvfuser_correctness_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0646157Z test_nvfuser_correctness_neg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0660791Z test_nvfuser_correctness_neg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0675715Z test_nvfuser_correctness_neg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0691118Z test_nvfuser_correctness_neg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0705719Z test_nvfuser_correctness_neg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.0716677Z test_nvfuser_correctness_new_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0727457Z test_nvfuser_correctness_new_empty_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0738065Z test_nvfuser_correctness_new_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0748811Z test_nvfuser_correctness_new_empty_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0759617Z test_nvfuser_correctness_new_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0770049Z test_nvfuser_correctness_new_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0780576Z test_nvfuser_correctness_new_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0791520Z test_nvfuser_correctness_new_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0801729Z test_nvfuser_correctness_new_empty_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0811876Z test_nvfuser_correctness_new_empty_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0822491Z test_nvfuser_correctness_new_empty_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0833283Z test_nvfuser_correctness_new_empty_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0843414Z test_nvfuser_correctness_new_empty_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.0853798Z test_nvfuser_correctness_new_empty_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0864301Z test_nvfuser_correctness_new_empty_strided_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0874951Z test_nvfuser_correctness_new_empty_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0885670Z test_nvfuser_correctness_new_empty_strided_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0895639Z test_nvfuser_correctness_new_empty_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0907432Z test_nvfuser_correctness_new_empty_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0917711Z test_nvfuser_correctness_new_empty_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0928226Z test_nvfuser_correctness_new_empty_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0938314Z test_nvfuser_correctness_new_empty_strided_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0949080Z test_nvfuser_correctness_new_empty_strided_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0959793Z test_nvfuser_correctness_new_empty_strided_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0970483Z test_nvfuser_correctness_new_empty_strided_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0980790Z test_nvfuser_correctness_new_empty_strided_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-09-27T16:32:53.0996692Z test_nvfuser_correctness_new_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1011327Z test_nvfuser_correctness_new_full_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1026113Z test_nvfuser_correctness_new_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1040945Z test_nvfuser_correctness_new_full_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1055526Z test_nvfuser_correctness_new_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1070150Z test_nvfuser_correctness_new_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1084882Z test_nvfuser_correctness_new_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1099450Z test_nvfuser_correctness_new_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1114334Z test_nvfuser_correctness_new_full_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1128983Z test_nvfuser_correctness_new_full_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1143513Z test_nvfuser_correctness_new_full_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1158306Z test_nvfuser_correctness_new_full_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1172907Z test_nvfuser_correctness_new_full_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1187478Z test_nvfuser_correctness_new_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1202260Z test_nvfuser_correctness_new_ones_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1216853Z test_nvfuser_correctness_new_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1231470Z test_nvfuser_correctness_new_ones_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1246298Z test_nvfuser_correctness_new_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1260837Z test_nvfuser_correctness_new_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1275654Z test_nvfuser_correctness_new_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1290255Z test_nvfuser_correctness_new_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1304736Z test_nvfuser_correctness_new_ones_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1319542Z test_nvfuser_correctness_new_ones_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1334160Z test_nvfuser_correctness_new_ones_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1348754Z test_nvfuser_correctness_new_ones_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1363728Z test_nvfuser_correctness_new_ones_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1378327Z test_nvfuser_correctness_new_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1393412Z test_nvfuser_correctness_new_zeros_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1408159Z test_nvfuser_correctness_new_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1422502Z test_nvfuser_correctness_new_zeros_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1437314Z test_nvfuser_correctness_new_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1451941Z test_nvfuser_correctness_new_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1466511Z test_nvfuser_correctness_new_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1481317Z test_nvfuser_correctness_new_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1495826Z test_nvfuser_correctness_new_zeros_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1510312Z test_nvfuser_correctness_new_zeros_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1525208Z test_nvfuser_correctness_new_zeros_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1539847Z test_nvfuser_correctness_new_zeros_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1554667Z test_nvfuser_correctness_new_zeros_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1569186Z test_nvfuser_correctness_nextafter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1583961Z test_nvfuser_correctness_nextafter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1598932Z test_nvfuser_correctness_nextafter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1613580Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1628164Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1643139Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1657857Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1672493Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1687049Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1701618Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1716769Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1731207Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1745880Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1760672Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1775380Z test_nvfuser_correctness_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1790103Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1804911Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1819490Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1834265Z test_nvfuser_correctness_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1848883Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1863622Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1878333Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1892976Z test_nvfuser_correctness_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1907527Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1922318Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1936997Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1952009Z test_nvfuser_correctness_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1966571Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1981197Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.1995892Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2010444Z test_nvfuser_correctness_nn_functional_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2025357Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2040243Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2054785Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2069430Z test_nvfuser_correctness_nn_functional_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2084167Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2098754Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2113807Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2128439Z test_nvfuser_correctness_nn_functional_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2143078Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2158018Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2172608Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2187176Z test_nvfuser_correctness_nn_functional_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2202640Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2217550Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2232770Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2247794Z test_nvfuser_correctness_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2262374Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2277204Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2292472Z test_nvfuser_correctness_nn_functional_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2303040Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.2313298Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.2324059Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.2334367Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:53.2349546Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2364304Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2378882Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2393886Z test_nvfuser_correctness_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2408347Z test_nvfuser_correctness_nn_functional_celu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2423175Z test_nvfuser_correctness_nn_functional_celu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2437937Z test_nvfuser_correctness_nn_functional_celu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2452565Z test_nvfuser_correctness_nn_functional_celu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2467355Z test_nvfuser_correctness_nn_functional_conv1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2482167Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2496818Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2511707Z test_nvfuser_correctness_nn_functional_conv1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2526296Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2541061Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2555741Z test_nvfuser_correctness_nn_functional_conv1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2570331Z test_nvfuser_correctness_nn_functional_conv2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2585039Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2599901Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2614573Z test_nvfuser_correctness_nn_functional_conv2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2629207Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2643999Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2658535Z test_nvfuser_correctness_nn_functional_conv2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2673327Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2687871Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2702413Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2717311Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2731799Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2746372Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2761182Z test_nvfuser_correctness_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2775801Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2790554Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2805345Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2819928Z test_nvfuser_correctness_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2829682Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-09-27T16:32:53.2840694Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-09-27T16:32:53.2851294Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-09-27T16:32:53.2861861Z test_nvfuser_correctness_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75029 (0.001s) 2022-09-27T16:32:53.2876711Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2891278Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2905983Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2920863Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2935453Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2950136Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2965005Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2979692Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.2994332Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3009146Z test_nvfuser_correctness_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3023842Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3038549Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3053251Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3067768Z test_nvfuser_correctness_nn_functional_cosine_similarity_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3082591Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3097264Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3112153Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3126799Z test_nvfuser_correctness_nn_functional_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3141358Z test_nvfuser_correctness_nn_functional_ctc_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3156127Z test_nvfuser_correctness_nn_functional_ctc_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3170775Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3185796Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3200574Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3215165Z test_nvfuser_correctness_nn_functional_dropout2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3229739Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3244972Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3259823Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3274670Z test_nvfuser_correctness_nn_functional_dropout3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3289087Z test_nvfuser_correctness_nn_functional_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3303532Z test_nvfuser_correctness_nn_functional_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3318409Z test_nvfuser_correctness_nn_functional_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3332899Z test_nvfuser_correctness_nn_functional_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3347798Z test_nvfuser_correctness_nn_functional_elu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3362720Z test_nvfuser_correctness_nn_functional_elu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3377517Z test_nvfuser_correctness_nn_functional_elu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3392554Z test_nvfuser_correctness_nn_functional_elu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3407097Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3421638Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3436597Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3451262Z test_nvfuser_correctness_nn_functional_embedding_bag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3465937Z test_nvfuser_correctness_nn_functional_embedding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3480520Z test_nvfuser_correctness_nn_functional_embedding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3495329Z test_nvfuser_correctness_nn_functional_embedding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3509960Z test_nvfuser_correctness_nn_functional_embedding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3524836Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3539410Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3554427Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3568925Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3583614Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3598393Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3612989Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3627704Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3642516Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3657184Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3671947Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3686563Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3701126Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3715973Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3730609Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3745248Z test_nvfuser_correctness_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3760150Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3774687Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3789461Z test_nvfuser_correctness_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3804291Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3819135Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3833867Z test_nvfuser_correctness_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3848579Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3863256Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3878274Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3893013Z test_nvfuser_correctness_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3907564Z test_nvfuser_correctness_nn_functional_gelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3922436Z test_nvfuser_correctness_nn_functional_gelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3936972Z test_nvfuser_correctness_nn_functional_gelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3951812Z test_nvfuser_correctness_nn_functional_gelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3966420Z test_nvfuser_correctness_nn_functional_glu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3980969Z test_nvfuser_correctness_nn_functional_glu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.3995942Z test_nvfuser_correctness_nn_functional_glu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4010419Z test_nvfuser_correctness_nn_functional_glu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4024993Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4039906Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4054482Z test_nvfuser_correctness_nn_functional_grid_sample_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4068976Z test_nvfuser_correctness_nn_functional_group_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4083823Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4098391Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4113600Z test_nvfuser_correctness_nn_functional_group_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4127953Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4142657Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4157595Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4172133Z test_nvfuser_correctness_nn_functional_hardshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4186799Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4201616Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4216335Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4231040Z test_nvfuser_correctness_nn_functional_hardsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4245734Z test_nvfuser_correctness_nn_functional_hardswish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4260344Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4275107Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4296519Z test_nvfuser_correctness_nn_functional_hardswish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:53.4311298Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4326167Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4340711Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4355699Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4370174Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4384876Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4399775Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4414241Z test_nvfuser_correctness_nn_functional_hardtanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4428893Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4443746Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4458485Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4473147Z test_nvfuser_correctness_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4487665Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4502267Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4517161Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4531745Z test_nvfuser_correctness_nn_functional_huber_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4546284Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4561163Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4575822Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4590553Z test_nvfuser_correctness_nn_functional_instance_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4605453Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4619960Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4634663Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4649200Z test_nvfuser_correctness_nn_functional_interpolate_area_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4663817Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4678629Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4693294Z test_nvfuser_correctness_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4707861Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4722844Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4737512Z test_nvfuser_correctness_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4752358Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4767328Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4781947Z test_nvfuser_correctness_nn_functional_interpolate_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4796731Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4811317Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4826036Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4840865Z test_nvfuser_correctness_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4855494Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4870233Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4884889Z test_nvfuser_correctness_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4899585Z test_nvfuser_correctness_nn_functional_kl_div_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4914391Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4929132Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4943674Z test_nvfuser_correctness_nn_functional_kl_div_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4958589Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4973332Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.4987857Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5002687Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5017346Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5032215Z test_nvfuser_correctness_nn_functional_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5046729Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5061335Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5076231Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5090897Z test_nvfuser_correctness_nn_functional_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5105476Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5120227Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5134755Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5149447Z test_nvfuser_correctness_nn_functional_leaky_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5164300Z test_nvfuser_correctness_nn_functional_linear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5179014Z test_nvfuser_correctness_nn_functional_linear_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5193948Z test_nvfuser_correctness_nn_functional_linear_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5208581Z test_nvfuser_correctness_nn_functional_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5223174Z test_nvfuser_correctness_nn_functional_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5237990Z test_nvfuser_correctness_nn_functional_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5252692Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5267344Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5282400Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5297193Z test_nvfuser_correctness_nn_functional_local_response_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5311992Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5326582Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5341170Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5356072Z test_nvfuser_correctness_nn_functional_logsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5370887Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5385529Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5400232Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5414888Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5429610Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5444403Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5459060Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5474047Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5488695Z test_nvfuser_correctness_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5503400Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5518172Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5532887Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5547407Z test_nvfuser_correctness_nn_functional_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5562346Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5577062Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5592162Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5607051Z test_nvfuser_correctness_nn_functional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5621350Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5636178Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5650769Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5665581Z test_nvfuser_correctness_nn_functional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5680316Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5695075Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5709663Z test_nvfuser_correctness_nn_functional_max_unpool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5724406Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5739034Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5753969Z test_nvfuser_correctness_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5768706Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5783281Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5798378Z test_nvfuser_correctness_nn_functional_max_unpool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5812940Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5827553Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5842543Z test_nvfuser_correctness_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5857174Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5871997Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5886749Z test_nvfuser_correctness_nn_functional_max_unpool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5901340Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5916203Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5930757Z test_nvfuser_correctness_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5945391Z test_nvfuser_correctness_nn_functional_mish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5960483Z test_nvfuser_correctness_nn_functional_mish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5975164Z test_nvfuser_correctness_nn_functional_mish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.5989758Z test_nvfuser_correctness_nn_functional_mish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6004585Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6019475Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6034350Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6048893Z test_nvfuser_correctness_nn_functional_mse_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6063592Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6078369Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6093103Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6107833Z test_nvfuser_correctness_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6122758Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6137400Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6152287Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6167012Z test_nvfuser_correctness_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6181792Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6196699Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6211399Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6226352Z test_nvfuser_correctness_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6241215Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6255974Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6270684Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6286055Z test_nvfuser_correctness_nn_functional_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6300777Z test_nvfuser_correctness_nn_functional_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6315691Z test_nvfuser_correctness_nn_functional_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6330327Z test_nvfuser_correctness_nn_functional_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6345015Z test_nvfuser_correctness_nn_functional_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6360037Z test_nvfuser_correctness_nn_functional_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6374683Z test_nvfuser_correctness_nn_functional_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6389530Z test_nvfuser_correctness_nn_functional_one_hot_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6404390Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6418967Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6434154Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6448812Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6463553Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6478432Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6493319Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6507820Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6522930Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6537580Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6552409Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6567083Z test_nvfuser_correctness_nn_functional_pad_circular_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6581739Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6596703Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6611336Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6626003Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6641003Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6655713Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6670426Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6685453Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6700024Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6714817Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6729512Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6744184Z test_nvfuser_correctness_nn_functional_pad_constant_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6759039Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6774633Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6789358Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6804112Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6818875Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6833948Z test_nvfuser_correctness_nn_functional_pad_reflect_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6848915Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6863749Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6878599Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6893423Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6908168Z test_nvfuser_correctness_nn_functional_pad_replicate_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6923050Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6937701Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6952906Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6967719Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6982321Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.6997391Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7012074Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7026772Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7041858Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7056696Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7071409Z test_nvfuser_correctness_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7086257Z test_nvfuser_correctness_nn_functional_pdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7101042Z test_nvfuser_correctness_nn_functional_pdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7116117Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7130749Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7145415Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7160290Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7175068Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7189679Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7204501Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7219209Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7234117Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7248941Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7263645Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7278594Z test_nvfuser_correctness_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7293267Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7308069Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7322978Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7337566Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7352538Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7367301Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7382031Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7397153Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7411732Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7426472Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7441483Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7456224Z test_nvfuser_correctness_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7471137Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7485838Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7500582Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7515766Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7530481Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7545349Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7560252Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7574913Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7589552Z test_nvfuser_correctness_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7604383Z test_nvfuser_correctness_nn_functional_prelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7619045Z test_nvfuser_correctness_nn_functional_prelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7634030Z test_nvfuser_correctness_nn_functional_prelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7649776Z test_nvfuser_correctness_nn_functional_relu6_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7664411Z test_nvfuser_correctness_nn_functional_relu6_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7679426Z test_nvfuser_correctness_nn_functional_relu6_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7694022Z test_nvfuser_correctness_nn_functional_relu6_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7708819Z test_nvfuser_correctness_nn_functional_relu6_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7723806Z test_nvfuser_correctness_nn_functional_relu6_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7738467Z test_nvfuser_correctness_nn_functional_relu6_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7753390Z test_nvfuser_correctness_nn_functional_relu6_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7768032Z test_nvfuser_correctness_nn_functional_relu6_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7782787Z test_nvfuser_correctness_nn_functional_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7797565Z test_nvfuser_correctness_nn_functional_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7812274Z test_nvfuser_correctness_nn_functional_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7826947Z test_nvfuser_correctness_nn_functional_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7841936Z test_nvfuser_correctness_nn_functional_relu_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7856474Z test_nvfuser_correctness_nn_functional_relu_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7871498Z test_nvfuser_correctness_nn_functional_relu_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7886345Z test_nvfuser_correctness_nn_functional_relu_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7900894Z test_nvfuser_correctness_nn_functional_relu_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7915778Z test_nvfuser_correctness_nn_functional_rrelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7930539Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7945143Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7960035Z test_nvfuser_correctness_nn_functional_rrelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7974736Z test_nvfuser_correctness_nn_functional_selu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.7989541Z test_nvfuser_correctness_nn_functional_selu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8004632Z test_nvfuser_correctness_nn_functional_selu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8019246Z test_nvfuser_correctness_nn_functional_selu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8034110Z test_nvfuser_correctness_nn_functional_silu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8048807Z test_nvfuser_correctness_nn_functional_silu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8063509Z test_nvfuser_correctness_nn_functional_silu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8078509Z test_nvfuser_correctness_nn_functional_silu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8093300Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8108229Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8123092Z test_nvfuser_correctness_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8137921Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8152757Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8167407Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8182208Z test_nvfuser_correctness_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8197247Z test_nvfuser_correctness_nn_functional_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8211927Z test_nvfuser_correctness_nn_functional_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8226643Z test_nvfuser_correctness_nn_functional_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8241985Z test_nvfuser_correctness_nn_functional_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8256775Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8271285Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8286663Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8301603Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8316491Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8331120Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8345894Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8360775Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8375663Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8390256Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8405011Z test_nvfuser_correctness_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8419878Z test_nvfuser_correctness_nn_functional_softplus_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8434702Z test_nvfuser_correctness_nn_functional_softplus_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8449329Z test_nvfuser_correctness_nn_functional_softplus_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8464028Z test_nvfuser_correctness_nn_functional_softplus_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8478869Z test_nvfuser_correctness_nn_functional_softshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8493634Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8508234Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8523197Z test_nvfuser_correctness_nn_functional_softshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8537852Z test_nvfuser_correctness_nn_functional_softsign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8552955Z test_nvfuser_correctness_nn_functional_softsign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8567712Z test_nvfuser_correctness_nn_functional_softsign_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8582557Z test_nvfuser_correctness_nn_functional_softsign_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8597237Z test_nvfuser_correctness_nn_functional_softsign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8611970Z test_nvfuser_correctness_nn_functional_softsign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8626783Z test_nvfuser_correctness_nn_functional_softsign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8641770Z test_nvfuser_correctness_nn_functional_softsign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8656549Z test_nvfuser_correctness_nn_functional_softsign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8671212Z test_nvfuser_correctness_nn_functional_softsign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8686045Z test_nvfuser_correctness_nn_functional_softsign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8700772Z test_nvfuser_correctness_nn_functional_softsign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8715699Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8732218Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8745359Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8760375Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8775213Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8789834Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8804657Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8819348Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8835264Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8849946Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8864621Z test_nvfuser_correctness_nn_functional_tanhshrink_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8879462Z test_nvfuser_correctness_nn_functional_threshold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8894333Z test_nvfuser_correctness_nn_functional_threshold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8909060Z test_nvfuser_correctness_nn_functional_threshold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8923961Z test_nvfuser_correctness_nn_functional_threshold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8938919Z test_nvfuser_correctness_nn_functional_threshold_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8953959Z test_nvfuser_correctness_nn_functional_threshold_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8968652Z test_nvfuser_correctness_nn_functional_threshold_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8983389Z test_nvfuser_correctness_nn_functional_threshold_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.8998487Z test_nvfuser_correctness_nn_functional_threshold_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9013185Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9027952Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9042856Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9057501Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9072645Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9087261Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9101946Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9116830Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9131482Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9146236Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9161027Z test_nvfuser_correctness_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9175711Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9190657Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9205470Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9220208Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9235005Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9249662Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9264399Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9279536Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9294083Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9308750Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9323797Z test_nvfuser_correctness_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9338678Z test_nvfuser_correctness_nn_functional_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9353604Z test_nvfuser_correctness_nn_functional_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9368170Z test_nvfuser_correctness_nn_functional_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9382982Z test_nvfuser_correctness_nn_functional_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9398160Z test_nvfuser_correctness_nn_functional_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9413683Z test_nvfuser_correctness_nn_functional_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9428393Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9443356Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9458033Z test_nvfuser_correctness_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9473149Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9487766Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9502600Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9517514Z test_nvfuser_correctness_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9532022Z test_nvfuser_correctness_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9546704Z test_nvfuser_correctness_nonzero_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9561778Z test_nvfuser_correctness_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9576291Z test_nvfuser_correctness_nonzero_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9591030Z test_nvfuser_correctness_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9605916Z test_nvfuser_correctness_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9620594Z test_nvfuser_correctness_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9635461Z test_nvfuser_correctness_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9650161Z test_nvfuser_correctness_nonzero_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9664776Z test_nvfuser_correctness_nonzero_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9679653Z test_nvfuser_correctness_nonzero_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9694361Z test_nvfuser_correctness_nonzero_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9708956Z test_nvfuser_correctness_nonzero_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9723869Z test_nvfuser_correctness_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9738451Z test_nvfuser_correctness_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9753613Z test_nvfuser_correctness_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9768279Z test_nvfuser_correctness_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9783011Z test_nvfuser_correctness_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9797984Z test_nvfuser_correctness_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9812582Z test_nvfuser_correctness_norm_fro_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9827246Z test_nvfuser_correctness_norm_fro_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9842313Z test_nvfuser_correctness_norm_fro_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9856910Z test_nvfuser_correctness_norm_fro_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9872227Z test_nvfuser_correctness_norm_fro_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9886915Z test_nvfuser_correctness_norm_fro_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9901536Z test_nvfuser_correctness_norm_inf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9916370Z test_nvfuser_correctness_norm_inf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9931296Z test_nvfuser_correctness_norm_inf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9945907Z test_nvfuser_correctness_norm_inf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9961989Z test_nvfuser_correctness_norm_inf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:53.9976665Z test_nvfuser_correctness_norm_inf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:53.9991370Z test_nvfuser_correctness_norm_nuc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0006478Z test_nvfuser_correctness_norm_nuc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0021260Z test_nvfuser_correctness_norm_nuc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0036221Z test_nvfuser_correctness_norm_nuc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0050945Z test_nvfuser_correctness_normal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0065621Z test_nvfuser_correctness_normal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0080555Z test_nvfuser_correctness_normal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0095335Z test_nvfuser_correctness_normal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0109992Z test_nvfuser_correctness_normal_number_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0124819Z test_nvfuser_correctness_normal_number_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0139330Z test_nvfuser_correctness_normal_number_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0154279Z test_nvfuser_correctness_normal_number_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0169130Z test_nvfuser_correctness_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0183754Z test_nvfuser_correctness_ones_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0198584Z test_nvfuser_correctness_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0213189Z test_nvfuser_correctness_ones_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0227837Z test_nvfuser_correctness_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0242936Z test_nvfuser_correctness_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0257702Z test_nvfuser_correctness_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0272588Z test_nvfuser_correctness_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0287710Z test_nvfuser_correctness_ones_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0302491Z test_nvfuser_correctness_ones_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0317406Z test_nvfuser_correctness_ones_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0332080Z test_nvfuser_correctness_ones_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0346835Z test_nvfuser_correctness_ones_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0361794Z test_nvfuser_correctness_ones_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0376389Z test_nvfuser_correctness_ones_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0391197Z test_nvfuser_correctness_ones_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0406053Z test_nvfuser_correctness_ones_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0420749Z test_nvfuser_correctness_ones_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0435777Z test_nvfuser_correctness_ones_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0450928Z test_nvfuser_correctness_ones_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0465697Z test_nvfuser_correctness_ones_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0480526Z test_nvfuser_correctness_ones_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0495225Z test_nvfuser_correctness_ones_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0510000Z test_nvfuser_correctness_ones_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0524772Z test_nvfuser_correctness_ones_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0539482Z test_nvfuser_correctness_ones_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0554709Z test_nvfuser_correctness_ormqr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0569493Z test_nvfuser_correctness_ormqr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0584420Z test_nvfuser_correctness_ormqr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0599330Z test_nvfuser_correctness_ormqr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0613938Z test_nvfuser_correctness_outer_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0628588Z test_nvfuser_correctness_outer_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0643431Z test_nvfuser_correctness_outer_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0658164Z test_nvfuser_correctness_outer_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0673178Z test_nvfuser_correctness_outer_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0687831Z test_nvfuser_correctness_outer_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0702667Z test_nvfuser_correctness_outer_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0717514Z test_nvfuser_correctness_outer_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0732152Z test_nvfuser_correctness_outer_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0746834Z test_nvfuser_correctness_outer_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0761630Z test_nvfuser_correctness_outer_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0776322Z test_nvfuser_correctness_outer_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0791996Z test_nvfuser_correctness_pca_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0807161Z test_nvfuser_correctness_pca_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0822295Z test_nvfuser_correctness_permute_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0837121Z test_nvfuser_correctness_permute_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0851827Z test_nvfuser_correctness_permute_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0866612Z test_nvfuser_correctness_permute_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0881722Z test_nvfuser_correctness_permute_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0896429Z test_nvfuser_correctness_permute_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0911020Z test_nvfuser_correctness_permute_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0925830Z test_nvfuser_correctness_permute_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0940748Z test_nvfuser_correctness_permute_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0955504Z test_nvfuser_correctness_permute_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0970160Z test_nvfuser_correctness_permute_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.0985961Z test_nvfuser_correctness_permute_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1000976Z test_nvfuser_correctness_permute_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1016031Z test_nvfuser_correctness_pinverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1030964Z test_nvfuser_correctness_pinverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1046038Z test_nvfuser_correctness_pinverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1060738Z test_nvfuser_correctness_pinverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1075646Z test_nvfuser_correctness_polar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1090334Z test_nvfuser_correctness_polar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1105218Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1120090Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1134894Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1149534Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1164414Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1179178Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1194206Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1208899Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1223642Z test_nvfuser_correctness_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1238739Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1253592Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1268312Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1283313Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1298238Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1313206Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1327972Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1342848Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1357742Z test_nvfuser_correctness_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1372378Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1387123Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1402300Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1416974Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1432339Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1446881Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1461614Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1476495Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1491107Z test_nvfuser_correctness_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1505924Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1520873Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1535459Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1550211Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1565171Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1579862Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1594842Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1609600Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1624299Z test_nvfuser_correctness_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1639465Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1654220Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1668949Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1683844Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1699673Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1714744Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1729654Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1744144Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1759126Z test_nvfuser_correctness_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1773945Z test_nvfuser_correctness_positive_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1788630Z test_nvfuser_correctness_positive_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1803664Z test_nvfuser_correctness_positive_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1818290Z test_nvfuser_correctness_positive_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1833364Z test_nvfuser_correctness_positive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1848062Z test_nvfuser_correctness_positive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1862826Z test_nvfuser_correctness_positive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1877777Z test_nvfuser_correctness_positive_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1892587Z test_nvfuser_correctness_positive_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1907237Z test_nvfuser_correctness_positive_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1922374Z test_nvfuser_correctness_positive_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1937092Z test_nvfuser_correctness_positive_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1951953Z test_nvfuser_correctness_pow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1966714Z test_nvfuser_correctness_pow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1981440Z test_nvfuser_correctness_pow_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.1996230Z test_nvfuser_correctness_pow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2011073Z test_nvfuser_correctness_pow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2025816Z test_nvfuser_correctness_pow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2040860Z test_nvfuser_correctness_pow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2055372Z test_nvfuser_correctness_pow_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2069987Z test_nvfuser_correctness_pow_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2084932Z test_nvfuser_correctness_pow_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2099425Z test_nvfuser_correctness_pow_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2114371Z test_nvfuser_correctness_pow_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2129011Z test_nvfuser_correctness_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2143694Z test_nvfuser_correctness_prod_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2158742Z test_nvfuser_correctness_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2173473Z test_nvfuser_correctness_prod_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2188098Z test_nvfuser_correctness_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2203075Z test_nvfuser_correctness_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2217546Z test_nvfuser_correctness_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2232474Z test_nvfuser_correctness_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2247186Z test_nvfuser_correctness_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2261812Z test_nvfuser_correctness_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2277433Z test_nvfuser_correctness_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2292256Z test_nvfuser_correctness_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2306876Z test_nvfuser_correctness_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2321643Z test_nvfuser_correctness_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2336420Z test_nvfuser_correctness_put_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2351184Z test_nvfuser_correctness_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2366177Z test_nvfuser_correctness_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2380656Z test_nvfuser_correctness_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2395722Z test_nvfuser_correctness_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2410373Z test_nvfuser_correctness_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2425059Z test_nvfuser_correctness_put_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2439921Z test_nvfuser_correctness_put_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2454634Z test_nvfuser_correctness_put_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2469441Z test_nvfuser_correctness_put_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2484205Z test_nvfuser_correctness_put_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2499119Z test_nvfuser_correctness_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2514011Z test_nvfuser_correctness_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2528702Z test_nvfuser_correctness_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2543629Z test_nvfuser_correctness_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2558672Z test_nvfuser_correctness_quantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2574355Z test_nvfuser_correctness_quantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2589163Z test_nvfuser_correctness_rad2deg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2604005Z test_nvfuser_correctness_rad2deg_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2618652Z test_nvfuser_correctness_rad2deg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2633514Z test_nvfuser_correctness_rad2deg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2648118Z test_nvfuser_correctness_rad2deg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2662756Z test_nvfuser_correctness_rad2deg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2677723Z test_nvfuser_correctness_rad2deg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2692570Z test_nvfuser_correctness_rad2deg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2707231Z test_nvfuser_correctness_rad2deg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2722310Z test_nvfuser_correctness_rad2deg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2736957Z test_nvfuser_correctness_rand_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2751896Z test_nvfuser_correctness_rand_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2766442Z test_nvfuser_correctness_rand_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2782248Z test_nvfuser_correctness_rand_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2797218Z test_nvfuser_correctness_rand_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2811890Z test_nvfuser_correctness_rand_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2826506Z test_nvfuser_correctness_rand_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2841449Z test_nvfuser_correctness_randint_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2856191Z test_nvfuser_correctness_randint_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2870943Z test_nvfuser_correctness_randint_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2885803Z test_nvfuser_correctness_randint_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2900627Z test_nvfuser_correctness_randint_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2915526Z test_nvfuser_correctness_randint_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2930207Z test_nvfuser_correctness_randint_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2945021Z test_nvfuser_correctness_randint_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2959788Z test_nvfuser_correctness_randint_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2974436Z test_nvfuser_correctness_randn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.2989262Z test_nvfuser_correctness_randn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3004164Z test_nvfuser_correctness_randn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3018940Z test_nvfuser_correctness_randn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3033764Z test_nvfuser_correctness_randn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3048294Z test_nvfuser_correctness_randn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3062936Z test_nvfuser_correctness_randn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3077778Z test_nvfuser_correctness_randn_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3092427Z test_nvfuser_correctness_randn_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3107464Z test_nvfuser_correctness_randn_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3122432Z test_nvfuser_correctness_randn_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3137008Z test_nvfuser_correctness_randn_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3152023Z test_nvfuser_correctness_randn_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3166759Z test_nvfuser_correctness_randn_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3181491Z test_nvfuser_correctness_ravel_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3196564Z test_nvfuser_correctness_ravel_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3211188Z test_nvfuser_correctness_ravel_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3225822Z test_nvfuser_correctness_ravel_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3240671Z test_nvfuser_correctness_ravel_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3255544Z test_nvfuser_correctness_ravel_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3270228Z test_nvfuser_correctness_ravel_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3284932Z test_nvfuser_correctness_ravel_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3299683Z test_nvfuser_correctness_ravel_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3314652Z test_nvfuser_correctness_ravel_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3329114Z test_nvfuser_correctness_ravel_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3343714Z test_nvfuser_correctness_ravel_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3358706Z test_nvfuser_correctness_ravel_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3373322Z test_nvfuser_correctness_real_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3387963Z test_nvfuser_correctness_real_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3403046Z test_nvfuser_correctness_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3417622Z test_nvfuser_correctness_real_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3432575Z test_nvfuser_correctness_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3447241Z test_nvfuser_correctness_real_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3461773Z test_nvfuser_correctness_real_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3476797Z test_nvfuser_correctness_real_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3491572Z test_nvfuser_correctness_real_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3506246Z test_nvfuser_correctness_real_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3521132Z test_nvfuser_correctness_real_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3536053Z test_nvfuser_correctness_real_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3550639Z test_nvfuser_correctness_real_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3565627Z test_nvfuser_correctness_reciprocal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3580148Z test_nvfuser_correctness_reciprocal_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3595053Z test_nvfuser_correctness_reciprocal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3609718Z test_nvfuser_correctness_reciprocal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3624358Z test_nvfuser_correctness_reciprocal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3639169Z test_nvfuser_correctness_reciprocal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3655471Z test_nvfuser_correctness_reciprocal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3668422Z test_nvfuser_correctness_reciprocal_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3683461Z test_nvfuser_correctness_reciprocal_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3698049Z test_nvfuser_correctness_reciprocal_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3713231Z test_nvfuser_correctness_reciprocal_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3727904Z test_nvfuser_correctness_reciprocal_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3742455Z test_nvfuser_correctness_remainder_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3757510Z test_nvfuser_correctness_remainder_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3772023Z test_nvfuser_correctness_remainder_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3786698Z test_nvfuser_correctness_remainder_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3801665Z test_nvfuser_correctness_remainder_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3816341Z test_nvfuser_correctness_remainder_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3831155Z test_nvfuser_correctness_remainder_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3846079Z test_nvfuser_correctness_remainder_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3860736Z test_nvfuser_correctness_remainder_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3875654Z test_nvfuser_correctness_renorm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3890299Z test_nvfuser_correctness_renorm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3904929Z test_nvfuser_correctness_renorm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3919788Z test_nvfuser_correctness_renorm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3934472Z test_nvfuser_correctness_renorm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3949338Z test_nvfuser_correctness_renorm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3964067Z test_nvfuser_correctness_repeat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3978715Z test_nvfuser_correctness_repeat_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.3993683Z test_nvfuser_correctness_repeat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4008409Z test_nvfuser_correctness_repeat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4023164Z test_nvfuser_correctness_repeat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4038209Z test_nvfuser_correctness_repeat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4052951Z test_nvfuser_correctness_repeat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4067427Z test_nvfuser_correctness_repeat_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4082319Z test_nvfuser_correctness_repeat_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4097039Z test_nvfuser_correctness_repeat_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4111976Z test_nvfuser_correctness_repeat_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4126695Z test_nvfuser_correctness_repeat_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4141434Z test_nvfuser_correctness_repeat_interleave_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4156305Z test_nvfuser_correctness_repeat_interleave_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4170956Z test_nvfuser_correctness_repeat_interleave_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4185628Z test_nvfuser_correctness_repeat_interleave_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4200545Z test_nvfuser_correctness_repeat_interleave_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4215157Z test_nvfuser_correctness_repeat_interleave_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4229821Z test_nvfuser_correctness_repeat_interleave_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4244794Z test_nvfuser_correctness_repeat_interleave_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4259510Z test_nvfuser_correctness_repeat_interleave_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4274812Z test_nvfuser_correctness_repeat_interleave_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4289373Z test_nvfuser_correctness_repeat_interleave_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4304116Z test_nvfuser_correctness_repeat_interleave_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4319033Z test_nvfuser_correctness_repeat_interleave_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4333658Z test_nvfuser_correctness_reshape_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4348427Z test_nvfuser_correctness_reshape_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4363447Z test_nvfuser_correctness_reshape_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4377950Z test_nvfuser_correctness_reshape_as_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4392947Z test_nvfuser_correctness_reshape_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4407939Z test_nvfuser_correctness_reshape_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4422454Z test_nvfuser_correctness_reshape_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4437466Z test_nvfuser_correctness_reshape_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4452213Z test_nvfuser_correctness_reshape_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4466972Z test_nvfuser_correctness_reshape_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4481861Z test_nvfuser_correctness_reshape_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4496505Z test_nvfuser_correctness_reshape_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4511284Z test_nvfuser_correctness_reshape_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4526094Z test_nvfuser_correctness_reshape_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4540720Z test_nvfuser_correctness_reshape_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4555643Z test_nvfuser_correctness_reshape_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4570234Z test_nvfuser_correctness_reshape_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4584830Z test_nvfuser_correctness_reshape_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4599687Z test_nvfuser_correctness_reshape_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4614541Z test_nvfuser_correctness_reshape_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4629337Z test_nvfuser_correctness_reshape_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4644055Z test_nvfuser_correctness_reshape_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4658804Z test_nvfuser_correctness_reshape_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4673764Z test_nvfuser_correctness_reshape_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4688471Z test_nvfuser_correctness_reshape_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4703077Z test_nvfuser_correctness_reshape_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4717960Z test_nvfuser_correctness_resize__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4732576Z test_nvfuser_correctness_resize__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4747296Z test_nvfuser_correctness_resize__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4762045Z test_nvfuser_correctness_resize__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4777164Z test_nvfuser_correctness_resize__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4792191Z test_nvfuser_correctness_resize__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4806855Z test_nvfuser_correctness_resize__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4821591Z test_nvfuser_correctness_resize__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4836459Z test_nvfuser_correctness_resize__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4851161Z test_nvfuser_correctness_resize__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4865796Z test_nvfuser_correctness_resize__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4880775Z test_nvfuser_correctness_resize__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4895476Z test_nvfuser_correctness_resize_as__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4910033Z test_nvfuser_correctness_resize_as__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4924951Z test_nvfuser_correctness_resize_as__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4939563Z test_nvfuser_correctness_resize_as__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4954576Z test_nvfuser_correctness_resize_as__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4969387Z test_nvfuser_correctness_resize_as__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4984048Z test_nvfuser_correctness_resize_as__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.4999128Z test_nvfuser_correctness_resize_as__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5013911Z test_nvfuser_correctness_resize_as__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5028550Z test_nvfuser_correctness_resize_as__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5043460Z test_nvfuser_correctness_resize_as__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5059169Z test_nvfuser_correctness_resize_as__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5074154Z test_nvfuser_correctness_resolve_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5088817Z test_nvfuser_correctness_resolve_conj_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5103602Z test_nvfuser_correctness_resolve_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5118603Z test_nvfuser_correctness_resolve_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5133332Z test_nvfuser_correctness_resolve_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5147983Z test_nvfuser_correctness_resolve_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5162932Z test_nvfuser_correctness_resolve_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5177565Z test_nvfuser_correctness_resolve_conj_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5192698Z test_nvfuser_correctness_resolve_conj_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5207332Z test_nvfuser_correctness_resolve_conj_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5221994Z test_nvfuser_correctness_resolve_conj_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5236880Z test_nvfuser_correctness_resolve_conj_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5251618Z test_nvfuser_correctness_resolve_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5266261Z test_nvfuser_correctness_resolve_neg_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5281200Z test_nvfuser_correctness_resolve_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5295911Z test_nvfuser_correctness_resolve_neg_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5310652Z test_nvfuser_correctness_resolve_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5325753Z test_nvfuser_correctness_resolve_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5340319Z test_nvfuser_correctness_resolve_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5355215Z test_nvfuser_correctness_resolve_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5369845Z test_nvfuser_correctness_resolve_neg_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5384505Z test_nvfuser_correctness_resolve_neg_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5399439Z test_nvfuser_correctness_resolve_neg_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5414236Z test_nvfuser_correctness_resolve_neg_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5429087Z test_nvfuser_correctness_resolve_neg_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5444051Z test_nvfuser_correctness_roll_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5458625Z test_nvfuser_correctness_roll_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5473638Z test_nvfuser_correctness_roll_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5488323Z test_nvfuser_correctness_roll_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5503177Z test_nvfuser_correctness_roll_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5518004Z test_nvfuser_correctness_roll_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5533035Z test_nvfuser_correctness_roll_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5547444Z test_nvfuser_correctness_roll_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5562514Z test_nvfuser_correctness_roll_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5577197Z test_nvfuser_correctness_roll_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5592278Z test_nvfuser_correctness_roll_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5606989Z test_nvfuser_correctness_roll_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5621751Z test_nvfuser_correctness_roll_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5636617Z test_nvfuser_correctness_rot90_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5651197Z test_nvfuser_correctness_rot90_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5665873Z test_nvfuser_correctness_rot90_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5680813Z test_nvfuser_correctness_rot90_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5695621Z test_nvfuser_correctness_rot90_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5710167Z test_nvfuser_correctness_rot90_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5725069Z test_nvfuser_correctness_rot90_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5739871Z test_nvfuser_correctness_rot90_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5754784Z test_nvfuser_correctness_rot90_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5769373Z test_nvfuser_correctness_rot90_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5784180Z test_nvfuser_correctness_rot90_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5799376Z test_nvfuser_correctness_rot90_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5814103Z test_nvfuser_correctness_round_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5828959Z test_nvfuser_correctness_round_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5843993Z test_nvfuser_correctness_round_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5858770Z test_nvfuser_correctness_round_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5873763Z test_nvfuser_correctness_round_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5888635Z test_nvfuser_correctness_round_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5903284Z test_nvfuser_correctness_round_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5918488Z test_nvfuser_correctness_round_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5933162Z test_nvfuser_correctness_round_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5948017Z test_nvfuser_correctness_round_decimals_0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5963073Z test_nvfuser_correctness_round_decimals_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5977611Z test_nvfuser_correctness_round_decimals_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.5992569Z test_nvfuser_correctness_round_decimals_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6007287Z test_nvfuser_correctness_round_decimals_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6021999Z test_nvfuser_correctness_round_decimals_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6036859Z test_nvfuser_correctness_round_decimals_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6051624Z test_nvfuser_correctness_round_decimals_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6066207Z test_nvfuser_correctness_round_decimals_neg_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6081041Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6095754Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6110513Z test_nvfuser_correctness_round_decimals_neg_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6125417Z test_nvfuser_correctness_rsqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6140142Z test_nvfuser_correctness_rsqrt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6154912Z test_nvfuser_correctness_rsqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6169419Z test_nvfuser_correctness_rsqrt_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6184188Z test_nvfuser_correctness_rsqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6200263Z test_nvfuser_correctness_rsqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:54.6215140Z test_nvfuser_correctness_rsqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6230403Z test_nvfuser_correctness_rsqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6245204Z test_nvfuser_correctness_rsqrt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6260060Z test_nvfuser_correctness_rsqrt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6275547Z test_nvfuser_correctness_rsqrt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6290286Z test_nvfuser_correctness_rsqrt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6305144Z test_nvfuser_correctness_rsqrt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6320305Z test_nvfuser_correctness_rsub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6335140Z test_nvfuser_correctness_rsub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6350452Z test_nvfuser_correctness_rsub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6365326Z test_nvfuser_correctness_rsub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6380010Z test_nvfuser_correctness_rsub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6394775Z test_nvfuser_correctness_rsub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6409406Z test_nvfuser_correctness_rsub_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6424077Z test_nvfuser_correctness_rsub_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6438962Z test_nvfuser_correctness_rsub_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6453777Z test_nvfuser_correctness_rsub_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6468387Z test_nvfuser_correctness_rsub_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6483141Z test_nvfuser_correctness_scatter_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6497828Z test_nvfuser_correctness_scatter_add_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6512970Z test_nvfuser_correctness_scatter_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6527606Z test_nvfuser_correctness_scatter_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6542283Z test_nvfuser_correctness_scatter_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6557226Z test_nvfuser_correctness_scatter_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6571911Z test_nvfuser_correctness_scatter_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6586658Z test_nvfuser_correctness_scatter_add_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6601586Z test_nvfuser_correctness_scatter_add_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6616202Z test_nvfuser_correctness_scatter_add_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6631026Z test_nvfuser_correctness_scatter_add_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6645869Z test_nvfuser_correctness_scatter_add_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6660596Z test_nvfuser_correctness_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6675782Z test_nvfuser_correctness_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6690285Z test_nvfuser_correctness_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6705174Z test_nvfuser_correctness_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6720055Z test_nvfuser_correctness_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6734693Z test_nvfuser_correctness_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6749378Z test_nvfuser_correctness_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6764392Z test_nvfuser_correctness_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6779115Z test_nvfuser_correctness_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6793960Z test_nvfuser_correctness_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6808570Z test_nvfuser_correctness_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6823301Z test_nvfuser_correctness_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6838218Z test_nvfuser_correctness_scatter_reduce_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6852956Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6867675Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6882720Z test_nvfuser_correctness_scatter_reduce_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6897493Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6912429Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6927137Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6942040Z test_nvfuser_correctness_scatter_reduce_amax_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6957002Z test_nvfuser_correctness_scatter_reduce_amax_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6971960Z test_nvfuser_correctness_scatter_reduce_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.6986605Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7001473Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7016626Z test_nvfuser_correctness_scatter_reduce_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7031078Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7045891Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7060647Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7075663Z test_nvfuser_correctness_scatter_reduce_amin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7090247Z test_nvfuser_correctness_scatter_reduce_amin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7104893Z test_nvfuser_correctness_scatter_reduce_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7119808Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7134546Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7149223Z test_nvfuser_correctness_scatter_reduce_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7164113Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7178865Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7193896Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7208495Z test_nvfuser_correctness_scatter_reduce_mean_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7223221Z test_nvfuser_correctness_scatter_reduce_mean_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7238159Z test_nvfuser_correctness_scatter_reduce_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7252903Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7267521Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7282458Z test_nvfuser_correctness_scatter_reduce_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7297324Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7312278Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7327002Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7341635Z test_nvfuser_correctness_scatter_reduce_prod_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7356526Z test_nvfuser_correctness_scatter_reduce_prod_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7371245Z test_nvfuser_correctness_scatter_reduce_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7385958Z test_nvfuser_correctness_scatter_reduce_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7400868Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7415452Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7430118Z test_nvfuser_correctness_scatter_reduce_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7444947Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7459737Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7474611Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7489335Z test_nvfuser_correctness_scatter_reduce_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7503960Z test_nvfuser_correctness_scatter_reduce_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7519052Z test_nvfuser_correctness_searchsorted_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7533689Z test_nvfuser_correctness_searchsorted_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7548407Z test_nvfuser_correctness_searchsorted_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7563291Z test_nvfuser_correctness_searchsorted_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7578037Z test_nvfuser_correctness_searchsorted_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7593077Z test_nvfuser_correctness_searchsorted_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7607960Z test_nvfuser_correctness_searchsorted_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7622541Z test_nvfuser_correctness_searchsorted_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7637443Z test_nvfuser_correctness_segment_reduce_lengths_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7652189Z test_nvfuser_correctness_segment_reduce_lengths_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7666892Z test_nvfuser_correctness_segment_reduce_lengths_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7681875Z test_nvfuser_correctness_segment_reduce_lengths_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7696392Z test_nvfuser_correctness_segment_reduce_offsets_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7711076Z test_nvfuser_correctness_segment_reduce_offsets_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7726025Z test_nvfuser_correctness_segment_reduce_offsets_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7740889Z test_nvfuser_correctness_segment_reduce_offsets_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7755759Z test_nvfuser_correctness_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7770309Z test_nvfuser_correctness_select_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7784967Z test_nvfuser_correctness_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7799894Z test_nvfuser_correctness_select_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7814601Z test_nvfuser_correctness_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7829557Z test_nvfuser_correctness_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7844184Z test_nvfuser_correctness_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7858878Z test_nvfuser_correctness_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7874920Z test_nvfuser_correctness_select_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7889618Z test_nvfuser_correctness_select_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7904255Z test_nvfuser_correctness_select_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7919140Z test_nvfuser_correctness_select_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7933917Z test_nvfuser_correctness_select_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7948668Z test_nvfuser_correctness_select_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7963623Z test_nvfuser_correctness_select_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7978296Z test_nvfuser_correctness_select_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.7993504Z test_nvfuser_correctness_select_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8008279Z test_nvfuser_correctness_select_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8023007Z test_nvfuser_correctness_select_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8038069Z test_nvfuser_correctness_select_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8052762Z test_nvfuser_correctness_select_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8067457Z test_nvfuser_correctness_select_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8082592Z test_nvfuser_correctness_select_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8097046Z test_nvfuser_correctness_sgn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8112740Z test_nvfuser_correctness_sgn_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8127117Z test_nvfuser_correctness_sgn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8141739Z test_nvfuser_correctness_sgn_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8156605Z test_nvfuser_correctness_sgn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8171240Z test_nvfuser_correctness_sgn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8185910Z test_nvfuser_correctness_sgn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8200901Z test_nvfuser_correctness_sgn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8215794Z test_nvfuser_correctness_sgn_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8230596Z test_nvfuser_correctness_sgn_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8245484Z test_nvfuser_correctness_sgn_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8260312Z test_nvfuser_correctness_sgn_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8275518Z test_nvfuser_correctness_sgn_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8290325Z test_nvfuser_correctness_short_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8305116Z test_nvfuser_correctness_short_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8319904Z test_nvfuser_correctness_short_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8334618Z test_nvfuser_correctness_short_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8349359Z test_nvfuser_correctness_short_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8364234Z test_nvfuser_correctness_short_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8378902Z test_nvfuser_correctness_short_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8393835Z test_nvfuser_correctness_short_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8408587Z test_nvfuser_correctness_short_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8423344Z test_nvfuser_correctness_short_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8438626Z test_nvfuser_correctness_short_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8453231Z test_nvfuser_correctness_short_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8468034Z test_nvfuser_correctness_sigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8482929Z test_nvfuser_correctness_sigmoid_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8497590Z test_nvfuser_correctness_sigmoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8512550Z test_nvfuser_correctness_sigmoid_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8527267Z test_nvfuser_correctness_sigmoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8541974Z test_nvfuser_correctness_sigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8556835Z test_nvfuser_correctness_sigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8571543Z test_nvfuser_correctness_sigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8586254Z test_nvfuser_correctness_sigmoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8601282Z test_nvfuser_correctness_sigmoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8616149Z test_nvfuser_correctness_sigmoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8630691Z test_nvfuser_correctness_sigmoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8645530Z test_nvfuser_correctness_sigmoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8660174Z test_nvfuser_correctness_sign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8675024Z test_nvfuser_correctness_sign_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8689689Z test_nvfuser_correctness_sign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8704332Z test_nvfuser_correctness_sign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8719166Z test_nvfuser_correctness_sign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8733849Z test_nvfuser_correctness_sign_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8748772Z test_nvfuser_correctness_sign_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8763558Z test_nvfuser_correctness_sign_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8779412Z test_nvfuser_correctness_sign_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8794537Z test_nvfuser_correctness_sign_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8809265Z test_nvfuser_correctness_signbit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8823881Z test_nvfuser_correctness_signbit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8838885Z test_nvfuser_correctness_signbit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8853846Z test_nvfuser_correctness_signbit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8868419Z test_nvfuser_correctness_signbit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8883349Z test_nvfuser_correctness_signbit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8898124Z test_nvfuser_correctness_signbit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8913209Z test_nvfuser_correctness_signbit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8928188Z test_nvfuser_correctness_signbit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8943142Z test_nvfuser_correctness_signbit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8957896Z test_nvfuser_correctness_sin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8972676Z test_nvfuser_correctness_sin_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.8987353Z test_nvfuser_correctness_sin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9002313Z test_nvfuser_correctness_sin_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9017000Z test_nvfuser_correctness_sin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9031981Z test_nvfuser_correctness_sin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9046804Z test_nvfuser_correctness_sin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9061295Z test_nvfuser_correctness_sin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9076432Z test_nvfuser_correctness_sin_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9091133Z test_nvfuser_correctness_sin_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9105816Z test_nvfuser_correctness_sin_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9120706Z test_nvfuser_correctness_sin_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9135388Z test_nvfuser_correctness_sin_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9150187Z test_nvfuser_correctness_sinc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9165092Z test_nvfuser_correctness_sinc_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9179785Z test_nvfuser_correctness_sinc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9194694Z test_nvfuser_correctness_sinc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9209275Z test_nvfuser_correctness_sinc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9224062Z test_nvfuser_correctness_sinc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9239005Z test_nvfuser_correctness_sinc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9253719Z test_nvfuser_correctness_sinc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9268577Z test_nvfuser_correctness_sinc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9283515Z test_nvfuser_correctness_sinc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9298235Z test_nvfuser_correctness_sinc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9313289Z test_nvfuser_correctness_sinc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9328049Z test_nvfuser_correctness_sinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9342740Z test_nvfuser_correctness_sinh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9357639Z test_nvfuser_correctness_sinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9372308Z test_nvfuser_correctness_sinh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9387390Z test_nvfuser_correctness_sinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9402419Z test_nvfuser_correctness_sinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9417180Z test_nvfuser_correctness_sinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9432176Z test_nvfuser_correctness_sinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9446849Z test_nvfuser_correctness_sinh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9461544Z test_nvfuser_correctness_sinh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9476517Z test_nvfuser_correctness_sinh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9491264Z test_nvfuser_correctness_sinh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9506012Z test_nvfuser_correctness_sinh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9521060Z test_nvfuser_correctness_slice_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9535816Z test_nvfuser_correctness_slice_scatter_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9550504Z test_nvfuser_correctness_slice_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9565447Z test_nvfuser_correctness_slice_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9580357Z test_nvfuser_correctness_slice_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9595033Z test_nvfuser_correctness_slice_scatter_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9609606Z test_nvfuser_correctness_slice_scatter_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9624276Z test_nvfuser_correctness_slice_scatter_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9639223Z test_nvfuser_correctness_slice_scatter_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9653962Z test_nvfuser_correctness_slice_scatter_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9668629Z test_nvfuser_correctness_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9683476Z test_nvfuser_correctness_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9698380Z test_nvfuser_correctness_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9713340Z test_nvfuser_correctness_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9728077Z test_nvfuser_correctness_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9742780Z test_nvfuser_correctness_softmax_with_dtype_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9757836Z test_nvfuser_correctness_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9772459Z test_nvfuser_correctness_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9787139Z test_nvfuser_correctness_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9802197Z test_nvfuser_correctness_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9816889Z test_nvfuser_correctness_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9831560Z test_nvfuser_correctness_softmax_with_dtype_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9846279Z test_nvfuser_correctness_softmax_with_dtype_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9860971Z test_nvfuser_correctness_softmax_with_dtype_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9875914Z test_nvfuser_correctness_softmax_with_dtype_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9890649Z test_nvfuser_correctness_softmax_with_dtype_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9905225Z test_nvfuser_correctness_sort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9920072Z test_nvfuser_correctness_sort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9934991Z test_nvfuser_correctness_sort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9949509Z test_nvfuser_correctness_sort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9964262Z test_nvfuser_correctness_sort_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9978877Z test_nvfuser_correctness_sort_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:54.9993929Z test_nvfuser_correctness_sort_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0008612Z test_nvfuser_correctness_sort_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0023298Z test_nvfuser_correctness_sort_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0038467Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0053188Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0067915Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0083020Z test_nvfuser_correctness_sparse_sampled_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0097665Z test_nvfuser_correctness_special_airy_ai_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0112692Z test_nvfuser_correctness_special_airy_ai_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0127364Z test_nvfuser_correctness_special_airy_ai_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0142318Z test_nvfuser_correctness_special_airy_ai_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0157253Z test_nvfuser_correctness_special_airy_ai_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0171968Z test_nvfuser_correctness_special_airy_ai_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0186629Z test_nvfuser_correctness_special_airy_ai_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0201733Z test_nvfuser_correctness_special_airy_ai_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0216259Z test_nvfuser_correctness_special_bessel_j0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0231008Z test_nvfuser_correctness_special_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0245829Z test_nvfuser_correctness_special_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0260511Z test_nvfuser_correctness_special_bessel_j0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0276021Z test_nvfuser_correctness_special_bessel_j0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0290573Z test_nvfuser_correctness_special_bessel_j0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0305247Z test_nvfuser_correctness_special_bessel_j0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0320326Z test_nvfuser_correctness_special_bessel_j0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0335064Z test_nvfuser_correctness_special_bessel_j1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0349756Z test_nvfuser_correctness_special_bessel_j1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0364579Z test_nvfuser_correctness_special_bessel_j1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0379239Z test_nvfuser_correctness_special_bessel_j1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0394200Z test_nvfuser_correctness_special_bessel_j1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0408897Z test_nvfuser_correctness_special_bessel_j1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0423682Z test_nvfuser_correctness_special_bessel_j1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0438636Z test_nvfuser_correctness_special_bessel_j1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0453521Z test_nvfuser_correctness_special_bessel_y0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0468031Z test_nvfuser_correctness_special_bessel_y0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0483008Z test_nvfuser_correctness_special_bessel_y0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0498004Z test_nvfuser_correctness_special_bessel_y0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0512836Z test_nvfuser_correctness_special_bessel_y0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0527575Z test_nvfuser_correctness_special_bessel_y0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0542289Z test_nvfuser_correctness_special_bessel_y0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0557254Z test_nvfuser_correctness_special_bessel_y0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0571914Z test_nvfuser_correctness_special_bessel_y1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0586638Z test_nvfuser_correctness_special_bessel_y1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0601470Z test_nvfuser_correctness_special_bessel_y1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0616178Z test_nvfuser_correctness_special_bessel_y1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0631007Z test_nvfuser_correctness_special_bessel_y1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0645809Z test_nvfuser_correctness_special_bessel_y1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0660569Z test_nvfuser_correctness_special_bessel_y1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0675477Z test_nvfuser_correctness_special_bessel_y1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.0685841Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0696286Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0706679Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0717378Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0727578Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0739126Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0748387Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0759244Z test_nvfuser_correctness_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0769675Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0779910Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0790669Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0801379Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0811490Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0822562Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0833304Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0843756Z test_nvfuser_correctness_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0853626Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0863993Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0874938Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0885342Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0895964Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0906132Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0916708Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0927431Z test_nvfuser_correctness_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0938019Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0948337Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0959209Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0969565Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0980099Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.0990561Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1001349Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1011786Z test_nvfuser_correctness_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1026812Z test_nvfuser_correctness_special_entr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1041792Z test_nvfuser_correctness_special_entr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1056384Z test_nvfuser_correctness_special_entr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1071171Z test_nvfuser_correctness_special_entr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1085742Z test_nvfuser_correctness_special_entr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1100386Z test_nvfuser_correctness_special_entr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1115250Z test_nvfuser_correctness_special_entr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1129992Z test_nvfuser_correctness_special_entr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1144641Z test_nvfuser_correctness_special_entr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1159419Z test_nvfuser_correctness_special_entr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1174208Z test_nvfuser_correctness_special_erfcx_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1189842Z test_nvfuser_correctness_special_erfcx_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1204557Z test_nvfuser_correctness_special_erfcx_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1219150Z test_nvfuser_correctness_special_erfcx_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1234122Z test_nvfuser_correctness_special_erfcx_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1248830Z test_nvfuser_correctness_special_erfcx_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1263436Z test_nvfuser_correctness_special_erfcx_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1278214Z test_nvfuser_correctness_special_erfcx_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1288317Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1300093Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1310294Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1320927Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1331151Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1341908Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1352338Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1363222Z test_nvfuser_correctness_special_hermite_polynomial_h_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1373206Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1383603Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1394646Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1404807Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1415723Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1426100Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1436876Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1447423Z test_nvfuser_correctness_special_hermite_polynomial_he_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1462221Z test_nvfuser_correctness_special_i0e_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1477095Z test_nvfuser_correctness_special_i0e_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1491802Z test_nvfuser_correctness_special_i0e_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1506329Z test_nvfuser_correctness_special_i0e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1521176Z test_nvfuser_correctness_special_i0e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1535624Z test_nvfuser_correctness_special_i0e_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1550293Z test_nvfuser_correctness_special_i0e_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1565050Z test_nvfuser_correctness_special_i0e_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1579683Z test_nvfuser_correctness_special_i0e_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1594489Z test_nvfuser_correctness_special_i0e_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1609126Z test_nvfuser_correctness_special_i1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1623823Z test_nvfuser_correctness_special_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1638761Z test_nvfuser_correctness_special_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1653478Z test_nvfuser_correctness_special_i1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1668081Z test_nvfuser_correctness_special_i1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1683081Z test_nvfuser_correctness_special_i1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1697598Z test_nvfuser_correctness_special_i1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1712625Z test_nvfuser_correctness_special_i1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1727254Z test_nvfuser_correctness_special_i1e_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1741990Z test_nvfuser_correctness_special_i1e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1757120Z test_nvfuser_correctness_special_i1e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1771734Z test_nvfuser_correctness_special_i1e_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1786314Z test_nvfuser_correctness_special_i1e_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1801225Z test_nvfuser_correctness_special_i1e_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1815893Z test_nvfuser_correctness_special_i1e_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1830526Z test_nvfuser_correctness_special_i1e_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.1840942Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1851474Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1861961Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1872985Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1883111Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1893908Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1903980Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1914679Z test_nvfuser_correctness_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1925190Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1935877Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1946005Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1957221Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1967533Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1977996Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1988467Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.1999217Z test_nvfuser_correctness_special_legendre_polynomial_p_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.2014292Z test_nvfuser_correctness_special_log_ndtr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2029077Z test_nvfuser_correctness_special_log_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2043825Z test_nvfuser_correctness_special_log_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2058523Z test_nvfuser_correctness_special_log_ndtr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2073545Z test_nvfuser_correctness_special_log_ndtr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2088108Z test_nvfuser_correctness_special_log_ndtr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2102887Z test_nvfuser_correctness_special_log_ndtr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2117876Z test_nvfuser_correctness_special_log_ndtr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2132582Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2147325Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2162363Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2177067Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2192157Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2206732Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2221600Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2236491Z test_nvfuser_correctness_special_modified_bessel_i0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2251282Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2265722Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2280680Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2295258Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2309907Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2324875Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2339119Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2354256Z test_nvfuser_correctness_special_modified_bessel_i1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2369708Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2384135Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2399328Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2413813Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2428486Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2443517Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2458040Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2473151Z test_nvfuser_correctness_special_modified_bessel_k0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2487574Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2502433Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2517422Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2532137Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2546558Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2561384Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2576020Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2590777Z test_nvfuser_correctness_special_modified_bessel_k1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2605592Z test_nvfuser_correctness_special_ndtr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2620134Z test_nvfuser_correctness_special_ndtr_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2634980Z test_nvfuser_correctness_special_ndtr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2649651Z test_nvfuser_correctness_special_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2664224Z test_nvfuser_correctness_special_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2679133Z test_nvfuser_correctness_special_ndtr_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2693888Z test_nvfuser_correctness_special_ndtr_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2708397Z test_nvfuser_correctness_special_ndtr_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2723267Z test_nvfuser_correctness_special_ndtr_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2737883Z test_nvfuser_correctness_special_ndtr_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2752769Z test_nvfuser_correctness_special_ndtri_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2767302Z test_nvfuser_correctness_special_ndtri_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2781931Z test_nvfuser_correctness_special_ndtri_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2796765Z test_nvfuser_correctness_special_ndtri_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2811498Z test_nvfuser_correctness_special_ndtri_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2825999Z test_nvfuser_correctness_special_ndtri_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2841046Z test_nvfuser_correctness_special_ndtri_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2855492Z test_nvfuser_correctness_special_ndtri_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2870330Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2885019Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2899568Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2914659Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2929193Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2943772Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2958694Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2973468Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.2988078Z test_nvfuser_correctness_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3003161Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3018338Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3033127Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3047662Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3062298Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3077162Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3091879Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3106496Z test_nvfuser_correctness_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3121616Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3136240Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3151080Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3166027Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3180686Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3195669Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3210318Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3224919Z test_nvfuser_correctness_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3235107Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3245439Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3256134Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3267196Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3277970Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3288700Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3299130Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3309790Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3320461Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3331141Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3341813Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3352722Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3363359Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3374002Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3384529Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3394721Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3405507Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3416083Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3426633Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3437293Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3447782Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3458260Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3468721Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3479525Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3490164Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3500066Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3510856Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3521459Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3531964Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3542558Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3553198Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3563419Z test_nvfuser_correctness_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:55.3578641Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3593773Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3608322Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3622978Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3638120Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3652813Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3667359Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3682208Z test_nvfuser_correctness_special_spherical_bessel_j0_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3696850Z test_nvfuser_correctness_special_xlog1py_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3711467Z test_nvfuser_correctness_special_xlog1py_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3726199Z test_nvfuser_correctness_special_xlog1py_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3740802Z test_nvfuser_correctness_special_xlog1py_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3755876Z test_nvfuser_correctness_special_xlog1py_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3770457Z test_nvfuser_correctness_special_xlog1py_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3784839Z test_nvfuser_correctness_special_xlog1py_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3799971Z test_nvfuser_correctness_special_xlog1py_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3814452Z test_nvfuser_correctness_special_xlog1py_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3829166Z test_nvfuser_correctness_special_xlog1py_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3844015Z test_nvfuser_correctness_special_zeta_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3858586Z test_nvfuser_correctness_special_zeta_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3873562Z test_nvfuser_correctness_special_zeta_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3888031Z test_nvfuser_correctness_special_zeta_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3902651Z test_nvfuser_correctness_special_zeta_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3917622Z test_nvfuser_correctness_special_zeta_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3932305Z test_nvfuser_correctness_special_zeta_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3947181Z test_nvfuser_correctness_special_zeta_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3962186Z test_nvfuser_correctness_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3976716Z test_nvfuser_correctness_split_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.3991341Z test_nvfuser_correctness_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4006256Z test_nvfuser_correctness_split_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4020950Z test_nvfuser_correctness_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4035742Z test_nvfuser_correctness_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4050128Z test_nvfuser_correctness_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4064649Z test_nvfuser_correctness_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4079472Z test_nvfuser_correctness_split_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4094015Z test_nvfuser_correctness_split_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4108675Z test_nvfuser_correctness_split_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4123539Z test_nvfuser_correctness_split_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4138095Z test_nvfuser_correctness_split_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4152992Z test_nvfuser_correctness_split_list_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4167686Z test_nvfuser_correctness_split_list_args_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4182433Z test_nvfuser_correctness_split_list_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4197084Z test_nvfuser_correctness_split_list_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4211619Z test_nvfuser_correctness_split_list_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4226390Z test_nvfuser_correctness_split_list_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4241217Z test_nvfuser_correctness_split_list_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4255981Z test_nvfuser_correctness_split_list_args_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4270353Z test_nvfuser_correctness_split_list_args_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4285217Z test_nvfuser_correctness_split_list_args_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4299848Z test_nvfuser_correctness_split_list_args_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4314595Z test_nvfuser_correctness_split_list_args_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4329167Z test_nvfuser_correctness_split_with_sizes_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4343700Z test_nvfuser_correctness_split_with_sizes_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4358484Z test_nvfuser_correctness_split_with_sizes_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4373267Z test_nvfuser_correctness_split_with_sizes_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4387626Z test_nvfuser_correctness_split_with_sizes_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4402571Z test_nvfuser_correctness_split_with_sizes_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4417848Z test_nvfuser_correctness_split_with_sizes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4432726Z test_nvfuser_correctness_split_with_sizes_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4447429Z test_nvfuser_correctness_split_with_sizes_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4461916Z test_nvfuser_correctness_split_with_sizes_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4476928Z test_nvfuser_correctness_split_with_sizes_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4491521Z test_nvfuser_correctness_split_with_sizes_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4506152Z test_nvfuser_correctness_split_with_sizes_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4520970Z test_nvfuser_correctness_sqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4535470Z test_nvfuser_correctness_sqrt_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4550147Z test_nvfuser_correctness_sqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4565102Z test_nvfuser_correctness_sqrt_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4579767Z test_nvfuser_correctness_sqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4594726Z test_nvfuser_correctness_sqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4609404Z test_nvfuser_correctness_sqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4624105Z test_nvfuser_correctness_sqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4639096Z test_nvfuser_correctness_sqrt_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4653785Z test_nvfuser_correctness_sqrt_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4668446Z test_nvfuser_correctness_sqrt_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4683339Z test_nvfuser_correctness_sqrt_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4698026Z test_nvfuser_correctness_sqrt_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4712969Z test_nvfuser_correctness_square_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4727440Z test_nvfuser_correctness_square_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4742253Z test_nvfuser_correctness_square_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4757308Z test_nvfuser_correctness_square_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4772222Z test_nvfuser_correctness_square_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4787002Z test_nvfuser_correctness_square_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4802578Z test_nvfuser_correctness_square_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4817348Z test_nvfuser_correctness_square_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4832448Z test_nvfuser_correctness_square_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4847209Z test_nvfuser_correctness_square_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4861850Z test_nvfuser_correctness_square_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4876686Z test_nvfuser_correctness_square_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4891446Z test_nvfuser_correctness_squeeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4906080Z test_nvfuser_correctness_squeeze_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4920955Z test_nvfuser_correctness_squeeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4935726Z test_nvfuser_correctness_squeeze_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4950447Z test_nvfuser_correctness_squeeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4965321Z test_nvfuser_correctness_squeeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4980002Z test_nvfuser_correctness_squeeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.4994765Z test_nvfuser_correctness_squeeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5009416Z test_nvfuser_correctness_squeeze_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5024130Z test_nvfuser_correctness_squeeze_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5039065Z test_nvfuser_correctness_squeeze_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5053746Z test_nvfuser_correctness_squeeze_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5068456Z test_nvfuser_correctness_squeeze_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5083399Z test_nvfuser_correctness_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5097987Z test_nvfuser_correctness_stack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5113012Z test_nvfuser_correctness_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5127676Z test_nvfuser_correctness_stack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5142326Z test_nvfuser_correctness_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5157335Z test_nvfuser_correctness_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5171955Z test_nvfuser_correctness_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5186588Z test_nvfuser_correctness_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5201814Z test_nvfuser_correctness_stack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5216303Z test_nvfuser_correctness_stack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5231052Z test_nvfuser_correctness_stack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5245921Z test_nvfuser_correctness_stack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5260697Z test_nvfuser_correctness_stack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5275590Z test_nvfuser_correctness_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5290164Z test_nvfuser_correctness_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5304957Z test_nvfuser_correctness_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5319837Z test_nvfuser_correctness_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5334471Z test_nvfuser_correctness_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5349110Z test_nvfuser_correctness_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5363950Z test_nvfuser_correctness_std_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5378639Z test_nvfuser_correctness_std_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5393605Z test_nvfuser_correctness_std_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5408254Z test_nvfuser_correctness_std_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5422964Z test_nvfuser_correctness_std_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5438028Z test_nvfuser_correctness_std_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5452950Z test_nvfuser_correctness_stft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5467658Z test_nvfuser_correctness_stft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5482663Z test_nvfuser_correctness_stft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5497339Z test_nvfuser_correctness_stft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5512371Z test_nvfuser_correctness_sub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5527136Z test_nvfuser_correctness_sub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5541881Z test_nvfuser_correctness_sub_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5556758Z test_nvfuser_correctness_sub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5571434Z test_nvfuser_correctness_sub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5586074Z test_nvfuser_correctness_sub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5601077Z test_nvfuser_correctness_sub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5615790Z test_nvfuser_correctness_sub_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5630442Z test_nvfuser_correctness_sub_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5645280Z test_nvfuser_correctness_sub_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5660006Z test_nvfuser_correctness_sub_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5674776Z test_nvfuser_correctness_sub_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5689367Z test_nvfuser_correctness_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5704065Z test_nvfuser_correctness_sum_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5718922Z test_nvfuser_correctness_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5733657Z test_nvfuser_correctness_sum_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5748501Z test_nvfuser_correctness_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5763355Z test_nvfuser_correctness_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5778000Z test_nvfuser_correctness_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5793134Z test_nvfuser_correctness_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5807871Z test_nvfuser_correctness_sum_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5822605Z test_nvfuser_correctness_sum_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5837672Z test_nvfuser_correctness_sum_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5852343Z test_nvfuser_correctness_sum_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5866902Z test_nvfuser_correctness_sum_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5881800Z test_nvfuser_correctness_sum_to_size_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5896486Z test_nvfuser_correctness_sum_to_size_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5911693Z test_nvfuser_correctness_sum_to_size_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5926244Z test_nvfuser_correctness_sum_to_size_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5940799Z test_nvfuser_correctness_sum_to_size_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5955779Z test_nvfuser_correctness_sum_to_size_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5970487Z test_nvfuser_correctness_sum_to_size_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5985089Z test_nvfuser_correctness_sum_to_size_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.5999945Z test_nvfuser_correctness_sum_to_size_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6015073Z test_nvfuser_correctness_sum_to_size_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6029600Z test_nvfuser_correctness_sum_to_size_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6044410Z test_nvfuser_correctness_sum_to_size_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6060037Z test_nvfuser_correctness_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6075057Z test_nvfuser_correctness_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6090246Z test_nvfuser_correctness_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6105322Z test_nvfuser_correctness_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6120793Z test_nvfuser_correctness_svd_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6135843Z test_nvfuser_correctness_svd_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6150579Z test_nvfuser_correctness_symeig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6165666Z test_nvfuser_correctness_symeig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6180141Z test_nvfuser_correctness_symeig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6195049Z test_nvfuser_correctness_symeig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6209906Z test_nvfuser_correctness_t_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6224597Z test_nvfuser_correctness_t_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6239525Z test_nvfuser_correctness_t_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6254202Z test_nvfuser_correctness_t_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6268895Z test_nvfuser_correctness_t_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6283783Z test_nvfuser_correctness_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6298496Z test_nvfuser_correctness_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6313369Z test_nvfuser_correctness_t_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6328143Z test_nvfuser_correctness_t_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6342738Z test_nvfuser_correctness_t_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6357592Z test_nvfuser_correctness_t_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6372219Z test_nvfuser_correctness_t_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6386935Z test_nvfuser_correctness_take_along_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6401966Z test_nvfuser_correctness_take_along_dim_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6416542Z test_nvfuser_correctness_take_along_dim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6431240Z test_nvfuser_correctness_take_along_dim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6446110Z test_nvfuser_correctness_take_along_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6460770Z test_nvfuser_correctness_take_along_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6475885Z test_nvfuser_correctness_take_along_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6490834Z test_nvfuser_correctness_take_along_dim_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6505471Z test_nvfuser_correctness_take_along_dim_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6520390Z test_nvfuser_correctness_take_along_dim_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6535078Z test_nvfuser_correctness_take_along_dim_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6549716Z test_nvfuser_correctness_take_along_dim_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6564625Z test_nvfuser_correctness_take_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6579154Z test_nvfuser_correctness_take_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6594100Z test_nvfuser_correctness_take_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6608679Z test_nvfuser_correctness_take_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6623340Z test_nvfuser_correctness_take_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6638485Z test_nvfuser_correctness_take_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6653118Z test_nvfuser_correctness_take_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6667811Z test_nvfuser_correctness_take_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6682720Z test_nvfuser_correctness_take_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6697257Z test_nvfuser_correctness_take_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6712268Z test_nvfuser_correctness_take_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6726718Z test_nvfuser_correctness_take_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6741612Z test_nvfuser_correctness_tan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6758118Z test_nvfuser_correctness_tan_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6771283Z test_nvfuser_correctness_tan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6785866Z test_nvfuser_correctness_tan_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6800903Z test_nvfuser_correctness_tan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6815421Z test_nvfuser_correctness_tan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6830259Z test_nvfuser_correctness_tan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6845309Z test_nvfuser_correctness_tan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6859935Z test_nvfuser_correctness_tan_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6875214Z test_nvfuser_correctness_tan_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6889476Z test_nvfuser_correctness_tan_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6904123Z test_nvfuser_correctness_tan_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6918988Z test_nvfuser_correctness_tan_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6933702Z test_nvfuser_correctness_tanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6948580Z test_nvfuser_correctness_tanh_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6963414Z test_nvfuser_correctness_tanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6978182Z test_nvfuser_correctness_tanh_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.6993094Z test_nvfuser_correctness_tanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7007728Z test_nvfuser_correctness_tanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7022410Z test_nvfuser_correctness_tanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7037320Z test_nvfuser_correctness_tanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7051939Z test_nvfuser_correctness_tanh_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7066558Z test_nvfuser_correctness_tanh_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7081521Z test_nvfuser_correctness_tanh_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7096208Z test_nvfuser_correctness_tanh_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7110897Z test_nvfuser_correctness_tanh_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7125789Z test_nvfuser_correctness_tensor_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7140297Z test_nvfuser_correctness_tensor_split_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7155264Z test_nvfuser_correctness_tensor_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7170050Z test_nvfuser_correctness_tensor_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7184630Z test_nvfuser_correctness_tensor_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7199394Z test_nvfuser_correctness_tensor_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7214066Z test_nvfuser_correctness_tensor_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7228912Z test_nvfuser_correctness_tensor_split_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7243766Z test_nvfuser_correctness_tensor_split_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7258478Z test_nvfuser_correctness_tensor_split_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7273293Z test_nvfuser_correctness_tensor_split_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7287931Z test_nvfuser_correctness_tensor_split_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7302562Z test_nvfuser_correctness_tensordot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7317533Z test_nvfuser_correctness_tensordot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7332212Z test_nvfuser_correctness_tensordot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7346962Z test_nvfuser_correctness_tensordot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7361865Z test_nvfuser_correctness_tensordot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7376484Z test_nvfuser_correctness_tensordot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7391287Z test_nvfuser_correctness_tile_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7406149Z test_nvfuser_correctness_tile_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7420781Z test_nvfuser_correctness_tile_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7435865Z test_nvfuser_correctness_tile_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7450355Z test_nvfuser_correctness_tile_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7465070Z test_nvfuser_correctness_tile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7479987Z test_nvfuser_correctness_tile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7494697Z test_nvfuser_correctness_tile_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7509851Z test_nvfuser_correctness_tile_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7524644Z test_nvfuser_correctness_tile_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7539267Z test_nvfuser_correctness_tile_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7554100Z test_nvfuser_correctness_tile_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7568814Z test_nvfuser_correctness_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7583508Z test_nvfuser_correctness_to_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7598417Z test_nvfuser_correctness_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7613449Z test_nvfuser_correctness_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7628082Z test_nvfuser_correctness_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7642988Z test_nvfuser_correctness_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7657673Z test_nvfuser_correctness_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7672560Z test_nvfuser_correctness_to_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7687392Z test_nvfuser_correctness_to_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7701998Z test_nvfuser_correctness_to_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7716917Z test_nvfuser_correctness_to_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7731550Z test_nvfuser_correctness_to_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7746281Z test_nvfuser_correctness_to_sparse_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7761265Z test_nvfuser_correctness_to_sparse_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7775971Z test_nvfuser_correctness_to_sparse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7790624Z test_nvfuser_correctness_to_sparse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7805518Z test_nvfuser_correctness_to_sparse_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7820228Z test_nvfuser_correctness_to_sparse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7835155Z test_nvfuser_correctness_to_sparse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7850033Z test_nvfuser_correctness_to_sparse_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7864581Z test_nvfuser_correctness_to_sparse_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7879540Z test_nvfuser_correctness_to_sparse_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7894259Z test_nvfuser_correctness_to_sparse_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7908796Z test_nvfuser_correctness_to_sparse_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7923729Z test_nvfuser_correctness_topk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7938360Z test_nvfuser_correctness_topk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7953280Z test_nvfuser_correctness_topk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7967866Z test_nvfuser_correctness_topk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7982463Z test_nvfuser_correctness_topk_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.7997352Z test_nvfuser_correctness_topk_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8012172Z test_nvfuser_correctness_topk_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8026915Z test_nvfuser_correctness_topk_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8041798Z test_nvfuser_correctness_topk_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8056444Z test_nvfuser_correctness_trace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8071139Z test_nvfuser_correctness_trace_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8085881Z test_nvfuser_correctness_trace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8100467Z test_nvfuser_correctness_trace_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8115427Z test_nvfuser_correctness_trace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8130097Z test_nvfuser_correctness_trace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8144870Z test_nvfuser_correctness_trace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8159837Z test_nvfuser_correctness_trace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8174396Z test_nvfuser_correctness_trace_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8189082Z test_nvfuser_correctness_trace_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8204020Z test_nvfuser_correctness_trace_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8218698Z test_nvfuser_correctness_trace_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8233726Z test_nvfuser_correctness_trace_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8248360Z test_nvfuser_correctness_transpose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8262997Z test_nvfuser_correctness_transpose_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8278344Z test_nvfuser_correctness_transpose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8293194Z test_nvfuser_correctness_transpose_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8307982Z test_nvfuser_correctness_transpose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8322947Z test_nvfuser_correctness_transpose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8338180Z test_nvfuser_correctness_transpose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8353158Z test_nvfuser_correctness_transpose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8367763Z test_nvfuser_correctness_transpose_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8382612Z test_nvfuser_correctness_transpose_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8397633Z test_nvfuser_correctness_transpose_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8412479Z test_nvfuser_correctness_transpose_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8427247Z test_nvfuser_correctness_transpose_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8442377Z test_nvfuser_correctness_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8456870Z test_nvfuser_correctness_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8471995Z test_nvfuser_correctness_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8493294Z test_nvfuser_correctness_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:55.8508042Z test_nvfuser_correctness_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8523041Z test_nvfuser_correctness_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8537666Z test_nvfuser_correctness_trapezoid_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8552664Z test_nvfuser_correctness_trapezoid_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8567316Z test_nvfuser_correctness_trapezoid_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8582041Z test_nvfuser_correctness_trapezoid_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8596872Z test_nvfuser_correctness_trapezoid_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8611481Z test_nvfuser_correctness_trapz_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8626393Z test_nvfuser_correctness_trapz_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8641340Z test_nvfuser_correctness_trapz_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8655766Z test_nvfuser_correctness_trapz_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8670770Z test_nvfuser_correctness_trapz_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8685905Z test_nvfuser_correctness_trapz_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8700174Z test_nvfuser_correctness_trapz_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8715212Z test_nvfuser_correctness_trapz_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8729579Z test_nvfuser_correctness_trapz_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8744247Z test_nvfuser_correctness_trapz_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8759020Z test_nvfuser_correctness_trapz_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8773400Z test_nvfuser_correctness_triangular_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8787721Z test_nvfuser_correctness_triangular_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8802246Z test_nvfuser_correctness_triangular_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8816569Z test_nvfuser_correctness_triangular_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8831283Z test_nvfuser_correctness_tril_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8846638Z test_nvfuser_correctness_tril_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8861028Z test_nvfuser_correctness_tril_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8875870Z test_nvfuser_correctness_tril_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8890478Z test_nvfuser_correctness_tril_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8905070Z test_nvfuser_correctness_tril_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8920194Z test_nvfuser_correctness_tril_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8934897Z test_nvfuser_correctness_tril_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8949513Z test_nvfuser_correctness_tril_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8964345Z test_nvfuser_correctness_tril_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8979092Z test_nvfuser_correctness_tril_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.8993939Z test_nvfuser_correctness_tril_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9008507Z test_nvfuser_correctness_tril_indices_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9023412Z test_nvfuser_correctness_tril_indices_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9038352Z test_nvfuser_correctness_triu_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9053319Z test_nvfuser_correctness_triu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9067857Z test_nvfuser_correctness_triu_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9082905Z test_nvfuser_correctness_triu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9097839Z test_nvfuser_correctness_triu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9112447Z test_nvfuser_correctness_triu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9127082Z test_nvfuser_correctness_triu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9141904Z test_nvfuser_correctness_triu_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9156737Z test_nvfuser_correctness_triu_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9171404Z test_nvfuser_correctness_triu_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9186116Z test_nvfuser_correctness_triu_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9201118Z test_nvfuser_correctness_triu_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9215761Z test_nvfuser_correctness_triu_indices_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9230462Z test_nvfuser_correctness_triu_indices_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9245274Z test_nvfuser_correctness_true_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9260021Z test_nvfuser_correctness_true_divide_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9274772Z test_nvfuser_correctness_true_divide_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9289478Z test_nvfuser_correctness_true_divide_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9304094Z test_nvfuser_correctness_true_divide_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9318940Z test_nvfuser_correctness_true_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9333879Z test_nvfuser_correctness_true_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9348476Z test_nvfuser_correctness_true_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9363463Z test_nvfuser_correctness_true_divide_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9378166Z test_nvfuser_correctness_true_divide_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9393039Z test_nvfuser_correctness_true_divide_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9407711Z test_nvfuser_correctness_true_divide_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9422490Z test_nvfuser_correctness_true_divide_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9437193Z test_nvfuser_correctness_trunc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9451998Z test_nvfuser_correctness_trunc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9466515Z test_nvfuser_correctness_trunc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9481408Z test_nvfuser_correctness_trunc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9496069Z test_nvfuser_correctness_trunc_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9510777Z test_nvfuser_correctness_trunc_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9525608Z test_nvfuser_correctness_trunc_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9540326Z test_nvfuser_correctness_trunc_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9555215Z test_nvfuser_correctness_trunc_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9570066Z test_nvfuser_correctness_unbind_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9584807Z test_nvfuser_correctness_unbind_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9599545Z test_nvfuser_correctness_unbind_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9614356Z test_nvfuser_correctness_unbind_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9650091Z test_nvfuser_correctness_unbind_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9650763Z test_nvfuser_correctness_unbind_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9658277Z test_nvfuser_correctness_unbind_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9673023Z test_nvfuser_correctness_unbind_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9687777Z test_nvfuser_correctness_unbind_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9702432Z test_nvfuser_correctness_unbind_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9717447Z test_nvfuser_correctness_unbind_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9732052Z test_nvfuser_correctness_unbind_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9746625Z test_nvfuser_correctness_unbind_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9761936Z test_nvfuser_correctness_unflatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9776521Z test_nvfuser_correctness_unflatten_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9791372Z test_nvfuser_correctness_unflatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9806093Z test_nvfuser_correctness_unflatten_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9820721Z test_nvfuser_correctness_unflatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9835622Z test_nvfuser_correctness_unflatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9850194Z test_nvfuser_correctness_unflatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9865032Z test_nvfuser_correctness_unflatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9879788Z test_nvfuser_correctness_unflatten_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9894505Z test_nvfuser_correctness_unflatten_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9909249Z test_nvfuser_correctness_unflatten_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9924161Z test_nvfuser_correctness_unflatten_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9938740Z test_nvfuser_correctness_unflatten_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9953735Z test_nvfuser_correctness_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9968525Z test_nvfuser_correctness_unfold_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9983250Z test_nvfuser_correctness_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:55.9998208Z test_nvfuser_correctness_unfold_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0012867Z test_nvfuser_correctness_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0027402Z test_nvfuser_correctness_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0042386Z test_nvfuser_correctness_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0057172Z test_nvfuser_correctness_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0072042Z test_nvfuser_correctness_unfold_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0086940Z test_nvfuser_correctness_unfold_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0101539Z test_nvfuser_correctness_unfold_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0116446Z test_nvfuser_correctness_unfold_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0131110Z test_nvfuser_correctness_unfold_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0145754Z test_nvfuser_correctness_uniform_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0160895Z test_nvfuser_correctness_uniform_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0175251Z test_nvfuser_correctness_uniform_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0189993Z test_nvfuser_correctness_uniform_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0204726Z test_nvfuser_correctness_uniform_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0219312Z test_nvfuser_correctness_uniform_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0234397Z test_nvfuser_correctness_unique_consecutive_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0249040Z test_nvfuser_correctness_unique_consecutive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0263708Z test_nvfuser_correctness_unique_consecutive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0278693Z test_nvfuser_correctness_unique_consecutive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0293392Z test_nvfuser_correctness_unique_consecutive_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0308135Z test_nvfuser_correctness_unique_consecutive_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0323073Z test_nvfuser_correctness_unique_consecutive_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0337836Z test_nvfuser_correctness_unique_consecutive_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0352927Z test_nvfuser_correctness_unique_consecutive_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0367507Z test_nvfuser_correctness_unique_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0382177Z test_nvfuser_correctness_unique_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0397331Z test_nvfuser_correctness_unique_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0412135Z test_nvfuser_correctness_unique_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0426885Z test_nvfuser_correctness_unique_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0441937Z test_nvfuser_correctness_unique_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0456625Z test_nvfuser_correctness_unique_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0471464Z test_nvfuser_correctness_unique_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0486319Z test_nvfuser_correctness_unique_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0502198Z test_nvfuser_correctness_unsqueeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0517287Z test_nvfuser_correctness_unsqueeze_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0532012Z test_nvfuser_correctness_unsqueeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0546535Z test_nvfuser_correctness_unsqueeze_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0561991Z test_nvfuser_correctness_unsqueeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0576585Z test_nvfuser_correctness_unsqueeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0591430Z test_nvfuser_correctness_unsqueeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0606078Z test_nvfuser_correctness_unsqueeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0620935Z test_nvfuser_correctness_unsqueeze_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0635903Z test_nvfuser_correctness_unsqueeze_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0650660Z test_nvfuser_correctness_unsqueeze_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0665482Z test_nvfuser_correctness_unsqueeze_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0680383Z test_nvfuser_correctness_unsqueeze_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0695010Z test_nvfuser_correctness_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0709764Z test_nvfuser_correctness_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0724492Z test_nvfuser_correctness_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0739104Z test_nvfuser_correctness_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0753967Z test_nvfuser_correctness_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0768720Z test_nvfuser_correctness_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0783251Z test_nvfuser_correctness_var_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0798494Z test_nvfuser_correctness_var_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0813220Z test_nvfuser_correctness_var_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0827836Z test_nvfuser_correctness_var_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0842736Z test_nvfuser_correctness_var_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0857313Z test_nvfuser_correctness_var_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0872241Z test_nvfuser_correctness_vdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0886890Z test_nvfuser_correctness_vdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0901526Z test_nvfuser_correctness_vdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0916530Z test_nvfuser_correctness_vdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0931039Z test_nvfuser_correctness_vdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0945720Z test_nvfuser_correctness_vdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0956350Z test_nvfuser_correctness_view_as_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:32:56.0971279Z test_nvfuser_correctness_view_as_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.0985855Z test_nvfuser_correctness_view_as_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1000852Z test_nvfuser_correctness_view_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1015692Z test_nvfuser_correctness_view_as_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1030393Z test_nvfuser_correctness_view_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1045285Z test_nvfuser_correctness_view_as_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1059870Z test_nvfuser_correctness_view_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1074726Z test_nvfuser_correctness_view_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1089261Z test_nvfuser_correctness_view_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1104097Z test_nvfuser_correctness_view_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1118866Z test_nvfuser_correctness_view_as_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1133623Z test_nvfuser_correctness_view_as_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1148209Z test_nvfuser_correctness_view_as_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1163002Z test_nvfuser_correctness_view_as_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1177744Z test_nvfuser_correctness_view_as_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1192740Z test_nvfuser_correctness_view_as_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1207346Z test_nvfuser_correctness_view_as_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1222026Z test_nvfuser_correctness_view_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1236821Z test_nvfuser_correctness_view_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1251772Z test_nvfuser_correctness_view_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1266200Z test_nvfuser_correctness_view_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1281076Z test_nvfuser_correctness_view_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1295741Z test_nvfuser_correctness_view_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1310339Z test_nvfuser_correctness_view_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1325156Z test_nvfuser_correctness_view_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1339807Z test_nvfuser_correctness_view_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1354756Z test_nvfuser_correctness_view_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1369306Z test_nvfuser_correctness_view_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1384001Z test_nvfuser_correctness_view_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1398958Z test_nvfuser_correctness_view_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1413669Z test_nvfuser_correctness_vsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1428214Z test_nvfuser_correctness_vsplit_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1443111Z test_nvfuser_correctness_vsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1457705Z test_nvfuser_correctness_vsplit_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1473778Z test_nvfuser_correctness_vsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1488230Z test_nvfuser_correctness_vsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1502868Z test_nvfuser_correctness_vsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1517717Z test_nvfuser_correctness_vsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1532270Z test_nvfuser_correctness_vsplit_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1546983Z test_nvfuser_correctness_vsplit_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1561870Z test_nvfuser_correctness_vsplit_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1576483Z test_nvfuser_correctness_vsplit_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1591185Z test_nvfuser_correctness_vsplit_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1606268Z test_nvfuser_correctness_vstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1620899Z test_nvfuser_correctness_vstack_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1635852Z test_nvfuser_correctness_vstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1650392Z test_nvfuser_correctness_vstack_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1665173Z test_nvfuser_correctness_vstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1680076Z test_nvfuser_correctness_vstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1694909Z test_nvfuser_correctness_vstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1709563Z test_nvfuser_correctness_vstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1724389Z test_nvfuser_correctness_vstack_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1739096Z test_nvfuser_correctness_vstack_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1754167Z test_nvfuser_correctness_vstack_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1768768Z test_nvfuser_correctness_vstack_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1783418Z test_nvfuser_correctness_vstack_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1798406Z test_nvfuser_correctness_where_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1813096Z test_nvfuser_correctness_where_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1827815Z test_nvfuser_correctness_where_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1842570Z test_nvfuser_correctness_where_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1857357Z test_nvfuser_correctness_where_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1872128Z test_nvfuser_correctness_where_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1886837Z test_nvfuser_correctness_where_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1901385Z test_nvfuser_correctness_where_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1916326Z test_nvfuser_correctness_where_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1931119Z test_nvfuser_correctness_where_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1945520Z test_nvfuser_correctness_where_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1960393Z test_nvfuser_correctness_where_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1975037Z test_nvfuser_correctness_where_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.1989539Z test_nvfuser_correctness_xlogy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2004360Z test_nvfuser_correctness_xlogy_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2019085Z test_nvfuser_correctness_xlogy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2033794Z test_nvfuser_correctness_xlogy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2048432Z test_nvfuser_correctness_xlogy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2062971Z test_nvfuser_correctness_xlogy_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2077865Z test_nvfuser_correctness_xlogy_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2092582Z test_nvfuser_correctness_xlogy_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2107154Z test_nvfuser_correctness_xlogy_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2121926Z test_nvfuser_correctness_xlogy_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2136718Z test_nvfuser_correctness_zero__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2151264Z test_nvfuser_correctness_zero__cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2166130Z test_nvfuser_correctness_zero__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2180874Z test_nvfuser_correctness_zero__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2195679Z test_nvfuser_correctness_zero__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2210171Z test_nvfuser_correctness_zero__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2224708Z test_nvfuser_correctness_zero__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2239608Z test_nvfuser_correctness_zero__cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2254150Z test_nvfuser_correctness_zero__cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2268970Z test_nvfuser_correctness_zero__cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2283869Z test_nvfuser_correctness_zero__cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2298494Z test_nvfuser_correctness_zero__cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2313398Z test_nvfuser_correctness_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2328057Z test_nvfuser_correctness_zeros_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2342750Z test_nvfuser_correctness_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2357630Z test_nvfuser_correctness_zeros_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2372301Z test_nvfuser_correctness_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2386847Z test_nvfuser_correctness_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2401880Z test_nvfuser_correctness_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2416523Z test_nvfuser_correctness_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2431120Z test_nvfuser_correctness_zeros_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2445846Z test_nvfuser_correctness_zeros_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2460378Z test_nvfuser_correctness_zeros_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2475339Z test_nvfuser_correctness_zeros_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2489867Z test_nvfuser_correctness_zeros_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2504651Z test_nvfuser_correctness_zeros_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2519569Z test_nvfuser_correctness_zeros_like_cuda_bool (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2534170Z test_nvfuser_correctness_zeros_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2549412Z test_nvfuser_correctness_zeros_like_cuda_complex32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2564184Z test_nvfuser_correctness_zeros_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2578734Z test_nvfuser_correctness_zeros_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2593529Z test_nvfuser_correctness_zeros_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2608234Z test_nvfuser_correctness_zeros_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2622875Z test_nvfuser_correctness_zeros_like_cuda_int16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2637956Z test_nvfuser_correctness_zeros_like_cuda_int32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2652554Z test_nvfuser_correctness_zeros_like_cuda_int64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2667224Z test_nvfuser_correctness_zeros_like_cuda_int8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2682129Z test_nvfuser_correctness_zeros_like_cuda_uint8 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:32:56.2710685Z test_nvfuser_extremal_values_H_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.2739134Z test_nvfuser_extremal_values_H_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.2768104Z test_nvfuser_extremal_values_H_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.2796704Z test_nvfuser_extremal_values_H_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.2825233Z test_nvfuser_extremal_values_H_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.2854154Z test_nvfuser_extremal_values_H_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.2883015Z test_nvfuser_extremal_values_T_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.2912215Z test_nvfuser_extremal_values_T_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.2940978Z test_nvfuser_extremal_values_T_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.2969712Z test_nvfuser_extremal_values_T_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.2998509Z test_nvfuser_extremal_values_T_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3026920Z test_nvfuser_extremal_values_T_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3055968Z test_nvfuser_extremal_values___getitem___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3084829Z test_nvfuser_extremal_values___getitem___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3113862Z test_nvfuser_extremal_values___getitem___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3142430Z test_nvfuser_extremal_values___getitem___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3171389Z test_nvfuser_extremal_values___getitem___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3200225Z test_nvfuser_extremal_values___getitem___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3228769Z test_nvfuser_extremal_values___radd___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3257813Z test_nvfuser_extremal_values___radd___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3287057Z test_nvfuser_extremal_values___radd___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3315613Z test_nvfuser_extremal_values___radd___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3343860Z test_nvfuser_extremal_values___radd___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3372636Z test_nvfuser_extremal_values___radd___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3401411Z test_nvfuser_extremal_values___rdiv___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3429998Z test_nvfuser_extremal_values___rdiv___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3458791Z test_nvfuser_extremal_values___rdiv___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3487566Z test_nvfuser_extremal_values___rdiv___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3516646Z test_nvfuser_extremal_values___rdiv___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3545225Z test_nvfuser_extremal_values___rdiv___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3573788Z test_nvfuser_extremal_values___rmatmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3602498Z test_nvfuser_extremal_values___rmatmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3631069Z test_nvfuser_extremal_values___rmatmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3659644Z test_nvfuser_extremal_values___rmatmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3688443Z test_nvfuser_extremal_values___rmatmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3717296Z test_nvfuser_extremal_values___rmod___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3745717Z test_nvfuser_extremal_values___rmod___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3774450Z test_nvfuser_extremal_values___rmod___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3803078Z test_nvfuser_extremal_values___rmod___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3832393Z test_nvfuser_extremal_values___rmul___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3860818Z test_nvfuser_extremal_values___rmul___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3889770Z test_nvfuser_extremal_values___rmul___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3918754Z test_nvfuser_extremal_values___rmul___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3947144Z test_nvfuser_extremal_values___rmul___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.3976005Z test_nvfuser_extremal_values___rmul___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4005012Z test_nvfuser_extremal_values___rpow___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4033938Z test_nvfuser_extremal_values___rpow___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4062475Z test_nvfuser_extremal_values___rpow___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4091175Z test_nvfuser_extremal_values___rpow___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4120134Z test_nvfuser_extremal_values___rpow___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4148806Z test_nvfuser_extremal_values___rpow___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4177900Z test_nvfuser_extremal_values___rsub___cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4206712Z test_nvfuser_extremal_values___rsub___cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4235636Z test_nvfuser_extremal_values___rsub___cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4263999Z test_nvfuser_extremal_values___rsub___cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4292917Z test_nvfuser_extremal_values___rsub___cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4321877Z test_nvfuser_extremal_values___rsub___cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4350541Z test_nvfuser_extremal_values__masked_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4379181Z test_nvfuser_extremal_values__masked_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4408205Z test_nvfuser_extremal_values__masked_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4437135Z test_nvfuser_extremal_values__masked_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4465895Z test_nvfuser_extremal_values__masked_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4494780Z test_nvfuser_extremal_values__masked_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4523762Z test_nvfuser_extremal_values__masked_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4552511Z test_nvfuser_extremal_values__masked_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4581050Z test_nvfuser_extremal_values__masked_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4609986Z test_nvfuser_extremal_values__masked_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4638840Z test_nvfuser_extremal_values__masked_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4667547Z test_nvfuser_extremal_values__masked_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4696293Z test_nvfuser_extremal_values__masked_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4725228Z test_nvfuser_extremal_values__masked_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4754183Z test_nvfuser_extremal_values__masked_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4783048Z test_nvfuser_extremal_values__masked_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4811922Z test_nvfuser_extremal_values__masked_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4840973Z test_nvfuser_extremal_values__masked_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4869542Z test_nvfuser_extremal_values__masked_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4898416Z test_nvfuser_extremal_values__masked_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4927568Z test_nvfuser_extremal_values__masked_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4956435Z test_nvfuser_extremal_values__masked_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.4985064Z test_nvfuser_extremal_values__masked_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5013989Z test_nvfuser_extremal_values__masked_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5042699Z test_nvfuser_extremal_values__masked_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5071242Z test_nvfuser_extremal_values__masked_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5100093Z test_nvfuser_extremal_values__masked_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5128893Z test_nvfuser_extremal_values__masked_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5157548Z test_nvfuser_extremal_values__masked_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5185994Z test_nvfuser_extremal_values__masked_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5214875Z test_nvfuser_extremal_values__masked_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5243667Z test_nvfuser_extremal_values__masked_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5272538Z test_nvfuser_extremal_values__masked_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5301128Z test_nvfuser_extremal_values__masked_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5329962Z test_nvfuser_extremal_values__masked_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5358866Z test_nvfuser_extremal_values__masked_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5387326Z test_nvfuser_extremal_values__masked_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5416317Z test_nvfuser_extremal_values__masked_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5445424Z test_nvfuser_extremal_values__masked_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5474250Z test_nvfuser_extremal_values__masked_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5502747Z test_nvfuser_extremal_values__masked_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5531711Z test_nvfuser_extremal_values__masked_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5560324Z test_nvfuser_extremal_values__masked_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5588978Z test_nvfuser_extremal_values__masked_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5617861Z test_nvfuser_extremal_values__masked_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5646800Z test_nvfuser_extremal_values__masked_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5675518Z test_nvfuser_extremal_values__masked_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5704130Z test_nvfuser_extremal_values__masked_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5733306Z test_nvfuser_extremal_values__masked_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5761936Z test_nvfuser_extremal_values__masked_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5790388Z test_nvfuser_extremal_values__masked_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5819232Z test_nvfuser_extremal_values__masked_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5848182Z test_nvfuser_extremal_values__masked_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5877212Z test_nvfuser_extremal_values__masked_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5905524Z test_nvfuser_extremal_values__masked_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5934193Z test_nvfuser_extremal_values__masked_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5963095Z test_nvfuser_extremal_values__masked_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.5991876Z test_nvfuser_extremal_values__masked_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6020539Z test_nvfuser_extremal_values__masked_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6049221Z test_nvfuser_extremal_values__masked_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6078028Z test_nvfuser_extremal_values__masked_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6107012Z test_nvfuser_extremal_values__masked_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6136972Z test_nvfuser_extremal_values__masked_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6165773Z test_nvfuser_extremal_values__masked_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6194818Z test_nvfuser_extremal_values__masked_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6223469Z test_nvfuser_extremal_values__masked_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6252407Z test_nvfuser_extremal_values__masked_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6281163Z test_nvfuser_extremal_values__masked_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6310719Z test_nvfuser_extremal_values__masked_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6339457Z test_nvfuser_extremal_values__masked_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6368354Z test_nvfuser_extremal_values__masked_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6397338Z test_nvfuser_extremal_values__masked_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6425928Z test_nvfuser_extremal_values__masked_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6455350Z test_nvfuser_extremal_values__masked_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6484107Z test_nvfuser_extremal_values__masked_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6512965Z test_nvfuser_extremal_values__masked_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6541487Z test_nvfuser_extremal_values__masked_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6570373Z test_nvfuser_extremal_values__masked_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6599351Z test_nvfuser_extremal_values__masked_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6628032Z test_nvfuser_extremal_values__masked_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6656751Z test_nvfuser_extremal_values__masked_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6685587Z test_nvfuser_extremal_values__masked_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6714519Z test_nvfuser_extremal_values__masked_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6743287Z test_nvfuser_extremal_values__masked_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6772188Z test_nvfuser_extremal_values__masked_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6801016Z test_nvfuser_extremal_values__masked_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6829764Z test_nvfuser_extremal_values__masked_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6858545Z test_nvfuser_extremal_values__masked_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6887194Z test_nvfuser_extremal_values__masked_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6916129Z test_nvfuser_extremal_values__masked_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6944530Z test_nvfuser_extremal_values_abs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.6973264Z test_nvfuser_extremal_values_abs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7002070Z test_nvfuser_extremal_values_abs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7030860Z test_nvfuser_extremal_values_abs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7059813Z test_nvfuser_extremal_values_abs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7088585Z test_nvfuser_extremal_values_abs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7117459Z test_nvfuser_extremal_values_acos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7146037Z test_nvfuser_extremal_values_acos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7174911Z test_nvfuser_extremal_values_acos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7203784Z test_nvfuser_extremal_values_acos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7232747Z test_nvfuser_extremal_values_acos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7261367Z test_nvfuser_extremal_values_acos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7293232Z test_nvfuser_extremal_values_acosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7322014Z test_nvfuser_extremal_values_acosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7350658Z test_nvfuser_extremal_values_acosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7379368Z test_nvfuser_extremal_values_acosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7408250Z test_nvfuser_extremal_values_acosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7437251Z test_nvfuser_extremal_values_acosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7465777Z test_nvfuser_extremal_values_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7494708Z test_nvfuser_extremal_values_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7523876Z test_nvfuser_extremal_values_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7552718Z test_nvfuser_extremal_values_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7581210Z test_nvfuser_extremal_values_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7610092Z test_nvfuser_extremal_values_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7639214Z test_nvfuser_extremal_values_addbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7667616Z test_nvfuser_extremal_values_addbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7696296Z test_nvfuser_extremal_values_addbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7725199Z test_nvfuser_extremal_values_addbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7754041Z test_nvfuser_extremal_values_addbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7782655Z test_nvfuser_extremal_values_addcdiv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7811373Z test_nvfuser_extremal_values_addcdiv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7840379Z test_nvfuser_extremal_values_addcdiv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7869031Z test_nvfuser_extremal_values_addcdiv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7897872Z test_nvfuser_extremal_values_addcdiv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7926696Z test_nvfuser_extremal_values_addcdiv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7955580Z test_nvfuser_extremal_values_addcmul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.7984250Z test_nvfuser_extremal_values_addcmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8013284Z test_nvfuser_extremal_values_addcmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8042121Z test_nvfuser_extremal_values_addcmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8070741Z test_nvfuser_extremal_values_addcmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8099468Z test_nvfuser_extremal_values_addcmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8128422Z test_nvfuser_extremal_values_addmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8157170Z test_nvfuser_extremal_values_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8185610Z test_nvfuser_extremal_values_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8214449Z test_nvfuser_extremal_values_addmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8243411Z test_nvfuser_extremal_values_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8272257Z test_nvfuser_extremal_values_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8301307Z test_nvfuser_extremal_values_addmm_decomposed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8330079Z test_nvfuser_extremal_values_addmm_decomposed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8358852Z test_nvfuser_extremal_values_addmm_decomposed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8387380Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8416193Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8445074Z test_nvfuser_extremal_values_addmm_decomposed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8473832Z test_nvfuser_extremal_values_addmv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8502447Z test_nvfuser_extremal_values_addmv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8531228Z test_nvfuser_extremal_values_addmv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8560318Z test_nvfuser_extremal_values_addmv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8588607Z test_nvfuser_extremal_values_addmv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8617321Z test_nvfuser_extremal_values_addmv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8646335Z test_nvfuser_extremal_values_addr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8675005Z test_nvfuser_extremal_values_addr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8703489Z test_nvfuser_extremal_values_addr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8732340Z test_nvfuser_extremal_values_addr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8761153Z test_nvfuser_extremal_values_addr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8789653Z test_nvfuser_extremal_values_addr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8818310Z test_nvfuser_extremal_values_all_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8847333Z test_nvfuser_extremal_values_all_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8876073Z test_nvfuser_extremal_values_all_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8904873Z test_nvfuser_extremal_values_all_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8933816Z test_nvfuser_extremal_values_all_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8962730Z test_nvfuser_extremal_values_all_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.8987126Z test_nvfuser_extremal_values_allclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:56.9011792Z test_nvfuser_extremal_values_allclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:56.9036071Z test_nvfuser_extremal_values_allclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:56.9060761Z test_nvfuser_extremal_values_allclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:56.9085136Z test_nvfuser_extremal_values_allclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:56.9109278Z test_nvfuser_extremal_values_allclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:56.9138582Z test_nvfuser_extremal_values_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9167323Z test_nvfuser_extremal_values_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9196142Z test_nvfuser_extremal_values_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9224600Z test_nvfuser_extremal_values_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9253587Z test_nvfuser_extremal_values_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9282720Z test_nvfuser_extremal_values_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9311486Z test_nvfuser_extremal_values_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9339928Z test_nvfuser_extremal_values_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9368812Z test_nvfuser_extremal_values_aminmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9397669Z test_nvfuser_extremal_values_aminmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9426137Z test_nvfuser_extremal_values_aminmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9454961Z test_nvfuser_extremal_values_aminmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9483875Z test_nvfuser_extremal_values_angle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9512700Z test_nvfuser_extremal_values_angle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9541120Z test_nvfuser_extremal_values_angle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9569924Z test_nvfuser_extremal_values_angle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9598831Z test_nvfuser_extremal_values_any_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9631071Z test_nvfuser_extremal_values_any_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9659830Z test_nvfuser_extremal_values_any_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9688554Z test_nvfuser_extremal_values_any_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9717218Z test_nvfuser_extremal_values_any_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9745584Z test_nvfuser_extremal_values_any_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9774446Z test_nvfuser_extremal_values_arange_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9803427Z test_nvfuser_extremal_values_arange_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9832119Z test_nvfuser_extremal_values_arange_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9860480Z test_nvfuser_extremal_values_arange_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9889198Z test_nvfuser_extremal_values_argmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9917932Z test_nvfuser_extremal_values_argmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9946396Z test_nvfuser_extremal_values_argmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:56.9975120Z test_nvfuser_extremal_values_argmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0003801Z test_nvfuser_extremal_values_argmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0032727Z test_nvfuser_extremal_values_argmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0061216Z test_nvfuser_extremal_values_argmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0090170Z test_nvfuser_extremal_values_argmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0118804Z test_nvfuser_extremal_values_argsort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0147519Z test_nvfuser_extremal_values_argsort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0176304Z test_nvfuser_extremal_values_argsort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0205056Z test_nvfuser_extremal_values_argsort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0234397Z test_nvfuser_extremal_values_argwhere_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0262852Z test_nvfuser_extremal_values_argwhere_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0291719Z test_nvfuser_extremal_values_argwhere_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0320494Z test_nvfuser_extremal_values_argwhere_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0349161Z test_nvfuser_extremal_values_argwhere_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0377997Z test_nvfuser_extremal_values_argwhere_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0406892Z test_nvfuser_extremal_values_as_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0435961Z test_nvfuser_extremal_values_as_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0464690Z test_nvfuser_extremal_values_as_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0493580Z test_nvfuser_extremal_values_as_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0522641Z test_nvfuser_extremal_values_as_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0551180Z test_nvfuser_extremal_values_as_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0580008Z test_nvfuser_extremal_values_as_strided_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0608874Z test_nvfuser_extremal_values_as_strided_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0637710Z test_nvfuser_extremal_values_as_strided_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0666575Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0695214Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0724107Z test_nvfuser_extremal_values_as_strided_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0753161Z test_nvfuser_extremal_values_asin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0781634Z test_nvfuser_extremal_values_asin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0810470Z test_nvfuser_extremal_values_asin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0839350Z test_nvfuser_extremal_values_asin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0867971Z test_nvfuser_extremal_values_asin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0896852Z test_nvfuser_extremal_values_asin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0925658Z test_nvfuser_extremal_values_asinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0954602Z test_nvfuser_extremal_values_asinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.0983190Z test_nvfuser_extremal_values_asinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1012228Z test_nvfuser_extremal_values_asinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1041042Z test_nvfuser_extremal_values_asinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1069576Z test_nvfuser_extremal_values_asinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1098390Z test_nvfuser_extremal_values_atan2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1127252Z test_nvfuser_extremal_values_atan2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1156238Z test_nvfuser_extremal_values_atan2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1184607Z test_nvfuser_extremal_values_atan2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1213686Z test_nvfuser_extremal_values_atan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1242596Z test_nvfuser_extremal_values_atan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1271156Z test_nvfuser_extremal_values_atan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1299926Z test_nvfuser_extremal_values_atan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1328696Z test_nvfuser_extremal_values_atan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1357838Z test_nvfuser_extremal_values_atan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1386394Z test_nvfuser_extremal_values_atanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1415135Z test_nvfuser_extremal_values_atanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1443944Z test_nvfuser_extremal_values_atanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1472837Z test_nvfuser_extremal_values_atanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1501287Z test_nvfuser_extremal_values_atanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1530314Z test_nvfuser_extremal_values_atanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1559368Z test_nvfuser_extremal_values_atleast_1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1587928Z test_nvfuser_extremal_values_atleast_1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1616775Z test_nvfuser_extremal_values_atleast_1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1645596Z test_nvfuser_extremal_values_atleast_1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1674413Z test_nvfuser_extremal_values_atleast_1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1703050Z test_nvfuser_extremal_values_atleast_1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1732055Z test_nvfuser_extremal_values_atleast_2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1760995Z test_nvfuser_extremal_values_atleast_2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1789608Z test_nvfuser_extremal_values_atleast_2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1818303Z test_nvfuser_extremal_values_atleast_2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1847453Z test_nvfuser_extremal_values_atleast_2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1876193Z test_nvfuser_extremal_values_atleast_2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1904592Z test_nvfuser_extremal_values_atleast_3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1933611Z test_nvfuser_extremal_values_atleast_3d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1962542Z test_nvfuser_extremal_values_atleast_3d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.1991335Z test_nvfuser_extremal_values_atleast_3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2020134Z test_nvfuser_extremal_values_atleast_3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2048947Z test_nvfuser_extremal_values_atleast_3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2078291Z test_nvfuser_extremal_values_baddbmm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2106779Z test_nvfuser_extremal_values_baddbmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2135670Z test_nvfuser_extremal_values_baddbmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2164706Z test_nvfuser_extremal_values_baddbmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2193411Z test_nvfuser_extremal_values_baddbmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2221952Z test_nvfuser_extremal_values_baddbmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2246577Z test_nvfuser_extremal_values_bernoulli_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:57.2271461Z test_nvfuser_extremal_values_bernoulli_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:57.2297022Z test_nvfuser_extremal_values_bernoulli_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:57.2320589Z test_nvfuser_extremal_values_bernoulli_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:57.2349571Z test_nvfuser_extremal_values_bfloat16_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2378356Z test_nvfuser_extremal_values_bfloat16_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2407196Z test_nvfuser_extremal_values_bfloat16_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2436148Z test_nvfuser_extremal_values_bfloat16_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2464828Z test_nvfuser_extremal_values_bfloat16_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2493687Z test_nvfuser_extremal_values_bfloat16_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2522550Z test_nvfuser_extremal_values_block_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2551098Z test_nvfuser_extremal_values_block_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2579658Z test_nvfuser_extremal_values_block_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2608530Z test_nvfuser_extremal_values_block_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2637159Z test_nvfuser_extremal_values_block_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2665662Z test_nvfuser_extremal_values_block_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2694355Z test_nvfuser_extremal_values_bmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2723200Z test_nvfuser_extremal_values_bmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2752172Z test_nvfuser_extremal_values_bmm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2780821Z test_nvfuser_extremal_values_bmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2809425Z test_nvfuser_extremal_values_bmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2838901Z test_nvfuser_extremal_values_bool_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2867596Z test_nvfuser_extremal_values_bool_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2896367Z test_nvfuser_extremal_values_bool_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2928522Z test_nvfuser_extremal_values_bool_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2957532Z test_nvfuser_extremal_values_bool_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.2986356Z test_nvfuser_extremal_values_bool_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3015198Z test_nvfuser_extremal_values_broadcast_shapes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3044142Z test_nvfuser_extremal_values_broadcast_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3073270Z test_nvfuser_extremal_values_broadcast_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3102112Z test_nvfuser_extremal_values_broadcast_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3131191Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3160179Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3188656Z test_nvfuser_extremal_values_broadcast_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3217540Z test_nvfuser_extremal_values_broadcast_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3246329Z test_nvfuser_extremal_values_broadcast_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3275083Z test_nvfuser_extremal_values_broadcast_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3303488Z test_nvfuser_extremal_values_broadcast_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3332493Z test_nvfuser_extremal_values_broadcast_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3361391Z test_nvfuser_extremal_values_broadcast_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3389760Z test_nvfuser_extremal_values_bucketize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3418594Z test_nvfuser_extremal_values_bucketize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3447394Z test_nvfuser_extremal_values_bucketize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3476126Z test_nvfuser_extremal_values_byte_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3504574Z test_nvfuser_extremal_values_byte_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3533485Z test_nvfuser_extremal_values_byte_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3562195Z test_nvfuser_extremal_values_byte_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3591090Z test_nvfuser_extremal_values_byte_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3619765Z test_nvfuser_extremal_values_byte_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3648552Z test_nvfuser_extremal_values_cartesian_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3677770Z test_nvfuser_extremal_values_cartesian_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3706111Z test_nvfuser_extremal_values_cartesian_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3734940Z test_nvfuser_extremal_values_cartesian_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3764149Z test_nvfuser_extremal_values_cartesian_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3793124Z test_nvfuser_extremal_values_cartesian_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3821818Z test_nvfuser_extremal_values_cat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3850584Z test_nvfuser_extremal_values_cat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3879381Z test_nvfuser_extremal_values_cat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3908312Z test_nvfuser_extremal_values_cat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3937142Z test_nvfuser_extremal_values_cat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3966142Z test_nvfuser_extremal_values_cat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.3994907Z test_nvfuser_extremal_values_cdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4023491Z test_nvfuser_extremal_values_cdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4052366Z test_nvfuser_extremal_values_ceil_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4081330Z test_nvfuser_extremal_values_ceil_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4109810Z test_nvfuser_extremal_values_ceil_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4139322Z test_nvfuser_extremal_values_ceil_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4168512Z test_nvfuser_extremal_values_chalf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4197552Z test_nvfuser_extremal_values_chalf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4226002Z test_nvfuser_extremal_values_chalf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4254959Z test_nvfuser_extremal_values_chalf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4283967Z test_nvfuser_extremal_values_chalf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4312677Z test_nvfuser_extremal_values_chalf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4341066Z test_nvfuser_extremal_values_char_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4369939Z test_nvfuser_extremal_values_char_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4399047Z test_nvfuser_extremal_values_char_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4427663Z test_nvfuser_extremal_values_char_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4456464Z test_nvfuser_extremal_values_char_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4485196Z test_nvfuser_extremal_values_char_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4513765Z test_nvfuser_extremal_values_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4541884Z test_nvfuser_extremal_values_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4570510Z test_nvfuser_extremal_values_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4599052Z test_nvfuser_extremal_values_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4627467Z test_nvfuser_extremal_values_cholesky_inverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4656161Z test_nvfuser_extremal_values_cholesky_inverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4684695Z test_nvfuser_extremal_values_cholesky_inverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4713287Z test_nvfuser_extremal_values_cholesky_inverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4741905Z test_nvfuser_extremal_values_cholesky_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4770721Z test_nvfuser_extremal_values_cholesky_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4799484Z test_nvfuser_extremal_values_cholesky_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4827652Z test_nvfuser_extremal_values_cholesky_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4856891Z test_nvfuser_extremal_values_chunk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4885773Z test_nvfuser_extremal_values_chunk_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4914472Z test_nvfuser_extremal_values_chunk_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4943065Z test_nvfuser_extremal_values_chunk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.4971988Z test_nvfuser_extremal_values_chunk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5000801Z test_nvfuser_extremal_values_chunk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5029397Z test_nvfuser_extremal_values_clamp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5058233Z test_nvfuser_extremal_values_clamp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5087337Z test_nvfuser_extremal_values_clamp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5115923Z test_nvfuser_extremal_values_clamp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5144587Z test_nvfuser_extremal_values_clamp_max_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5173361Z test_nvfuser_extremal_values_clamp_max_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5202245Z test_nvfuser_extremal_values_clamp_max_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5230811Z test_nvfuser_extremal_values_clamp_max_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5259790Z test_nvfuser_extremal_values_clamp_min_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5288747Z test_nvfuser_extremal_values_clamp_min_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5317807Z test_nvfuser_extremal_values_clamp_min_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5346415Z test_nvfuser_extremal_values_clamp_min_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5375527Z test_nvfuser_extremal_values_clone_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5404225Z test_nvfuser_extremal_values_clone_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5433070Z test_nvfuser_extremal_values_clone_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5462017Z test_nvfuser_extremal_values_clone_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5490820Z test_nvfuser_extremal_values_clone_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5519674Z test_nvfuser_extremal_values_clone_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5548121Z test_nvfuser_extremal_values_column_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5576925Z test_nvfuser_extremal_values_column_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5605781Z test_nvfuser_extremal_values_column_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5634362Z test_nvfuser_extremal_values_column_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5662932Z test_nvfuser_extremal_values_column_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5692115Z test_nvfuser_extremal_values_column_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5720982Z test_nvfuser_extremal_values_combinations_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5749473Z test_nvfuser_extremal_values_combinations_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5778227Z test_nvfuser_extremal_values_combinations_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5807038Z test_nvfuser_extremal_values_combinations_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5835765Z test_nvfuser_extremal_values_combinations_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5864543Z test_nvfuser_extremal_values_combinations_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5893461Z test_nvfuser_extremal_values_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5922434Z test_nvfuser_extremal_values_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5951270Z test_nvfuser_extremal_values_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.5980034Z test_nvfuser_extremal_values_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6008818Z test_nvfuser_extremal_values_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6037602Z test_nvfuser_extremal_values_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6066246Z test_nvfuser_extremal_values_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6095030Z test_nvfuser_extremal_values_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6123830Z test_nvfuser_extremal_values_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6152808Z test_nvfuser_extremal_values_conj_physical_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6181355Z test_nvfuser_extremal_values_conj_physical_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6210179Z test_nvfuser_extremal_values_conj_physical_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6238931Z test_nvfuser_extremal_values_conj_physical_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6267550Z test_nvfuser_extremal_values_conj_physical_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6296642Z test_nvfuser_extremal_values_conj_physical_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6325603Z test_nvfuser_extremal_values_constant_pad_nd_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6354501Z test_nvfuser_extremal_values_constant_pad_nd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6383067Z test_nvfuser_extremal_values_constant_pad_nd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6411936Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6440726Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6469369Z test_nvfuser_extremal_values_constant_pad_nd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6498086Z test_nvfuser_extremal_values_contiguous_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6526941Z test_nvfuser_extremal_values_contiguous_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6555766Z test_nvfuser_extremal_values_contiguous_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6584348Z test_nvfuser_extremal_values_contiguous_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6613091Z test_nvfuser_extremal_values_contiguous_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6642105Z test_nvfuser_extremal_values_contiguous_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6670474Z test_nvfuser_extremal_values_copysign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6699401Z test_nvfuser_extremal_values_copysign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6728246Z test_nvfuser_extremal_values_copysign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6757110Z test_nvfuser_extremal_values_copysign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6785644Z test_nvfuser_extremal_values_corrcoef_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6814357Z test_nvfuser_extremal_values_corrcoef_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6843398Z test_nvfuser_extremal_values_corrcoef_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6872073Z test_nvfuser_extremal_values_corrcoef_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6900712Z test_nvfuser_extremal_values_corrcoef_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6929731Z test_nvfuser_extremal_values_corrcoef_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6958655Z test_nvfuser_extremal_values_cos_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.6987379Z test_nvfuser_extremal_values_cos_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7016077Z test_nvfuser_extremal_values_cos_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7044885Z test_nvfuser_extremal_values_cos_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7073860Z test_nvfuser_extremal_values_cos_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7102787Z test_nvfuser_extremal_values_cos_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7131642Z test_nvfuser_extremal_values_cosh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7160293Z test_nvfuser_extremal_values_cosh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7188942Z test_nvfuser_extremal_values_cosh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7217720Z test_nvfuser_extremal_values_cosh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7246636Z test_nvfuser_extremal_values_cosh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7275243Z test_nvfuser_extremal_values_cosh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7303723Z test_nvfuser_extremal_values_count_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7332588Z test_nvfuser_extremal_values_count_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7361413Z test_nvfuser_extremal_values_count_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7390033Z test_nvfuser_extremal_values_count_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7418907Z test_nvfuser_extremal_values_count_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7447723Z test_nvfuser_extremal_values_count_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7472328Z test_nvfuser_extremal_values_cov_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:57.7496308Z test_nvfuser_extremal_values_cov_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:57.7520770Z test_nvfuser_extremal_values_cov_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:57.7545439Z test_nvfuser_extremal_values_cov_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:57.7569556Z test_nvfuser_extremal_values_cov_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:57.7594408Z test_nvfuser_extremal_values_cov_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:57.7623172Z test_nvfuser_extremal_values_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7651888Z test_nvfuser_extremal_values_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7680621Z test_nvfuser_extremal_values_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7709117Z test_nvfuser_extremal_values_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7737579Z test_nvfuser_extremal_values_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7766483Z test_nvfuser_extremal_values_cummax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7794904Z test_nvfuser_extremal_values_cummax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7823377Z test_nvfuser_extremal_values_cummax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7852129Z test_nvfuser_extremal_values_cummax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7880567Z test_nvfuser_extremal_values_cummin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7908905Z test_nvfuser_extremal_values_cummin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7938057Z test_nvfuser_extremal_values_cummin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7967193Z test_nvfuser_extremal_values_cummin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.7995939Z test_nvfuser_extremal_values_cumprod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8024677Z test_nvfuser_extremal_values_cumprod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8053348Z test_nvfuser_extremal_values_cumprod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8082037Z test_nvfuser_extremal_values_cumprod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8110577Z test_nvfuser_extremal_values_cumprod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8139298Z test_nvfuser_extremal_values_cumprod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8168195Z test_nvfuser_extremal_values_cumsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8197351Z test_nvfuser_extremal_values_cumsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8225740Z test_nvfuser_extremal_values_cumsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8254691Z test_nvfuser_extremal_values_cumsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8283753Z test_nvfuser_extremal_values_cumsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8312768Z test_nvfuser_extremal_values_cumsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8341384Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8370321Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8399264Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8428289Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8457488Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8486486Z test_nvfuser_extremal_values_cumulative_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8515277Z test_nvfuser_extremal_values_deg2rad_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8543766Z test_nvfuser_extremal_values_deg2rad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8572579Z test_nvfuser_extremal_values_deg2rad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8601470Z test_nvfuser_extremal_values_deg2rad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8630058Z test_nvfuser_extremal_values_diag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8658911Z test_nvfuser_extremal_values_diag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8687517Z test_nvfuser_extremal_values_diag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8716130Z test_nvfuser_extremal_values_diag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8744965Z test_nvfuser_extremal_values_diag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8773647Z test_nvfuser_extremal_values_diag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8802532Z test_nvfuser_extremal_values_diag_embed_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8831373Z test_nvfuser_extremal_values_diag_embed_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8859933Z test_nvfuser_extremal_values_diag_embed_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8888931Z test_nvfuser_extremal_values_diag_embed_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8917534Z test_nvfuser_extremal_values_diag_embed_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8946356Z test_nvfuser_extremal_values_diag_embed_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.8975263Z test_nvfuser_extremal_values_diagflat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9004503Z test_nvfuser_extremal_values_diagflat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9033343Z test_nvfuser_extremal_values_diagflat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9062034Z test_nvfuser_extremal_values_diagflat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9090860Z test_nvfuser_extremal_values_diagflat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9119654Z test_nvfuser_extremal_values_diagflat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9148129Z test_nvfuser_extremal_values_diagonal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9177040Z test_nvfuser_extremal_values_diagonal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9205910Z test_nvfuser_extremal_values_diagonal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9234576Z test_nvfuser_extremal_values_diagonal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9263111Z test_nvfuser_extremal_values_diagonal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9292295Z test_nvfuser_extremal_values_diagonal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9320833Z test_nvfuser_extremal_values_diagonal_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9349408Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9378080Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9407070Z test_nvfuser_extremal_values_diagonal_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9435740Z test_nvfuser_extremal_values_diff_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9464249Z test_nvfuser_extremal_values_diff_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9493118Z test_nvfuser_extremal_values_diff_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9522049Z test_nvfuser_extremal_values_diff_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9550531Z test_nvfuser_extremal_values_diff_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9579707Z test_nvfuser_extremal_values_diff_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9608635Z test_nvfuser_extremal_values_digamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9637518Z test_nvfuser_extremal_values_digamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9666148Z test_nvfuser_extremal_values_digamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9696126Z test_nvfuser_extremal_values_dist_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9724910Z test_nvfuser_extremal_values_dist_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9753768Z test_nvfuser_extremal_values_dist_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9782539Z test_nvfuser_extremal_values_dist_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9811222Z test_nvfuser_extremal_values_dist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9840180Z test_nvfuser_extremal_values_dist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9868764Z test_nvfuser_extremal_values_div_floor_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9897535Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9926493Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9955212Z test_nvfuser_extremal_values_div_floor_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:57.9984083Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0012991Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0041925Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0070504Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0099568Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0128491Z test_nvfuser_extremal_values_div_no_rounding_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0157429Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0185879Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0217603Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0246206Z test_nvfuser_extremal_values_div_trunc_rounding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0274900Z test_nvfuser_extremal_values_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0303593Z test_nvfuser_extremal_values_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0332520Z test_nvfuser_extremal_values_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0361405Z test_nvfuser_extremal_values_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0389834Z test_nvfuser_extremal_values_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0418618Z test_nvfuser_extremal_values_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0447494Z test_nvfuser_extremal_values_double_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0476235Z test_nvfuser_extremal_values_double_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0504779Z test_nvfuser_extremal_values_double_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0533854Z test_nvfuser_extremal_values_double_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0562812Z test_nvfuser_extremal_values_double_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0591808Z test_nvfuser_extremal_values_double_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0620526Z test_nvfuser_extremal_values_dsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0649407Z test_nvfuser_extremal_values_dsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0678319Z test_nvfuser_extremal_values_dsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0707079Z test_nvfuser_extremal_values_dsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0735888Z test_nvfuser_extremal_values_dsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0764816Z test_nvfuser_extremal_values_dsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0793907Z test_nvfuser_extremal_values_dstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0823080Z test_nvfuser_extremal_values_dstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0851789Z test_nvfuser_extremal_values_dstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0880534Z test_nvfuser_extremal_values_dstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0909227Z test_nvfuser_extremal_values_dstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0937958Z test_nvfuser_extremal_values_dstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0966794Z test_nvfuser_extremal_values_einsum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.0995774Z test_nvfuser_extremal_values_einsum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1024367Z test_nvfuser_extremal_values_einsum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1052993Z test_nvfuser_extremal_values_einsum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1081883Z test_nvfuser_extremal_values_einsum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1110431Z test_nvfuser_extremal_values_einsum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1134991Z test_nvfuser_extremal_values_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1159025Z test_nvfuser_extremal_values_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1183369Z test_nvfuser_extremal_values_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1208008Z test_nvfuser_extremal_values_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1232481Z test_nvfuser_extremal_values_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1256639Z test_nvfuser_extremal_values_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1281381Z test_nvfuser_extremal_values_empty_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1306096Z test_nvfuser_extremal_values_empty_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1330449Z test_nvfuser_extremal_values_empty_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1355341Z test_nvfuser_extremal_values_empty_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1379606Z test_nvfuser_extremal_values_empty_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1404549Z test_nvfuser_extremal_values_empty_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.1433772Z test_nvfuser_extremal_values_eq_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1462487Z test_nvfuser_extremal_values_eq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1490972Z test_nvfuser_extremal_values_eq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1519983Z test_nvfuser_extremal_values_eq_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1548502Z test_nvfuser_extremal_values_eq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1577193Z test_nvfuser_extremal_values_eq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1606170Z test_nvfuser_extremal_values_equal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1634751Z test_nvfuser_extremal_values_equal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1663277Z test_nvfuser_extremal_values_equal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1692109Z test_nvfuser_extremal_values_equal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1720893Z test_nvfuser_extremal_values_equal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1749624Z test_nvfuser_extremal_values_equal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1778177Z test_nvfuser_extremal_values_erf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1807219Z test_nvfuser_extremal_values_erf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1835971Z test_nvfuser_extremal_values_erf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1865227Z test_nvfuser_extremal_values_erf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1894075Z test_nvfuser_extremal_values_erfc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1923029Z test_nvfuser_extremal_values_erfc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1951717Z test_nvfuser_extremal_values_erfc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.1980548Z test_nvfuser_extremal_values_erfc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2009385Z test_nvfuser_extremal_values_erfinv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2038241Z test_nvfuser_extremal_values_erfinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2067064Z test_nvfuser_extremal_values_erfinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2096360Z test_nvfuser_extremal_values_exp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2125181Z test_nvfuser_extremal_values_exp2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2153981Z test_nvfuser_extremal_values_exp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2182440Z test_nvfuser_extremal_values_exp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2211388Z test_nvfuser_extremal_values_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2240317Z test_nvfuser_extremal_values_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2268784Z test_nvfuser_extremal_values_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2297703Z test_nvfuser_extremal_values_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2326357Z test_nvfuser_extremal_values_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2355069Z test_nvfuser_extremal_values_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2383499Z test_nvfuser_extremal_values_expand_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2412417Z test_nvfuser_extremal_values_expand_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2441068Z test_nvfuser_extremal_values_expand_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2469961Z test_nvfuser_extremal_values_expand_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2498899Z test_nvfuser_extremal_values_expand_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2527664Z test_nvfuser_extremal_values_expand_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2556471Z test_nvfuser_extremal_values_expand_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2584798Z test_nvfuser_extremal_values_expand_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2613550Z test_nvfuser_extremal_values_expand_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2642442Z test_nvfuser_extremal_values_expand_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2671069Z test_nvfuser_extremal_values_expand_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2699683Z test_nvfuser_extremal_values_expand_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2728520Z test_nvfuser_extremal_values_expm1_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2757483Z test_nvfuser_extremal_values_expm1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2786011Z test_nvfuser_extremal_values_expm1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2814826Z test_nvfuser_extremal_values_expm1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2843649Z test_nvfuser_extremal_values_eye_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2872427Z test_nvfuser_extremal_values_eye_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2900834Z test_nvfuser_extremal_values_eye_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2929494Z test_nvfuser_extremal_values_eye_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2958526Z test_nvfuser_extremal_values_eye_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.2987003Z test_nvfuser_extremal_values_eye_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3015796Z test_nvfuser_extremal_values_fft_fft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3044827Z test_nvfuser_extremal_values_fft_fft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3073665Z test_nvfuser_extremal_values_fft_fft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3102494Z test_nvfuser_extremal_values_fft_fft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3131433Z test_nvfuser_extremal_values_fft_fft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3160226Z test_nvfuser_extremal_values_fft_fft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3189274Z test_nvfuser_extremal_values_fft_fft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3218134Z test_nvfuser_extremal_values_fft_fft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3246908Z test_nvfuser_extremal_values_fft_fftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3275951Z test_nvfuser_extremal_values_fft_fftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3304658Z test_nvfuser_extremal_values_fft_fftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3333632Z test_nvfuser_extremal_values_fft_fftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3362649Z test_nvfuser_extremal_values_fft_fftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3391244Z test_nvfuser_extremal_values_fft_fftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3420179Z test_nvfuser_extremal_values_fft_fftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3449034Z test_nvfuser_extremal_values_fft_fftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3478093Z test_nvfuser_extremal_values_fft_fftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3506813Z test_nvfuser_extremal_values_fft_fftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3535852Z test_nvfuser_extremal_values_fft_hfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3564963Z test_nvfuser_extremal_values_fft_hfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3593845Z test_nvfuser_extremal_values_fft_hfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3622622Z test_nvfuser_extremal_values_fft_hfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3651362Z test_nvfuser_extremal_values_fft_hfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3680197Z test_nvfuser_extremal_values_fft_hfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3708747Z test_nvfuser_extremal_values_fft_hfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3737802Z test_nvfuser_extremal_values_fft_hfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3766589Z test_nvfuser_extremal_values_fft_hfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3795564Z test_nvfuser_extremal_values_fft_hfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3824057Z test_nvfuser_extremal_values_fft_hfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3852948Z test_nvfuser_extremal_values_fft_hfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3882024Z test_nvfuser_extremal_values_fft_ifft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3910546Z test_nvfuser_extremal_values_fft_ifft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3939238Z test_nvfuser_extremal_values_fft_ifft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3968087Z test_nvfuser_extremal_values_fft_ifft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.3997018Z test_nvfuser_extremal_values_fft_ifft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4025615Z test_nvfuser_extremal_values_fft_ifft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4054553Z test_nvfuser_extremal_values_fft_ifft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4083394Z test_nvfuser_extremal_values_fft_ifft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4112299Z test_nvfuser_extremal_values_fft_ifftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4140807Z test_nvfuser_extremal_values_fft_ifftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4169659Z test_nvfuser_extremal_values_fft_ifftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4198715Z test_nvfuser_extremal_values_fft_ifftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4227200Z test_nvfuser_extremal_values_fft_ifftshift_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4256043Z test_nvfuser_extremal_values_fft_ifftshift_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4284734Z test_nvfuser_extremal_values_fft_ifftshift_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4313752Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4342265Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4371403Z test_nvfuser_extremal_values_fft_ifftshift_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4400272Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4429710Z test_nvfuser_extremal_values_fft_ihfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4458307Z test_nvfuser_extremal_values_fft_ihfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4486949Z test_nvfuser_extremal_values_fft_ihfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4515723Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4544421Z test_nvfuser_extremal_values_fft_ihfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4573441Z test_nvfuser_extremal_values_fft_irfft2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4602440Z test_nvfuser_extremal_values_fft_irfft2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4631707Z test_nvfuser_extremal_values_fft_irfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4660259Z test_nvfuser_extremal_values_fft_irfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4689262Z test_nvfuser_extremal_values_fft_irfft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4718256Z test_nvfuser_extremal_values_fft_irfft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4746996Z test_nvfuser_extremal_values_fft_irfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4776243Z test_nvfuser_extremal_values_fft_irfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4805046Z test_nvfuser_extremal_values_fft_irfftn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4833976Z test_nvfuser_extremal_values_fft_irfftn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4862620Z test_nvfuser_extremal_values_fft_irfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4891629Z test_nvfuser_extremal_values_fft_irfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4920455Z test_nvfuser_extremal_values_fft_rfft2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4949055Z test_nvfuser_extremal_values_fft_rfft2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.4977969Z test_nvfuser_extremal_values_fft_rfft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5007062Z test_nvfuser_extremal_values_fft_rfft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5035918Z test_nvfuser_extremal_values_fft_rfftn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5064673Z test_nvfuser_extremal_values_fft_rfftn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5089247Z test_nvfuser_extremal_values_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-09-27T16:32:58.5113572Z test_nvfuser_extremal_values_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-09-27T16:32:58.5137677Z test_nvfuser_extremal_values_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-09-27T16:32:58.5164253Z test_nvfuser_extremal_values_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.003s) 2022-09-27T16:32:58.5188401Z test_nvfuser_extremal_values_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-09-27T16:32:58.5213169Z test_nvfuser_extremal_values_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: No fill_ op (0.002s) 2022-09-27T16:32:58.5242641Z test_nvfuser_extremal_values_flatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5271241Z test_nvfuser_extremal_values_flatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5300031Z test_nvfuser_extremal_values_flatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5328817Z test_nvfuser_extremal_values_flatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5357644Z test_nvfuser_extremal_values_flatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5386257Z test_nvfuser_extremal_values_flatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5415159Z test_nvfuser_extremal_values_flip_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5443952Z test_nvfuser_extremal_values_flip_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5472797Z test_nvfuser_extremal_values_flip_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5501215Z test_nvfuser_extremal_values_flip_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5530142Z test_nvfuser_extremal_values_flip_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5559024Z test_nvfuser_extremal_values_flip_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5587371Z test_nvfuser_extremal_values_fliplr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5616286Z test_nvfuser_extremal_values_fliplr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5644954Z test_nvfuser_extremal_values_fliplr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5675533Z test_nvfuser_extremal_values_fliplr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5703931Z test_nvfuser_extremal_values_fliplr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5732790Z test_nvfuser_extremal_values_fliplr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5761694Z test_nvfuser_extremal_values_flipud_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5790415Z test_nvfuser_extremal_values_flipud_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5819179Z test_nvfuser_extremal_values_flipud_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5847975Z test_nvfuser_extremal_values_flipud_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5876771Z test_nvfuser_extremal_values_flipud_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5905317Z test_nvfuser_extremal_values_flipud_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5934215Z test_nvfuser_extremal_values_float_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5962932Z test_nvfuser_extremal_values_float_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.5991688Z test_nvfuser_extremal_values_float_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6020553Z test_nvfuser_extremal_values_float_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6049616Z test_nvfuser_extremal_values_float_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6078232Z test_nvfuser_extremal_values_float_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6106867Z test_nvfuser_extremal_values_float_power_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6135772Z test_nvfuser_extremal_values_float_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6164700Z test_nvfuser_extremal_values_float_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6193362Z test_nvfuser_extremal_values_float_power_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6221896Z test_nvfuser_extremal_values_float_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6250944Z test_nvfuser_extremal_values_float_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6279763Z test_nvfuser_extremal_values_floor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6308229Z test_nvfuser_extremal_values_floor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6337346Z test_nvfuser_extremal_values_floor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6366131Z test_nvfuser_extremal_values_floor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6395520Z test_nvfuser_extremal_values_floor_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6424185Z test_nvfuser_extremal_values_floor_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6452981Z test_nvfuser_extremal_values_floor_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6481751Z test_nvfuser_extremal_values_floor_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6510365Z test_nvfuser_extremal_values_fmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6539316Z test_nvfuser_extremal_values_fmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6567982Z test_nvfuser_extremal_values_fmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6596842Z test_nvfuser_extremal_values_fmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6625337Z test_nvfuser_extremal_values_fmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6654066Z test_nvfuser_extremal_values_fmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6682734Z test_nvfuser_extremal_values_fmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6711355Z test_nvfuser_extremal_values_fmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6740001Z test_nvfuser_extremal_values_fmod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6768639Z test_nvfuser_extremal_values_fmod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6797386Z test_nvfuser_extremal_values_fmod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6826145Z test_nvfuser_extremal_values_fmod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6854908Z test_nvfuser_extremal_values_frac_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6883858Z test_nvfuser_extremal_values_frac_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6912509Z test_nvfuser_extremal_values_frac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6941218Z test_nvfuser_extremal_values_frac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6969981Z test_nvfuser_extremal_values_frexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.6998696Z test_nvfuser_extremal_values_frexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7027517Z test_nvfuser_extremal_values_frexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7056151Z test_nvfuser_extremal_values_full_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7084770Z test_nvfuser_extremal_values_full_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7113986Z test_nvfuser_extremal_values_full_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7142612Z test_nvfuser_extremal_values_full_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7171577Z test_nvfuser_extremal_values_full_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7200402Z test_nvfuser_extremal_values_full_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7228950Z test_nvfuser_extremal_values_gather_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7257882Z test_nvfuser_extremal_values_gather_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7286779Z test_nvfuser_extremal_values_gather_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7315605Z test_nvfuser_extremal_values_gather_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7344293Z test_nvfuser_extremal_values_gather_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7373004Z test_nvfuser_extremal_values_gather_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7401939Z test_nvfuser_extremal_values_ge_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7430758Z test_nvfuser_extremal_values_ge_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7459595Z test_nvfuser_extremal_values_ge_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7488664Z test_nvfuser_extremal_values_ge_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7517554Z test_nvfuser_extremal_values_geqrf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7546362Z test_nvfuser_extremal_values_geqrf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7575313Z test_nvfuser_extremal_values_geqrf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7604220Z test_nvfuser_extremal_values_geqrf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7628743Z test_nvfuser_extremal_values_gradient_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.7653414Z test_nvfuser_extremal_values_gradient_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.7677975Z test_nvfuser_extremal_values_gradient_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.7703030Z test_nvfuser_extremal_values_gradient_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.7727484Z test_nvfuser_extremal_values_gradient_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.7752351Z test_nvfuser_extremal_values_gradient_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.7781121Z test_nvfuser_extremal_values_gt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7809829Z test_nvfuser_extremal_values_gt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7838849Z test_nvfuser_extremal_values_gt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7867655Z test_nvfuser_extremal_values_gt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7896860Z test_nvfuser_extremal_values_half_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7925814Z test_nvfuser_extremal_values_half_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7954809Z test_nvfuser_extremal_values_half_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.7983476Z test_nvfuser_extremal_values_half_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8012381Z test_nvfuser_extremal_values_half_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8041333Z test_nvfuser_extremal_values_half_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8069887Z test_nvfuser_extremal_values_heaviside_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8098894Z test_nvfuser_extremal_values_heaviside_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8127884Z test_nvfuser_extremal_values_heaviside_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8156815Z test_nvfuser_extremal_values_heaviside_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8181319Z test_nvfuser_extremal_values_histc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.8205861Z test_nvfuser_extremal_values_histc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:58.8234961Z test_nvfuser_extremal_values_hsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8263692Z test_nvfuser_extremal_values_hsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8292661Z test_nvfuser_extremal_values_hsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8321526Z test_nvfuser_extremal_values_hsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8350368Z test_nvfuser_extremal_values_hsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8379189Z test_nvfuser_extremal_values_hsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8408102Z test_nvfuser_extremal_values_hstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8436910Z test_nvfuser_extremal_values_hstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8465499Z test_nvfuser_extremal_values_hstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8494528Z test_nvfuser_extremal_values_hstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8523588Z test_nvfuser_extremal_values_hstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8552378Z test_nvfuser_extremal_values_hstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8580952Z test_nvfuser_extremal_values_hypot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8609875Z test_nvfuser_extremal_values_hypot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8638820Z test_nvfuser_extremal_values_hypot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8667386Z test_nvfuser_extremal_values_hypot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8696311Z test_nvfuser_extremal_values_i0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8725494Z test_nvfuser_extremal_values_i0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8754338Z test_nvfuser_extremal_values_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8782936Z test_nvfuser_extremal_values_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8811706Z test_nvfuser_extremal_values_igamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8840801Z test_nvfuser_extremal_values_igamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8869397Z test_nvfuser_extremal_values_igammac_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8898184Z test_nvfuser_extremal_values_igammac_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8927212Z test_nvfuser_extremal_values_imag_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8956062Z test_nvfuser_extremal_values_imag_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.8984558Z test_nvfuser_extremal_values_index_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9013431Z test_nvfuser_extremal_values_index_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9042617Z test_nvfuser_extremal_values_index_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9071453Z test_nvfuser_extremal_values_index_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9099915Z test_nvfuser_extremal_values_index_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9128848Z test_nvfuser_extremal_values_index_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9157695Z test_nvfuser_extremal_values_index_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9186354Z test_nvfuser_extremal_values_index_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9215175Z test_nvfuser_extremal_values_index_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9244100Z test_nvfuser_extremal_values_index_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9273018Z test_nvfuser_extremal_values_index_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9301620Z test_nvfuser_extremal_values_index_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9330683Z test_nvfuser_extremal_values_index_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9359520Z test_nvfuser_extremal_values_index_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9388243Z test_nvfuser_extremal_values_index_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9417170Z test_nvfuser_extremal_values_index_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9446101Z test_nvfuser_extremal_values_index_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9474918Z test_nvfuser_extremal_values_index_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9503708Z test_nvfuser_extremal_values_index_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9532843Z test_nvfuser_extremal_values_index_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9561637Z test_nvfuser_extremal_values_index_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9590234Z test_nvfuser_extremal_values_index_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9619075Z test_nvfuser_extremal_values_index_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9648000Z test_nvfuser_extremal_values_index_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9676920Z test_nvfuser_extremal_values_index_reduce_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9705491Z test_nvfuser_extremal_values_index_reduce_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9734429Z test_nvfuser_extremal_values_index_reduce_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9763468Z test_nvfuser_extremal_values_index_reduce_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9792313Z test_nvfuser_extremal_values_index_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9820785Z test_nvfuser_extremal_values_index_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9849724Z test_nvfuser_extremal_values_index_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9878506Z test_nvfuser_extremal_values_index_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9907268Z test_nvfuser_extremal_values_index_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9935860Z test_nvfuser_extremal_values_index_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9964872Z test_nvfuser_extremal_values_inner_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:58.9993738Z test_nvfuser_extremal_values_inner_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0022459Z test_nvfuser_extremal_values_inner_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0051250Z test_nvfuser_extremal_values_inner_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0080209Z test_nvfuser_extremal_values_inner_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0109024Z test_nvfuser_extremal_values_inner_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0137918Z test_nvfuser_extremal_values_int_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0166823Z test_nvfuser_extremal_values_int_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0195743Z test_nvfuser_extremal_values_int_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0224239Z test_nvfuser_extremal_values_int_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0253356Z test_nvfuser_extremal_values_int_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0282321Z test_nvfuser_extremal_values_int_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0310974Z test_nvfuser_extremal_values_isclose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0340606Z test_nvfuser_extremal_values_isclose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0369572Z test_nvfuser_extremal_values_isclose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0398322Z test_nvfuser_extremal_values_isclose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0427001Z test_nvfuser_extremal_values_isclose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0455818Z test_nvfuser_extremal_values_isclose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0484741Z test_nvfuser_extremal_values_isfinite_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0513924Z test_nvfuser_extremal_values_isfinite_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0542609Z test_nvfuser_extremal_values_isfinite_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0571508Z test_nvfuser_extremal_values_isfinite_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0600366Z test_nvfuser_extremal_values_isfinite_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0628922Z test_nvfuser_extremal_values_isfinite_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0657742Z test_nvfuser_extremal_values_isin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0686618Z test_nvfuser_extremal_values_isin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0715365Z test_nvfuser_extremal_values_isin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0744105Z test_nvfuser_extremal_values_isinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0773066Z test_nvfuser_extremal_values_isinf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0801796Z test_nvfuser_extremal_values_isinf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0830606Z test_nvfuser_extremal_values_isinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0859447Z test_nvfuser_extremal_values_isinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0889033Z test_nvfuser_extremal_values_isinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0917859Z test_nvfuser_extremal_values_isnan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0946626Z test_nvfuser_extremal_values_isnan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.0975490Z test_nvfuser_extremal_values_isnan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1004247Z test_nvfuser_extremal_values_isnan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1033189Z test_nvfuser_extremal_values_isnan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1061836Z test_nvfuser_extremal_values_isnan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1090845Z test_nvfuser_extremal_values_isneginf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1119684Z test_nvfuser_extremal_values_isneginf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1148460Z test_nvfuser_extremal_values_isneginf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1177596Z test_nvfuser_extremal_values_isneginf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1206454Z test_nvfuser_extremal_values_isposinf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1235291Z test_nvfuser_extremal_values_isposinf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1264064Z test_nvfuser_extremal_values_isposinf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1293042Z test_nvfuser_extremal_values_isposinf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1321993Z test_nvfuser_extremal_values_isreal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1350603Z test_nvfuser_extremal_values_isreal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1379408Z test_nvfuser_extremal_values_isreal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1408324Z test_nvfuser_extremal_values_isreal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1437148Z test_nvfuser_extremal_values_isreal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1465851Z test_nvfuser_extremal_values_isreal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1494781Z test_nvfuser_extremal_values_istft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1523693Z test_nvfuser_extremal_values_istft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1553306Z test_nvfuser_extremal_values_istft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1581523Z test_nvfuser_extremal_values_istft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.1605983Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1630572Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1658552Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:32:59.1683348Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1708076Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1733232Z test_nvfuser_extremal_values_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1757808Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1782312Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1807307Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1832224Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1856829Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1881375Z test_nvfuser_extremal_values_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1905720Z test_nvfuser_extremal_values_jiterator_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1930258Z test_nvfuser_extremal_values_jiterator_binary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1955104Z test_nvfuser_extremal_values_jiterator_binary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.1979880Z test_nvfuser_extremal_values_jiterator_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2004406Z test_nvfuser_extremal_values_jiterator_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2028653Z test_nvfuser_extremal_values_jiterator_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2053967Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2078897Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2103488Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2128210Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2152779Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2177788Z test_nvfuser_extremal_values_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2202806Z test_nvfuser_extremal_values_jiterator_unary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2227326Z test_nvfuser_extremal_values_jiterator_unary_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2252031Z test_nvfuser_extremal_values_jiterator_unary_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2276945Z test_nvfuser_extremal_values_jiterator_unary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2301747Z test_nvfuser_extremal_values_jiterator_unary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2326641Z test_nvfuser_extremal_values_jiterator_unary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.2355835Z test_nvfuser_extremal_values_kron_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2384407Z test_nvfuser_extremal_values_kron_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2413614Z test_nvfuser_extremal_values_kron_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2442446Z test_nvfuser_extremal_values_kron_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2471439Z test_nvfuser_extremal_values_kron_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2500455Z test_nvfuser_extremal_values_kron_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2529691Z test_nvfuser_extremal_values_kthvalue_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2558740Z test_nvfuser_extremal_values_kthvalue_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2587364Z test_nvfuser_extremal_values_kthvalue_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2616214Z test_nvfuser_extremal_values_ldexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2645232Z test_nvfuser_extremal_values_ldexp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2674335Z test_nvfuser_extremal_values_ldexp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2703169Z test_nvfuser_extremal_values_ldexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2732313Z test_nvfuser_extremal_values_ldexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2761302Z test_nvfuser_extremal_values_ldexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2790040Z test_nvfuser_extremal_values_le_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2818652Z test_nvfuser_extremal_values_le_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2847520Z test_nvfuser_extremal_values_le_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2876307Z test_nvfuser_extremal_values_le_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2905366Z test_nvfuser_extremal_values_lerp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2934402Z test_nvfuser_extremal_values_lerp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2963509Z test_nvfuser_extremal_values_lerp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.2992419Z test_nvfuser_extremal_values_lerp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3021012Z test_nvfuser_extremal_values_lerp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3049975Z test_nvfuser_extremal_values_lerp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3078741Z test_nvfuser_extremal_values_lgamma_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3107769Z test_nvfuser_extremal_values_lgamma_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3136587Z test_nvfuser_extremal_values_lgamma_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3165688Z test_nvfuser_extremal_values_linalg_cholesky_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3194547Z test_nvfuser_extremal_values_linalg_cholesky_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3223189Z test_nvfuser_extremal_values_linalg_cholesky_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3252338Z test_nvfuser_extremal_values_linalg_cholesky_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3281517Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3309908Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3339075Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3368056Z test_nvfuser_extremal_values_linalg_cholesky_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3397665Z test_nvfuser_extremal_values_linalg_cond_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3426716Z test_nvfuser_extremal_values_linalg_cond_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3456067Z test_nvfuser_extremal_values_linalg_cond_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3485432Z test_nvfuser_extremal_values_linalg_cond_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3514327Z test_nvfuser_extremal_values_linalg_cross_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3542884Z test_nvfuser_extremal_values_linalg_cross_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3571816Z test_nvfuser_extremal_values_linalg_cross_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3600800Z test_nvfuser_extremal_values_linalg_cross_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3629332Z test_nvfuser_extremal_values_linalg_cross_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3658362Z test_nvfuser_extremal_values_linalg_det_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3687184Z test_nvfuser_extremal_values_linalg_det_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3716002Z test_nvfuser_extremal_values_linalg_det_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3744690Z test_nvfuser_extremal_values_linalg_det_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3773830Z test_nvfuser_extremal_values_linalg_det_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3803049Z test_nvfuser_extremal_values_linalg_det_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3831965Z test_nvfuser_extremal_values_linalg_det_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3860500Z test_nvfuser_extremal_values_linalg_det_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3889357Z test_nvfuser_extremal_values_linalg_eig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3918360Z test_nvfuser_extremal_values_linalg_eig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3947121Z test_nvfuser_extremal_values_linalg_eig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.3976146Z test_nvfuser_extremal_values_linalg_eig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4005199Z test_nvfuser_extremal_values_linalg_eigh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4034193Z test_nvfuser_extremal_values_linalg_eigh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4063143Z test_nvfuser_extremal_values_linalg_eigh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4091984Z test_nvfuser_extremal_values_linalg_eigh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4116572Z test_nvfuser_extremal_values_linalg_eigvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.4141757Z test_nvfuser_extremal_values_linalg_eigvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.4166448Z test_nvfuser_extremal_values_linalg_eigvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.4191179Z test_nvfuser_extremal_values_linalg_eigvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:32:59.4219705Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4248426Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4276968Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4305303Z test_nvfuser_extremal_values_linalg_eigvalsh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4334654Z test_nvfuser_extremal_values_linalg_householder_product_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4363702Z test_nvfuser_extremal_values_linalg_householder_product_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4393069Z test_nvfuser_extremal_values_linalg_householder_product_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4421952Z test_nvfuser_extremal_values_linalg_householder_product_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4450852Z test_nvfuser_extremal_values_linalg_inv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4479766Z test_nvfuser_extremal_values_linalg_inv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4508463Z test_nvfuser_extremal_values_linalg_inv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4537413Z test_nvfuser_extremal_values_linalg_inv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4566431Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4595209Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4623907Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4652969Z test_nvfuser_extremal_values_linalg_inv_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4681993Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4710846Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4739832Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4769099Z test_nvfuser_extremal_values_linalg_ldl_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4798353Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4826959Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4855871Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4885066Z test_nvfuser_extremal_values_linalg_ldl_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4914208Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4943761Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.4972871Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5001706Z test_nvfuser_extremal_values_linalg_ldl_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5029957Z test_nvfuser_extremal_values_linalg_lstsq_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5058444Z test_nvfuser_extremal_values_linalg_lstsq_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5087248Z test_nvfuser_extremal_values_linalg_lstsq_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5115723Z test_nvfuser_extremal_values_linalg_lstsq_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5143980Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5172627Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5201304Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5229710Z test_nvfuser_extremal_values_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5258763Z test_nvfuser_extremal_values_linalg_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5288273Z test_nvfuser_extremal_values_linalg_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5317045Z test_nvfuser_extremal_values_linalg_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5345667Z test_nvfuser_extremal_values_linalg_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5374717Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5403860Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5433109Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5461838Z test_nvfuser_extremal_values_linalg_lu_factor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5491104Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5520451Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5549007Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5578053Z test_nvfuser_extremal_values_linalg_lu_factor_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5607287Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5636310Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5665139Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5694320Z test_nvfuser_extremal_values_linalg_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5723842Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5748881Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:59.5778360Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5807825Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5837104Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5866395Z test_nvfuser_extremal_values_linalg_matrix_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5895652Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5925105Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5954437Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.5983764Z test_nvfuser_extremal_values_linalg_matrix_power_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6008767Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:59.6037947Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6066736Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6095521Z test_nvfuser_extremal_values_linalg_matrix_rank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6124573Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6153766Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6182486Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6211461Z test_nvfuser_extremal_values_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6240611Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6269312Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6298122Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6327276Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6356269Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6385043Z test_nvfuser_extremal_values_linalg_multi_dot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6414593Z test_nvfuser_extremal_values_linalg_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6444105Z test_nvfuser_extremal_values_linalg_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6473393Z test_nvfuser_extremal_values_linalg_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6502505Z test_nvfuser_extremal_values_linalg_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6532076Z test_nvfuser_extremal_values_linalg_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6561650Z test_nvfuser_extremal_values_linalg_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6590993Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6620302Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6649597Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6678860Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6708192Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6737540Z test_nvfuser_extremal_values_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6766630Z test_nvfuser_extremal_values_linalg_pinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6795691Z test_nvfuser_extremal_values_linalg_pinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6824534Z test_nvfuser_extremal_values_linalg_pinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6853605Z test_nvfuser_extremal_values_linalg_pinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6882244Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6910645Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6939201Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6967915Z test_nvfuser_extremal_values_linalg_pinv_hermitian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.6997206Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7025892Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7054805Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7083937Z test_nvfuser_extremal_values_linalg_pinv_singular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7113120Z test_nvfuser_extremal_values_linalg_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7141890Z test_nvfuser_extremal_values_linalg_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7171056Z test_nvfuser_extremal_values_linalg_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7200099Z test_nvfuser_extremal_values_linalg_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7229265Z test_nvfuser_extremal_values_linalg_slogdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7258120Z test_nvfuser_extremal_values_linalg_slogdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7286895Z test_nvfuser_extremal_values_linalg_slogdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7315975Z test_nvfuser_extremal_values_linalg_slogdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7344769Z test_nvfuser_extremal_values_linalg_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7373743Z test_nvfuser_extremal_values_linalg_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7402915Z test_nvfuser_extremal_values_linalg_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7431687Z test_nvfuser_extremal_values_linalg_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7460718Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7489800Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7518848Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7547804Z test_nvfuser_extremal_values_linalg_solve_ex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7576983Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7606116Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7635207Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7663922Z test_nvfuser_extremal_values_linalg_solve_triangular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7688916Z test_nvfuser_extremal_values_linalg_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:59.7718626Z test_nvfuser_extremal_values_linalg_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7747599Z test_nvfuser_extremal_values_linalg_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7777061Z test_nvfuser_extremal_values_linalg_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7801982Z test_nvfuser_extremal_values_linalg_svdvals_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:32:59.7831542Z test_nvfuser_extremal_values_linalg_svdvals_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7860687Z test_nvfuser_extremal_values_linalg_svdvals_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7889840Z test_nvfuser_extremal_values_linalg_svdvals_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7919005Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7947656Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.7976758Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8005848Z test_nvfuser_extremal_values_linalg_tensorinv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8034852Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8063584Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8092753Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8121701Z test_nvfuser_extremal_values_linalg_tensorsolve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8150691Z test_nvfuser_extremal_values_linalg_vander_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8179744Z test_nvfuser_extremal_values_linalg_vander_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8208622Z test_nvfuser_extremal_values_linalg_vander_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8237490Z test_nvfuser_extremal_values_linalg_vander_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8266251Z test_nvfuser_extremal_values_linalg_vecdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8296364Z test_nvfuser_extremal_values_linalg_vecdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8324702Z test_nvfuser_extremal_values_linalg_vecdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8353545Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8382214Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8411022Z test_nvfuser_extremal_values_linalg_vecdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8439943Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8468694Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8497503Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8526403Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8555442Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8584143Z test_nvfuser_extremal_values_linalg_vector_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8612929Z test_nvfuser_extremal_values_linspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8641887Z test_nvfuser_extremal_values_linspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8670651Z test_nvfuser_extremal_values_linspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8699511Z test_nvfuser_extremal_values_linspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8728597Z test_nvfuser_extremal_values_linspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8757307Z test_nvfuser_extremal_values_linspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8785837Z test_nvfuser_extremal_values_log10_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8814673Z test_nvfuser_extremal_values_log10_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8843647Z test_nvfuser_extremal_values_log10_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8872551Z test_nvfuser_extremal_values_log10_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8901318Z test_nvfuser_extremal_values_log10_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8930439Z test_nvfuser_extremal_values_log10_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8959298Z test_nvfuser_extremal_values_log1p_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.8987919Z test_nvfuser_extremal_values_log1p_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9016968Z test_nvfuser_extremal_values_log1p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9045892Z test_nvfuser_extremal_values_log1p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9074720Z test_nvfuser_extremal_values_log2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9103484Z test_nvfuser_extremal_values_log2_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9132373Z test_nvfuser_extremal_values_log2_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9161335Z test_nvfuser_extremal_values_log2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9190163Z test_nvfuser_extremal_values_log2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9218989Z test_nvfuser_extremal_values_log2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9247871Z test_nvfuser_extremal_values_log_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9276664Z test_nvfuser_extremal_values_log_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9307948Z test_nvfuser_extremal_values_log_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9337645Z test_nvfuser_extremal_values_log_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9366687Z test_nvfuser_extremal_values_log_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9395520Z test_nvfuser_extremal_values_log_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9424353Z test_nvfuser_extremal_values_log_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9453210Z test_nvfuser_extremal_values_log_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9482192Z test_nvfuser_extremal_values_log_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9510898Z test_nvfuser_extremal_values_log_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9540040Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9568995Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9598063Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9626721Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9655586Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9684392Z test_nvfuser_extremal_values_log_softmax_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9713543Z test_nvfuser_extremal_values_logaddexp2_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9742057Z test_nvfuser_extremal_values_logaddexp2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9771090Z test_nvfuser_extremal_values_logaddexp2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9799965Z test_nvfuser_extremal_values_logaddexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9828796Z test_nvfuser_extremal_values_logaddexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9857829Z test_nvfuser_extremal_values_logaddexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9887232Z test_nvfuser_extremal_values_logcumsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9915936Z test_nvfuser_extremal_values_logcumsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9944904Z test_nvfuser_extremal_values_logcumsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:32:59.9974116Z test_nvfuser_extremal_values_logcumsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0002704Z test_nvfuser_extremal_values_logdet_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0030904Z test_nvfuser_extremal_values_logdet_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0059512Z test_nvfuser_extremal_values_logdet_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0087890Z test_nvfuser_extremal_values_logdet_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0117137Z test_nvfuser_extremal_values_logical_and_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0145784Z test_nvfuser_extremal_values_logical_and_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0174934Z test_nvfuser_extremal_values_logical_and_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0204280Z test_nvfuser_extremal_values_logical_and_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0233293Z test_nvfuser_extremal_values_logical_and_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0261891Z test_nvfuser_extremal_values_logical_and_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0290657Z test_nvfuser_extremal_values_logical_not_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0319508Z test_nvfuser_extremal_values_logical_not_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0348143Z test_nvfuser_extremal_values_logical_not_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0377020Z test_nvfuser_extremal_values_logical_not_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0405817Z test_nvfuser_extremal_values_logical_not_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0434500Z test_nvfuser_extremal_values_logical_not_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0463017Z test_nvfuser_extremal_values_logical_or_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0491886Z test_nvfuser_extremal_values_logical_or_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0520913Z test_nvfuser_extremal_values_logical_or_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0549557Z test_nvfuser_extremal_values_logical_or_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0578337Z test_nvfuser_extremal_values_logical_or_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0607347Z test_nvfuser_extremal_values_logical_or_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0636137Z test_nvfuser_extremal_values_logical_xor_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0664770Z test_nvfuser_extremal_values_logical_xor_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0693708Z test_nvfuser_extremal_values_logical_xor_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0722796Z test_nvfuser_extremal_values_logical_xor_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0751402Z test_nvfuser_extremal_values_logical_xor_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0780432Z test_nvfuser_extremal_values_logical_xor_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0809264Z test_nvfuser_extremal_values_logit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0838025Z test_nvfuser_extremal_values_logit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0866858Z test_nvfuser_extremal_values_logit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0895645Z test_nvfuser_extremal_values_logit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0924559Z test_nvfuser_extremal_values_logspace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0953460Z test_nvfuser_extremal_values_logspace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.0982068Z test_nvfuser_extremal_values_logspace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1011038Z test_nvfuser_extremal_values_logspace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1039736Z test_nvfuser_extremal_values_logspace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1068380Z test_nvfuser_extremal_values_logspace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1097216Z test_nvfuser_extremal_values_logsumexp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1126077Z test_nvfuser_extremal_values_logsumexp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1154645Z test_nvfuser_extremal_values_logsumexp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1183304Z test_nvfuser_extremal_values_logsumexp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1212281Z test_nvfuser_extremal_values_long_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1241007Z test_nvfuser_extremal_values_long_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1269711Z test_nvfuser_extremal_values_long_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1298552Z test_nvfuser_extremal_values_long_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1327401Z test_nvfuser_extremal_values_long_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1356151Z test_nvfuser_extremal_values_long_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1384663Z test_nvfuser_extremal_values_lt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1413765Z test_nvfuser_extremal_values_lt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1442662Z test_nvfuser_extremal_values_lt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1471234Z test_nvfuser_extremal_values_lt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1500111Z test_nvfuser_extremal_values_lu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1529112Z test_nvfuser_extremal_values_lu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1558417Z test_nvfuser_extremal_values_lu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1586864Z test_nvfuser_extremal_values_lu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1615755Z test_nvfuser_extremal_values_lu_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1644672Z test_nvfuser_extremal_values_lu_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1673636Z test_nvfuser_extremal_values_lu_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1702215Z test_nvfuser_extremal_values_lu_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1731325Z test_nvfuser_extremal_values_lu_unpack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1760108Z test_nvfuser_extremal_values_lu_unpack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1788937Z test_nvfuser_extremal_values_lu_unpack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1817633Z test_nvfuser_extremal_values_lu_unpack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1846374Z test_nvfuser_extremal_values_mH_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1875010Z test_nvfuser_extremal_values_mH_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1903562Z test_nvfuser_extremal_values_mH_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1932597Z test_nvfuser_extremal_values_mH_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1962201Z test_nvfuser_extremal_values_mH_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.1990763Z test_nvfuser_extremal_values_mH_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2019586Z test_nvfuser_extremal_values_mT_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2048479Z test_nvfuser_extremal_values_mT_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2077301Z test_nvfuser_extremal_values_mT_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2105806Z test_nvfuser_extremal_values_mT_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2134552Z test_nvfuser_extremal_values_mT_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2163427Z test_nvfuser_extremal_values_mT_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2192334Z test_nvfuser_extremal_values_masked_fill_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2220736Z test_nvfuser_extremal_values_masked_fill_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2249454Z test_nvfuser_extremal_values_masked_fill_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2278237Z test_nvfuser_extremal_values_masked_fill_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2306863Z test_nvfuser_extremal_values_masked_fill_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2335791Z test_nvfuser_extremal_values_masked_fill_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2364472Z test_nvfuser_extremal_values_masked_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2393399Z test_nvfuser_extremal_values_masked_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2422151Z test_nvfuser_extremal_values_masked_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2450991Z test_nvfuser_extremal_values_masked_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2479666Z test_nvfuser_extremal_values_masked_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2511926Z test_nvfuser_extremal_values_masked_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2540492Z test_nvfuser_extremal_values_masked_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2569225Z test_nvfuser_extremal_values_masked_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2598275Z test_nvfuser_extremal_values_masked_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2626947Z test_nvfuser_extremal_values_masked_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2655954Z test_nvfuser_extremal_values_masked_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2684820Z test_nvfuser_extremal_values_masked_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2713953Z test_nvfuser_extremal_values_matmul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2742602Z test_nvfuser_extremal_values_matmul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2771482Z test_nvfuser_extremal_values_matmul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2800373Z test_nvfuser_extremal_values_matmul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2828870Z test_nvfuser_extremal_values_matmul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.2853347Z test_nvfuser_extremal_values_matrix_exp_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.2877596Z test_nvfuser_extremal_values_matrix_exp_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.2902151Z test_nvfuser_extremal_values_matrix_exp_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.2926955Z test_nvfuser_extremal_values_matrix_exp_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.2951136Z test_nvfuser_extremal_values_matrix_exp_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.2975852Z test_nvfuser_extremal_values_matrix_exp_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.3004690Z test_nvfuser_extremal_values_max_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3033414Z test_nvfuser_extremal_values_max_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3061702Z test_nvfuser_extremal_values_max_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3090717Z test_nvfuser_extremal_values_max_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3119645Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3147947Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3176735Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3205578Z test_nvfuser_extremal_values_max_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3234456Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3263154Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3291877Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3320839Z test_nvfuser_extremal_values_max_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3349649Z test_nvfuser_extremal_values_maximum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3378246Z test_nvfuser_extremal_values_maximum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3413843Z test_nvfuser_extremal_values_maximum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3442716Z test_nvfuser_extremal_values_maximum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3471387Z test_nvfuser_extremal_values_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3500047Z test_nvfuser_extremal_values_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3529135Z test_nvfuser_extremal_values_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3557627Z test_nvfuser_extremal_values_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3586074Z test_nvfuser_extremal_values_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3614944Z test_nvfuser_extremal_values_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3643676Z test_nvfuser_extremal_values_median_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3672465Z test_nvfuser_extremal_values_median_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3700970Z test_nvfuser_extremal_values_median_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3730242Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3758998Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3787467Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3816580Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3845496Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3874160Z test_nvfuser_extremal_values_meshgrid_list_of_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3902758Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3931524Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3960362Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.3988794Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4017499Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4046147Z test_nvfuser_extremal_values_meshgrid_variadic_tensors_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4074713Z test_nvfuser_extremal_values_min_binary_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4103452Z test_nvfuser_extremal_values_min_binary_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4132069Z test_nvfuser_extremal_values_min_binary_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4160992Z test_nvfuser_extremal_values_min_binary_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4189715Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4218454Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4247182Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4276014Z test_nvfuser_extremal_values_min_reduction_no_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4304468Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4333256Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4362154Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4390683Z test_nvfuser_extremal_values_min_reduction_with_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4419508Z test_nvfuser_extremal_values_minimum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4448367Z test_nvfuser_extremal_values_minimum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4477031Z test_nvfuser_extremal_values_minimum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4505607Z test_nvfuser_extremal_values_minimum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4534541Z test_nvfuser_extremal_values_mm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4563217Z test_nvfuser_extremal_values_mm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4592130Z test_nvfuser_extremal_values_mm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4620556Z test_nvfuser_extremal_values_mm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4649487Z test_nvfuser_extremal_values_mm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4678496Z test_nvfuser_extremal_values_mm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4707005Z test_nvfuser_extremal_values_mode_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4735896Z test_nvfuser_extremal_values_mode_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4764850Z test_nvfuser_extremal_values_mode_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4793875Z test_nvfuser_extremal_values_mode_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4822445Z test_nvfuser_extremal_values_movedim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4851129Z test_nvfuser_extremal_values_movedim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4880137Z test_nvfuser_extremal_values_movedim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4908858Z test_nvfuser_extremal_values_movedim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4937534Z test_nvfuser_extremal_values_movedim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4966388Z test_nvfuser_extremal_values_movedim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.4994988Z test_nvfuser_extremal_values_msort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5023651Z test_nvfuser_extremal_values_msort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5052394Z test_nvfuser_extremal_values_msort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5081074Z test_nvfuser_extremal_values_msort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5109742Z test_nvfuser_extremal_values_mul_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5138536Z test_nvfuser_extremal_values_mul_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5167547Z test_nvfuser_extremal_values_mul_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5196139Z test_nvfuser_extremal_values_mul_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5224711Z test_nvfuser_extremal_values_mul_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5253386Z test_nvfuser_extremal_values_mul_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5282374Z test_nvfuser_extremal_values_multinomial_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5310945Z test_nvfuser_extremal_values_multinomial_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5339474Z test_nvfuser_extremal_values_multinomial_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5368668Z test_nvfuser_extremal_values_mv_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5397417Z test_nvfuser_extremal_values_mv_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5425947Z test_nvfuser_extremal_values_mv_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5454982Z test_nvfuser_extremal_values_mv_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5483661Z test_nvfuser_extremal_values_mv_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5512482Z test_nvfuser_extremal_values_mv_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5541128Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5570074Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5598862Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5627423Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5656292Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5685211Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5714320Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5742918Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5771988Z test_nvfuser_extremal_values_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5800742Z test_nvfuser_extremal_values_nan_to_num_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5829453Z test_nvfuser_extremal_values_nan_to_num_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5858467Z test_nvfuser_extremal_values_nan_to_num_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5887482Z test_nvfuser_extremal_values_nan_to_num_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5916194Z test_nvfuser_extremal_values_nanmean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5944794Z test_nvfuser_extremal_values_nanmean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.5973880Z test_nvfuser_extremal_values_nanmean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6002938Z test_nvfuser_extremal_values_nanmean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6031944Z test_nvfuser_extremal_values_nanmedian_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6060486Z test_nvfuser_extremal_values_nanmedian_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6089371Z test_nvfuser_extremal_values_nanmedian_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6113479Z test_nvfuser_extremal_values_nanquantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.6137978Z test_nvfuser_extremal_values_nanquantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.6167400Z test_nvfuser_extremal_values_nansum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6196274Z test_nvfuser_extremal_values_nansum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6224983Z test_nvfuser_extremal_values_nansum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6253997Z test_nvfuser_extremal_values_nansum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6282838Z test_nvfuser_extremal_values_narrow_copy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6311861Z test_nvfuser_extremal_values_narrow_copy_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6340257Z test_nvfuser_extremal_values_narrow_copy_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6369213Z test_nvfuser_extremal_values_narrow_copy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6398303Z test_nvfuser_extremal_values_narrow_copy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6426982Z test_nvfuser_extremal_values_narrow_copy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6455797Z test_nvfuser_extremal_values_narrow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6484862Z test_nvfuser_extremal_values_narrow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6513628Z test_nvfuser_extremal_values_narrow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6542259Z test_nvfuser_extremal_values_narrow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6571059Z test_nvfuser_extremal_values_narrow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6599875Z test_nvfuser_extremal_values_narrow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6624329Z test_nvfuser_extremal_values_native_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.6648903Z test_nvfuser_extremal_values_native_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.6673527Z test_nvfuser_extremal_values_native_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.6698029Z test_nvfuser_extremal_values_native_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.6727313Z test_nvfuser_extremal_values_ne_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6756070Z test_nvfuser_extremal_values_ne_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6784516Z test_nvfuser_extremal_values_ne_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6813411Z test_nvfuser_extremal_values_ne_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6842259Z test_nvfuser_extremal_values_ne_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6871026Z test_nvfuser_extremal_values_ne_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6899748Z test_nvfuser_extremal_values_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6928741Z test_nvfuser_extremal_values_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6957605Z test_nvfuser_extremal_values_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.6986048Z test_nvfuser_extremal_values_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7014970Z test_nvfuser_extremal_values_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7043879Z test_nvfuser_extremal_values_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7067946Z test_nvfuser_extremal_values_new_empty_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.7092644Z test_nvfuser_extremal_values_new_empty_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.7117403Z test_nvfuser_extremal_values_new_empty_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.7142363Z test_nvfuser_extremal_values_new_empty_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.7166961Z test_nvfuser_extremal_values_new_empty_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.7191650Z test_nvfuser_extremal_values_new_empty_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.7216179Z test_nvfuser_extremal_values_new_empty_strided_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-09-27T16:33:00.7240948Z test_nvfuser_extremal_values_new_empty_strided_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-09-27T16:33:00.7265444Z test_nvfuser_extremal_values_new_empty_strided_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-09-27T16:33:00.7290106Z test_nvfuser_extremal_values_new_empty_strided_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-09-27T16:33:00.7314304Z test_nvfuser_extremal_values_new_empty_strided_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-09-27T16:33:00.7340874Z test_nvfuser_extremal_values_new_empty_strided_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-09-27T16:33:00.7368427Z test_nvfuser_extremal_values_new_full_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7397308Z test_nvfuser_extremal_values_new_full_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7426718Z test_nvfuser_extremal_values_new_full_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7455709Z test_nvfuser_extremal_values_new_full_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7484491Z test_nvfuser_extremal_values_new_full_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7513513Z test_nvfuser_extremal_values_new_full_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7542192Z test_nvfuser_extremal_values_new_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7571246Z test_nvfuser_extremal_values_new_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7600123Z test_nvfuser_extremal_values_new_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7628755Z test_nvfuser_extremal_values_new_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7657615Z test_nvfuser_extremal_values_new_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7686631Z test_nvfuser_extremal_values_new_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7715404Z test_nvfuser_extremal_values_new_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7744002Z test_nvfuser_extremal_values_new_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7772870Z test_nvfuser_extremal_values_new_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7801685Z test_nvfuser_extremal_values_new_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7830388Z test_nvfuser_extremal_values_new_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7859264Z test_nvfuser_extremal_values_new_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7888126Z test_nvfuser_extremal_values_nextafter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7916793Z test_nvfuser_extremal_values_nextafter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7945446Z test_nvfuser_extremal_values_nextafter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.7974525Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8003386Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8032448Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8060933Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8089759Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8118551Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8147183Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8176109Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8205265Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8234134Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8263005Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8292145Z test_nvfuser_extremal_values_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8320793Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8349562Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8378553Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8407471Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8436389Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8464853Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8493773Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8522787Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8551443Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8580138Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8609093Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8638112Z test_nvfuser_extremal_values_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8666715Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8695728Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8724480Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8753423Z test_nvfuser_extremal_values_nn_functional_avg_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8782072Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8811005Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8839803Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8868449Z test_nvfuser_extremal_values_nn_functional_avg_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8898155Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8927155Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8956152Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.8984891Z test_nvfuser_extremal_values_nn_functional_avg_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9013880Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9042706Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9071512Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9100016Z test_nvfuser_extremal_values_nn_functional_batch_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9129511Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9158610Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9187734Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9217182Z test_nvfuser_extremal_values_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9246093Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9274878Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9303544Z test_nvfuser_extremal_values_nn_functional_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9328486Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.9353248Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.9377829Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.9402650Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:00.9431852Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9460463Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9489462Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9518420Z test_nvfuser_extremal_values_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9547122Z test_nvfuser_extremal_values_nn_functional_celu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9575843Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9604670Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9633658Z test_nvfuser_extremal_values_nn_functional_celu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9662324Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9691030Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9719805Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9748408Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9777183Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9806052Z test_nvfuser_extremal_values_nn_functional_conv1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9834716Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9863447Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9892529Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9921340Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9949884Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:00.9978504Z test_nvfuser_extremal_values_nn_functional_conv2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0007318Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0036305Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0064980Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0093981Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0122905Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0151894Z test_nvfuser_extremal_values_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0180448Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0209376Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0238231Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0266761Z test_nvfuser_extremal_values_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0291700Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.002s) 2022-09-27T16:33:01.0316530Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.002s) 2022-09-27T16:33:01.0341074Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.002s) 2022-09-27T16:33:01.0365509Z test_nvfuser_extremal_values_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! 75363 (0.002s) 2022-09-27T16:33:01.0394823Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0423415Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0452480Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0481286Z test_nvfuser_extremal_values_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0509791Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0538537Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0567351Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0596146Z test_nvfuser_extremal_values_nn_functional_cosine_similarity_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0624664Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0653564Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0682474Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0711186Z test_nvfuser_extremal_values_nn_functional_cross_entropy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0740090Z test_nvfuser_extremal_values_nn_functional_ctc_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0769175Z test_nvfuser_extremal_values_nn_functional_ctc_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0798107Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0826767Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0855497Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0884261Z test_nvfuser_extremal_values_nn_functional_dropout2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0913195Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0941746Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0970742Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.0999406Z test_nvfuser_extremal_values_nn_functional_dropout3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1027842Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1056786Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1085679Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1114520Z test_nvfuser_extremal_values_nn_functional_dropout_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1143280Z test_nvfuser_extremal_values_nn_functional_elu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1172335Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1201409Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1229872Z test_nvfuser_extremal_values_nn_functional_elu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1260981Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1289783Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1318681Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1347219Z test_nvfuser_extremal_values_nn_functional_embedding_bag_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1376608Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1405592Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1434427Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1463053Z test_nvfuser_extremal_values_nn_functional_embedding_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1491922Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1520866Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1549503Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1578392Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1607264Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1636162Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1664952Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1693863Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1722725Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1751906Z test_nvfuser_extremal_values_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1780499Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1809417Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1838405Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1867155Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1895956Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1924845Z test_nvfuser_extremal_values_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1953874Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.1982603Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2011425Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2040132Z test_nvfuser_extremal_values_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2068906Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2097732Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2126366Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2155327Z test_nvfuser_extremal_values_nn_functional_gelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2183994Z test_nvfuser_extremal_values_nn_functional_glu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2212847Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2241793Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2270233Z test_nvfuser_extremal_values_nn_functional_glu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2299042Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2328913Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2357516Z test_nvfuser_extremal_values_nn_functional_grid_sample_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2386268Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2415000Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2443861Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2472713Z test_nvfuser_extremal_values_nn_functional_group_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2501225Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2530376Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2559627Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2588291Z test_nvfuser_extremal_values_nn_functional_hardshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2617379Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2646340Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2675200Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2703800Z test_nvfuser_extremal_values_nn_functional_hardsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2732721Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2761861Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2790463Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2819437Z test_nvfuser_extremal_values_nn_functional_hardswish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2848445Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2877173Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2905775Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2934779Z test_nvfuser_extremal_values_nn_functional_hardtanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2963727Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.2992767Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3021457Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3050409Z test_nvfuser_extremal_values_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3079278Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3107834Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3136890Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3165856Z test_nvfuser_extremal_values_nn_functional_huber_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3194821Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3223541Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3252502Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3285085Z test_nvfuser_extremal_values_nn_functional_instance_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3314044Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3342316Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3371240Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3400125Z test_nvfuser_extremal_values_nn_functional_interpolate_area_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3429147Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3457942Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3486740Z test_nvfuser_extremal_values_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3515529Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3544086Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3573174Z test_nvfuser_extremal_values_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3602010Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3630797Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3659583Z test_nvfuser_extremal_values_nn_functional_interpolate_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3688544Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3717608Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3746128Z test_nvfuser_extremal_values_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3775090Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3804055Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3832946Z test_nvfuser_extremal_values_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3861598Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3890418Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3919399Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3948015Z test_nvfuser_extremal_values_nn_functional_kl_div_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.3976942Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4006324Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4035252Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4063991Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4092993Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4121884Z test_nvfuser_extremal_values_nn_functional_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4150636Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4179426Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4208413Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4237428Z test_nvfuser_extremal_values_nn_functional_layer_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4266347Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4295128Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4324169Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4353189Z test_nvfuser_extremal_values_nn_functional_leaky_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4381824Z test_nvfuser_extremal_values_nn_functional_linear_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4410687Z test_nvfuser_extremal_values_nn_functional_linear_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4442972Z test_nvfuser_extremal_values_nn_functional_linear_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4471850Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4500570Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4529584Z test_nvfuser_extremal_values_nn_functional_linear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4558441Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4587281Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4616214Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4645177Z test_nvfuser_extremal_values_nn_functional_local_response_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4674187Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4702870Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4731741Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4760889Z test_nvfuser_extremal_values_nn_functional_logsigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4789899Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4819011Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4847729Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4876556Z test_nvfuser_extremal_values_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4905005Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4934095Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4963233Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.4992272Z test_nvfuser_extremal_values_nn_functional_max_pool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5020812Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5049828Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5078734Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5107475Z test_nvfuser_extremal_values_nn_functional_max_pool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5136374Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5165716Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5194617Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5223215Z test_nvfuser_extremal_values_nn_functional_max_pool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5252146Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5281929Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5310478Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5339184Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5368335Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5397239Z test_nvfuser_extremal_values_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5425579Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5454478Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5483611Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5512573Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5541188Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5570437Z test_nvfuser_extremal_values_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5599322Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5628111Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5657035Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5686138Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5714854Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5743806Z test_nvfuser_extremal_values_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5772518Z test_nvfuser_extremal_values_nn_functional_mish_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5801492Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5830216Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5859032Z test_nvfuser_extremal_values_nn_functional_mish_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5888101Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5917187Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5945794Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.5974905Z test_nvfuser_extremal_values_nn_functional_mse_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6003821Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6032632Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6061295Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6090326Z test_nvfuser_extremal_values_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6119204Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6148020Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6177148Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6206332Z test_nvfuser_extremal_values_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6235174Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6263949Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6292997Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6321871Z test_nvfuser_extremal_values_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6350925Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6379893Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6409202Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6438091Z test_nvfuser_extremal_values_nn_functional_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6466896Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6496374Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6525168Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6554068Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6582871Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6611947Z test_nvfuser_extremal_values_nn_functional_normalize_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6641121Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6670245Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6699249Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6728433Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6757744Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6786545Z test_nvfuser_extremal_values_nn_functional_pad_circular_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6815605Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6844681Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6873687Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6902394Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6931362Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6960400Z test_nvfuser_extremal_values_nn_functional_pad_constant_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.6989226Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7018388Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7047152Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7076032Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7104886Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7133858Z test_nvfuser_extremal_values_nn_functional_pad_reflect_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7162718Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7191381Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7220179Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7249108Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7277890Z test_nvfuser_extremal_values_nn_functional_pad_replicate_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7306643Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7335799Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7364565Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7393636Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7422279Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7451027Z test_nvfuser_extremal_values_nn_functional_pairwise_distance_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7480077Z test_nvfuser_extremal_values_nn_functional_pdist_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7508701Z test_nvfuser_extremal_values_nn_functional_pdist_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7537881Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7566865Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7595794Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7624502Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7653606Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7682577Z test_nvfuser_extremal_values_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7711300Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7740147Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7769107Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7798023Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7826533Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7855369Z test_nvfuser_extremal_values_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7884390Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7914302Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7943000Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.7972029Z test_nvfuser_extremal_values_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8000926Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8029686Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8058613Z test_nvfuser_extremal_values_nn_functional_prelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8087678Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8116744Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8145429Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8174403Z test_nvfuser_extremal_values_nn_functional_relu6_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8203244Z test_nvfuser_extremal_values_nn_functional_relu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8232336Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8260804Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8289937Z test_nvfuser_extremal_values_nn_functional_relu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8318858Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8347631Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8376612Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8405917Z test_nvfuser_extremal_values_nn_functional_rrelu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8434635Z test_nvfuser_extremal_values_nn_functional_selu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8463240Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8492304Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8521316Z test_nvfuser_extremal_values_nn_functional_selu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8550268Z test_nvfuser_extremal_values_nn_functional_silu_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8578992Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8608003Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8636969Z test_nvfuser_extremal_values_nn_functional_silu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8665495Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8694244Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8723154Z test_nvfuser_extremal_values_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8752212Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8780803Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8809752Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8838733Z test_nvfuser_extremal_values_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8867326Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8896131Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8925023Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8953990Z test_nvfuser_extremal_values_nn_functional_softmin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.8982787Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9011693Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9040607Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9069147Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9097884Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9126807Z test_nvfuser_extremal_values_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9155812Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9185146Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9214324Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9243242Z test_nvfuser_extremal_values_nn_functional_softplus_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9272401Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9300891Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9329886Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9358650Z test_nvfuser_extremal_values_nn_functional_softshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9387309Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9416176Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9445178Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9474074Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9502666Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9531516Z test_nvfuser_extremal_values_nn_functional_softsign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9560415Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9589093Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9618106Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9646744Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9675659Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9704103Z test_nvfuser_extremal_values_nn_functional_tanhshrink_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9733132Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9762312Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9791328Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9819695Z test_nvfuser_extremal_values_nn_functional_threshold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9848655Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9877520Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9906313Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9935249Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9964436Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:01.9993502Z test_nvfuser_extremal_values_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0022258Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0051070Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0080000Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0108707Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0137699Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0166647Z test_nvfuser_extremal_values_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0195663Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0224184Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0253001Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0281809Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0310489Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0339348Z test_nvfuser_extremal_values_nn_functional_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0368354Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0397561Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0426200Z test_nvfuser_extremal_values_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0455249Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0484304Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0513351Z test_nvfuser_extremal_values_nn_functional_upsample_nearest_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0542204Z test_nvfuser_extremal_values_nonzero_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0571367Z test_nvfuser_extremal_values_nonzero_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0600576Z test_nvfuser_extremal_values_nonzero_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0629246Z test_nvfuser_extremal_values_nonzero_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0658075Z test_nvfuser_extremal_values_nonzero_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0686979Z test_nvfuser_extremal_values_nonzero_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0715914Z test_nvfuser_extremal_values_norm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0744627Z test_nvfuser_extremal_values_norm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0773502Z test_nvfuser_extremal_values_norm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0802462Z test_nvfuser_extremal_values_norm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0831115Z test_nvfuser_extremal_values_norm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0859819Z test_nvfuser_extremal_values_norm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0888895Z test_nvfuser_extremal_values_norm_fro_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0917710Z test_nvfuser_extremal_values_norm_fro_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0946592Z test_nvfuser_extremal_values_norm_fro_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.0975588Z test_nvfuser_extremal_values_norm_fro_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1004607Z test_nvfuser_extremal_values_norm_fro_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1033424Z test_nvfuser_extremal_values_norm_fro_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1062207Z test_nvfuser_extremal_values_norm_inf_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1091122Z test_nvfuser_extremal_values_norm_inf_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1120078Z test_nvfuser_extremal_values_norm_inf_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1148849Z test_nvfuser_extremal_values_norm_inf_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1177771Z test_nvfuser_extremal_values_norm_inf_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1206752Z test_nvfuser_extremal_values_norm_inf_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1235725Z test_nvfuser_extremal_values_norm_nuc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1264261Z test_nvfuser_extremal_values_norm_nuc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1293281Z test_nvfuser_extremal_values_norm_nuc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1322377Z test_nvfuser_extremal_values_norm_nuc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1351003Z test_nvfuser_extremal_values_normal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1379889Z test_nvfuser_extremal_values_normal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1409171Z test_nvfuser_extremal_values_normal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1437978Z test_nvfuser_extremal_values_normal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1466718Z test_nvfuser_extremal_values_normal_number_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1495546Z test_nvfuser_extremal_values_normal_number_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1524517Z test_nvfuser_extremal_values_normal_number_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1553521Z test_nvfuser_extremal_values_normal_number_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1582204Z test_nvfuser_extremal_values_ones_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1611323Z test_nvfuser_extremal_values_ones_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1640476Z test_nvfuser_extremal_values_ones_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1669309Z test_nvfuser_extremal_values_ones_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1698168Z test_nvfuser_extremal_values_ones_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1727008Z test_nvfuser_extremal_values_ones_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1756070Z test_nvfuser_extremal_values_ones_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1784771Z test_nvfuser_extremal_values_ones_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1813573Z test_nvfuser_extremal_values_ones_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1842623Z test_nvfuser_extremal_values_ones_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1871276Z test_nvfuser_extremal_values_ones_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1900063Z test_nvfuser_extremal_values_ones_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1928909Z test_nvfuser_extremal_values_ormqr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1957835Z test_nvfuser_extremal_values_ormqr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.1986856Z test_nvfuser_extremal_values_ormqr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2015760Z test_nvfuser_extremal_values_ormqr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2044843Z test_nvfuser_extremal_values_outer_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2073726Z test_nvfuser_extremal_values_outer_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2102251Z test_nvfuser_extremal_values_outer_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2131029Z test_nvfuser_extremal_values_outer_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2160021Z test_nvfuser_extremal_values_outer_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2188661Z test_nvfuser_extremal_values_outer_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2218168Z test_nvfuser_extremal_values_pca_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2247580Z test_nvfuser_extremal_values_pca_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2276295Z test_nvfuser_extremal_values_permute_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2304910Z test_nvfuser_extremal_values_permute_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2333885Z test_nvfuser_extremal_values_permute_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2362863Z test_nvfuser_extremal_values_permute_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2391718Z test_nvfuser_extremal_values_permute_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2420495Z test_nvfuser_extremal_values_permute_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2449571Z test_nvfuser_extremal_values_pinverse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2478459Z test_nvfuser_extremal_values_pinverse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2507133Z test_nvfuser_extremal_values_pinverse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2536107Z test_nvfuser_extremal_values_pinverse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2565034Z test_nvfuser_extremal_values_polar_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2593984Z test_nvfuser_extremal_values_polar_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2622741Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2651651Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2680727Z test_nvfuser_extremal_values_polygamma_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2709095Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2738080Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2766853Z test_nvfuser_extremal_values_polygamma_polygamma_n_1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2797978Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2826725Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2855702Z test_nvfuser_extremal_values_polygamma_polygamma_n_2_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2884401Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2913411Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2942013Z test_nvfuser_extremal_values_polygamma_polygamma_n_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.2971153Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3000071Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3029217Z test_nvfuser_extremal_values_polygamma_polygamma_n_4_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3058318Z test_nvfuser_extremal_values_positive_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3087739Z test_nvfuser_extremal_values_positive_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3116755Z test_nvfuser_extremal_values_positive_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3145490Z test_nvfuser_extremal_values_positive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3174254Z test_nvfuser_extremal_values_positive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3203222Z test_nvfuser_extremal_values_positive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3232273Z test_nvfuser_extremal_values_pow_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3260948Z test_nvfuser_extremal_values_pow_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3289650Z test_nvfuser_extremal_values_pow_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3318535Z test_nvfuser_extremal_values_pow_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3347122Z test_nvfuser_extremal_values_pow_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3375860Z test_nvfuser_extremal_values_pow_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3404744Z test_nvfuser_extremal_values_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3433571Z test_nvfuser_extremal_values_prod_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3462174Z test_nvfuser_extremal_values_prod_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3490949Z test_nvfuser_extremal_values_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3519949Z test_nvfuser_extremal_values_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3548970Z test_nvfuser_extremal_values_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3577841Z test_nvfuser_extremal_values_put_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3606913Z test_nvfuser_extremal_values_put_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3635529Z test_nvfuser_extremal_values_put_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3664178Z test_nvfuser_extremal_values_put_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3693062Z test_nvfuser_extremal_values_put_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3721872Z test_nvfuser_extremal_values_put_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3750705Z test_nvfuser_extremal_values_qr_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3779560Z test_nvfuser_extremal_values_qr_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3808661Z test_nvfuser_extremal_values_qr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3837478Z test_nvfuser_extremal_values_qr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3862056Z test_nvfuser_extremal_values_quantile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:02.3886894Z test_nvfuser_extremal_values_quantile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:02.3915816Z test_nvfuser_extremal_values_rad2deg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3944699Z test_nvfuser_extremal_values_rad2deg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.3973465Z test_nvfuser_extremal_values_rad2deg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4002218Z test_nvfuser_extremal_values_rad2deg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4030853Z test_nvfuser_extremal_values_rand_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4059665Z test_nvfuser_extremal_values_rand_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4088546Z test_nvfuser_extremal_values_rand_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4118271Z test_nvfuser_extremal_values_rand_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4146345Z test_nvfuser_extremal_values_rand_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4175184Z test_nvfuser_extremal_values_rand_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4204281Z test_nvfuser_extremal_values_randint_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4232983Z test_nvfuser_extremal_values_randint_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4261568Z test_nvfuser_extremal_values_randint_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4290390Z test_nvfuser_extremal_values_randint_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4319429Z test_nvfuser_extremal_values_randn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4348097Z test_nvfuser_extremal_values_randn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4377027Z test_nvfuser_extremal_values_randn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4405846Z test_nvfuser_extremal_values_randn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4434571Z test_nvfuser_extremal_values_randn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4463430Z test_nvfuser_extremal_values_randn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4491920Z test_nvfuser_extremal_values_randn_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4521185Z test_nvfuser_extremal_values_randn_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4549598Z test_nvfuser_extremal_values_randn_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4578306Z test_nvfuser_extremal_values_randn_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4607155Z test_nvfuser_extremal_values_randn_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4636014Z test_nvfuser_extremal_values_randn_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4664347Z test_nvfuser_extremal_values_ravel_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4693436Z test_nvfuser_extremal_values_ravel_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4722293Z test_nvfuser_extremal_values_ravel_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4751084Z test_nvfuser_extremal_values_ravel_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4780138Z test_nvfuser_extremal_values_ravel_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4808848Z test_nvfuser_extremal_values_ravel_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4837903Z test_nvfuser_extremal_values_real_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4866550Z test_nvfuser_extremal_values_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4895327Z test_nvfuser_extremal_values_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4924531Z test_nvfuser_extremal_values_real_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4953279Z test_nvfuser_extremal_values_real_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.4982707Z test_nvfuser_extremal_values_real_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5011643Z test_nvfuser_extremal_values_reciprocal_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5040760Z test_nvfuser_extremal_values_reciprocal_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5069502Z test_nvfuser_extremal_values_reciprocal_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5098129Z test_nvfuser_extremal_values_reciprocal_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5126999Z test_nvfuser_extremal_values_reciprocal_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5155847Z test_nvfuser_extremal_values_reciprocal_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5184523Z test_nvfuser_extremal_values_remainder_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5213344Z test_nvfuser_extremal_values_remainder_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5242306Z test_nvfuser_extremal_values_remainder_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5270836Z test_nvfuser_extremal_values_remainder_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5299624Z test_nvfuser_extremal_values_renorm_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5328739Z test_nvfuser_extremal_values_renorm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5357597Z test_nvfuser_extremal_values_renorm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5386382Z test_nvfuser_extremal_values_renorm_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5415191Z test_nvfuser_extremal_values_renorm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5444107Z test_nvfuser_extremal_values_renorm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5473088Z test_nvfuser_extremal_values_repeat_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5502089Z test_nvfuser_extremal_values_repeat_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5531077Z test_nvfuser_extremal_values_repeat_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5559926Z test_nvfuser_extremal_values_repeat_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5588517Z test_nvfuser_extremal_values_repeat_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5617733Z test_nvfuser_extremal_values_repeat_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5646668Z test_nvfuser_extremal_values_repeat_interleave_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5675838Z test_nvfuser_extremal_values_repeat_interleave_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5704394Z test_nvfuser_extremal_values_repeat_interleave_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5733415Z test_nvfuser_extremal_values_repeat_interleave_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5762404Z test_nvfuser_extremal_values_repeat_interleave_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5791042Z test_nvfuser_extremal_values_repeat_interleave_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5820240Z test_nvfuser_extremal_values_reshape_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5849164Z test_nvfuser_extremal_values_reshape_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5877973Z test_nvfuser_extremal_values_reshape_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5906589Z test_nvfuser_extremal_values_reshape_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5935620Z test_nvfuser_extremal_values_reshape_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5964374Z test_nvfuser_extremal_values_reshape_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.5993009Z test_nvfuser_extremal_values_reshape_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6022206Z test_nvfuser_extremal_values_reshape_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6050789Z test_nvfuser_extremal_values_reshape_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6080022Z test_nvfuser_extremal_values_reshape_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6108585Z test_nvfuser_extremal_values_reshape_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6137509Z test_nvfuser_extremal_values_reshape_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6166473Z test_nvfuser_extremal_values_resize__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6195326Z test_nvfuser_extremal_values_resize__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6223899Z test_nvfuser_extremal_values_resize__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6253142Z test_nvfuser_extremal_values_resize__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6281923Z test_nvfuser_extremal_values_resize__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6310644Z test_nvfuser_extremal_values_resize__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6339498Z test_nvfuser_extremal_values_resize_as__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6368511Z test_nvfuser_extremal_values_resize_as__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6397499Z test_nvfuser_extremal_values_resize_as__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6426125Z test_nvfuser_extremal_values_resize_as__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6455125Z test_nvfuser_extremal_values_resize_as__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6484185Z test_nvfuser_extremal_values_resize_as__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6514529Z test_nvfuser_extremal_values_resolve_conj_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6543219Z test_nvfuser_extremal_values_resolve_conj_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6572231Z test_nvfuser_extremal_values_resolve_conj_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6601035Z test_nvfuser_extremal_values_resolve_conj_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6630094Z test_nvfuser_extremal_values_resolve_conj_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6658799Z test_nvfuser_extremal_values_resolve_conj_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6687734Z test_nvfuser_extremal_values_resolve_neg_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6716660Z test_nvfuser_extremal_values_resolve_neg_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6745283Z test_nvfuser_extremal_values_resolve_neg_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6774219Z test_nvfuser_extremal_values_resolve_neg_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6802995Z test_nvfuser_extremal_values_resolve_neg_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6832360Z test_nvfuser_extremal_values_resolve_neg_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6861114Z test_nvfuser_extremal_values_roll_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6890070Z test_nvfuser_extremal_values_roll_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6919270Z test_nvfuser_extremal_values_roll_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6948421Z test_nvfuser_extremal_values_roll_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.6977838Z test_nvfuser_extremal_values_roll_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7006819Z test_nvfuser_extremal_values_roll_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7035744Z test_nvfuser_extremal_values_rot90_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7064228Z test_nvfuser_extremal_values_rot90_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7093511Z test_nvfuser_extremal_values_rot90_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7122362Z test_nvfuser_extremal_values_rot90_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7151007Z test_nvfuser_extremal_values_rot90_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7179714Z test_nvfuser_extremal_values_rot90_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7208753Z test_nvfuser_extremal_values_round_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7237703Z test_nvfuser_extremal_values_round_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7266338Z test_nvfuser_extremal_values_round_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7295303Z test_nvfuser_extremal_values_round_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7324367Z test_nvfuser_extremal_values_round_decimals_0_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7353757Z test_nvfuser_extremal_values_round_decimals_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7382248Z test_nvfuser_extremal_values_round_decimals_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7411361Z test_nvfuser_extremal_values_round_decimals_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7440826Z test_nvfuser_extremal_values_round_decimals_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7469411Z test_nvfuser_extremal_values_round_decimals_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7498345Z test_nvfuser_extremal_values_round_decimals_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7527203Z test_nvfuser_extremal_values_round_decimals_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7556287Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7584720Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7613642Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7643004Z test_nvfuser_extremal_values_round_decimals_neg_3_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7671840Z test_nvfuser_extremal_values_rsqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7700670Z test_nvfuser_extremal_values_rsqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7729522Z test_nvfuser_extremal_values_rsqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7758460Z test_nvfuser_extremal_values_rsqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7787135Z test_nvfuser_extremal_values_rsqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7816139Z test_nvfuser_extremal_values_rsqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7845053Z test_nvfuser_extremal_values_rsub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7873962Z test_nvfuser_extremal_values_rsub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7902700Z test_nvfuser_extremal_values_rsub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7931650Z test_nvfuser_extremal_values_rsub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7960901Z test_nvfuser_extremal_values_rsub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.7989693Z test_nvfuser_extremal_values_rsub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8018564Z test_nvfuser_extremal_values_scatter_add_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8047826Z test_nvfuser_extremal_values_scatter_add_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8076717Z test_nvfuser_extremal_values_scatter_add_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8105324Z test_nvfuser_extremal_values_scatter_add_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8134126Z test_nvfuser_extremal_values_scatter_add_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8163199Z test_nvfuser_extremal_values_scatter_add_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8192115Z test_nvfuser_extremal_values_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8220774Z test_nvfuser_extremal_values_scatter_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8249895Z test_nvfuser_extremal_values_scatter_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8278818Z test_nvfuser_extremal_values_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8307633Z test_nvfuser_extremal_values_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8336656Z test_nvfuser_extremal_values_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8365696Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8394587Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8423187Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8452160Z test_nvfuser_extremal_values_scatter_reduce_amax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8481074Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8509672Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8538536Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8567776Z test_nvfuser_extremal_values_scatter_reduce_amin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8596310Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8625032Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8653830Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8682747Z test_nvfuser_extremal_values_scatter_reduce_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8711339Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8740047Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8769173Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8797985Z test_nvfuser_extremal_values_scatter_reduce_prod_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8826724Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8855500Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8884300Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8913322Z test_nvfuser_extremal_values_scatter_reduce_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8942094Z test_nvfuser_extremal_values_searchsorted_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8970940Z test_nvfuser_extremal_values_searchsorted_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.8999694Z test_nvfuser_extremal_values_searchsorted_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9028605Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9057561Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9086265Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9115055Z test_nvfuser_extremal_values_segment_reduce_lengths_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9143886Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9173055Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9202138Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9230611Z test_nvfuser_extremal_values_segment_reduce_offsets_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9259459Z test_nvfuser_extremal_values_select_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9288404Z test_nvfuser_extremal_values_select_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9317258Z test_nvfuser_extremal_values_select_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9346109Z test_nvfuser_extremal_values_select_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9375146Z test_nvfuser_extremal_values_select_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9404333Z test_nvfuser_extremal_values_select_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9433497Z test_nvfuser_extremal_values_select_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9462101Z test_nvfuser_extremal_values_select_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9490999Z test_nvfuser_extremal_values_select_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9520230Z test_nvfuser_extremal_values_select_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9548861Z test_nvfuser_extremal_values_sgn_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9577777Z test_nvfuser_extremal_values_sgn_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9606975Z test_nvfuser_extremal_values_sgn_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9635913Z test_nvfuser_extremal_values_sgn_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9664709Z test_nvfuser_extremal_values_sgn_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9693915Z test_nvfuser_extremal_values_sgn_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9722958Z test_nvfuser_extremal_values_short_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9751997Z test_nvfuser_extremal_values_short_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9780783Z test_nvfuser_extremal_values_short_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9809836Z test_nvfuser_extremal_values_short_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9838876Z test_nvfuser_extremal_values_short_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9867532Z test_nvfuser_extremal_values_short_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9896483Z test_nvfuser_extremal_values_sigmoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9925443Z test_nvfuser_extremal_values_sigmoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9954429Z test_nvfuser_extremal_values_sigmoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:02.9983137Z test_nvfuser_extremal_values_sigmoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0012101Z test_nvfuser_extremal_values_sigmoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0041199Z test_nvfuser_extremal_values_sigmoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0069759Z test_nvfuser_extremal_values_sign_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0098660Z test_nvfuser_extremal_values_sign_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0127450Z test_nvfuser_extremal_values_sign_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0156447Z test_nvfuser_extremal_values_sign_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0185037Z test_nvfuser_extremal_values_signbit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0214006Z test_nvfuser_extremal_values_signbit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0243121Z test_nvfuser_extremal_values_signbit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0271903Z test_nvfuser_extremal_values_signbit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0300652Z test_nvfuser_extremal_values_sin_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0329723Z test_nvfuser_extremal_values_sin_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0358633Z test_nvfuser_extremal_values_sin_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0387447Z test_nvfuser_extremal_values_sin_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0416680Z test_nvfuser_extremal_values_sin_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0445628Z test_nvfuser_extremal_values_sin_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0474438Z test_nvfuser_extremal_values_sinc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0503161Z test_nvfuser_extremal_values_sinc_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0532210Z test_nvfuser_extremal_values_sinc_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0561274Z test_nvfuser_extremal_values_sinc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0589841Z test_nvfuser_extremal_values_sinc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0618614Z test_nvfuser_extremal_values_sinc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0647721Z test_nvfuser_extremal_values_sinh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0676798Z test_nvfuser_extremal_values_sinh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0705302Z test_nvfuser_extremal_values_sinh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0734133Z test_nvfuser_extremal_values_sinh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0763413Z test_nvfuser_extremal_values_sinh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0792204Z test_nvfuser_extremal_values_sinh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0820741Z test_nvfuser_extremal_values_slice_scatter_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0849868Z test_nvfuser_extremal_values_slice_scatter_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0879559Z test_nvfuser_extremal_values_slice_scatter_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0908295Z test_nvfuser_extremal_values_slice_scatter_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0937649Z test_nvfuser_extremal_values_softmax_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0966428Z test_nvfuser_extremal_values_softmax_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.0995514Z test_nvfuser_extremal_values_softmax_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1023925Z test_nvfuser_extremal_values_softmax_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1053029Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1082032Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1110454Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1139217Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1168213Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1197050Z test_nvfuser_extremal_values_softmax_with_dtype_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1225615Z test_nvfuser_extremal_values_sort_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1254548Z test_nvfuser_extremal_values_sort_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1283379Z test_nvfuser_extremal_values_sort_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1312065Z test_nvfuser_extremal_values_sort_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1340994Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1370079Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1398972Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1427624Z test_nvfuser_extremal_values_sparse_sampled_addmm_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1456459Z test_nvfuser_extremal_values_special_airy_ai_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1485706Z test_nvfuser_extremal_values_special_airy_ai_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1514820Z test_nvfuser_extremal_values_special_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1543309Z test_nvfuser_extremal_values_special_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1572588Z test_nvfuser_extremal_values_special_bessel_j1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1601208Z test_nvfuser_extremal_values_special_bessel_j1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1629868Z test_nvfuser_extremal_values_special_bessel_y0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1658804Z test_nvfuser_extremal_values_special_bessel_y0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1687792Z test_nvfuser_extremal_values_special_bessel_y1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1716759Z test_nvfuser_extremal_values_special_bessel_y1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1740588Z test_nvfuser_extremal_values_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.1765220Z test_nvfuser_extremal_values_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.1790122Z test_nvfuser_extremal_values_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.1814571Z test_nvfuser_extremal_values_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.1839055Z test_nvfuser_extremal_values_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.1863930Z test_nvfuser_extremal_values_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.1888048Z test_nvfuser_extremal_values_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.1912725Z test_nvfuser_extremal_values_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.1941994Z test_nvfuser_extremal_values_special_entr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1970827Z test_nvfuser_extremal_values_special_entr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.1999771Z test_nvfuser_extremal_values_special_entr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2028367Z test_nvfuser_extremal_values_special_entr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2057189Z test_nvfuser_extremal_values_special_erfcx_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2086063Z test_nvfuser_extremal_values_special_erfcx_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2110174Z test_nvfuser_extremal_values_special_hermite_polynomial_h_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.2134431Z test_nvfuser_extremal_values_special_hermite_polynomial_h_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.2159177Z test_nvfuser_extremal_values_special_hermite_polynomial_he_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.2184108Z test_nvfuser_extremal_values_special_hermite_polynomial_he_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.2212908Z test_nvfuser_extremal_values_special_i0e_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2241706Z test_nvfuser_extremal_values_special_i0e_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2270288Z test_nvfuser_extremal_values_special_i0e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2299078Z test_nvfuser_extremal_values_special_i0e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2328049Z test_nvfuser_extremal_values_special_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2356891Z test_nvfuser_extremal_values_special_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2385574Z test_nvfuser_extremal_values_special_i1e_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2414375Z test_nvfuser_extremal_values_special_i1e_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2438810Z test_nvfuser_extremal_values_special_laguerre_polynomial_l_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.2463513Z test_nvfuser_extremal_values_special_laguerre_polynomial_l_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.2488181Z test_nvfuser_extremal_values_special_legendre_polynomial_p_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.2512958Z test_nvfuser_extremal_values_special_legendre_polynomial_p_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.2542064Z test_nvfuser_extremal_values_special_log_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2570970Z test_nvfuser_extremal_values_special_log_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2599804Z test_nvfuser_extremal_values_special_modified_bessel_i0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2628594Z test_nvfuser_extremal_values_special_modified_bessel_i0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2657839Z test_nvfuser_extremal_values_special_modified_bessel_i1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2686708Z test_nvfuser_extremal_values_special_modified_bessel_i1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2715511Z test_nvfuser_extremal_values_special_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2744496Z test_nvfuser_extremal_values_special_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2773297Z test_nvfuser_extremal_values_special_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2802060Z test_nvfuser_extremal_values_special_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2830557Z test_nvfuser_extremal_values_special_ndtr_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2859446Z test_nvfuser_extremal_values_special_ndtr_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2888456Z test_nvfuser_extremal_values_special_ndtr_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2917385Z test_nvfuser_extremal_values_special_ndtr_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2946001Z test_nvfuser_extremal_values_special_ndtri_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.2975224Z test_nvfuser_extremal_values_special_ndtri_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3004308Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3033380Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3061954Z test_nvfuser_extremal_values_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3091102Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3120201Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3148961Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3178007Z test_nvfuser_extremal_values_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3202580Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.3226956Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.3251333Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.3276445Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.3301224Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.3325674Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.3350381Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.3375190Z test_nvfuser_extremal_values_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: Skipped! (0.002s) 2022-09-27T16:33:03.3404417Z test_nvfuser_extremal_values_special_spherical_bessel_j0_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3433560Z test_nvfuser_extremal_values_special_spherical_bessel_j0_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3462029Z test_nvfuser_extremal_values_special_xlog1py_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3490881Z test_nvfuser_extremal_values_special_xlog1py_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3519937Z test_nvfuser_extremal_values_special_xlog1py_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3548641Z test_nvfuser_extremal_values_special_xlog1py_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3577483Z test_nvfuser_extremal_values_special_zeta_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3606402Z test_nvfuser_extremal_values_special_zeta_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3635285Z test_nvfuser_extremal_values_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3663983Z test_nvfuser_extremal_values_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3692857Z test_nvfuser_extremal_values_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3721761Z test_nvfuser_extremal_values_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3751809Z test_nvfuser_extremal_values_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3780383Z test_nvfuser_extremal_values_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3809223Z test_nvfuser_extremal_values_split_list_args_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3837994Z test_nvfuser_extremal_values_split_list_args_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3866859Z test_nvfuser_extremal_values_split_list_args_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3895735Z test_nvfuser_extremal_values_split_list_args_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3924371Z test_nvfuser_extremal_values_split_list_args_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3953213Z test_nvfuser_extremal_values_split_list_args_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.3981804Z test_nvfuser_extremal_values_split_with_sizes_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4010625Z test_nvfuser_extremal_values_split_with_sizes_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4039512Z test_nvfuser_extremal_values_split_with_sizes_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4068167Z test_nvfuser_extremal_values_split_with_sizes_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4097320Z test_nvfuser_extremal_values_split_with_sizes_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4126028Z test_nvfuser_extremal_values_split_with_sizes_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4155050Z test_nvfuser_extremal_values_sqrt_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4183710Z test_nvfuser_extremal_values_sqrt_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4212498Z test_nvfuser_extremal_values_sqrt_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4241703Z test_nvfuser_extremal_values_sqrt_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4270361Z test_nvfuser_extremal_values_sqrt_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4299232Z test_nvfuser_extremal_values_sqrt_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4328317Z test_nvfuser_extremal_values_square_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4357220Z test_nvfuser_extremal_values_square_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4385931Z test_nvfuser_extremal_values_square_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4414829Z test_nvfuser_extremal_values_square_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4443963Z test_nvfuser_extremal_values_square_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4472832Z test_nvfuser_extremal_values_square_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4501640Z test_nvfuser_extremal_values_squeeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4530495Z test_nvfuser_extremal_values_squeeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4559369Z test_nvfuser_extremal_values_squeeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4588003Z test_nvfuser_extremal_values_squeeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4616962Z test_nvfuser_extremal_values_squeeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4645926Z test_nvfuser_extremal_values_squeeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4675025Z test_nvfuser_extremal_values_stack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4703654Z test_nvfuser_extremal_values_stack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4732695Z test_nvfuser_extremal_values_stack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4761468Z test_nvfuser_extremal_values_stack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4790526Z test_nvfuser_extremal_values_stack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4819294Z test_nvfuser_extremal_values_stack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4848139Z test_nvfuser_extremal_values_std_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4877169Z test_nvfuser_extremal_values_std_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4905968Z test_nvfuser_extremal_values_std_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4935388Z test_nvfuser_extremal_values_std_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4964178Z test_nvfuser_extremal_values_std_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.4993036Z test_nvfuser_extremal_values_std_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5021790Z test_nvfuser_extremal_values_std_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5050823Z test_nvfuser_extremal_values_std_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5079620Z test_nvfuser_extremal_values_std_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5108690Z test_nvfuser_extremal_values_std_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5137280Z test_nvfuser_extremal_values_std_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5166547Z test_nvfuser_extremal_values_std_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5195513Z test_nvfuser_extremal_values_stft_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5227380Z test_nvfuser_extremal_values_stft_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5256262Z test_nvfuser_extremal_values_stft_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5285387Z test_nvfuser_extremal_values_stft_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5314188Z test_nvfuser_extremal_values_sub_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5342945Z test_nvfuser_extremal_values_sub_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5371877Z test_nvfuser_extremal_values_sub_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5400617Z test_nvfuser_extremal_values_sub_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5429250Z test_nvfuser_extremal_values_sub_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5458351Z test_nvfuser_extremal_values_sub_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5487364Z test_nvfuser_extremal_values_sum_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5516132Z test_nvfuser_extremal_values_sum_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5544923Z test_nvfuser_extremal_values_sum_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5573995Z test_nvfuser_extremal_values_sum_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5602849Z test_nvfuser_extremal_values_sum_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5631540Z test_nvfuser_extremal_values_sum_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5660619Z test_nvfuser_extremal_values_sum_to_size_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5689625Z test_nvfuser_extremal_values_sum_to_size_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5718794Z test_nvfuser_extremal_values_sum_to_size_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5747257Z test_nvfuser_extremal_values_sum_to_size_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5776169Z test_nvfuser_extremal_values_sum_to_size_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5805099Z test_nvfuser_extremal_values_sum_to_size_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5829732Z test_nvfuser_extremal_values_svd_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:33:03.5855065Z test_nvfuser_extremal_values_svd_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:33:03.5884905Z test_nvfuser_extremal_values_svd_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5914274Z test_nvfuser_extremal_values_svd_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5944235Z test_nvfuser_extremal_values_svd_lowrank_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.5973631Z test_nvfuser_extremal_values_svd_lowrank_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6002586Z test_nvfuser_extremal_values_symeig_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6031299Z test_nvfuser_extremal_values_symeig_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6060231Z test_nvfuser_extremal_values_symeig_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6089159Z test_nvfuser_extremal_values_symeig_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6118273Z test_nvfuser_extremal_values_t_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6158767Z test_nvfuser_extremal_values_t_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6175803Z test_nvfuser_extremal_values_t_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6204695Z test_nvfuser_extremal_values_t_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6233880Z test_nvfuser_extremal_values_t_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6262408Z test_nvfuser_extremal_values_t_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6291288Z test_nvfuser_extremal_values_take_along_dim_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6320439Z test_nvfuser_extremal_values_take_along_dim_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6349169Z test_nvfuser_extremal_values_take_along_dim_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6377650Z test_nvfuser_extremal_values_take_along_dim_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6406822Z test_nvfuser_extremal_values_take_along_dim_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6435505Z test_nvfuser_extremal_values_take_along_dim_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6464026Z test_nvfuser_extremal_values_take_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6492879Z test_nvfuser_extremal_values_take_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6521479Z test_nvfuser_extremal_values_take_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6550101Z test_nvfuser_extremal_values_take_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6578949Z test_nvfuser_extremal_values_take_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6607777Z test_nvfuser_extremal_values_take_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6636721Z test_nvfuser_extremal_values_tan_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6665356Z test_nvfuser_extremal_values_tan_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6694343Z test_nvfuser_extremal_values_tan_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6723187Z test_nvfuser_extremal_values_tan_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6751915Z test_nvfuser_extremal_values_tan_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6780637Z test_nvfuser_extremal_values_tan_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6809692Z test_nvfuser_extremal_values_tanh_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6838426Z test_nvfuser_extremal_values_tanh_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6867181Z test_nvfuser_extremal_values_tanh_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6896384Z test_nvfuser_extremal_values_tanh_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6924980Z test_nvfuser_extremal_values_tanh_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6953738Z test_nvfuser_extremal_values_tanh_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.6982255Z test_nvfuser_extremal_values_tensor_split_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7011159Z test_nvfuser_extremal_values_tensor_split_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7040116Z test_nvfuser_extremal_values_tensor_split_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7068673Z test_nvfuser_extremal_values_tensor_split_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7097645Z test_nvfuser_extremal_values_tensor_split_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7126440Z test_nvfuser_extremal_values_tensor_split_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7155148Z test_nvfuser_extremal_values_tensordot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7183887Z test_nvfuser_extremal_values_tensordot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7212702Z test_nvfuser_extremal_values_tensordot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7241749Z test_nvfuser_extremal_values_tensordot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7270141Z test_nvfuser_extremal_values_tensordot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7298887Z test_nvfuser_extremal_values_tensordot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7327529Z test_nvfuser_extremal_values_tile_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7356492Z test_nvfuser_extremal_values_tile_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7385105Z test_nvfuser_extremal_values_tile_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7413979Z test_nvfuser_extremal_values_tile_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7442773Z test_nvfuser_extremal_values_tile_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7471720Z test_nvfuser_extremal_values_tile_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7500781Z test_nvfuser_extremal_values_to_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7529434Z test_nvfuser_extremal_values_to_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7558224Z test_nvfuser_extremal_values_to_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7586947Z test_nvfuser_extremal_values_to_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7615939Z test_nvfuser_extremal_values_to_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7644978Z test_nvfuser_extremal_values_to_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7674145Z test_nvfuser_extremal_values_to_sparse_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7702879Z test_nvfuser_extremal_values_to_sparse_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7731900Z test_nvfuser_extremal_values_to_sparse_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7760731Z test_nvfuser_extremal_values_to_sparse_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7789420Z test_nvfuser_extremal_values_to_sparse_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7818250Z test_nvfuser_extremal_values_to_sparse_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7847361Z test_nvfuser_extremal_values_topk_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7876197Z test_nvfuser_extremal_values_topk_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7904752Z test_nvfuser_extremal_values_topk_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7933487Z test_nvfuser_extremal_values_topk_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7962634Z test_nvfuser_extremal_values_trace_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.7991241Z test_nvfuser_extremal_values_trace_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8020124Z test_nvfuser_extremal_values_trace_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8049270Z test_nvfuser_extremal_values_trace_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8078392Z test_nvfuser_extremal_values_trace_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8108230Z test_nvfuser_extremal_values_trace_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8136867Z test_nvfuser_extremal_values_transpose_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8166048Z test_nvfuser_extremal_values_transpose_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8194984Z test_nvfuser_extremal_values_transpose_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8223497Z test_nvfuser_extremal_values_transpose_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8252526Z test_nvfuser_extremal_values_transpose_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8280995Z test_nvfuser_extremal_values_transpose_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8310393Z test_nvfuser_extremal_values_trapezoid_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8338772Z test_nvfuser_extremal_values_trapezoid_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8367679Z test_nvfuser_extremal_values_trapezoid_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8396645Z test_nvfuser_extremal_values_trapezoid_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8425282Z test_nvfuser_extremal_values_trapezoid_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8454294Z test_nvfuser_extremal_values_trapezoid_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8483331Z test_nvfuser_extremal_values_trapz_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8512327Z test_nvfuser_extremal_values_trapz_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8541258Z test_nvfuser_extremal_values_trapz_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8570224Z test_nvfuser_extremal_values_trapz_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8598984Z test_nvfuser_extremal_values_trapz_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8627796Z test_nvfuser_extremal_values_trapz_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8656527Z test_nvfuser_extremal_values_triangular_solve_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8685100Z test_nvfuser_extremal_values_triangular_solve_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8714106Z test_nvfuser_extremal_values_triangular_solve_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8742171Z test_nvfuser_extremal_values_triangular_solve_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8771190Z test_nvfuser_extremal_values_tril_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8800109Z test_nvfuser_extremal_values_tril_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8828545Z test_nvfuser_extremal_values_tril_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8857453Z test_nvfuser_extremal_values_tril_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8886333Z test_nvfuser_extremal_values_tril_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8915331Z test_nvfuser_extremal_values_triu_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8943977Z test_nvfuser_extremal_values_triu_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.8973033Z test_nvfuser_extremal_values_triu_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9001908Z test_nvfuser_extremal_values_triu_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9030515Z test_nvfuser_extremal_values_triu_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9059370Z test_nvfuser_extremal_values_true_divide_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9088412Z test_nvfuser_extremal_values_true_divide_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9117856Z test_nvfuser_extremal_values_true_divide_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9146477Z test_nvfuser_extremal_values_true_divide_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9175290Z test_nvfuser_extremal_values_true_divide_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9204254Z test_nvfuser_extremal_values_true_divide_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9233090Z test_nvfuser_extremal_values_trunc_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9261942Z test_nvfuser_extremal_values_trunc_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9290819Z test_nvfuser_extremal_values_trunc_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9319735Z test_nvfuser_extremal_values_trunc_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9348254Z test_nvfuser_extremal_values_unbind_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9377039Z test_nvfuser_extremal_values_unbind_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9406071Z test_nvfuser_extremal_values_unbind_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9434817Z test_nvfuser_extremal_values_unbind_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9463538Z test_nvfuser_extremal_values_unbind_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9492414Z test_nvfuser_extremal_values_unbind_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9521180Z test_nvfuser_extremal_values_unflatten_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9549867Z test_nvfuser_extremal_values_unflatten_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9578836Z test_nvfuser_extremal_values_unflatten_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9607632Z test_nvfuser_extremal_values_unflatten_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9636482Z test_nvfuser_extremal_values_unflatten_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9665083Z test_nvfuser_extremal_values_unflatten_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9694176Z test_nvfuser_extremal_values_unfold_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9723091Z test_nvfuser_extremal_values_unfold_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9751506Z test_nvfuser_extremal_values_unfold_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9781899Z test_nvfuser_extremal_values_unfold_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9809125Z test_nvfuser_extremal_values_unfold_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9838019Z test_nvfuser_extremal_values_unfold_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9866549Z test_nvfuser_extremal_values_uniform_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9895554Z test_nvfuser_extremal_values_uniform_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9924212Z test_nvfuser_extremal_values_uniform_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9953013Z test_nvfuser_extremal_values_uniform_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:03.9981406Z test_nvfuser_extremal_values_uniform_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0010316Z test_nvfuser_extremal_values_uniform_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0039312Z test_nvfuser_extremal_values_unique_consecutive_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0067806Z test_nvfuser_extremal_values_unique_consecutive_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0096536Z test_nvfuser_extremal_values_unique_consecutive_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0125403Z test_nvfuser_extremal_values_unique_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0154344Z test_nvfuser_extremal_values_unique_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0182905Z test_nvfuser_extremal_values_unique_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0211843Z test_nvfuser_extremal_values_unsqueeze_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0240748Z test_nvfuser_extremal_values_unsqueeze_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0269431Z test_nvfuser_extremal_values_unsqueeze_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0298501Z test_nvfuser_extremal_values_unsqueeze_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0327315Z test_nvfuser_extremal_values_unsqueeze_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0356590Z test_nvfuser_extremal_values_unsqueeze_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0385225Z test_nvfuser_extremal_values_var_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0413745Z test_nvfuser_extremal_values_var_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0442624Z test_nvfuser_extremal_values_var_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0471304Z test_nvfuser_extremal_values_var_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0500513Z test_nvfuser_extremal_values_var_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0529289Z test_nvfuser_extremal_values_var_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0558169Z test_nvfuser_extremal_values_var_mean_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0586856Z test_nvfuser_extremal_values_var_mean_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0616053Z test_nvfuser_extremal_values_var_mean_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0644855Z test_nvfuser_extremal_values_var_mean_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0673722Z test_nvfuser_extremal_values_var_mean_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0702649Z test_nvfuser_extremal_values_var_mean_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0731603Z test_nvfuser_extremal_values_vdot_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0760372Z test_nvfuser_extremal_values_vdot_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0789070Z test_nvfuser_extremal_values_vdot_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0817970Z test_nvfuser_extremal_values_vdot_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0846814Z test_nvfuser_extremal_values_vdot_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0875545Z test_nvfuser_extremal_values_vdot_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0904266Z test_nvfuser_extremal_values_view_as_complex_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0935114Z test_nvfuser_extremal_values_view_as_complex_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0964151Z test_nvfuser_extremal_values_view_as_complex_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.0992901Z test_nvfuser_extremal_values_view_as_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1021375Z test_nvfuser_extremal_values_view_as_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1050261Z test_nvfuser_extremal_values_view_as_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1079644Z test_nvfuser_extremal_values_view_as_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1108351Z test_nvfuser_extremal_values_view_as_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1137109Z test_nvfuser_extremal_values_view_as_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1165914Z test_nvfuser_extremal_values_view_as_real_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1194715Z test_nvfuser_extremal_values_view_as_real_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1223361Z test_nvfuser_extremal_values_view_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1252165Z test_nvfuser_extremal_values_view_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1281024Z test_nvfuser_extremal_values_view_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1309944Z test_nvfuser_extremal_values_view_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1338547Z test_nvfuser_extremal_values_view_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1367426Z test_nvfuser_extremal_values_view_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1396413Z test_nvfuser_extremal_values_vsplit_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1425138Z test_nvfuser_extremal_values_vsplit_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1454117Z test_nvfuser_extremal_values_vsplit_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1483001Z test_nvfuser_extremal_values_vsplit_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1511538Z test_nvfuser_extremal_values_vsplit_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1540474Z test_nvfuser_extremal_values_vsplit_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1569111Z test_nvfuser_extremal_values_vstack_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1598057Z test_nvfuser_extremal_values_vstack_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1626757Z test_nvfuser_extremal_values_vstack_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1655756Z test_nvfuser_extremal_values_vstack_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1684602Z test_nvfuser_extremal_values_vstack_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1713741Z test_nvfuser_extremal_values_vstack_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1742310Z test_nvfuser_extremal_values_where_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1771182Z test_nvfuser_extremal_values_where_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1800087Z test_nvfuser_extremal_values_where_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1828753Z test_nvfuser_extremal_values_where_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1857649Z test_nvfuser_extremal_values_where_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1886539Z test_nvfuser_extremal_values_where_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1915493Z test_nvfuser_extremal_values_xlogy_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1944018Z test_nvfuser_extremal_values_xlogy_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.1973246Z test_nvfuser_extremal_values_xlogy_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2002183Z test_nvfuser_extremal_values_xlogy_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2030922Z test_nvfuser_extremal_values_zero__cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2059612Z test_nvfuser_extremal_values_zero__cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2088445Z test_nvfuser_extremal_values_zero__cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2117291Z test_nvfuser_extremal_values_zero__cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2146051Z test_nvfuser_extremal_values_zero__cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2174894Z test_nvfuser_extremal_values_zero__cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2203831Z test_nvfuser_extremal_values_zeros_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2232876Z test_nvfuser_extremal_values_zeros_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2261401Z test_nvfuser_extremal_values_zeros_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2290244Z test_nvfuser_extremal_values_zeros_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2319220Z test_nvfuser_extremal_values_zeros_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2347684Z test_nvfuser_extremal_values_zeros_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2376477Z test_nvfuser_extremal_values_zeros_like_cuda_bfloat16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2405492Z test_nvfuser_extremal_values_zeros_like_cuda_complex128 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2434316Z test_nvfuser_extremal_values_zeros_like_cuda_complex64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2463009Z test_nvfuser_extremal_values_zeros_like_cuda_float16 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2491855Z test_nvfuser_extremal_values_zeros_like_cuda_float32 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2520815Z test_nvfuser_extremal_values_zeros_like_cuda_float64 (__main__.TestCudaFuserOpInfoCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:33:04.2531234Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.001s) 2022-09-27T16:33:04.4962543Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... ok (0.243s) 2022-09-27T16:33:04.4972362Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... ok (0.001s) 2022-09-27T16:33:04.4977577Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... skip: Testing on CPU only (0.000s) 2022-09-27T16:33:04.5104809Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.012s) 2022-09-27T16:33:04.5105236Z 2022-09-27T16:33:04.5105986Z ---------------------------------------------------------------------- 2022-09-27T16:33:04.5106557Z Ran 8123 tests in 110.324s 2022-09-27T16:33:04.5110273Z 2022-09-27T16:33:04.5110619Z OK (skipped=8044) 2022-09-27T16:33:04.5110829Z 2022-09-27T16:33:04.5110966Z Generating XML reports... 2022-09-27T16:33:04.5349593Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927163113.xml 2022-09-27T16:33:04.5356947Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927163113.xml 2022-09-27T16:33:04.5360555Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927163113.xml 2022-09-27T16:33:05.8186819Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuserOpInfoCUDA-20220927163113.xml 2022-09-27T16:33:07.2232170Z Running test_masked ... [2022-09-27 16:33:07.222578] 2022-09-27T16:33:07.2232948Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:33:07.222674] 2022-09-27T16:33:11.3556266Z Test results will be stored in test-reports/python-unittest/test_masked 2022-09-27T16:33:11.3597963Z 2022-09-27T16:33:11.3598339Z Running tests... 2022-09-27T16:33:11.3598838Z ---------------------------------------------------------------------- 2022-09-27T16:33:11.9650160Z test_mask_layout_sparse_coo__masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.605s) 2022-09-27T16:33:12.5663969Z test_mask_layout_sparse_coo__masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.601s) 2022-09-27T16:33:13.1637348Z test_mask_layout_sparse_coo__masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.597s) 2022-09-27T16:33:13.7564825Z test_mask_layout_sparse_coo__masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.592s) 2022-09-27T16:33:13.7574145Z test_mask_layout_sparse_coo__masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:13.7584485Z test_mask_layout_sparse_coo__masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:13.7594859Z test_mask_layout_sparse_coo__masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:13.7605042Z test_mask_layout_sparse_coo__masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:13.7614957Z test_mask_layout_sparse_coo__masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:14.3623849Z test_mask_layout_sparse_coo__masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.601s) 2022-09-27T16:33:14.9638225Z test_mask_layout_sparse_coo__masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.601s) 2022-09-27T16:33:15.5590173Z test_mask_layout_sparse_coo__masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.595s) 2022-09-27T16:33:16.1481254Z test_mask_layout_sparse_coo__masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.589s) 2022-09-27T16:33:16.1490845Z test_mask_layout_sparse_coo__masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1501237Z test_mask_layout_sparse_coo__masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1511654Z test_mask_layout_sparse_coo__masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1522566Z test_mask_layout_sparse_coo__masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1532205Z test_mask_layout_sparse_coo__masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1548476Z test_mask_layout_sparse_coo__masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T16:33:16.1558341Z test_mask_layout_sparse_coo__masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1568939Z test_mask_layout_sparse_coo__masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1579221Z test_mask_layout_sparse_coo__masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1594514Z test_mask_layout_sparse_coo__masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T16:33:16.1609093Z test_mask_layout_sparse_coo__masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T16:33:16.1624094Z test_mask_layout_sparse_coo__masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-09-27T16:33:16.1633551Z test_mask_layout_sparse_coo__masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1643784Z test_mask_layout_sparse_coo__masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1654016Z test_mask_layout_sparse_coo__masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1664052Z test_mask_layout_sparse_coo__masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.1674539Z test_mask_layout_sparse_coo__masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.7646767Z test_mask_layout_sparse_coo__masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.597s) 2022-09-27T16:33:16.7656292Z test_mask_layout_sparse_coo__masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.7666830Z test_mask_layout_sparse_coo__masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:16.7676790Z test_mask_layout_sparse_coo__masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:17.3643483Z test_mask_layout_sparse_coo__masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.596s) 2022-09-27T16:33:17.9563487Z test_mask_layout_sparse_coo__masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.592s) 2022-09-27T16:33:18.5533592Z test_mask_layout_sparse_coo__masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.597s) 2022-09-27T16:33:18.5543436Z test_mask_layout_sparse_coo__masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:18.5553594Z test_mask_layout_sparse_coo__masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:18.5563754Z test_mask_layout_sparse_coo__masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:18.5575501Z test_mask_layout_sparse_coo__masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:18.5585489Z test_mask_layout_sparse_coo__masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:19.1971772Z test_mask_layout_sparse_coo__masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.638s) 2022-09-27T16:33:19.6917075Z test_mask_layout_sparse_coo__masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.494s) 2022-09-27T16:33:20.1868816Z test_mask_layout_sparse_coo__masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.495s) 2022-09-27T16:33:20.6819036Z test_mask_layout_sparse_coo__masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.495s) 2022-09-27T16:33:21.3286662Z test_mask_layout_sparse_coo__masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.647s) 2022-09-27T16:33:21.9749675Z test_mask_layout_sparse_coo__masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.646s) 2022-09-27T16:33:22.6141261Z test_mask_layout_sparse_coo__masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.639s) 2022-09-27T16:33:23.0867019Z test_mask_layout_sparse_coo__masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.472s) 2022-09-27T16:33:23.5596603Z test_mask_layout_sparse_coo__masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.473s) 2022-09-27T16:33:24.0265674Z test_mask_layout_sparse_coo__masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.467s) 2022-09-27T16:33:24.4996154Z test_mask_layout_sparse_coo__masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.473s) 2022-09-27T16:33:24.9835232Z test_mask_layout_sparse_coo__masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.484s) 2022-09-27T16:33:25.1172140Z test_mask_layout_sparse_csr__masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.134s) 2022-09-27T16:33:25.2506126Z test_mask_layout_sparse_csr__masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.133s) 2022-09-27T16:33:25.3845920Z test_mask_layout_sparse_csr__masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.134s) 2022-09-27T16:33:25.5172191Z test_mask_layout_sparse_csr__masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.133s) 2022-09-27T16:33:25.5182151Z test_mask_layout_sparse_csr__masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:25.5192440Z test_mask_layout_sparse_csr__masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:25.5202792Z test_mask_layout_sparse_csr__masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:25.5213258Z test_mask_layout_sparse_csr__masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:25.5223665Z test_mask_layout_sparse_csr__masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:25.6562194Z test_mask_layout_sparse_csr__masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.134s) 2022-09-27T16:33:25.7893902Z test_mask_layout_sparse_csr__masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.133s) 2022-09-27T16:33:25.9225507Z test_mask_layout_sparse_csr__masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.133s) 2022-09-27T16:33:26.0549217Z test_mask_layout_sparse_csr__masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.132s) 2022-09-27T16:33:26.0558911Z test_mask_layout_sparse_csr__masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.0569410Z test_mask_layout_sparse_csr__masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.0579642Z test_mask_layout_sparse_csr__masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.0589960Z test_mask_layout_sparse_csr__masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.0600794Z test_mask_layout_sparse_csr__masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.1583065Z test_mask_layout_sparse_csr__masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.098s) 2022-09-27T16:33:26.1594150Z test_mask_layout_sparse_csr__masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.1604420Z test_mask_layout_sparse_csr__masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.1614550Z test_mask_layout_sparse_csr__masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.2590973Z test_mask_layout_sparse_csr__masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.097s) 2022-09-27T16:33:26.3563170Z test_mask_layout_sparse_csr__masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.097s) 2022-09-27T16:33:26.4532988Z test_mask_layout_sparse_csr__masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.097s) 2022-09-27T16:33:26.4542988Z test_mask_layout_sparse_csr__masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.4553750Z test_mask_layout_sparse_csr__masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.4563694Z test_mask_layout_sparse_csr__masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.4573907Z test_mask_layout_sparse_csr__masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.4583831Z test_mask_layout_sparse_csr__masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.5849709Z test_mask_layout_sparse_csr__masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.126s) 2022-09-27T16:33:26.5859704Z test_mask_layout_sparse_csr__masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.5870104Z test_mask_layout_sparse_csr__masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.5880528Z test_mask_layout_sparse_csr__masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.7154892Z test_mask_layout_sparse_csr__masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.127s) 2022-09-27T16:33:26.8413819Z test_mask_layout_sparse_csr__masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.126s) 2022-09-27T16:33:26.9668770Z test_mask_layout_sparse_csr__masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.125s) 2022-09-27T16:33:26.9678169Z test_mask_layout_sparse_csr__masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.9688442Z test_mask_layout_sparse_csr__masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.9698680Z test_mask_layout_sparse_csr__masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.9709293Z test_mask_layout_sparse_csr__masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:26.9719296Z test_mask_layout_sparse_csr__masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:27.1016936Z test_mask_layout_sparse_csr__masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.130s) 2022-09-27T16:33:27.1423752Z test_mask_layout_sparse_csr__masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.041s) 2022-09-27T16:33:27.1811922Z test_mask_layout_sparse_csr__masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.039s) 2022-09-27T16:33:27.2207251Z test_mask_layout_sparse_csr__masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.039s) 2022-09-27T16:33:27.3504126Z test_mask_layout_sparse_csr__masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.130s) 2022-09-27T16:33:27.4807943Z test_mask_layout_sparse_csr__masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.130s) 2022-09-27T16:33:27.6085093Z test_mask_layout_sparse_csr__masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.128s) 2022-09-27T16:33:27.6488999Z test_mask_layout_sparse_csr__masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.040s) 2022-09-27T16:33:27.6899721Z test_mask_layout_sparse_csr__masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.041s) 2022-09-27T16:33:27.7288238Z test_mask_layout_sparse_csr__masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.039s) 2022-09-27T16:33:27.7697894Z test_mask_layout_sparse_csr__masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.041s) 2022-09-27T16:33:27.8074554Z test_mask_layout_sparse_csr__masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.038s) 2022-09-27T16:33:28.0618144Z test_mask_layout_strided__masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.254s) 2022-09-27T16:33:28.3136029Z test_mask_layout_strided__masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.252s) 2022-09-27T16:33:28.5643688Z test_mask_layout_strided__masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.251s) 2022-09-27T16:33:28.8084729Z test_mask_layout_strided__masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.244s) 2022-09-27T16:33:28.8094662Z test_mask_layout_strided__masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:28.8104505Z test_mask_layout_strided__masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:28.8115050Z test_mask_layout_strided__masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:28.8125572Z test_mask_layout_strided__masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:28.8136170Z test_mask_layout_strided__masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:29.0657808Z test_mask_layout_strided__masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.252s) 2022-09-27T16:33:29.3199515Z test_mask_layout_strided__masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.254s) 2022-09-27T16:33:29.5709198Z test_mask_layout_strided__masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.251s) 2022-09-27T16:33:29.8162660Z test_mask_layout_strided__masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.245s) 2022-09-27T16:33:29.8172093Z test_mask_layout_strided__masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:29.8182366Z test_mask_layout_strided__masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:29.8193000Z test_mask_layout_strided__masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:29.8203211Z test_mask_layout_strided__masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:29.8213398Z test_mask_layout_strided__masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:29.9906131Z test_mask_layout_strided__masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.169s) 2022-09-27T16:33:29.9916514Z test_mask_layout_strided__masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:29.9926456Z test_mask_layout_strided__masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:29.9937165Z test_mask_layout_strided__masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:30.1647017Z test_mask_layout_strided__masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.171s) 2022-09-27T16:33:30.3345564Z test_mask_layout_strided__masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.170s) 2022-09-27T16:33:30.5002027Z test_mask_layout_strided__masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.166s) 2022-09-27T16:33:30.5012321Z test_mask_layout_strided__masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:30.5022245Z test_mask_layout_strided__masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:30.5033098Z test_mask_layout_strided__masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:30.5043354Z test_mask_layout_strided__masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:30.5053577Z test_mask_layout_strided__masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:30.7590686Z test_mask_layout_strided__masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.254s) 2022-09-27T16:33:30.7600704Z test_mask_layout_strided__masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:30.7610888Z test_mask_layout_strided__masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:30.7621282Z test_mask_layout_strided__masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:31.0191647Z test_mask_layout_strided__masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.257s) 2022-09-27T16:33:31.2734592Z test_mask_layout_strided__masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.254s) 2022-09-27T16:33:31.5216070Z test_mask_layout_strided__masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.248s) 2022-09-27T16:33:31.5226202Z test_mask_layout_strided__masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:31.5236838Z test_mask_layout_strided__masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:31.5246752Z test_mask_layout_strided__masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:31.5257748Z test_mask_layout_strided__masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:31.5268115Z test_mask_layout_strided__masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:31.7789241Z test_mask_layout_strided__masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.252s) 2022-09-27T16:33:31.9467380Z test_mask_layout_strided__masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.168s) 2022-09-27T16:33:32.1458895Z test_mask_layout_strided__masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.199s) 2022-09-27T16:33:32.3482644Z test_mask_layout_strided__masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.202s) 2022-09-27T16:33:32.5989558Z test_mask_layout_strided__masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.251s) 2022-09-27T16:33:32.8523395Z test_mask_layout_strided__masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.253s) 2022-09-27T16:33:33.0979086Z test_mask_layout_strided__masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.245s) 2022-09-27T16:33:33.2664146Z test_mask_layout_strided__masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.168s) 2022-09-27T16:33:33.4362032Z test_mask_layout_strided__masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.170s) 2022-09-27T16:33:33.5992791Z test_mask_layout_strided__masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.163s) 2022-09-27T16:33:33.7668970Z test_mask_layout_strided__masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.168s) 2022-09-27T16:33:33.9353939Z test_mask_layout_strided__masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.168s) 2022-09-27T16:33:34.0049958Z test_reference_masked__masked_log_softmax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.069s) 2022-09-27T16:33:34.0746556Z test_reference_masked__masked_log_softmax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.070s) 2022-09-27T16:33:34.1457938Z test_reference_masked__masked_log_softmax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.071s) 2022-09-27T16:33:34.2148689Z test_reference_masked__masked_log_softmax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.069s) 2022-09-27T16:33:34.8389526Z test_reference_masked__masked_norm_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.624s) 2022-09-27T16:33:35.4661924Z test_reference_masked__masked_norm_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.627s) 2022-09-27T16:33:36.0942883Z test_reference_masked__masked_norm_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.628s) 2022-09-27T16:33:36.7033433Z test_reference_masked__masked_norm_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.609s) 2022-09-27T16:33:36.8060798Z test_reference_masked__masked_normalize_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.103s) 2022-09-27T16:33:36.9124677Z test_reference_masked__masked_normalize_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.106s) 2022-09-27T16:33:37.0216356Z test_reference_masked__masked_normalize_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.109s) 2022-09-27T16:33:37.1238917Z test_reference_masked__masked_normalize_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.102s) 2022-09-27T16:33:37.2257056Z test_reference_masked__masked_normalize_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.102s) 2022-09-27T16:33:37.3270058Z test_reference_masked__masked_normalize_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.101s) 2022-09-27T16:33:37.3950159Z test_reference_masked__masked_softmax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.068s) 2022-09-27T16:33:37.4634582Z test_reference_masked__masked_softmax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.068s) 2022-09-27T16:33:37.5322932Z test_reference_masked__masked_softmax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.069s) 2022-09-27T16:33:37.6003798Z test_reference_masked__masked_softmax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.068s) 2022-09-27T16:33:37.6749431Z test_reference_masked__masked_softmin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.074s) 2022-09-27T16:33:37.7494319Z test_reference_masked__masked_softmin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.074s) 2022-09-27T16:33:37.8238854Z test_reference_masked__masked_softmin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.074s) 2022-09-27T16:33:37.8980159Z test_reference_masked__masked_softmin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.074s) 2022-09-27T16:33:38.2329722Z test_reference_masked__masked_std_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.335s) 2022-09-27T16:33:38.5362455Z test_reference_masked__masked_std_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.303s) 2022-09-27T16:33:38.8438694Z test_reference_masked__masked_std_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.308s) 2022-09-27T16:33:39.1750359Z test_reference_masked__masked_std_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.331s) 2022-09-27T16:33:39.5089813Z test_reference_masked__masked_std_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.334s) 2022-09-27T16:33:39.8365060Z test_reference_masked__masked_std_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.327s) 2022-09-27T16:33:39.8448973Z test_reference_masked__masked_std_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-09-27T16:33:39.8532194Z test_reference_masked__masked_std_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-09-27T16:33:39.8615233Z test_reference_masked__masked_std_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-09-27T16:33:39.8697430Z test_reference_masked__masked_std_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-09-27T16:33:39.8779894Z test_reference_masked__masked_std_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-09-27T16:33:40.2091756Z test_reference_masked__masked_var_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.331s) 2022-09-27T16:33:40.5053773Z test_reference_masked__masked_var_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.296s) 2022-09-27T16:33:40.8059389Z test_reference_masked__masked_var_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.300s) 2022-09-27T16:33:41.1341471Z test_reference_masked__masked_var_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.328s) 2022-09-27T16:33:41.4645021Z test_reference_masked__masked_var_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.330s) 2022-09-27T16:33:41.7893110Z test_reference_masked__masked_var_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.325s) 2022-09-27T16:33:41.7976365Z test_reference_masked__masked_var_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-09-27T16:33:41.8059192Z test_reference_masked__masked_var_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.008s) 2022-09-27T16:33:41.8147992Z test_reference_masked__masked_var_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.009s) 2022-09-27T16:33:41.8236454Z test_reference_masked__masked_var_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.009s) 2022-09-27T16:33:41.8325183Z test_reference_masked__masked_var_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.009s) 2022-09-27T16:33:41.8545122Z test_where_coo_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.022s) 2022-09-27T16:33:41.8570913Z test_where_coo_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-09-27T16:33:41.8598602Z test_where_csr_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-09-27T16:33:41.8626066Z test_where_csr_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-09-27T16:33:41.8652727Z test_where_hybrid_coo_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-09-27T16:33:41.8679123Z test_where_hybrid_coo_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-09-27T16:33:41.8679934Z 2022-09-27T16:33:41.8680960Z ---------------------------------------------------------------------- 2022-09-27T16:33:41.8681611Z Ran 212 tests in 30.508s 2022-09-27T16:33:41.8681936Z 2022-09-27T16:33:41.8682151Z OK (skipped=82) 2022-09-27T16:33:41.8691879Z 2022-09-27T16:33:41.8692332Z Generating XML reports... 2022-09-27T16:33:41.8944210Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCUDA-20220927163311.xml 2022-09-27T16:33:42.3893316Z Running test_fake_tensor ... [2022-09-27 16:33:42.388768] 2022-09-27T16:33:42.3894047Z Executing ['/opt/conda/bin/python', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:33:42.388867] 2022-09-27T16:33:44.2575415Z Test results will be stored in test-reports/python-unittest/test_fake_tensor 2022-09-27T16:33:44.2596230Z 2022-09-27T16:33:44.2596452Z Running tests... 2022-09-27T16:33:44.2596923Z ---------------------------------------------------------------------- 2022-09-27T16:33:45.7604789Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (1.500s) 2022-09-27T16:33:45.7630836Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-09-27T16:33:45.7652336Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T16:33:45.7672845Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T16:33:45.7699691Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-09-27T16:33:45.7718505Z test_shared_storages (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-09-27T16:33:45.7732166Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-09-27T16:33:45.7747226Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:33:45.7762807Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:33:45.7772496Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:33:45.7782760Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:33:45.7813992Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-09-27T16:33:45.7826905Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:33:45.7847513Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-09-27T16:33:45.7867688Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-09-27T16:33:45.7881755Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-09-27T16:33:45.8058651Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.017s) 2022-09-27T16:33:45.8882240Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.082s) 2022-09-27T16:33:45.9083905Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.020s) 2022-09-27T16:33:46.0725884Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.164s) 2022-09-27T16:33:46.0755129Z test_basic (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:33:46.0782752Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:33:46.0797316Z test_constructor (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T16:33:46.0908159Z test_cpu_fallback (__main__.FakeTensorTest) ... ok (0.011s) 2022-09-27T16:33:50.0734923Z test_cudnn_rnn (__main__.FakeTensorTest) ... ok (3.982s) 2022-09-27T16:33:51.0807902Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:33:51.0878086Z test_deepcopy (__main__.FakeTensorTest) ... ok (0.007s) 2022-09-27T16:33:51.0904302Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:33:51.0919282Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.001s) 2022-09-27T16:33:51.0938841Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:33:51.1009174Z test_fallback_memory_prop (__main__.FakeTensorTest) ... ok (0.007s) 2022-09-27T16:33:51.1029977Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:33:51.1057609Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:33:51.1087481Z test_like_constructor (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:33:51.1104006Z test_mode (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:33:51.1219645Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.011s) 2022-09-27T16:33:51.1253943Z test_new (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:33:51.1277268Z test_non_kwarg_device (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:33:51.1301592Z test_normalize_device (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:33:51.1320139Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:33:51.1340962Z test_randperm (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:33:51.1380341Z test_setitem (__main__.FakeTensorTest) ... ok (0.004s) 2022-09-27T16:33:51.1405996Z test_shape_take_not_device (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:33:51.1434025Z test_throw (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:33:51.1462441Z test_type_as (__main__.FakeTensorTest) ... ok (0.003s) 2022-09-27T16:33:51.1487644Z test_zero_dim (__main__.FakeTensorTest) ... ok (0.002s) 2022-09-27T16:33:51.1488730Z 2022-09-27T16:33:51.1489214Z ---------------------------------------------------------------------- 2022-09-27T16:33:51.1489586Z Ran 46 tests in 6.889s 2022-09-27T16:33:51.1490226Z 2022-09-27T16:33:51.1490546Z OK (expected failures=1) 2022-09-27T16:33:51.1490732Z 2022-09-27T16:33:51.1490874Z Generating XML reports... 2022-09-27T16:33:51.1539641Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20220927163344.xml 2022-09-27T16:33:51.1549983Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20220927163344.xml 2022-09-27T16:33:51.1556839Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20220927163344.xml 2022-09-27T16:33:51.1582978Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20220927163344.xml 2022-09-27T16:33:51.6453722Z Running test_fx ... [2022-09-27 16:33:51.644799] 2022-09-27T16:33:51.6454740Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:33:51.644894] 2022-09-27T16:33:55.9072995Z Test results will be stored in test-reports/python-unittest/test_fx 2022-09-27T16:33:55.9206145Z 2022-09-27T16:33:55.9206607Z Running tests... 2022-09-27T16:33:55.9207114Z ---------------------------------------------------------------------- 2022-09-27T16:33:55.9338732Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.013s) 2022-09-27T16:33:55.9347150Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-09-27T16:33:55.9371076Z Test type annotations in the forward function. ... ok (0.003s) 2022-09-27T16:33:55.9381702Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T16:33:55.9389709Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T16:33:55.9397575Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-09-27T16:33:55.9403613Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-09-27T16:33:55.9407152Z Test the consistency relation. ... ok (0.001s) 2022-09-27T16:33:55.9413160Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-09-27T16:33:55.9416536Z Test the consistency relation. ... ok (0.001s) 2022-09-27T16:33:55.9715028Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.030s) 2022-09-27T16:33:55.9746138Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-09-27T16:33:55.9833977Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-09-27T16:33:55.9918235Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-09-27T16:33:55.9981135Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T16:33:56.0042418Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T16:33:56.0108683Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T16:33:56.0167168Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-09-27T16:33:56.0222087Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-09-27T16:33:56.1344527Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.112s) 2022-09-27T16:33:56.1413411Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T16:33:56.1497304Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-09-27T16:33:56.1570749Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-09-27T16:33:56.1657614Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-09-27T16:33:56.1740594Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-09-27T16:33:56.1796849Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T16:33:56.1861608Z test_correctness_common_pass__f__device_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-09-27T16:33:56.1912525Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T16:33:56.1966918Z test_correctness_common_pass__f__device_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T16:33:56.2007554Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T16:33:56.2049931Z test_correctness_common_pass__f__device_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T16:33:56.2104355Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T16:33:56.2159159Z test_correctness_common_pass__f__device_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T16:33:56.2220146Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-09-27T16:33:56.2277674Z test_correctness_common_pass__f__device_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-09-27T16:33:56.2320531Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T16:33:56.2363382Z test_correctness_common_pass__f__device_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-09-27T16:33:56.2413282Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T16:33:56.2467843Z test_correctness_factory_common_pass__f__device_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T16:33:56.2522299Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-09-27T16:33:56.2581213Z test_correctness_factory_common_pass__f__device_cuda (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-09-27T16:33:56.2593222Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.2664336Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.008s) 2022-09-27T16:33:56.2675740Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.2751570Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.009s) 2022-09-27T16:33:56.2764878Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.2806889Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.005s) 2022-09-27T16:33:56.2819523Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.2883900Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.008s) 2022-09-27T16:33:56.2894235Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.2957493Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-09-27T16:33:56.2968241Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.2993881Z Test code path where placeholder comes after normal op node in FX ... ok (0.004s) 2022-09-27T16:33:56.3003525Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.3061364Z Perform constant folding conversion, from original mod to split constant ... ok (0.007s) 2022-09-27T16:33:56.3074318Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.3133868Z Perform constant folding conversion, from original mod to split constant ... ok (0.007s) 2022-09-27T16:33:56.3201193Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-09-27T16:33:56.3273377Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-09-27T16:33:56.3285612Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.3369276Z Perform constant folding conversion, from original mod to split constant ... ok (0.009s) 2022-09-27T16:33:56.3378244Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.3405613Z Check that a graph with no constant folding is handled correctly. ... ok (0.004s) 2022-09-27T16:33:56.3417063Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.3475035Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-09-27T16:33:56.3609633Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.013s) 2022-09-27T16:33:56.3673411Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-09-27T16:33:56.3735311Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-09-27T16:33:56.3744088Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.3807147Z Perform constant folding with a call_module node. ... ok (0.007s) 2022-09-27T16:33:56.3821927Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:33:56.3880582Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.007s) 2022-09-27T16:33:56.3947674Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-09-27T16:33:56.4010040Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-09-27T16:33:56.4027626Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:33:56.4028598Z warnings.warn(msg, FutureWarning) 2022-09-27T16:33:56.4075351Z ok (0.006s) 2022-09-27T16:33:56.4134409Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-09-27T16:33:56.4192591Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-09-27T16:33:56.4248912Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-09-27T16:33:56.4305173Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-09-27T16:33:56.4364143Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-09-27T16:33:56.4371993Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-09-27T16:33:56.4395075Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-09-27T16:33:56.4395923Z %x : [#users=2] = placeholder[target=x] 2022-09-27T16:33:56.4396654Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T16:33:56.4397109Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-09-27T16:33:56.4397469Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T16:33:56.4397865Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T16:33:56.4398219Z return add_1 2022-09-27T16:33:56.4402228Z ok (0.004s) 2022-09-27T16:33:56.4409201Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-09-27T16:33:56.4432315Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-09-27T16:33:56.4432930Z %x : [#users=2] = placeholder[target=x] 2022-09-27T16:33:56.4433555Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T16:33:56.4434051Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T16:33:56.4434660Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-09-27T16:33:56.4435667Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-09-27T16:33:56.4436636Z return add_1 2022-09-27T16:33:56.4439236Z ok (0.004s) 2022-09-27T16:33:56.4444353Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-09-27T16:33:56.4466238Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-09-27T16:33:56.4467115Z %x : [#users=1] = placeholder[target=x] 2022-09-27T16:33:56.4467513Z %y : [#users=0] = placeholder[target=y] 2022-09-27T16:33:56.4467872Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T16:33:56.4468218Z return add 2022-09-27T16:33:56.4472252Z ok (0.003s) 2022-09-27T16:33:56.4477700Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-09-27T16:33:56.4498377Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-09-27T16:33:56.4499245Z %x : [#users=1] = placeholder[target=x] 2022-09-27T16:33:56.4499784Z %y : [#users=1] = placeholder[target=y] 2022-09-27T16:33:56.4500150Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-09-27T16:33:56.4500585Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T16:33:56.4500953Z return add_1 2022-09-27T16:33:56.4504775Z ok (0.003s) 2022-09-27T16:33:56.4512777Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-09-27T16:33:56.4533844Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-09-27T16:33:56.4534759Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T16:33:56.4535168Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-09-27T16:33:56.4535587Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T16:33:56.4535926Z return mul 2022-09-27T16:33:56.4540667Z ok (0.003s) 2022-09-27T16:33:56.4546907Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-09-27T16:33:56.4569572Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-09-27T16:33:56.4570481Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T16:33:56.4570984Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-09-27T16:33:56.4571462Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-09-27T16:33:56.4571924Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T16:33:56.4572261Z return mul 2022-09-27T16:33:56.4576701Z ok (0.003s) 2022-09-27T16:33:56.4583010Z test_simple (fx.test_dce_pass.TestDCE) 2022-09-27T16:33:56.4607325Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-09-27T16:33:56.4608120Z %x : [#users=2] = placeholder[target=x] 2022-09-27T16:33:56.4608755Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T16:33:56.4609149Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T16:33:56.4609544Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T16:33:56.4609866Z return add_1 2022-09-27T16:33:56.4614250Z ok (0.004s) 2022-09-27T16:33:56.4652745Z test_all_input_nodes (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.4744380Z test_annotation_with_future (__main__.TestFX) ... ok (0.009s) 2022-09-27T16:33:56.4949418Z test_annotations_empty_tuple (__main__.TestFX) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T16:33:56.4950283Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:33:56.5084536Z ok (0.034s) 2022-09-27T16:33:56.5118037Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:56.5151357Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:56.5187984Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.5225320Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.5259772Z test_args_kwargs (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:56.5276876Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:56.5284783Z test_assert (__main__.TestFX) ... skip: Does not work on Python-3.10 (0.001s) 2022-09-27T16:33:56.5335165Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:56.5390977Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:33:56.5440677Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:56.5481361Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.5524290Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.5570688Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.5605113Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:56.5651733Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:56.6561273Z test_autowrap_functions (__main__.TestFX) ... ok (0.091s) 2022-09-27T16:33:56.6603000Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.6634586Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:56.6650565Z test_copy_it (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:33:56.6684236Z test_copy_no_remap (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:56.6720918Z test_ctx_mgr (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.7008313Z test_custom_codegen (__main__.TestFX) ... ok (0.029s) 2022-09-27T16:33:56.7059492Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:56.7082468Z test_custom_import (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:56.7127939Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.7169476Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.7211242Z test_custom_proxy_type (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.7255992Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.7355513Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.010s) 2022-09-27T16:33:56.7398934Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:56.7412957Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:33:56.7467128Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.0679618Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.321s) 2022-09-27T16:33:57.0713626Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.0766667Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.0811975Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:33:57.0812761Z warnings.warn(msg, FutureWarning) 2022-09-27T16:33:57.0813048Z ok (0.004s) 2022-09-27T16:33:57.0850698Z test_dict (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.0887321Z test_direct_param_use (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.0949375Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:33:57.0984299Z test_ellipsis (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.0999587Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:33:57.1033718Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.1085642Z test_example_shape_prop (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.1109787Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:57.1363121Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.025s) 2022-09-27T16:33:57.1707011Z test_fn_type_annotations (__main__.TestFX) ... ok (0.034s) 2022-09-27T16:33:57.1740989Z test_fx_and_or (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.1779016Z test_fx_create_arg (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.1811589Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.1858127Z test_fx_stateless (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.3688778Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.183s) 2022-09-27T16:33:57.3693300Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-09-27T16:33:57.4148643Z test_getitem_subproc (__main__.TestFX) ... ok (0.045s) 2022-09-27T16:33:57.4209361Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:33:57.4243000Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.4743060Z test_graph_module (__main__.TestFX) ... ok (0.050s) 2022-09-27T16:33:57.4787752Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.4830018Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.4868885Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.4907191Z test_graph_unique_names (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.4925833Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:57.4938849Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:33:57.4951655Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:33:57.4971585Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:57.5010418Z test_inf_nan (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.5036008Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:57.5098606Z test_inline_graph (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:33:57.5124128Z test_insertion_point (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:57.5175502Z test_interpreter (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.5209353Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.5216089Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-09-27T16:33:57.5221639Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-09-27T16:33:57.5255167Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.5294484Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.5343274Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.5385904Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.5420918Z test_interpreter_star_args (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.5464902Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.5505833Z test_layout (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.5541364Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.5594129Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.5642617Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.5667558Z test_move_before (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:57.5695213Z test_multi_insert_point (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.5760165Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:33:57.5813087Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.5845879Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.5879059Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.6216991Z test_native_callable (__main__.TestFX) ... ok (0.034s) 2022-09-27T16:33:57.6229414Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:33:57.6261399Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.6295068Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.6350812Z test_partial_trace (__main__.TestFX) ... 2022-09-27T16:33:57.6351029Z 2022-09-27T16:33:57.6351050Z 2022-09-27T16:33:57.6351436Z def forward(self, x, y_1): 2022-09-27T16:33:57.6351959Z eq = y_1 == True; y_1 = None 2022-09-27T16:33:57.6352735Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-09-27T16:33:57.6353121Z mul = 2 * x; x = None 2022-09-27T16:33:57.6353586Z return mul 2022-09-27T16:33:57.6353834Z 2022-09-27T16:33:57.6358450Z /opt/conda/lib/python3.10/site-packages/torch/fx/_symbolic_trace.py:564: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-09-27T16:33:57.6359044Z warnings.warn( 2022-09-27T16:33:57.6374097Z ok (0.008s) 2022-09-27T16:33:57.6425671Z test_pickle_custom_import (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.6494373Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.007s) 2022-09-27T16:33:57.6578152Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.008s) 2022-09-27T16:33:57.6661131Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.008s) 2022-09-27T16:33:57.6679131Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.10/site-packages/torch/fx/node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-09-27T16:33:57.6680347Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-09-27T16:33:57.6681071Z ok (0.002s) 2022-09-27T16:33:57.6713916Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.6747934Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:57.6790387Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.6836293Z test_pretty_print_targets (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.6858433Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:57.8141407Z test_pytree (__main__.TestFX) ... ok (0.128s) 2022-09-27T16:33:57.8203134Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:33:57.8224149Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:57.8274824Z test_regular_and_default_args (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:57.8290612Z test_remove_uses (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:33:57.8306153Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:33:57.8330987Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:57.8344123Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-09-27T16:33:57.8351135Z test_reserved_getattr (__main__.TestFX) 2022-09-27T16:33:57.8378950Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.003s) 2022-09-27T16:33:57.8416638Z test_return_tuple (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.8658065Z test_return_type_exists (__main__.TestFX) ... ok (0.024s) 2022-09-27T16:33:57.8755830Z test_script_method_trace (__main__.TestFX) ... ok (0.010s) 2022-09-27T16:33:57.9000506Z test_script_tensor_constant (__main__.TestFX) ... ok (0.024s) 2022-09-27T16:33:57.9039532Z test_sequential (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.9078945Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:57.9320476Z test_shape_prop_layout (__main__.TestFX) ... ok (0.024s) 2022-09-27T16:33:58.3311664Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.399s) 2022-09-27T16:33:58.3364304Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:58.3413009Z test_snake_case (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:58.3513232Z test_sqrt (__main__.TestFX) ... ok (0.010s) 2022-09-27T16:33:58.3555093Z test_stack_traces (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.3598421Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.3626663Z test_string_literal_return (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.3847017Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.022s) 2022-09-27T16:33:58.3962902Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.012s) 2022-09-27T16:33:58.4014033Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:58.4078000Z test_tensor_attribute (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:33:58.4136923Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.006s) 2022-09-27T16:33:58.4172905Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.4207029Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.4256182Z test_torch_custom_ops (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:58.4292894Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.4548149Z test_torch_fx_len (__main__.TestFX) ... /opt/conda/lib/python3.10/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T16:33:58.4550398Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:33:58.4622168Z ok (0.033s) 2022-09-27T16:33:58.4661852Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.4693936Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.4731027Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.4746620Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2022-09-27T16:33:58.4778370Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.4808937Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.4841981Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.4878078Z test_trace_function (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.4897603Z test_trace_multiple_funcs (__main__.TestFX) ... 1.13.0a0+git52424e2 2022-09-27T16:33:58.4959754Z ok (0.008s) 2022-09-27T16:33:58.5139798Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.018s) 2022-09-27T16:33:58.5190838Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:58.5245084Z test_transformer_noop (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:58.5296094Z test_transformer_op_swap (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:58.5332554Z test_tuple_no_subscript (__main__.TestFX) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:33:58.5334062Z warnings.warn(msg, FutureWarning) 2022-09-27T16:33:58.5361944Z ok (0.006s) 2022-09-27T16:33:58.5377365Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:33:58.5414845Z test_unpack (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.5452871Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.5480271Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.5510792Z test_update_args_api (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.5544200Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.5575474Z test_update_kwargs_api (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.5804520Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.023s) 2022-09-27T16:33:58.6036619Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.023s) 2022-09-27T16:33:58.6073057Z test_wrap (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.6102030Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.6138991Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.6180707Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.6220128Z test_wrapped_method (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.6269530Z test_wrapped_retrace (__main__.TestFX) ... ok (0.005s) 2022-09-27T16:33:58.6300903Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-09-27T16:33:58.6341168Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:33:58.6354330Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:33:58.6373484Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-09-27T16:33:58.6381906Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T16:33:58.6390294Z Test backward compatibility for members of classes with ... ok (0.001s) 2022-09-27T16:33:58.6397924Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T16:33:58.6495576Z Test backward compatibility for function signatures with ... ok (0.010s) 2022-09-27T16:33:58.6521928Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.003s) 2022-09-27T16:33:58.6535090Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.6561972Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.6586770Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.6613736Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.6640311Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.6665364Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.6692539Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.6718145Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.6743464Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.6770738Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.6797064Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.6809849Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.6822279Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.6835038Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.6862895Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.6875502Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.6901318Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.6928027Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.6953142Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.6965794Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.6978346Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.6990809Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7003576Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7016641Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7028780Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7041675Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7054271Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7066812Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7095070Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7107700Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7134911Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7162155Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7187897Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.7215280Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7241643Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7267691Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7292716Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.7305507Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7334239Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7365071Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7391003Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7418187Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7443760Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.7470455Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7497227Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7523978Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7551589Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7564256Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7589827Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.7616216Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7650385Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7676894Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7689703Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7714280Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.7738626Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.7764127Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.7777059Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.7804489Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7831166Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7857900Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7885608Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7911599Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7940069Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7966355Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.7991385Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.8004154Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8016940Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8043917Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8075820Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8088401Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8116922Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8143142Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8169672Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8195084Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.8222170Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8248964Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8276103Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8301632Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.8329158Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8355816Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8383505Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8413568Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8438821Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.8465735Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8500663Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8527585Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8553388Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.8580067Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8593045Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8619169Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8665655Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.005s) 2022-09-27T16:33:58.8678474Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8691015Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8703751Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8716389Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8729114Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8741754Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8768545Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8781174Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8807314Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.8832683Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.8845173Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8870716Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.8883725Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8908000Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.8920952Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.8945737Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.8974677Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.9000541Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-09-27T16:33:58.9031856Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.9064704Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.9077450Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.9090251Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.9116949Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.9129479Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:33:58.9157121Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.9184862Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.9212120Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-09-27T16:33:58.9236141Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:3730: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:33:58.9237550Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:33:58.9242433Z ok (0.003s) 2022-09-27T16:33:58.9265689Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:33:58.9267204Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:33:58.9272714Z ok (0.003s) 2022-09-27T16:33:58.9294686Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:33:58.9296204Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:33:58.9301502Z ok (0.003s) 2022-09-27T16:33:58.9326162Z test_get_torch_func_signature_exhaustive_H_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:33:58.9338885Z test_get_torch_func_signature_exhaustive_T_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9351940Z test_get_torch_func_signature_exhaustive___getitem___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9364980Z test_get_torch_func_signature_exhaustive___radd___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9377700Z test_get_torch_func_signature_exhaustive___rdiv___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9390595Z test_get_torch_func_signature_exhaustive___rmatmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9403525Z test_get_torch_func_signature_exhaustive___rmod___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9416445Z test_get_torch_func_signature_exhaustive___rmul___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9429107Z test_get_torch_func_signature_exhaustive___rpow___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9441173Z test_get_torch_func_signature_exhaustive___rsub___cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9452259Z test_get_torch_func_signature_exhaustive__masked_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9463480Z test_get_torch_func_signature_exhaustive__masked_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9475000Z test_get_torch_func_signature_exhaustive__masked_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9486110Z test_get_torch_func_signature_exhaustive__masked_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9497248Z test_get_torch_func_signature_exhaustive__masked_cumprod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9508580Z test_get_torch_func_signature_exhaustive__masked_cumsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9519922Z test_get_torch_func_signature_exhaustive__masked_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9531969Z test_get_torch_func_signature_exhaustive__masked_logaddexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9543101Z test_get_torch_func_signature_exhaustive__masked_logsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9554446Z test_get_torch_func_signature_exhaustive__masked_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9565523Z test_get_torch_func_signature_exhaustive__masked_median_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9576562Z test_get_torch_func_signature_exhaustive__masked_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9587695Z test_get_torch_func_signature_exhaustive__masked_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9599143Z test_get_torch_func_signature_exhaustive__masked_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9610273Z test_get_torch_func_signature_exhaustive__masked_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9621460Z test_get_torch_func_signature_exhaustive__masked_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9632702Z test_get_torch_func_signature_exhaustive__masked_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9643986Z test_get_torch_func_signature_exhaustive__masked_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9654960Z test_get_torch_func_signature_exhaustive__masked_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9666362Z test_get_torch_func_signature_exhaustive_abs_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9677663Z test_get_torch_func_signature_exhaustive_acos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9688894Z test_get_torch_func_signature_exhaustive_acosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9700063Z test_get_torch_func_signature_exhaustive_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9711333Z test_get_torch_func_signature_exhaustive_addbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9722386Z test_get_torch_func_signature_exhaustive_addcdiv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9733583Z test_get_torch_func_signature_exhaustive_addcmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9744974Z test_get_torch_func_signature_exhaustive_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9756343Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9767440Z test_get_torch_func_signature_exhaustive_addmv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9778673Z test_get_torch_func_signature_exhaustive_addr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9789913Z test_get_torch_func_signature_exhaustive_all_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9801372Z test_get_torch_func_signature_exhaustive_allclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9813350Z test_get_torch_func_signature_exhaustive_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9824616Z test_get_torch_func_signature_exhaustive_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9836137Z test_get_torch_func_signature_exhaustive_aminmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9847422Z test_get_torch_func_signature_exhaustive_angle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9858477Z test_get_torch_func_signature_exhaustive_any_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9870114Z test_get_torch_func_signature_exhaustive_arange_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9881427Z test_get_torch_func_signature_exhaustive_argmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9892741Z test_get_torch_func_signature_exhaustive_argmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9903973Z test_get_torch_func_signature_exhaustive_argsort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9915240Z test_get_torch_func_signature_exhaustive_argwhere_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9927358Z test_get_torch_func_signature_exhaustive_as_strided_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9938601Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9949730Z test_get_torch_func_signature_exhaustive_asin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9961422Z test_get_torch_func_signature_exhaustive_asinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9972312Z test_get_torch_func_signature_exhaustive_atan2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9983743Z test_get_torch_func_signature_exhaustive_atan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:58.9995041Z test_get_torch_func_signature_exhaustive_atanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0006180Z test_get_torch_func_signature_exhaustive_atleast_1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0017446Z test_get_torch_func_signature_exhaustive_atleast_2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0028816Z test_get_torch_func_signature_exhaustive_atleast_3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0039979Z test_get_torch_func_signature_exhaustive_baddbmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0051181Z test_get_torch_func_signature_exhaustive_bernoulli_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0062374Z test_get_torch_func_signature_exhaustive_bfloat16_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0073645Z test_get_torch_func_signature_exhaustive_block_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0084774Z test_get_torch_func_signature_exhaustive_bmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0095965Z test_get_torch_func_signature_exhaustive_bool_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0107091Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0118521Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0130338Z test_get_torch_func_signature_exhaustive_broadcast_to_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0141515Z test_get_torch_func_signature_exhaustive_bucketize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0152790Z test_get_torch_func_signature_exhaustive_byte_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0164058Z test_get_torch_func_signature_exhaustive_cartesian_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0175202Z test_get_torch_func_signature_exhaustive_cat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0186238Z test_get_torch_func_signature_exhaustive_cdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0197474Z test_get_torch_func_signature_exhaustive_ceil_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0208809Z test_get_torch_func_signature_exhaustive_chalf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0219706Z test_get_torch_func_signature_exhaustive_char_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0230551Z test_get_torch_func_signature_exhaustive_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0241234Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0252014Z test_get_torch_func_signature_exhaustive_cholesky_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0263426Z test_get_torch_func_signature_exhaustive_chunk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0274624Z test_get_torch_func_signature_exhaustive_clamp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0285749Z test_get_torch_func_signature_exhaustive_clamp_max_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0297156Z test_get_torch_func_signature_exhaustive_clamp_min_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0308286Z test_get_torch_func_signature_exhaustive_clone_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0319808Z test_get_torch_func_signature_exhaustive_column_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0330800Z test_get_torch_func_signature_exhaustive_combinations_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0342016Z test_get_torch_func_signature_exhaustive_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0353255Z test_get_torch_func_signature_exhaustive_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0364334Z test_get_torch_func_signature_exhaustive_conj_physical_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0375433Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0386511Z test_get_torch_func_signature_exhaustive_contiguous_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0398074Z test_get_torch_func_signature_exhaustive_copysign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0409133Z test_get_torch_func_signature_exhaustive_corrcoef_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0420263Z test_get_torch_func_signature_exhaustive_cos_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0431630Z test_get_torch_func_signature_exhaustive_cosh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0442534Z test_get_torch_func_signature_exhaustive_count_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0453567Z test_get_torch_func_signature_exhaustive_cov_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0464777Z test_get_torch_func_signature_exhaustive_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0476127Z test_get_torch_func_signature_exhaustive_cummax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0487222Z test_get_torch_func_signature_exhaustive_cummin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0498398Z test_get_torch_func_signature_exhaustive_cumprod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0509287Z test_get_torch_func_signature_exhaustive_cumsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0520745Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0531713Z test_get_torch_func_signature_exhaustive_deg2rad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0542966Z test_get_torch_func_signature_exhaustive_diag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0554272Z test_get_torch_func_signature_exhaustive_diag_embed_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0565492Z test_get_torch_func_signature_exhaustive_diagflat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0576375Z test_get_torch_func_signature_exhaustive_diagonal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0587521Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0599337Z test_get_torch_func_signature_exhaustive_diff_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0610883Z test_get_torch_func_signature_exhaustive_digamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0621923Z test_get_torch_func_signature_exhaustive_dist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0633275Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0644283Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0655391Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0666336Z test_get_torch_func_signature_exhaustive_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0677614Z test_get_torch_func_signature_exhaustive_double_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0689816Z test_get_torch_func_signature_exhaustive_dsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0701033Z test_get_torch_func_signature_exhaustive_dstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0712449Z test_get_torch_func_signature_exhaustive_einsum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0723483Z test_get_torch_func_signature_exhaustive_empty_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0734465Z test_get_torch_func_signature_exhaustive_empty_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0746612Z test_get_torch_func_signature_exhaustive_eq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0757904Z test_get_torch_func_signature_exhaustive_equal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0769864Z test_get_torch_func_signature_exhaustive_erf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0780934Z test_get_torch_func_signature_exhaustive_erfc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0792276Z test_get_torch_func_signature_exhaustive_erfinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0803350Z test_get_torch_func_signature_exhaustive_exp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0814338Z test_get_torch_func_signature_exhaustive_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0825395Z test_get_torch_func_signature_exhaustive_expand_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0836967Z test_get_torch_func_signature_exhaustive_expand_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0848103Z test_get_torch_func_signature_exhaustive_expm1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0859247Z test_get_torch_func_signature_exhaustive_eye_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0870436Z test_get_torch_func_signature_exhaustive_fft_fft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0881533Z test_get_torch_func_signature_exhaustive_fft_fft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0892725Z test_get_torch_func_signature_exhaustive_fft_fftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0903894Z test_get_torch_func_signature_exhaustive_fft_fftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0915313Z test_get_torch_func_signature_exhaustive_fft_hfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0926442Z test_get_torch_func_signature_exhaustive_fft_hfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0937637Z test_get_torch_func_signature_exhaustive_fft_hfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0948172Z test_get_torch_func_signature_exhaustive_fft_ifft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0959829Z test_get_torch_func_signature_exhaustive_fft_ifft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0971512Z test_get_torch_func_signature_exhaustive_fft_ifftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0982156Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.0992929Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1003626Z test_get_torch_func_signature_exhaustive_fft_ihfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1014534Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1025895Z test_get_torch_func_signature_exhaustive_fft_irfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1037689Z test_get_torch_func_signature_exhaustive_fft_irfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1048235Z test_get_torch_func_signature_exhaustive_fft_irfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1059034Z test_get_torch_func_signature_exhaustive_fft_rfft2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1069493Z test_get_torch_func_signature_exhaustive_fft_rfft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1080333Z test_get_torch_func_signature_exhaustive_fft_rfftn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1090859Z test_get_torch_func_signature_exhaustive_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1101466Z test_get_torch_func_signature_exhaustive_flatten_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1112493Z test_get_torch_func_signature_exhaustive_flip_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1122998Z test_get_torch_func_signature_exhaustive_fliplr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1133601Z test_get_torch_func_signature_exhaustive_flipud_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1144360Z test_get_torch_func_signature_exhaustive_float_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1155270Z test_get_torch_func_signature_exhaustive_float_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1165866Z test_get_torch_func_signature_exhaustive_floor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1177458Z test_get_torch_func_signature_exhaustive_floor_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1187998Z test_get_torch_func_signature_exhaustive_fmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1198995Z test_get_torch_func_signature_exhaustive_fmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1209330Z test_get_torch_func_signature_exhaustive_fmod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1220152Z test_get_torch_func_signature_exhaustive_frac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1230748Z test_get_torch_func_signature_exhaustive_frexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1241484Z test_get_torch_func_signature_exhaustive_full_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1252105Z test_get_torch_func_signature_exhaustive_gather_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1262714Z test_get_torch_func_signature_exhaustive_ge_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1273609Z test_get_torch_func_signature_exhaustive_geqrf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1284215Z test_get_torch_func_signature_exhaustive_gradient_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1295844Z test_get_torch_func_signature_exhaustive_gt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1306439Z test_get_torch_func_signature_exhaustive_half_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1317454Z test_get_torch_func_signature_exhaustive_heaviside_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1327826Z test_get_torch_func_signature_exhaustive_histc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1339577Z test_get_torch_func_signature_exhaustive_hsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1351397Z test_get_torch_func_signature_exhaustive_hstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1363095Z test_get_torch_func_signature_exhaustive_hypot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1373792Z test_get_torch_func_signature_exhaustive_i0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1384831Z test_get_torch_func_signature_exhaustive_igamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1395702Z test_get_torch_func_signature_exhaustive_igammac_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1407360Z test_get_torch_func_signature_exhaustive_index_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1419073Z test_get_torch_func_signature_exhaustive_index_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1429849Z test_get_torch_func_signature_exhaustive_index_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1440524Z test_get_torch_func_signature_exhaustive_index_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1451126Z test_get_torch_func_signature_exhaustive_index_reduce_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1462017Z test_get_torch_func_signature_exhaustive_index_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1474024Z test_get_torch_func_signature_exhaustive_inner_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1484697Z test_get_torch_func_signature_exhaustive_int_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1496487Z test_get_torch_func_signature_exhaustive_isclose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1506947Z test_get_torch_func_signature_exhaustive_isfinite_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1517880Z test_get_torch_func_signature_exhaustive_isin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1528421Z test_get_torch_func_signature_exhaustive_isinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1539005Z test_get_torch_func_signature_exhaustive_isnan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1549623Z test_get_torch_func_signature_exhaustive_isneginf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1560420Z test_get_torch_func_signature_exhaustive_isposinf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1571082Z test_get_torch_func_signature_exhaustive_isreal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1582792Z test_get_torch_func_signature_exhaustive_istft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1593927Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1604595Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1615090Z test_get_torch_func_signature_exhaustive_jiterator_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1625785Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1636680Z test_get_torch_func_signature_exhaustive_jiterator_unary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1648539Z test_get_torch_func_signature_exhaustive_kron_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1659197Z test_get_torch_func_signature_exhaustive_kthvalue_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1670018Z test_get_torch_func_signature_exhaustive_ldexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1680755Z test_get_torch_func_signature_exhaustive_le_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1692181Z test_get_torch_func_signature_exhaustive_lerp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1703937Z test_get_torch_func_signature_exhaustive_lgamma_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1714888Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1725474Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1738064Z test_get_torch_func_signature_exhaustive_linalg_cond_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1748681Z test_get_torch_func_signature_exhaustive_linalg_cross_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1760617Z test_get_torch_func_signature_exhaustive_linalg_det_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1771258Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1783048Z test_get_torch_func_signature_exhaustive_linalg_eig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1793748Z test_get_torch_func_signature_exhaustive_linalg_eigh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1804017Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1814266Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1825549Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1836497Z test_get_torch_func_signature_exhaustive_linalg_inv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1847197Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1857808Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1868610Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1879669Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1889746Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1900197Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1911697Z test_get_torch_func_signature_exhaustive_linalg_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1922214Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1932877Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1943556Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1955933Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1967011Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1977806Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.1989304Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2001082Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2012367Z test_get_torch_func_signature_exhaustive_linalg_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2023364Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2034089Z test_get_torch_func_signature_exhaustive_linalg_pinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2045030Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2055951Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:33:59.2066631Z test_get_torch_func_signature_exhaustive_linalg_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2077435Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2089097Z test_get_torch_func_signature_exhaustive_linalg_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2100671Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2112566Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2124847Z test_get_torch_func_signature_exhaustive_linalg_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2135885Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2146499Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2157576Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2167895Z test_get_torch_func_signature_exhaustive_linalg_vander_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2178229Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2189150Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2199629Z test_get_torch_func_signature_exhaustive_linspace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2210053Z test_get_torch_func_signature_exhaustive_log10_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2220775Z test_get_torch_func_signature_exhaustive_log1p_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2231642Z test_get_torch_func_signature_exhaustive_log2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2242351Z test_get_torch_func_signature_exhaustive_log_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2252910Z test_get_torch_func_signature_exhaustive_log_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2264741Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2276568Z test_get_torch_func_signature_exhaustive_logaddexp2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2287164Z test_get_torch_func_signature_exhaustive_logaddexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2297739Z test_get_torch_func_signature_exhaustive_logcumsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2307733Z test_get_torch_func_signature_exhaustive_logdet_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2318734Z test_get_torch_func_signature_exhaustive_logical_and_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2329388Z test_get_torch_func_signature_exhaustive_logical_not_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2340194Z test_get_torch_func_signature_exhaustive_logical_or_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2352112Z test_get_torch_func_signature_exhaustive_logical_xor_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2362710Z test_get_torch_func_signature_exhaustive_logit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2373235Z test_get_torch_func_signature_exhaustive_logspace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2383666Z test_get_torch_func_signature_exhaustive_logsumexp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2394508Z test_get_torch_func_signature_exhaustive_long_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2404953Z test_get_torch_func_signature_exhaustive_lt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2415674Z test_get_torch_func_signature_exhaustive_lu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2426237Z test_get_torch_func_signature_exhaustive_lu_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2436964Z test_get_torch_func_signature_exhaustive_lu_unpack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2447395Z test_get_torch_func_signature_exhaustive_mH_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2457998Z test_get_torch_func_signature_exhaustive_mT_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2468660Z test_get_torch_func_signature_exhaustive_masked_fill_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2480554Z test_get_torch_func_signature_exhaustive_masked_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2490897Z test_get_torch_func_signature_exhaustive_masked_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2501384Z test_get_torch_func_signature_exhaustive_matmul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2512646Z test_get_torch_func_signature_exhaustive_matrix_exp_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2522798Z test_get_torch_func_signature_exhaustive_max_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2534410Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2545051Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2555785Z test_get_torch_func_signature_exhaustive_maximum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2566367Z test_get_torch_func_signature_exhaustive_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2576852Z test_get_torch_func_signature_exhaustive_median_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2587536Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2596448Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:59.2607499Z test_get_torch_func_signature_exhaustive_min_binary_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2618115Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2629926Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2640822Z test_get_torch_func_signature_exhaustive_minimum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2651561Z test_get_torch_func_signature_exhaustive_mm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2661959Z test_get_torch_func_signature_exhaustive_mode_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2672862Z test_get_torch_func_signature_exhaustive_movedim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2683590Z test_get_torch_func_signature_exhaustive_msort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2694106Z test_get_torch_func_signature_exhaustive_mul_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2709368Z test_get_torch_func_signature_exhaustive_multinomial_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2720296Z test_get_torch_func_signature_exhaustive_mv_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2730991Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2741580Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2752393Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2763168Z test_get_torch_func_signature_exhaustive_nan_to_num_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2773781Z test_get_torch_func_signature_exhaustive_nanmean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2784451Z test_get_torch_func_signature_exhaustive_nanmedian_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2795246Z test_get_torch_func_signature_exhaustive_nanquantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2805877Z test_get_torch_func_signature_exhaustive_nansum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2816520Z test_get_torch_func_signature_exhaustive_narrow_copy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2828324Z test_get_torch_func_signature_exhaustive_narrow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2839271Z test_get_torch_func_signature_exhaustive_native_layer_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2850512Z test_get_torch_func_signature_exhaustive_ne_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2861094Z test_get_torch_func_signature_exhaustive_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2872956Z test_get_torch_func_signature_exhaustive_new_empty_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2884773Z test_get_torch_func_signature_exhaustive_new_empty_strided_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2895362Z test_get_torch_func_signature_exhaustive_new_full_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2906070Z test_get_torch_func_signature_exhaustive_new_ones_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2917747Z test_get_torch_func_signature_exhaustive_new_zeros_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2928431Z test_get_torch_func_signature_exhaustive_nextafter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2939507Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2950231Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2962045Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2972643Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2983311Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.2994098Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3004789Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3015529Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3026057Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3036949Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3048827Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3059676Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3070971Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3082781Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3094430Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3106183Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3117167Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3128899Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3139413Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3150105Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3161925Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3172505Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3183353Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3194769Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3205598Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3216043Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3226656Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3237539Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3248261Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3258862Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3269418Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3280170Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3290980Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3301509Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3312353Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3323105Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3333558Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3344112Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3354969Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3365589Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3376345Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3386897Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3398405Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3408598Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3419142Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3429714Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3440616Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3451134Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3461921Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3473726Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3484330Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3495006Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3505491Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3516228Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3526756Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3551795Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3552550Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3558751Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3569246Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3579913Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3590623Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3602272Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3612895Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3623212Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3634180Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3645717Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3656456Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3666727Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3677578Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3687998Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3698573Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3709420Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3720056Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3730617Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3741101Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3752798Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3764342Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3776046Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3786815Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3797851Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3808375Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3820130Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3831674Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3843167Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3854912Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3866678Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3878468Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3889000Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3899681Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3910248Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3920905Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3931591Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3942241Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3953273Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3963998Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3974895Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3986042Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.3997661Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4008346Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4019063Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4030758Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4041777Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4052304Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4062820Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4074105Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4085857Z test_get_torch_func_signature_exhaustive_nonzero_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4096524Z test_get_torch_func_signature_exhaustive_norm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4108177Z test_get_torch_func_signature_exhaustive_norm_fro_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4119596Z test_get_torch_func_signature_exhaustive_norm_inf_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4130079Z test_get_torch_func_signature_exhaustive_norm_nuc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4140816Z test_get_torch_func_signature_exhaustive_normal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4151503Z test_get_torch_func_signature_exhaustive_normal_number_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4162456Z test_get_torch_func_signature_exhaustive_ones_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4174043Z test_get_torch_func_signature_exhaustive_ones_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4185733Z test_get_torch_func_signature_exhaustive_ormqr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4197462Z test_get_torch_func_signature_exhaustive_outer_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4208765Z test_get_torch_func_signature_exhaustive_pca_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4219322Z test_get_torch_func_signature_exhaustive_permute_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4230300Z test_get_torch_func_signature_exhaustive_pinverse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4242085Z test_get_torch_func_signature_exhaustive_polar_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4252755Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4263351Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4274386Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4285879Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4297578Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4308200Z test_get_torch_func_signature_exhaustive_positive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4319609Z test_get_torch_func_signature_exhaustive_pow_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4330331Z test_get_torch_func_signature_exhaustive_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4340960Z test_get_torch_func_signature_exhaustive_put_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4352912Z test_get_torch_func_signature_exhaustive_qr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4364507Z test_get_torch_func_signature_exhaustive_quantile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4376096Z test_get_torch_func_signature_exhaustive_rad2deg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4386729Z test_get_torch_func_signature_exhaustive_rand_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4397626Z test_get_torch_func_signature_exhaustive_randint_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4408169Z test_get_torch_func_signature_exhaustive_randn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4418877Z test_get_torch_func_signature_exhaustive_randn_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4429347Z test_get_torch_func_signature_exhaustive_ravel_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4440002Z test_get_torch_func_signature_exhaustive_real_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4450606Z test_get_torch_func_signature_exhaustive_reciprocal_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4461113Z test_get_torch_func_signature_exhaustive_remainder_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4471912Z test_get_torch_func_signature_exhaustive_renorm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4482436Z test_get_torch_func_signature_exhaustive_repeat_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4493065Z test_get_torch_func_signature_exhaustive_repeat_interleave_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4503597Z test_get_torch_func_signature_exhaustive_reshape_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4514432Z test_get_torch_func_signature_exhaustive_reshape_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4524807Z test_get_torch_func_signature_exhaustive_resize__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4535568Z test_get_torch_func_signature_exhaustive_resize_as__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4546089Z test_get_torch_func_signature_exhaustive_resolve_conj_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4558000Z test_get_torch_func_signature_exhaustive_resolve_neg_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4568691Z test_get_torch_func_signature_exhaustive_roll_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4579342Z test_get_torch_func_signature_exhaustive_rot90_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4589981Z test_get_torch_func_signature_exhaustive_round_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4601971Z test_get_torch_func_signature_exhaustive_round_decimals_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4612597Z test_get_torch_func_signature_exhaustive_round_decimals_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4623293Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4633988Z test_get_torch_func_signature_exhaustive_rsqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4644549Z test_get_torch_func_signature_exhaustive_rsub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4656118Z test_get_torch_func_signature_exhaustive_scatter_add_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4667845Z test_get_torch_func_signature_exhaustive_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4678801Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4690392Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4701962Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4713673Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4724343Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4734997Z test_get_torch_func_signature_exhaustive_searchsorted_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4746241Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4756878Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4767369Z test_get_torch_func_signature_exhaustive_select_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4779184Z test_get_torch_func_signature_exhaustive_select_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4790893Z test_get_torch_func_signature_exhaustive_sgn_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4802578Z test_get_torch_func_signature_exhaustive_short_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4814263Z test_get_torch_func_signature_exhaustive_sigmoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4826222Z test_get_torch_func_signature_exhaustive_sign_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4837038Z test_get_torch_func_signature_exhaustive_signbit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4847597Z test_get_torch_func_signature_exhaustive_sin_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4858280Z test_get_torch_func_signature_exhaustive_sinc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4870031Z test_get_torch_func_signature_exhaustive_sinh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4881666Z test_get_torch_func_signature_exhaustive_slice_scatter_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4893198Z test_get_torch_func_signature_exhaustive_softmax_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4904147Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4914946Z test_get_torch_func_signature_exhaustive_sort_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4926228Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4937115Z test_get_torch_func_signature_exhaustive_special_airy_ai_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4947703Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4958427Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4968914Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4979740Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.4991266Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5003161Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5013504Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:33:59.5023477Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:33:59.5034518Z test_get_torch_func_signature_exhaustive_special_entr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5044820Z test_get_torch_func_signature_exhaustive_special_erfcx_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5055527Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5066121Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5076756Z test_get_torch_func_signature_exhaustive_special_i0e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5087402Z test_get_torch_func_signature_exhaustive_special_i1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5099020Z test_get_torch_func_signature_exhaustive_special_i1e_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5110733Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5120628Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:33:59.5132449Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5143165Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5154090Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5165784Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5177549Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5188304Z test_get_torch_func_signature_exhaustive_special_ndtr_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5199040Z test_get_torch_func_signature_exhaustive_special_ndtri_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5209692Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5221381Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5232216Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5241045Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:33:59.5250669Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:33:59.5260897Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:33:59.5270516Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T16:33:59.5282657Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5293988Z test_get_torch_func_signature_exhaustive_special_xlog1py_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5305532Z test_get_torch_func_signature_exhaustive_special_zeta_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5317287Z test_get_torch_func_signature_exhaustive_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5328984Z test_get_torch_func_signature_exhaustive_split_list_args_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5339387Z test_get_torch_func_signature_exhaustive_split_with_sizes_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5350059Z test_get_torch_func_signature_exhaustive_sqrt_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5360786Z test_get_torch_func_signature_exhaustive_square_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5372455Z test_get_torch_func_signature_exhaustive_squeeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5382929Z test_get_torch_func_signature_exhaustive_stack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5393654Z test_get_torch_func_signature_exhaustive_std_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5404273Z test_get_torch_func_signature_exhaustive_std_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5414878Z test_get_torch_func_signature_exhaustive_stft_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5425629Z test_get_torch_func_signature_exhaustive_sub_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5436180Z test_get_torch_func_signature_exhaustive_sum_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5446830Z test_get_torch_func_signature_exhaustive_sum_to_size_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5458843Z test_get_torch_func_signature_exhaustive_svd_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5469959Z test_get_torch_func_signature_exhaustive_svd_lowrank_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5480856Z test_get_torch_func_signature_exhaustive_symeig_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5492661Z test_get_torch_func_signature_exhaustive_t_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5503421Z test_get_torch_func_signature_exhaustive_take_along_dim_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5514179Z test_get_torch_func_signature_exhaustive_take_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5524626Z test_get_torch_func_signature_exhaustive_tan_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5535311Z test_get_torch_func_signature_exhaustive_tanh_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5545945Z test_get_torch_func_signature_exhaustive_tensor_split_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5555280Z test_get_torch_func_signature_exhaustive_tensordot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:33:59.5565980Z test_get_torch_func_signature_exhaustive_tile_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5577684Z test_get_torch_func_signature_exhaustive_to_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5588203Z test_get_torch_func_signature_exhaustive_to_sparse_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5599075Z test_get_torch_func_signature_exhaustive_topk_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5610675Z test_get_torch_func_signature_exhaustive_trace_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5622189Z test_get_torch_func_signature_exhaustive_transpose_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5632919Z test_get_torch_func_signature_exhaustive_trapezoid_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5643506Z test_get_torch_func_signature_exhaustive_trapz_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5653710Z test_get_torch_func_signature_exhaustive_triangular_solve_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5664442Z test_get_torch_func_signature_exhaustive_tril_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5676343Z test_get_torch_func_signature_exhaustive_triu_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5688302Z test_get_torch_func_signature_exhaustive_true_divide_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5699883Z test_get_torch_func_signature_exhaustive_trunc_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5710399Z test_get_torch_func_signature_exhaustive_unbind_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5722152Z test_get_torch_func_signature_exhaustive_unflatten_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5733693Z test_get_torch_func_signature_exhaustive_unfold_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5744282Z test_get_torch_func_signature_exhaustive_uniform_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5755086Z test_get_torch_func_signature_exhaustive_unique_consecutive_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5765867Z test_get_torch_func_signature_exhaustive_unique_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5776482Z test_get_torch_func_signature_exhaustive_unsqueeze_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5787140Z test_get_torch_func_signature_exhaustive_var_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5798076Z test_get_torch_func_signature_exhaustive_var_mean_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5808781Z test_get_torch_func_signature_exhaustive_vdot_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5819405Z test_get_torch_func_signature_exhaustive_view_as_complex_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5829982Z test_get_torch_func_signature_exhaustive_view_as_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5840701Z test_get_torch_func_signature_exhaustive_view_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5851469Z test_get_torch_func_signature_exhaustive_vsplit_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5861851Z test_get_torch_func_signature_exhaustive_vstack_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5872621Z test_get_torch_func_signature_exhaustive_where_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5883238Z test_get_torch_func_signature_exhaustive_xlogy_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5893872Z test_get_torch_func_signature_exhaustive_zero__cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5905505Z test_get_torch_func_signature_exhaustive_zeros_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5916248Z test_get_torch_func_signature_exhaustive_zeros_like_cuda_float32 (__main__.TestOperatorSignaturesCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:33:59.5925124Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-09-27T16:33:59.5969069Z Tests that the pass manager runs the passes correctly. ... ok (0.005s) 2022-09-27T16:33:59.5973013Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T16:33:59.5977044Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-09-27T16:33:59.5983099Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T16:33:59.6005048Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-09-27T16:33:59.6009825Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-09-27T16:33:59.6036843Z Tests error catching + debug ... ok (0.003s) 2022-09-27T16:33:59.6041884Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-09-27T16:33:59.6045599Z Tests the construction of constraints ... ok (0.001s) 2022-09-27T16:33:59.6060311Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-09-27T16:33:59.6073173Z Tests that passes are correctly ordered based on contraints. ... ok (0.003s) 2022-09-27T16:33:59.6124811Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-09-27T16:33:59.6217969Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:33:59.6314658Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:33:59.6404205Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:33:59.6498101Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:33:59.6608316Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-09-27T16:33:59.6702259Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:33:59.6794016Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:33:59.6807323Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-09-27T16:33:59.6887195Z This tests that a placeholder Node can be matched to a Node with ... ok (0.009s) 2022-09-27T16:33:59.6986041Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:33:59.7088172Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:33:59.7186986Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:33:59.7282567Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:33:59.7380056Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:33:59.7474357Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:33:59.7605195Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.013s) 2022-09-27T16:33:59.7694042Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:33:59.7787432Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:33:59.7878297Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-09-27T16:33:59.8028011Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.015s) 2022-09-27T16:33:59.8043105Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no torchvision (0.001s) 2022-09-27T16:33:59.8084221Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T16:33:59.8119239Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.8154591Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.8185760Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.8217107Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.8247087Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.8294661Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-09-27T16:33:59.8368437Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-09-27T16:33:59.8412373Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T16:33:59.8461581Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-09-27T16:33:59.8507715Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-09-27T16:33:59.8597513Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.009s) 2022-09-27T16:33:59.9126699Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.053s) 2022-09-27T16:33:59.9191711Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-09-27T16:33:59.9672437Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.048s) 2022-09-27T16:33:59.9701931Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.9731867Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.9761036Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.9789872Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.9817220Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.9846348Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.9874892Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:33:59.9906109Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:34:00.0185079Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.028s) 2022-09-27T16:34:00.0213952Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:34:00.0244003Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-09-27T16:34:00.0524411Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.028s) 2022-09-27T16:34:00.0561925Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-09-27T16:34:00.0660056Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-09-27T16:34:00.0660625Z 2022-09-27T16:34:00.0661260Z ---------------------------------------------------------------------- 2022-09-27T16:34:00.0661898Z Ran 1021 tests in 4.145s 2022-09-27T16:34:00.0662211Z 2022-09-27T16:34:00.0662413Z OK (skipped=605) 2022-09-27T16:34:00.0662710Z 2022-09-27T16:34:00.0662915Z Generating XML reports... 2022-09-27T16:34:00.0708087Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220927163355.xml 2022-09-27T16:34:00.0726311Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220927163355.xml 2022-09-27T16:34:00.0744227Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220927163355.xml 2022-09-27T16:34:00.0778799Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220927163355.xml 2022-09-27T16:34:00.0788489Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927163355.xml 2022-09-27T16:34:00.0802807Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220927163355.xml 2022-09-27T16:34:00.0965597Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20220927163355.xml 2022-09-27T16:34:00.0971257Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220927163355.xml 2022-09-27T16:34:00.1095347Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220927163355.xml 2022-09-27T16:34:00.1103479Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220927163355.xml 2022-09-27T16:34:00.1124344Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927163355.xml 2022-09-27T16:34:00.1155178Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220927163355.xml 2022-09-27T16:34:00.1851431Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCUDA-20220927163355.xml 2022-09-27T16:34:00.7721230Z Running test_python_dispatch ... [2022-09-27 16:34:00.771472] 2022-09-27T16:34:00.7721989Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:00.771568] 2022-09-27T16:34:02.6512698Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-09-27T16:34:02.6534978Z 2022-09-27T16:34:02.6535611Z Running tests... 2022-09-27T16:34:02.6536552Z ---------------------------------------------------------------------- 2022-09-27T16:34:04.1865314Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (1.533s) 2022-09-27T16:34:04.1877112Z test_all_same_mode_scope (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.1907090Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:34:04.1995531Z test_basic (__main__.TestPythonDispatch) ... ok (0.009s) 2022-09-27T16:34:04.2019357Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2028060Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2040827Z test_ctor_no_inner (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2115501Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.007s) 2022-09-27T16:34:04.2135242Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2149642Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2167777Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2181030Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2213796Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:34:04.2238475Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2250682Z test_disable_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2268352Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2285254Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2300695Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2310867Z test_enable_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2321228Z test_enable_torch_dispatch_mode_error (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2333996Z test_enable_torch_dispatch_mode_ignore_preexisting (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2345151Z test_enable_torch_dispatch_mode_instance (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2358005Z test_enable_torch_dispatch_mode_replace (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2373408Z test_enable_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2404474Z test_enable_torch_dispatch_mode_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:34:04.2428011Z test_enable_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2440636Z test_enable_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2452978Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2463298Z test_error_using_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2471195Z test_error_with_ancestor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2484573Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2502322Z test_find_outermost_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2524207Z test_format (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2541850Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2556228Z test_invalid_ret (__main__.TestPythonDispatch) ... /var/lib/jenkins/workspace/test/test_python_dispatch.py:429: DeprecationWarning: Please use assertRaisesRegex instead. 2022-09-27T16:34:04.2557143Z self.assertRaisesRegexp( 2022-09-27T16:34:04.2558195Z ok (0.002s) 2022-09-27T16:34:04.2602034Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:34:04.2626496Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2645567Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2678335Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:34:04.2699735Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2719239Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2748836Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:34:04.2756386Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2774347Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2797373Z test_make_wrapper_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.2805636Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2819712Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2830976Z test_nested_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2845016Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2853856Z test_nested_push_regular (__main__.TestPythonDispatch) ... /opt/conda/lib/python3.10/site-packages/torch/utils/_python_dispatch.py:171: UserWarning: `Mode.push()` is no longer necessary and can be replaced with just `with Mode()` 2022-09-27T16:34:04.2854562Z warnings.warn("`Mode.push()` is no longer necessary and can be replaced with just `with Mode()`") 2022-09-27T16:34:04.2854910Z ok (0.001s) 2022-09-27T16:34:04.2864813Z test_nesting_with_same_enable_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2875549Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.2978903Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.010s) 2022-09-27T16:34:04.3001287Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.3016704Z test_out (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.3038537Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.3046092Z test_restore_ancestor_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.3057558Z test_restore_errors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.3077395Z test_set_data (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.3103651Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:34:04.3140275Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:34:04.3146773Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.3167145Z test_storage (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.3176388Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.3208679Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.003s) 2022-09-27T16:34:04.3279287Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.007s) 2022-09-27T16:34:04.3301842Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.3342266Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-09-27T16:34:04.3360148Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.3369982Z test_with_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.3379644Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.3392134Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.001s) 2022-09-27T16:34:04.3417475Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-09-27T16:34:04.3426872Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-09-27T16:34:04.3464046Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.004s) 2022-09-27T16:34:04.3499189Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.003s) 2022-09-27T16:34:04.3523437Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.002s) 2022-09-27T16:34:04.3532781Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:34:04.3542061Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:34:04.3573552Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.003s) 2022-09-27T16:34:04.3617430Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.10/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:34:04.3618356Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T16:34:04.3618805Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-09-27T16:34:04.3619191Z dispatch key: ZeroTensor 2022-09-27T16:34:04.3619633Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1067 2022-09-27T16:34:04.3620520Z new kernel: registered at /dev/null:549 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-09-27T16:34:04.3621009Z self.m.impl(name, dispatch_key, fn) 2022-09-27T16:34:04.3621303Z ok (0.005s) 2022-09-27T16:34:04.3635565Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.001s) 2022-09-27T16:34:04.3675601Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.10/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:34:04.3676381Z operator: aten::where.self(Tensor condition, Tensor self, Tensor other) -> Tensor 2022-09-27T16:34:04.3676966Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-09-27T16:34:04.3677341Z dispatch key: CUDA 2022-09-27T16:34:04.3677774Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp:304 2022-09-27T16:34:04.3678388Z new kernel: registered at /dev/null:209 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-09-27T16:34:04.3678853Z self.m.impl(name, dispatch_key, fn) 2022-09-27T16:34:04.7790622Z /opt/conda/lib/python3.10/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:34:04.7792036Z operator: aten::gelu(Tensor self, *, str approximate="none") -> Tensor 2022-09-27T16:34:04.7792877Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-09-27T16:34:04.7793623Z dispatch key: CUDA 2022-09-27T16:34:04.7794377Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp:82 2022-09-27T16:34:04.7795413Z new kernel: registered at /dev/null:210 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-09-27T16:34:04.7796202Z self.m.impl(name, dispatch_key, fn) 2022-09-27T16:34:04.9532081Z /opt/conda/lib/python3.10/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:34:04.9533368Z operator: aten::exp(Tensor self) -> Tensor 2022-09-27T16:34:04.9534166Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-09-27T16:34:04.9534881Z dispatch key: CUDA 2022-09-27T16:34:04.9535677Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1067 2022-09-27T16:34:04.9536751Z new kernel: registered at /dev/null:211 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-09-27T16:34:04.9537536Z self.m.impl(name, dispatch_key, fn) 2022-09-27T16:34:05.1395374Z /opt/conda/lib/python3.10/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:34:05.1396775Z operator: aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T16:34:05.1397819Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-09-27T16:34:05.1398517Z dispatch key: CUDA 2022-09-27T16:34:05.1399298Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1067 2022-09-27T16:34:05.1400839Z new kernel: registered at /dev/null:212 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-09-27T16:34:05.1401702Z self.m.impl(name, dispatch_key, fn) 2022-09-27T16:34:06.4677350Z ok (2.104s) 2022-09-27T16:34:06.4677818Z 2022-09-27T16:34:06.4678558Z ---------------------------------------------------------------------- 2022-09-27T16:34:06.4679185Z Ran 83 tests in 3.814s 2022-09-27T16:34:06.4679480Z 2022-09-27T16:34:06.4679638Z OK 2022-09-27T16:34:06.4679848Z 2022-09-27T16:34:06.4680088Z Generating XML reports... 2022-09-27T16:34:06.4786085Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220927163402.xml 2022-09-27T16:34:06.4791817Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20220927163402.xml 2022-09-27T16:34:06.4806301Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220927163402.xml 2022-09-27T16:34:06.8517743Z Running test_overrides ... [2022-09-27 16:34:06.851261] 2022-09-27T16:34:06.8518442Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:06.851362] 2022-09-27T16:34:08.7620929Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-09-27T16:34:08.7724474Z 2022-09-27T16:34:08.7724998Z Running tests... 2022-09-27T16:34:08.7725610Z ---------------------------------------------------------------------- 2022-09-27T16:34:10.3264849Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (1.554s) 2022-09-27T16:34:10.3282611Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2022-09-27T16:34:10.3313622Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.003s) 2022-09-27T16:34:10.3546218Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.023s) 2022-09-27T16:34:10.3557888Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-09-27T16:34:10.3570063Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T16:34:10.3583369Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T16:34:10.3595720Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T16:34:10.3608180Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T16:34:10.3619867Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T16:34:10.3630250Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-09-27T16:34:10.3646899Z test_max (__main__.TestNamedTuple) ... ok (0.002s) 2022-09-27T16:34:10.3662943Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-09-27T16:34:10.3682413Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2022-09-27T16:34:10.5075525Z test_resolve_name (__main__.TestResolveName) ... ok (0.139s) 2022-09-27T16:34:10.5084523Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5096581Z test_all_same_mode_scope (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5109692Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5121416Z test_ctor_no_inner (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5131603Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5143788Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5156566Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5167426Z test_enable_torch_function_mode_ignore_preexisting (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5177970Z test_enable_torch_function_mode_replace (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5187349Z test_enable_torch_function_mode_trivial (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5196257Z test_enable_torch_function_mode_with_tensor_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5208218Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5217147Z test_error_using_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5224717Z test_error_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5240504Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5258022Z test_find_outermost_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:34:10.5274468Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:34:10.5286919Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5301532Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5312173Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5326706Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5335754Z test_restore_ancestor_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5347900Z test_restore_errors (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5364719Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T16:34:10.5374296Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5383842Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5396076Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T16:34:10.5405135Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5413544Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5422251Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5430740Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5439587Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5448391Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5457305Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5465623Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5474212Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5482656Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5491234Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5499567Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5507969Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5516640Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5525372Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5533810Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5542104Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5550740Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5559103Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5567494Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5575872Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5584208Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5592901Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5601223Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5609791Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5618143Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5626462Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5634865Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5643635Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5652489Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5661089Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5669574Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5678397Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5686909Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5695681Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5703903Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5712660Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5721000Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5729717Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5738050Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5746346Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5754975Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5763359Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5771859Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5780251Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5788708Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5797464Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5805861Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5814286Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5822622Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5831038Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5839655Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5847869Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5856310Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5864662Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5873388Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5881733Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5890135Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5898501Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5906801Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5915375Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5923030Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5931330Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5939723Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5948081Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5956739Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5965320Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5973689Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5982061Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5990426Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.5998991Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6007347Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6016276Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6025553Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6034132Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6042522Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6051091Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6059542Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6067884Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6076282Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6084610Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6092999Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6101356Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6109670Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6118140Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6126393Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6134721Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6142994Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6151693Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6160685Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6169246Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6177740Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6186351Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6195104Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6203700Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6212238Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6220838Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6229511Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6238532Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6246960Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6255458Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6263834Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6272570Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6280908Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6289480Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6297950Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6307076Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6316135Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6324756Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6333070Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6341523Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6349873Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6358560Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6366696Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6375056Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6383264Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6391907Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6400184Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6409033Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6417793Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6426682Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6435716Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6444545Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6453380Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6462182Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6470930Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6479963Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6488891Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6497448Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6506011Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6514819Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6523287Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6531730Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6540034Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6548352Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6556851Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6565183Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6573458Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6581825Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6590341Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6598900Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6607274Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6615431Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6623776Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6632645Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6641182Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6649654Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6658126Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6666540Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6675203Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6683596Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6692092Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6700402Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6708888Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6717445Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6725607Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6733964Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6742476Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6750791Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6759411Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6767650Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6776080Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6784628Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6793199Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6801693Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6810201Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6818645Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6826945Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6835848Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6844055Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6852481Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6860819Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6869297Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6877881Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6886292Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6894769Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6903101Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6911770Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6920163Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6928741Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6936991Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6945395Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6954101Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6962402Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6970856Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6979388Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6987608Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.6996173Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7004559Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7012832Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7022115Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7030534Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7039011Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7047299Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7055854Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7064135Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7072683Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7080982Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7089264Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7097484Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7105701Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7114476Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7122862Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7131268Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7139832Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7148122Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7156828Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7165232Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7173631Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7182117Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7190722Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7199306Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7207694Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7216101Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7224440Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7232866Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7241078Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7249434Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7257644Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7265934Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7274385Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7282591Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7291080Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7299507Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7307903Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7316627Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7325208Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7333468Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7341720Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7350232Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7358724Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7366962Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7375241Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7383710Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7392665Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7400812Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7409253Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7417683Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7426075Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7435343Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7443587Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7451892Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7460133Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7468405Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7476820Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7485059Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7493328Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7501458Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7509796Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7518159Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7526316Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7534547Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7542843Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7551270Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7559886Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7568037Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7576369Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7584699Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7593316Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7601677Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7609764Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7618196Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7626575Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7635198Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7643323Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7651585Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7659902Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7668215Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7676710Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7685136Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7693420Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7702513Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7710981Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7719559Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7727950Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7736338Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7744603Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7753115Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7761338Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7769872Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7778141Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7786335Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7794945Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7803645Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7811475Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7819735Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7828063Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7836519Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7844978Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7853121Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7861515Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7870036Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7878231Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7886594Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7895023Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7903283Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7911759Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7920102Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7928778Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7937834Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7946355Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7955197Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7963651Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7972249Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7980527Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7988563Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.7997081Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8005389Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8014106Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8023064Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8031827Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8040206Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8048688Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8057101Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8065598Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8074468Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8082855Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8091223Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8099743Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8108115Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8116708Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8124969Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8133287Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8141619Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8149883Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8158432Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8166848Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8175026Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8183991Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8192409Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8200756Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8209124Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8217299Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8225548Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8234048Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8242205Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8250534Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8258844Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8267148Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8275700Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8283825Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8292271Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8300675Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8308796Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8317239Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8325472Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8333722Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8342011Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8350320Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8358836Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8367008Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8375448Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8383888Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8392353Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8400720Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8408942Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8417156Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8425589Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8434176Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8442592Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8451794Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8460694Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8469115Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8477785Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8486108Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8494291Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8502539Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8511124Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8519415Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8527894Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8536072Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8544448Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8553090Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8561498Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8570032Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8578525Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8586968Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8595688Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8604026Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8612229Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8620915Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8629206Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8638059Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8646432Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8655009Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8664519Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8673602Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8682032Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8690416Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8698951Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8707551Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8716065Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8724407Z test_Tensor_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8733070Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8741407Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8749978Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8758883Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8767443Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8775941Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8785313Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8793843Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8802592Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8811026Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8819506Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8827782Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8836438Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8844817Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8853347Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8861718Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8870308Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8878973Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8887697Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8896249Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8904813Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8913609Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8922019Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8930657Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8938901Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8947220Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8956227Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8964407Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8973054Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8981166Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8989375Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.8997970Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9006464Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9015590Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9024240Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9033042Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9041656Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9049966Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9058466Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9066913Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9076221Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9084931Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9093196Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9101583Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9109869Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9118405Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9126653Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9134893Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9143147Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9151718Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9160206Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9168755Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9176722Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9185244Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9193907Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9202168Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9210389Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9218851Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9227293Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9235930Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9244298Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9252693Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9261113Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9269763Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9278185Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9286672Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9295061Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9303482Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9311833Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9320267Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9328742Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9337146Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9345813Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9354310Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9362608Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9370793Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9379112Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9387309Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9395910Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9404216Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9412615Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9420982Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9429469Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9437839Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9446060Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9454399Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9462711Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9471366Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9479744Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9488211Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9496416Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9504754Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9513340Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9521638Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9529981Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9538234Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9546510Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9555170Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9563571Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9572098Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9580307Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9588650Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9597238Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9605558Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9613869Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9622297Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9630773Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9639339Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9647521Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9655731Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9664080Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9672746Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9681191Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9689792Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9698165Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9706464Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9715128Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9723426Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9732014Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9740582Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9749097Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9757645Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9766052Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9774532Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9782991Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9791631Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9801114Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9809465Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9817723Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9826166Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9834775Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9843208Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9851324Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9859622Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9867829Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9876429Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9884584Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9892943Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9901237Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9909515Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9917965Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9926295Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9935099Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9943569Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9952180Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9960519Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9969093Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9977523Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9985841Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:10.9994497Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0003015Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0011380Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0021338Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0029816Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0038301Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0046564Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0054866Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0063156Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0071768Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0080167Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0088715Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0097449Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0105861Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0114557Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0122747Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0131098Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0139385Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0147640Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0156388Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0164854Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0173100Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0181442Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0189943Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0198545Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0207674Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0215995Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0224487Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0233186Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0241335Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0249582Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0258015Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0266397Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0274732Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0282999Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0291377Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0299830Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0308468Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0317143Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0325467Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0333948Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0342247Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0350610Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0359138Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0367414Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0375666Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0384148Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0392711Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0401203Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0409455Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0417911Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0426352Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0434854Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0443954Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0452477Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0460800Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0469046Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0477648Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0486044Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0494458Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0502787Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0511193Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0519740Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0528504Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0536563Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0544921Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0553471Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0562001Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0570263Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0578557Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0587067Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0595791Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0604046Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0612407Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0620861Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0629448Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0637953Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0646403Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0654852Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0663200Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0671601Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0680003Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0688863Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0697197Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0705516Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0714010Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0722317Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0730674Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0739087Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0747272Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0755784Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0764421Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0773297Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0781915Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0790830Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0799605Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0807713Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0815990Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0824319Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0832975Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0841103Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0849386Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0857577Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0866023Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0874549Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0882874Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0891184Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0899459Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0907897Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0916217Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0924579Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0933298Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0942038Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0950827Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0959567Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0968041Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0976335Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0984502Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.0993079Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1001211Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1010032Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1024689Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1031581Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T16:34:11.1039056Z Test that a function with one argument can be overrided ... ok (0.001s) 2022-09-27T16:34:11.1052126Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T16:34:11.1063713Z Test that a function with multiple arguments can be overrided ... ok (0.002s) 2022-09-27T16:34:11.1075523Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1099199Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T16:34:11.1113828Z Test semantics for __torch_function__ for functions that take ... ok (0.004s) 2022-09-27T16:34:11.1125847Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-09-27T16:34:11.1134166Z this test exercises the functionality described in ... ok (0.002s) 2022-09-27T16:34:11.1142055Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1149934Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1157681Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1166194Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1174132Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1181807Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1189608Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1197576Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1205418Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1213098Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1220822Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1228475Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1236669Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1244282Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1251981Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1259783Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1267442Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1276198Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1284126Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1291803Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1299598Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1307270Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1315154Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1322807Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1330602Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1338191Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1345800Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1353713Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1361381Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1369204Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1376781Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1384390Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1392206Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1400026Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1407681Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1415295Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1423006Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1430841Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1438706Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1446457Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1454138Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1462403Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1469684Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1477721Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1485469Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1493422Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1501086Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1508984Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1517487Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1525303Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1533175Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1540787Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1548629Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1556595Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1564367Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1572163Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1579928Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1587600Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1595553Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1603350Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1610964Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1618822Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1626528Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1634514Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1642088Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1649760Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1657344Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1665052Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1672909Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1680602Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1688238Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1695932Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1703610Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1711590Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1719262Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1727116Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1734844Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1742626Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1750293Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1758234Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1765830Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1773501Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1781133Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1788890Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1796798Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1804550Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1812060Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1819766Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1827791Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1835510Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1843187Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1851005Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1858720Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1866325Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1874189Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1881803Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1889590Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1897334Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1905092Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1912968Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1920586Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1928451Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1936234Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1943898Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1951782Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1959804Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1967205Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1974904Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1982444Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1990195Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.1998106Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2005786Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2014197Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2022125Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2029788Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2037829Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2045559Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2053374Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2061213Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2068831Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2076857Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2084480Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2092239Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2100044Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2107811Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2115718Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2123556Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2131808Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2139729Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2147519Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2155376Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2162997Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2170679Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2178445Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2186061Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2194040Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2201694Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2209341Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2216940Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2224652Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2232512Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2240195Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2247882Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2255412Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2262923Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2270810Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2278801Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2286709Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2294478Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2302458Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2310302Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2318108Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2325849Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2333443Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2341045Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2348502Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2356291Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2364374Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2371832Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2379367Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2386929Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2394938Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2402410Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2410042Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2417577Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2425300Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2433716Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2442308Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2450035Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2457723Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2465310Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2473297Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2480994Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2488690Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2496612Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2504312Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2512179Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2519815Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2527326Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2535022Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2542747Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2550534Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2558505Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2566272Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2573952Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2581715Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2589377Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2597280Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2604851Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2612502Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2620159Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2627725Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2635667Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2643470Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2650946Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2658787Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2666555Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2674390Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2681941Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2689768Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2697392Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2705014Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2713948Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2721638Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2729394Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2737049Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2744763Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2752715Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2760723Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2768511Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2776095Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2783871Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2791731Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2799350Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2807023Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2814774Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2822399Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2830192Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2837902Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2845526Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2853243Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2860797Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2868421Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2876318Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2884417Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2892508Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2900483Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2908232Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2916170Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2924027Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2931742Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2939476Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2948518Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2956335Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2963964Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2971640Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2979353Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2987353Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.2995846Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3003405Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3011728Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3020581Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3029215Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3036968Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3044610Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3052150Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3059768Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3067430Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3075267Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3082930Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3090550Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3098434Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3105926Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3113708Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3121209Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3128741Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3136182Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3143796Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3151355Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3158954Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3166325Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3174084Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3181803Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3190609Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3198162Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3205745Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3213311Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3220945Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3228514Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3236389Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3243941Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3251513Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3259223Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3266657Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3274934Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3282381Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3290056Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3297539Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3305040Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3312600Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3320170Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3327672Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3335219Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3342809Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3350206Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3358282Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3365802Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3373486Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3381008Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3388658Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3396501Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3404020Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3411468Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3418992Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3426280Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3434043Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3441611Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3449265Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3457443Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3465206Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3473288Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3480769Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3488742Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3496111Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3503693Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3512290Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3520051Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3527737Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3535244Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3542792Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3550545Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3558203Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3580201Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3581130Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3581712Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3587601Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3595121Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3602205Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3609563Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3616815Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3624185Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3631878Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3639111Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3646344Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3653778Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3660977Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3668588Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3677072Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3684591Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3692164Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3699762Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3707160Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3714949Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3721925Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3729534Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3737036Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3744505Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3752428Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3759676Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3767148Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3774579Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3782088Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3789664Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3797316Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3804560Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3811938Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3819419Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3826770Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3834612Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3842215Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3849672Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3857043Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3864422Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3872071Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3879558Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3886804Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3894305Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3901627Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3909135Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3916856Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3924360Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3931800Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3939317Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3946792Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3954340Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3961737Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3969233Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3976672Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3984044Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3991625Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.3999006Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4006304Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4014045Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4021819Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4029204Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4036706Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4044161Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4051391Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4058759Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4065959Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4073699Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4081282Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4088613Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4095867Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4103394Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4110871Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4118397Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4125781Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4133382Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4140937Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4148607Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4156215Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4163763Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4171271Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4178750Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4186168Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4193857Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4201311Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4208758Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4216108Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4223582Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4230987Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4238806Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4246147Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4253556Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4261083Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4268338Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4275998Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4283501Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4290767Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4298288Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4305704Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4313557Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4321074Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4328571Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4336344Z test_torch_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4344267Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4352390Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4360169Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4367811Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4375318Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4382709Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4390222Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4397708Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4405030Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4412407Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4419878Z test_torch_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4427406Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4434851Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4442496Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4449993Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4457415Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4464829Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4472357Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4479833Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4487318Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4494855Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4502336Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4509860Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4517583Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4525186Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4532789Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4540270Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4548028Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4555652Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4563170Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4570573Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4578017Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4585496Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4592992Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4600413Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4607838Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4615205Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4622632Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4630244Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4638010Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4645647Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4653081Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4660614Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4668070Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4675790Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4683312Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4690642Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4698169Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4705855Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4713838Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4721114Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4728399Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4735883Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4743254Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4750889Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4758318Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4765699Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4773202Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4780430Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4787795Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4795397Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4802886Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4810154Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4817424Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4824875Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4832965Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4840427Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4847886Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4855091Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4862545Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4869956Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4877313Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4884743Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4892175Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4899644Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4906947Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4914883Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4922602Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4930544Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4938460Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4946340Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4954108Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4961500Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4969145Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4976388Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4983818Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4991434Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.4998928Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5006339Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5014102Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5021783Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5029278Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5037369Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5045070Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5053160Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5060965Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5069024Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5076608Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5083959Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5091876Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5099749Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5107528Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5115600Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5123115Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5130509Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5137874Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5145377Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5153088Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5160433Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5167878Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5175119Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5182693Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5190094Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5197560Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5205102Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5212706Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5220316Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5227842Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5235488Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5243253Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5250685Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5258415Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5265757Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5273311Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5280639Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5288133Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5295441Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5302909Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5310312Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5317961Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5325437Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5332752Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5340116Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5347502Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5355178Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5362621Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5370073Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5377479Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5384913Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5392533Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5399885Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5407578Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5415155Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5422557Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5430322Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5437981Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5445563Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5453534Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5461127Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5468478Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5476075Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5484058Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5491500Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5499168Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5506747Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5514527Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5521985Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5529458Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5536789Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5544299Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5551907Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5559416Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5566799Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5574555Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5582238Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5589792Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5597334Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5604820Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5612253Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5619581Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5627019Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5634672Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5642079Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5649655Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5657406Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5664851Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5672543Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5680245Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5687735Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5695844Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5703313Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5711009Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5718785Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5726242Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5733762Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5741829Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5749585Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5757145Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5764476Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5772155Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5779467Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5786923Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5794966Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5802508Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5810001Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5817419Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5824823Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5832745Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5840229Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5848051Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5855950Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5863879Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5872066Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5879662Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5887109Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5894545Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5901960Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5909573Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5917106Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5924606Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5932387Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5940069Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5947688Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5955849Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5963483Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5971066Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5978800Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5986592Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.5994304Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6001767Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6009217Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6017060Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6024414Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6032195Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6039545Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6047286Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6055096Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6062802Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6070439Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6077997Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6085420Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6093190Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6100798Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6108661Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6117102Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6124319Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6131692Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6139213Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6146820Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6154360Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6162235Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6170174Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6177732Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6185364Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6192921Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6200423Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6207907Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6215569Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6223508Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6231655Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6239352Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6247205Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6254814Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6262318Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6269729Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6277455Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6285273Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6292609Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6300087Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6307657Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6315380Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6323052Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6330477Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6337923Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6345855Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6353820Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6361385Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6368898Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6376429Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6383650Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6391283Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6398954Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6406454Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6414030Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6421617Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6429292Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6436981Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6444328Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6451924Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6459424Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6467282Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6475270Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6482971Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6490487Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6497907Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6505435Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6513140Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6520502Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6528130Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6535619Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6543093Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6550811Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6558429Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:34:11.6562627Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-09-27T16:34:11.6567040Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-09-27T16:34:11.6658262Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.009s) 2022-09-27T16:34:11.6669071Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-09-27T16:34:11.6670023Z 2022-09-27T16:34:11.6670906Z ---------------------------------------------------------------------- 2022-09-27T16:34:11.6671326Z Ran 1423 tests in 2.894s 2022-09-27T16:34:11.6671507Z 2022-09-27T16:34:11.6671610Z OK 2022-09-27T16:34:11.6671749Z 2022-09-27T16:34:11.6671884Z Generating XML reports... 2022-09-27T16:34:11.6712138Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220927163408.xml 2022-09-27T16:34:11.6715399Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220927163408.xml 2022-09-27T16:34:11.6718460Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220927163408.xml 2022-09-27T16:34:11.6721514Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220927163408.xml 2022-09-27T16:34:11.6724621Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220927163408.xml 2022-09-27T16:34:11.6731006Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220927163408.xml 2022-09-27T16:34:11.6734329Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20220927163408.xml 2022-09-27T16:34:11.6737352Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220927163408.xml 2022-09-27T16:34:11.6742007Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20220927163408.xml 2022-09-27T16:34:11.6745303Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20220927163408.xml 2022-09-27T16:34:11.6748370Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220927163408.xml 2022-09-27T16:34:11.6775880Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220927163408.xml 2022-09-27T16:34:11.8009340Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220927163408.xml 2022-09-27T16:34:11.8012724Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220927163408.xml 2022-09-27T16:34:11.8016289Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220927163408.xml 2022-09-27T16:34:12.2020471Z Running test_namedtuple_return_api ... [2022-09-27 16:34:12.201319] 2022-09-27T16:34:12.2021275Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:12.201422] 2022-09-27T16:34:14.0402697Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-09-27T16:34:14.0417822Z 2022-09-27T16:34:14.0418282Z Running tests... 2022-09-27T16:34:14.0418867Z ---------------------------------------------------------------------- 2022-09-27T16:34:15.5222481Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (1.480s) 2022-09-27T16:34:15.5373526Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:150: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:34:15.5375222Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:34:15.5375954Z Q, R = torch.qr(A, some) 2022-09-27T16:34:15.5376496Z should be replaced with 2022-09-27T16:34:15.5377779Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T16:34:15.5379209Z ret1 = func(a, *op.input) 2022-09-27T16:34:15.5380169Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:156: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:34:15.5381541Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:34:15.5382236Z Q, R = torch.qr(A, some) 2022-09-27T16:34:15.5382781Z should be replaced with 2022-09-27T16:34:15.5384080Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-09-27T16:34:15.5385016Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-09-27T16:34:15.5390887Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:150: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:34:15.5392344Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:34:15.5393218Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:34:15.5393774Z should be replaced with 2022-09-27T16:34:15.5394575Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:34:15.5395136Z and 2022-09-27T16:34:15.5395836Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:34:15.5396426Z should be replaced with 2022-09-27T16:34:15.5397759Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T16:34:15.5398615Z ret1 = func(a, *op.input) 2022-09-27T16:34:15.5399722Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:156: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:34:15.5400988Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:34:15.5401863Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:34:15.5402403Z should be replaced with 2022-09-27T16:34:15.5403214Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:34:15.5403836Z and 2022-09-27T16:34:15.5404325Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:34:15.5404895Z should be replaced with 2022-09-27T16:34:15.5406210Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2824.) 2022-09-27T16:34:15.5407163Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-09-27T16:34:15.5408211Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:150: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:34:15.5409421Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:34:15.5410205Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:34:15.5410754Z should be replaced with 2022-09-27T16:34:15.5411706Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:34:15.5412626Z ret1 = func(a, *op.input) 2022-09-27T16:34:15.5413658Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:150: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T16:34:15.5415056Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-09-27T16:34:15.5416147Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T16:34:15.5417725Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-09-27T16:34:15.5419096Z The unpacking of the solution, as in 2022-09-27T16:34:15.5419699Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T16:34:15.5420295Z should be replaced with 2022-09-27T16:34:15.5421250Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3799.) 2022-09-27T16:34:15.5422144Z ret1 = func(a, *op.input) 2022-09-27T16:34:15.5484495Z /var/lib/jenkins/workspace/test/test_namedtuple_return_api.py:150: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-09-27T16:34:15.5485671Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:34:15.5486279Z should be replaced with 2022-09-27T16:34:15.5486914Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:34:15.5487567Z and 2022-09-27T16:34:15.5488181Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:34:15.5488924Z should be replaced with 2022-09-27T16:34:15.5490132Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T16:34:15.5491128Z ret1 = func(a, *op.input) 2022-09-27T16:34:15.5491647Z ok (0.027s) 2022-09-27T16:34:17.0929593Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.544s) 2022-09-27T16:34:17.0930140Z 2022-09-27T16:34:17.0930826Z ---------------------------------------------------------------------- 2022-09-27T16:34:17.0931443Z Ran 3 tests in 3.051s 2022-09-27T16:34:17.0931695Z 2022-09-27T16:34:17.0931865Z OK 2022-09-27T16:34:17.0932118Z 2022-09-27T16:34:17.0932361Z Generating XML reports... 2022-09-27T16:34:17.0970486Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220927163414.xml 2022-09-27T16:34:17.4737304Z Running test_dynamic_shapes ... [2022-09-27 16:34:17.473102] 2022-09-27T16:34:17.4738668Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:17.473202] 2022-09-27T16:34:19.3181204Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-09-27T16:34:19.3197370Z 2022-09-27T16:34:19.3197911Z Running tests... 2022-09-27T16:34:19.3198470Z ---------------------------------------------------------------------- 2022-09-27T16:34:20.9039574Z test_arith_ops (__main__.TestPySymInt) ... ok (1.584s) 2022-09-27T16:34:20.9190595Z test_aten_ops (__main__.TestPySymInt) ... ok (0.015s) 2022-09-27T16:34:20.9461212Z test_binary (__main__.TestPySymInt) ... ok (0.027s) 2022-09-27T16:34:20.9597536Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.014s) 2022-09-27T16:34:20.9614295Z test_guard_int (__main__.TestPySymInt) ... ok (0.002s) 2022-09-27T16:34:20.9624074Z test_int_conversion (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T16:34:20.9637088Z test_int_to_float (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T16:34:20.9673881Z test_meta_symint (__main__.TestPySymInt) ... ok (0.004s) 2022-09-27T16:34:21.0668903Z test_reverse_arith_ops (__main__.TestPySymInt) ... ok (0.099s) 2022-09-27T16:34:21.0750654Z test_roundtrip (__main__.TestPySymInt) ... ok (0.008s) 2022-09-27T16:34:21.0827414Z test_size_expressions (__main__.TestPySymInt) ... ok (0.008s) 2022-09-27T16:34:21.0876806Z test_stride (__main__.TestPySymInt) ... ok (0.005s) 2022-09-27T16:34:21.1242136Z test_symint_args (__main__.TestPySymInt) ... ok (0.036s) 2022-09-27T16:34:21.1393098Z test_symint_vargs (__main__.TestPySymInt) ... ok (0.015s) 2022-09-27T16:34:21.1393369Z 2022-09-27T16:34:21.1393799Z ---------------------------------------------------------------------- 2022-09-27T16:34:21.1394170Z Ran 14 tests in 1.820s 2022-09-27T16:34:21.1394345Z 2022-09-27T16:34:21.1394465Z OK 2022-09-27T16:34:21.1395021Z 2022-09-27T16:34:21.1395160Z Generating XML reports... 2022-09-27T16:34:21.1451209Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927163419.xml 2022-09-27T16:34:21.5510520Z Running test_subclass ... [2022-09-27 16:34:21.550395] 2022-09-27T16:34:21.5511819Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:21.550493] 2022-09-27T16:34:23.3971515Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-09-27T16:34:23.3991871Z 2022-09-27T16:34:23.3992110Z Running tests... 2022-09-27T16:34:23.3992777Z ---------------------------------------------------------------------- 2022-09-27T16:34:24.9963971Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (1.597s) 2022-09-27T16:34:24.9980457Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.0020321Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T16:34:25.0056476Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T16:34:25.0090790Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:34:25.0124027Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:34:25.0143897Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.0163347Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.0216786Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-09-27T16:34:25.0269640Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-09-27T16:34:25.0284689Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.001s) 2022-09-27T16:34:25.0301078Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:34:25.0301861Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:34:25.0315318Z expected failure (0.003s) 2022-09-27T16:34:25.0337727Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T16:34:25.0360014Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T16:34:25.0384070Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T16:34:25.0419938Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:34:25.0511161Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.009s) 2022-09-27T16:34:25.0580660Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.007s) 2022-09-27T16:34:25.0618973Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T16:34:25.0742032Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.012s) 2022-09-27T16:34:25.0760297Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.0772630Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0784118Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0798467Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0812497Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0825525Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0838945Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0851015Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0863135Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0878987Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0894782Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0915302Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.0935087Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.0949716Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0963606Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0977638Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.0991549Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1013912Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1038222Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1076125Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T16:34:25.1116602Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T16:34:25.1130925Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1145319Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1161163Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1179186Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1194966Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1212126Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1227519Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1243598Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1260655Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1281370Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1306642Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1327988Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1367949Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T16:34:25.1407874Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T16:34:25.1443328Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T16:34:25.1480494Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T16:34:25.1503933Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1528595Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1582481Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-09-27T16:34:25.1639989Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.006s) 2022-09-27T16:34:25.1651269Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1662903Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1675964Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1691181Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1703478Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1717461Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1728928Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1740857Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1755160Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:34:25.1772096Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T16:34:25.1772504Z 2022-09-27T16:34:25.1772904Z ---------------------------------------------------------------------- 2022-09-27T16:34:25.1773466Z Ran 71 tests in 1.778s 2022-09-27T16:34:25.1773656Z 2022-09-27T16:34:25.1773788Z OK (expected failures=5) 2022-09-27T16:34:25.1773970Z 2022-09-27T16:34:25.1774104Z Generating XML reports... 2022-09-27T16:34:25.1877910Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220927163423.xml 2022-09-27T16:34:25.5810083Z Running test_nestedtensor ... [2022-09-27 16:34:25.580368] 2022-09-27T16:34:25.5810851Z Executing ['/opt/conda/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:25.580466] 2022-09-27T16:34:29.0475606Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-09-27T16:34:29.0506281Z 2022-09-27T16:34:29.0506776Z Running tests... 2022-09-27T16:34:29.0507292Z ---------------------------------------------------------------------- 2022-09-27T16:34:29.0526491Z test_activations (__main__.TestNestedTensor) ... /var/lib/jenkins/workspace/test/test_nestedtensor.py:258: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T16:34:29.0527169Z nt = nested_tensor([t]) 2022-09-27T16:34:29.0555791Z ok (0.005s) 2022-09-27T16:34:29.0576926Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T16:34:29.0590219Z test_dim (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:34:29.0617208Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T16:34:29.0631873Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:34:29.0642505Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:34:29.0710864Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.007s) 2022-09-27T16:34:29.0734824Z test_numel (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T16:34:29.0768971Z test_repr_string (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T16:34:29.0795951Z test_size (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T16:34:29.0821969Z test_stride (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T16:34:29.0832854Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:34:29.0847046Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:34:29.0861114Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:34:29.0876533Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:34:29.0891120Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T16:34:29.0929478Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.004s) 2022-09-27T16:34:29.0953640Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:34:29.0972364Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:34:29.1000118Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T16:34:29.1525526Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.052s) 2022-09-27T16:34:29.1571841Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.005s) 2022-09-27T16:34:29.1609444Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-09-27T16:34:29.1641999Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T16:34:29.1673252Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T16:34:29.1772552Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.010s) 2022-09-27T16:34:29.1788494Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T16:34:29.1819276Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T16:34:29.2345041Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.053s) 2022-09-27T16:34:29.2364384Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:34:29.2381145Z test_nested_tensor_reshape_gradcheck (__main__.TestNestedTensorAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:34:29.2381865Z warnings.warn( 2022-09-27T16:34:29.2382684Z /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:34:29.2383275Z warnings.warn( 2022-09-27T16:34:29.2647660Z ok (0.028s) 2022-09-27T16:34:29.2699165Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.005s) 2022-09-27T16:34:29.2727134Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T16:34:29.2745990Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T16:34:29.2971055Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.022s) 2022-09-27T16:34:29.2979822Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T16:34:29.2989507Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T16:34:29.3060284Z test_size_dim (__main__.TestNestedTensorAutograd) ... ok (0.007s) 2022-09-27T16:34:29.3101686Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-09-27T16:34:29.3145620Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-09-27T16:34:29.3182251Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-09-27T16:34:29.8192164Z test_bmm_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.500s) 2022-09-27T16:34:29.8860292Z test_bmm_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.067s) 2022-09-27T16:34:29.8891414Z test_bmm_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:29.8919891Z test_bmm_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:29.9046783Z test_clone_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.013s) 2022-09-27T16:34:29.9160735Z test_clone_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.011s) 2022-09-27T16:34:29.9204277Z test_detach_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:34:29.9244701Z test_detach_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:34:29.9279580Z test_detach_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/__init__.py:197: UserWarning: nested_from_padded CUDA kernels only support fp32/fp16; falling back to slower generic kernel (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp:53.) 2022-09-27T16:34:29.9280500Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:34:29.9288659Z ok (0.004s) 2022-09-27T16:34:29.9298038Z test_device_checks_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:34:29.9417150Z test_dropout_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.012s) 2022-09-27T16:34:29.9540725Z test_dropout_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.012s) 2022-09-27T16:34:29.9576020Z test_dropout_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:29.9611063Z test_dropout_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:29.9668353Z test_embedding_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-09-27T16:34:29.9868679Z test_layer_norm_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.020s) 2022-09-27T16:34:30.0077678Z test_layer_norm_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.021s) 2022-09-27T16:34:30.0377602Z test_linear_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.030s) 2022-09-27T16:34:30.0665304Z test_linear_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.029s) 2022-09-27T16:34:30.0735209Z test_linear_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:34:30.0802567Z test_linear_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:34:30.0851295Z test_matmul_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82299 for platform(s) linux, rocm. 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.005s) 2022-09-27T16:34:30.0899358Z test_matmul_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82588 for platform(s) linux, rocm. 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.005s) 2022-09-27T16:34:30.0927505Z test_matmul_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.0956210Z test_matmul_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.0987802Z test_nested_tensor_add_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.1017853Z test_nested_tensor_add_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.1046384Z test_nested_tensor_add_in_place_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.1075679Z test_nested_tensor_add_in_place_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.1600960Z test_nested_tensor_indexing_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.052s) 2022-09-27T16:34:30.2139056Z test_nested_tensor_indexing_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.054s) 2022-09-27T16:34:30.2676423Z test_nested_tensor_indexing_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.054s) 2022-09-27T16:34:30.2713095Z test_nested_tensor_indexing_noncontiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:34:30.2749463Z test_nested_tensor_indexing_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:34:30.2782093Z test_nested_tensor_indexing_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.2934136Z test_nested_tensor_mul_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.015s) 2022-09-27T16:34:30.3089924Z test_nested_tensor_mul_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.015s) 2022-09-27T16:34:30.3262218Z test_nested_tensor_mul_in_place_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.017s) 2022-09-27T16:34:30.3431071Z test_nested_tensor_mul_in_place_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.017s) 2022-09-27T16:34:30.3456567Z test_nested_tensor_sum_dim_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:34:30.3645065Z test_reshape_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.019s) 2022-09-27T16:34:30.3818252Z test_reshape_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.017s) 2022-09-27T16:34:30.3997885Z test_reshape_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.018s) 2022-09-27T16:34:30.4134985Z test_scaled_dot_product_attention_input_dim_3_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.014s) 2022-09-27T16:34:30.4268751Z test_scaled_dot_product_attention_input_dim_4_cuda (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.013s) 2022-09-27T16:34:30.4666478Z test_softmax_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.040s) 2022-09-27T16:34:30.5067865Z test_softmax_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.040s) 2022-09-27T16:34:30.5099399Z test_softmax_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.5130006Z test_softmax_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.5155720Z test_to_padded_tensor_dim2_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:34:30.5180185Z test_to_padded_tensor_dim2_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:34:30.5202894Z test_to_padded_tensor_dim2_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:34:30.5225948Z test_to_padded_tensor_dim3_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:34:30.5249466Z test_to_padded_tensor_dim3_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:34:30.5273728Z test_to_padded_tensor_dim3_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:34:30.5304410Z test_to_padded_tensor_dim4_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.5337081Z test_to_padded_tensor_dim4_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.5368007Z test_to_padded_tensor_dim4_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.5437728Z test_to_padded_tensor_noncontiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:34:30.5500820Z test_to_padded_tensor_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-09-27T16:34:30.5564330Z test_to_padded_tensor_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.006s) 2022-09-27T16:34:30.5601907Z test_to_padded_tensor_output_size_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:34:30.5640437Z test_to_padded_tensor_output_size_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:34:30.5676291Z test_to_padded_tensor_simple_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.5708229Z test_to_padded_tensor_simple_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.5741878Z test_to_then_from_padded_tensor_no_transform0213_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.6002899Z test_transpose_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.026s) 2022-09-27T16:34:30.6263801Z test_transpose_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.026s) 2022-09-27T16:34:30.6524427Z test_transpose_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.026s) 2022-09-27T16:34:30.6560045Z test_transpose_inference_mode_interaction_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.6596033Z test_transpose_inference_mode_interaction_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:34:30.6631566Z test_transpose_inference_mode_interaction_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.6664533Z test_unbind_noncontiguous_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.6696471Z test_unbind_noncontiguous_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.6727932Z test_unbind_noncontiguous_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.7071141Z test_view_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.034s) 2022-09-27T16:34:30.7414877Z test_view_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.034s) 2022-09-27T16:34:30.7757449Z test_view_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.034s) 2022-09-27T16:34:30.7791720Z test_view_inference_mode_interaction_cuda_float16 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.7826607Z test_view_inference_mode_interaction_cuda_float32 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.7861283Z test_view_inference_mode_interaction_cuda_float64 (__main__.TestNestedTensorDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:34:30.7862109Z 2022-09-27T16:34:30.7862541Z ---------------------------------------------------------------------- 2022-09-27T16:34:30.7862920Z Ran 122 tests in 1.736s 2022-09-27T16:34:30.7863110Z 2022-09-27T16:34:30.7863233Z OK (skipped=3) 2022-09-27T16:34:30.7863396Z 2022-09-27T16:34:30.7863531Z Generating XML reports... 2022-09-27T16:34:30.7926230Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927163429.xml 2022-09-27T16:34:30.7956854Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927163429.xml 2022-09-27T16:34:30.8045104Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCUDA-20220927163429.xml 2022-09-27T16:34:31.2281745Z Running test_fx_passes ... [2022-09-27 16:34:31.227591] 2022-09-27T16:34:31.2282557Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:31.227690] 2022-09-27T16:34:33.1495269Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-09-27T16:34:33.1515956Z 2022-09-27T16:34:33.1516547Z Running tests... 2022-09-27T16:34:33.1517150Z ---------------------------------------------------------------------- 2022-09-27T16:34:34.7062912Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (1.554s) 2022-09-27T16:34:34.7143191Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-09-27T16:34:34.7221212Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-09-27T16:34:34.7294706Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:34:34.7367008Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:34:34.7441952Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:34:34.7530865Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-09-27T16:34:34.7600790Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:34:34.7672272Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:34:34.7744404Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:34:34.7819130Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:34:34.7889716Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T16:34:34.7931100Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T16:34:34.7979152Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T16:34:34.8019858Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T16:34:34.8059128Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T16:34:34.8141240Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-09-27T16:34:34.8302231Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.016s) 2022-09-27T16:34:34.8367638Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T16:34:34.8446742Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-09-27T16:34:34.8503589Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T16:34:34.8558038Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T16:34:34.8615238Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T16:34:34.8671509Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T16:34:34.8735121Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T16:34:34.8765170Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T16:34:34.8796943Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T16:34:34.8851434Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:34:34.8905389Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:34:34.8961367Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:34:34.9008999Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:34:34.9058780Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:34:34.9114051Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:34:34.9171474Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-09-27T16:34:34.9221619Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:34:34.9277649Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-09-27T16:34:34.9344220Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-09-27T16:34:34.9395129Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:34:34.9448464Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:34:34.9508869Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-09-27T16:34:34.9557572Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T16:34:34.9558123Z 2022-09-27T16:34:34.9558644Z ---------------------------------------------------------------------- 2022-09-27T16:34:34.9559169Z Ran 41 tests in 1.804s 2022-09-27T16:34:34.9559345Z 2022-09-27T16:34:34.9559457Z OK 2022-09-27T16:34:34.9559597Z 2022-09-27T16:34:34.9559736Z Generating XML reports... 2022-09-27T16:34:34.9627888Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220927163433.xml 2022-09-27T16:34:34.9643504Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220927163433.xml 2022-09-27T16:34:35.3628219Z Running test_unary_ufuncs ... [2022-09-27 16:34:35.362298] 2022-09-27T16:34:35.3629146Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:35.362397] 2022-09-27T16:34:40.1609600Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-09-27T16:34:40.4930579Z 2022-09-27T16:34:40.4931123Z Running tests... 2022-09-27T16:34:40.4931810Z ---------------------------------------------------------------------- 2022-09-27T16:34:40.5249626Z test_abs_angle_complex_to_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:34:40.5251002Z torch_fn(t, out=float_out) 2022-09-27T16:34:40.5335532Z ok (0.040s) 2022-09-27T16:34:40.5477478Z test_abs_angle_complex_to_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:40.5491123Z test_abs_big_number_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:34:40.5524871Z test_abs_signed_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:40.5558163Z test_abs_signed_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:40.5571434Z test_abs_zero_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:34:40.5584730Z test_abs_zero_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:34:40.5765573Z test_batch_vs_slicing_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:40.5907576Z test_batch_vs_slicing_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:40.6213145Z test_batch_vs_slicing_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:34:40.6235715Z test_batch_vs_slicing_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:34:40.6236433Z result = torch.complex(real, imag) 2022-09-27T16:34:40.6541844Z ok (0.033s) 2022-09-27T16:34:40.6846050Z test_batch_vs_slicing_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:34:40.7002713Z test_batch_vs_slicing_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:40.7154906Z test_batch_vs_slicing_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:40.7307642Z test_batch_vs_slicing_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:40.7451970Z test_batch_vs_slicing_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:40.7591903Z test_batch_vs_slicing_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:40.7735992Z test_batch_vs_slicing_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:40.7874997Z test_batch_vs_slicing_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:40.8016454Z test_batch_vs_slicing_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:40.8143896Z test_batch_vs_slicing_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:40.8277677Z test_batch_vs_slicing_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:40.9363644Z test_batch_vs_slicing_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.108s) 2022-09-27T16:34:40.9646795Z test_batch_vs_slicing_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:34:40.9905223Z test_batch_vs_slicing_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:34:41.0033293Z test_batch_vs_slicing_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.0157279Z test_batch_vs_slicing_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.0335162Z test_batch_vs_slicing_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:41.0460891Z test_batch_vs_slicing_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.0591126Z test_batch_vs_slicing_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.0717554Z test_batch_vs_slicing_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.0846442Z test_batch_vs_slicing_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.0972739Z test_batch_vs_slicing_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.1100193Z test_batch_vs_slicing_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.1232640Z test_batch_vs_slicing_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.2018865Z test_batch_vs_slicing_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-09-27T16:34:41.2247231Z test_batch_vs_slicing_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:41.2467521Z test_batch_vs_slicing_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:34:41.2596580Z test_batch_vs_slicing_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.2722720Z test_batch_vs_slicing_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.2912461Z test_batch_vs_slicing_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:41.3039402Z test_batch_vs_slicing_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.3169437Z test_batch_vs_slicing_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.3294720Z test_batch_vs_slicing_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.3421278Z test_batch_vs_slicing_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.3549892Z test_batch_vs_slicing_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.3688028Z test_batch_vs_slicing_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:41.4003273Z test_batch_vs_slicing_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:34:41.4314231Z test_batch_vs_slicing_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:34:41.4627467Z test_batch_vs_slicing_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:34:41.4764978Z test_batch_vs_slicing_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:41.4896704Z test_batch_vs_slicing_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.5034339Z test_batch_vs_slicing_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:41.5172985Z test_batch_vs_slicing_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:41.5308819Z test_batch_vs_slicing_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.5444874Z test_batch_vs_slicing_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:41.5581878Z test_batch_vs_slicing_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:41.5705726Z test_batch_vs_slicing_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.5827857Z test_batch_vs_slicing_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.6381258Z test_batch_vs_slicing_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-09-27T16:34:41.6538068Z test_batch_vs_slicing_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:41.6693026Z test_batch_vs_slicing_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:41.6815613Z test_batch_vs_slicing_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.6933220Z test_batch_vs_slicing_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.7055892Z test_batch_vs_slicing_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.7178939Z test_batch_vs_slicing_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.7300692Z test_batch_vs_slicing_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.7423151Z test_batch_vs_slicing_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.7546361Z test_batch_vs_slicing_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.7667648Z test_batch_vs_slicing_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.7789682Z test_batch_vs_slicing_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.7912385Z test_batch_vs_slicing_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.8469690Z test_batch_vs_slicing_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:34:41.8635359Z test_batch_vs_slicing_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:41.8797540Z test_batch_vs_slicing_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:41.8920078Z test_batch_vs_slicing_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.9046323Z test_batch_vs_slicing_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:41.9216575Z test_batch_vs_slicing_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:41.9341711Z test_batch_vs_slicing_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:41.9482608Z test_batch_vs_slicing_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:41.9618968Z test_batch_vs_slicing_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:41.9756642Z test_batch_vs_slicing_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:41.9893693Z test_batch_vs_slicing_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:42.0029113Z test_batch_vs_slicing_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.0163785Z test_batch_vs_slicing_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.0462939Z test_batch_vs_slicing_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:34:42.0610610Z test_batch_vs_slicing_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:42.0756021Z test_batch_vs_slicing_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:42.0890003Z test_batch_vs_slicing_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.1024718Z test_batch_vs_slicing_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.1145043Z test_batch_vs_slicing_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:42.1280252Z test_batch_vs_slicing_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.1415319Z test_batch_vs_slicing_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.1550567Z test_batch_vs_slicing_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.1685554Z test_batch_vs_slicing_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.1822330Z test_batch_vs_slicing_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:42.1959190Z test_batch_vs_slicing_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:42.2096869Z test_batch_vs_slicing_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:42.2397902Z test_batch_vs_slicing_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:34:42.2550200Z test_batch_vs_slicing_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:42.2698306Z test_batch_vs_slicing_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:42.2835461Z test_batch_vs_slicing_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:42.2971261Z test_batch_vs_slicing_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.3132183Z test_batch_vs_slicing_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:42.3255860Z test_batch_vs_slicing_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:42.3392078Z test_batch_vs_slicing_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:42.3528447Z test_batch_vs_slicing_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.3667237Z test_batch_vs_slicing_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:42.3805801Z test_batch_vs_slicing_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:42.3856732Z test_batch_vs_slicing_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:34:42.4028774Z test_batch_vs_slicing_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.4075774Z test_batch_vs_slicing_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_methods_invocations.py:13754: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:34:42.4076556Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-09-27T16:34:42.4241989Z ok (0.021s) 2022-09-27T16:34:42.4421892Z test_batch_vs_slicing_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:42.4605176Z test_batch_vs_slicing_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:42.4787900Z test_batch_vs_slicing_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:42.4952803Z test_batch_vs_slicing_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:42.5130888Z test_batch_vs_slicing_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:42.5308307Z test_batch_vs_slicing_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:42.5486936Z test_batch_vs_slicing_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:42.5665783Z test_batch_vs_slicing_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:42.5844596Z test_batch_vs_slicing_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:42.6024658Z test_batch_vs_slicing_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:42.6153355Z test_batch_vs_slicing_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.6283507Z test_batch_vs_slicing_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.6417290Z test_batch_vs_slicing_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.6548900Z test_batch_vs_slicing_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.6681289Z test_batch_vs_slicing_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.6810635Z test_batch_vs_slicing_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:42.6981673Z test_batch_vs_slicing_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.7023680Z test_batch_vs_slicing_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:42.7188682Z test_batch_vs_slicing_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:42.7359592Z test_batch_vs_slicing_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.7531990Z test_batch_vs_slicing_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.7698746Z test_batch_vs_slicing_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.7866653Z test_batch_vs_slicing_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.8033039Z test_batch_vs_slicing_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.8187466Z test_batch_vs_slicing_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:42.8355068Z test_batch_vs_slicing_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.8523234Z test_batch_vs_slicing_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.8691728Z test_batch_vs_slicing_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.8860104Z test_batch_vs_slicing_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.9025097Z test_batch_vs_slicing_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:42.9189872Z test_batch_vs_slicing_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:42.9358251Z test_batch_vs_slicing_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.9527286Z test_batch_vs_slicing_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:42.9692472Z test_batch_vs_slicing_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:42.9856379Z test_batch_vs_slicing_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.0021219Z test_batch_vs_slicing_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.0184385Z test_batch_vs_slicing_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.0348051Z test_batch_vs_slicing_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.0514189Z test_batch_vs_slicing_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:43.0676611Z test_batch_vs_slicing_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.0720070Z test_batch_vs_slicing_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.0851151Z test_batch_vs_slicing_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:43.0987412Z test_batch_vs_slicing_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:43.1126572Z test_batch_vs_slicing_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:43.1260602Z test_batch_vs_slicing_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:43.1423371Z test_batch_vs_slicing_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.1585190Z test_batch_vs_slicing_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.1743907Z test_batch_vs_slicing_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.1892469Z test_batch_vs_slicing_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.2053799Z test_batch_vs_slicing_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.2246011Z test_batch_vs_slicing_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:43.2437228Z test_batch_vs_slicing_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:43.2634520Z test_batch_vs_slicing_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:34:43.2698786Z test_batch_vs_slicing_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:34:43.2885145Z test_batch_vs_slicing_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:43.3077424Z test_batch_vs_slicing_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:43.3270232Z test_batch_vs_slicing_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:43.3464555Z test_batch_vs_slicing_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:43.3652016Z test_batch_vs_slicing_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:43.3830632Z test_batch_vs_slicing_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:43.4010482Z test_batch_vs_slicing_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:43.4191621Z test_batch_vs_slicing_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:43.4371706Z test_batch_vs_slicing_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:43.4527571Z test_batch_vs_slicing_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.4680883Z test_batch_vs_slicing_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.4838278Z test_batch_vs_slicing_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.4995348Z test_batch_vs_slicing_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.5152074Z test_batch_vs_slicing_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.5304227Z test_batch_vs_slicing_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.5459901Z test_batch_vs_slicing_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.5616760Z test_batch_vs_slicing_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.5769536Z test_batch_vs_slicing_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.5924992Z test_batch_vs_slicing_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.6079474Z test_batch_vs_slicing_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.6118775Z test_batch_vs_slicing_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.6274455Z test_batch_vs_slicing_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.6319555Z test_batch_vs_slicing_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.6355412Z test_batch_vs_slicing_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:43.6511347Z test_batch_vs_slicing_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.6677154Z test_batch_vs_slicing_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.6823170Z test_batch_vs_slicing_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.6867873Z test_batch_vs_slicing_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.6912036Z test_batch_vs_slicing_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.6954396Z test_batch_vs_slicing_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.6989305Z test_batch_vs_slicing_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:43.7025209Z test_batch_vs_slicing_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:43.7059489Z test_batch_vs_slicing_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:43.7094816Z test_batch_vs_slicing_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:43.7130174Z test_batch_vs_slicing_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:43.7174951Z test_batch_vs_slicing_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.7210946Z test_batch_vs_slicing_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:43.7368316Z test_batch_vs_slicing_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.7520850Z test_batch_vs_slicing_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:43.7679080Z test_batch_vs_slicing_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:43.7724863Z test_batch_vs_slicing_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.7769403Z test_batch_vs_slicing_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.7812858Z test_batch_vs_slicing_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.7848940Z test_batch_vs_slicing_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:43.7885114Z test_batch_vs_slicing_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.7920646Z test_batch_vs_slicing_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:43.7956592Z test_batch_vs_slicing_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:43.7992680Z test_batch_vs_slicing_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:43.8113407Z test_batch_vs_slicing_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.8234465Z test_batch_vs_slicing_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.8489632Z test_batch_vs_slicing_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:34:43.8623579Z test_batch_vs_slicing_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:43.8755382Z test_batch_vs_slicing_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:43.8880287Z test_batch_vs_slicing_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.9000568Z test_batch_vs_slicing_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.9120959Z test_batch_vs_slicing_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.9241869Z test_batch_vs_slicing_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.9362112Z test_batch_vs_slicing_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.9484280Z test_batch_vs_slicing_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.9606853Z test_batch_vs_slicing_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.9728007Z test_batch_vs_slicing_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.9851124Z test_batch_vs_slicing_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:43.9974555Z test_batch_vs_slicing_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.0228472Z test_batch_vs_slicing_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:34:44.0361595Z test_batch_vs_slicing_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:44.0495639Z test_batch_vs_slicing_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:44.0619839Z test_batch_vs_slicing_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.0742920Z test_batch_vs_slicing_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.0865762Z test_batch_vs_slicing_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.0990838Z test_batch_vs_slicing_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.1114775Z test_batch_vs_slicing_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.1238937Z test_batch_vs_slicing_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.1363967Z test_batch_vs_slicing_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.1487370Z test_batch_vs_slicing_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.1658085Z test_batch_vs_slicing_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.1834025Z test_batch_vs_slicing_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:44.2007327Z test_batch_vs_slicing_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.2176704Z test_batch_vs_slicing_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.2348119Z test_batch_vs_slicing_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.2525066Z test_batch_vs_slicing_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:44.2701627Z test_batch_vs_slicing_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:44.2878798Z test_batch_vs_slicing_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:44.3055185Z test_batch_vs_slicing_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:44.3237047Z test_batch_vs_slicing_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:44.3390647Z test_batch_vs_slicing_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:44.3602639Z test_batch_vs_slicing_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:34:44.3813983Z test_batch_vs_slicing_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:34:44.4193082Z test_batch_vs_slicing_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:34:44.4325098Z test_batch_vs_slicing_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:44.4457911Z test_batch_vs_slicing_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:44.4592207Z test_batch_vs_slicing_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:44.4720683Z test_batch_vs_slicing_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:44.4851096Z test_batch_vs_slicing_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:44.5021531Z test_batch_vs_slicing_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.5191129Z test_batch_vs_slicing_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.5364278Z test_batch_vs_slicing_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.5534206Z test_batch_vs_slicing_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.5705531Z test_batch_vs_slicing_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.5874711Z test_batch_vs_slicing_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.6045758Z test_batch_vs_slicing_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.6092461Z test_batch_vs_slicing_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:34:44.6262656Z test_batch_vs_slicing_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.6433983Z test_batch_vs_slicing_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.6603205Z test_batch_vs_slicing_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.6773705Z test_batch_vs_slicing_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.6941874Z test_batch_vs_slicing_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.7065585Z test_batch_vs_slicing_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.7189630Z test_batch_vs_slicing_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.7313740Z test_batch_vs_slicing_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.7438431Z test_batch_vs_slicing_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.7563889Z test_batch_vs_slicing_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.7686218Z test_batch_vs_slicing_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.7807823Z test_batch_vs_slicing_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.7930987Z test_batch_vs_slicing_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.8052955Z test_batch_vs_slicing_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.8176976Z test_batch_vs_slicing_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.8304468Z test_batch_vs_slicing_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:44.8441753Z test_batch_vs_slicing_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:44.8563928Z test_batch_vs_slicing_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.8686200Z test_batch_vs_slicing_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.8853252Z test_batch_vs_slicing_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:44.8968851Z test_batch_vs_slicing_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:44.9086045Z test_batch_vs_slicing_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.9198962Z test_batch_vs_slicing_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:44.9314460Z test_batch_vs_slicing_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:44.9428081Z test_batch_vs_slicing_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:44.9563925Z test_batch_vs_slicing_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:44.9689304Z test_batch_vs_slicing_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:44.9817058Z test_batch_vs_slicing_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:44.9972890Z test_batch_vs_slicing_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:45.0089021Z test_batch_vs_slicing_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.0204208Z test_batch_vs_slicing_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:45.0320378Z test_batch_vs_slicing_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.0435258Z test_batch_vs_slicing_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:45.0552993Z test_batch_vs_slicing_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.0677604Z test_batch_vs_slicing_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.0812019Z test_batch_vs_slicing_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:45.0935866Z test_batch_vs_slicing_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.1057790Z test_batch_vs_slicing_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.1178474Z test_batch_vs_slicing_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.1294835Z test_batch_vs_slicing_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.1409217Z test_batch_vs_slicing_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:45.1524551Z test_batch_vs_slicing_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:45.1639172Z test_batch_vs_slicing_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:45.1752859Z test_batch_vs_slicing_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:45.1875099Z test_batch_vs_slicing_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.1999324Z test_batch_vs_slicing_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.2183905Z test_batch_vs_slicing_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:45.2333764Z test_batch_vs_slicing_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:45.2484521Z test_batch_vs_slicing_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:45.2608471Z test_batch_vs_slicing_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.2732254Z test_batch_vs_slicing_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.2856722Z test_batch_vs_slicing_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.2981098Z test_batch_vs_slicing_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.3106254Z test_batch_vs_slicing_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.3228254Z test_batch_vs_slicing_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.3352333Z test_batch_vs_slicing_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.3475201Z test_batch_vs_slicing_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.3598510Z test_batch_vs_slicing_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.3720770Z test_batch_vs_slicing_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.3842830Z test_batch_vs_slicing_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.3968527Z test_batch_vs_slicing_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.4091718Z test_batch_vs_slicing_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.4213011Z test_batch_vs_slicing_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.4336185Z test_batch_vs_slicing_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.4457927Z test_batch_vs_slicing_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.4582338Z test_batch_vs_slicing_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.4703893Z test_batch_vs_slicing_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:45.5038421Z test_batch_vs_slicing_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:34:45.5357219Z test_batch_vs_slicing_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:34:45.5697994Z test_batch_vs_slicing_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:34:45.6052082Z test_batch_vs_slicing_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:34:45.6399280Z test_batch_vs_slicing_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:34:45.6739554Z test_batch_vs_slicing_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:34:45.7070676Z test_batch_vs_slicing_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:34:45.7403496Z test_batch_vs_slicing_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:34:45.7731747Z test_batch_vs_slicing_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:34:45.8056303Z test_batch_vs_slicing_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:34:45.8383503Z test_batch_vs_slicing_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:34:45.8703691Z test_batch_vs_slicing_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:34:45.9024994Z test_batch_vs_slicing_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:34:45.9194975Z test_batch_vs_slicing_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:45.9361987Z test_batch_vs_slicing_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:45.9529318Z test_batch_vs_slicing_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:45.9698566Z test_batch_vs_slicing_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:45.9868797Z test_batch_vs_slicing_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.0039430Z test_batch_vs_slicing_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.0086280Z test_batch_vs_slicing_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:34:46.0253549Z test_batch_vs_slicing_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.0421689Z test_batch_vs_slicing_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.0586780Z test_batch_vs_slicing_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:46.0750006Z test_batch_vs_slicing_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:46.0918158Z test_batch_vs_slicing_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.1084214Z test_batch_vs_slicing_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:46.1201814Z test_batch_vs_slicing_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.1325668Z test_batch_vs_slicing_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.1446173Z test_batch_vs_slicing_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.1567710Z test_batch_vs_slicing_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.1714947Z test_batch_vs_slicing_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.1863003Z test_batch_vs_slicing_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.2011969Z test_batch_vs_slicing_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.2159447Z test_batch_vs_slicing_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.2307306Z test_batch_vs_slicing_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.2429546Z test_batch_vs_slicing_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.2554042Z test_batch_vs_slicing_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.2683815Z test_batch_vs_slicing_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:46.2810431Z test_batch_vs_slicing_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:46.2819019Z test_batch_vs_slicing_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:34:46.2826618Z test_batch_vs_slicing_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:34:46.2834192Z test_batch_vs_slicing_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:34:46.3003428Z test_batch_vs_slicing_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.3171795Z test_batch_vs_slicing_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.3345455Z test_batch_vs_slicing_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.3515974Z test_batch_vs_slicing_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.3564456Z test_batch_vs_slicing_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:34:46.3730657Z test_batch_vs_slicing_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.3899741Z test_batch_vs_slicing_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.4068255Z test_batch_vs_slicing_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.4237896Z test_batch_vs_slicing_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.4406743Z test_batch_vs_slicing_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.4573506Z test_batch_vs_slicing_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.4742255Z test_batch_vs_slicing_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:46.4870806Z test_batch_vs_slicing_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:46.5012602Z test_batch_vs_slicing_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:46.5139310Z test_batch_vs_slicing_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:46.5264406Z test_batch_vs_slicing_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.5590000Z test_batch_vs_slicing_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:34:46.5708084Z test_batch_vs_slicing_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.5827687Z test_batch_vs_slicing_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.5947564Z test_batch_vs_slicing_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.6064938Z test_batch_vs_slicing_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.6182387Z test_batch_vs_slicing_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:46.6276229Z test_batch_vs_slicing_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:34:46.6368076Z test_batch_vs_slicing_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:34:46.6459012Z test_batch_vs_slicing_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:34:46.6613210Z test_batch_vs_slicing_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.6768098Z test_batch_vs_slicing_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.6926340Z test_batch_vs_slicing_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:46.7083602Z test_batch_vs_slicing_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:46.7238408Z test_batch_vs_slicing_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.7394465Z test_batch_vs_slicing_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.7547885Z test_batch_vs_slicing_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.7699962Z test_batch_vs_slicing_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.7740154Z test_batch_vs_slicing_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:46.7892592Z test_batch_vs_slicing_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.8045207Z test_batch_vs_slicing_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.8199605Z test_batch_vs_slicing_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:46.8591251Z test_batch_vs_slicing_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:34:46.8719063Z test_batch_vs_slicing_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:46.9827083Z test_batch_vs_slicing_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.111s) 2022-09-27T16:34:47.0922063Z test_batch_vs_slicing_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-09-27T16:34:47.2022425Z test_batch_vs_slicing_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-09-27T16:34:47.2406651Z test_batch_vs_slicing_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:34:47.2789047Z test_batch_vs_slicing_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:34:47.3178171Z test_batch_vs_slicing_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:34:47.3306233Z test_batch_vs_slicing_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.3435452Z test_batch_vs_slicing_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.3563907Z test_batch_vs_slicing_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.3691337Z test_batch_vs_slicing_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.3821310Z test_batch_vs_slicing_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.4055142Z test_batch_vs_slicing_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:47.4185557Z test_batch_vs_slicing_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.4749509Z test_batch_vs_slicing_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:34:47.5319431Z test_batch_vs_slicing_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:34:47.5878826Z test_batch_vs_slicing_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:34:47.6112471Z test_batch_vs_slicing_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:47.6344348Z test_batch_vs_slicing_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:47.6575840Z test_batch_vs_slicing_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:47.6710278Z test_batch_vs_slicing_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.6841966Z test_batch_vs_slicing_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.6974916Z test_batch_vs_slicing_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.7106858Z test_batch_vs_slicing_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.7240508Z test_batch_vs_slicing_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:47.7357833Z test_batch_vs_slicing_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.7473736Z test_batch_vs_slicing_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:47.7592203Z test_batch_vs_slicing_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.7710996Z test_batch_vs_slicing_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.7828697Z test_batch_vs_slicing_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.7945609Z test_batch_vs_slicing_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.8063571Z test_batch_vs_slicing_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.8177036Z test_batch_vs_slicing_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:47.8292965Z test_batch_vs_slicing_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:47.8406461Z test_batch_vs_slicing_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:47.8520849Z test_batch_vs_slicing_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:47.8638281Z test_batch_vs_slicing_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.8750584Z test_batch_vs_slicing_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:47.8873992Z test_batch_vs_slicing_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.8987136Z test_batch_vs_slicing_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:47.9099857Z test_batch_vs_slicing_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:47.9213496Z test_batch_vs_slicing_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:47.9335907Z test_batch_vs_slicing_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.9460209Z test_batch_vs_slicing_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.9584403Z test_batch_vs_slicing_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.9707749Z test_batch_vs_slicing_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.9830480Z test_batch_vs_slicing_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:47.9942979Z test_batch_vs_slicing_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:48.0065529Z test_batch_vs_slicing_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.0178339Z test_batch_vs_slicing_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:48.0289934Z test_batch_vs_slicing_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:48.0401520Z test_batch_vs_slicing_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:48.0525598Z test_batch_vs_slicing_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.0649481Z test_batch_vs_slicing_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.0776631Z test_batch_vs_slicing_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.0902116Z test_batch_vs_slicing_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.1027312Z test_batch_vs_slicing_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.1157925Z test_batch_vs_slicing_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.1289375Z test_batch_vs_slicing_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.1536140Z test_batch_vs_slicing_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:34:48.1774772Z test_batch_vs_slicing_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:34:48.2008909Z test_batch_vs_slicing_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:48.2139621Z test_batch_vs_slicing_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.2270242Z test_batch_vs_slicing_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.2401350Z test_batch_vs_slicing_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.2531423Z test_batch_vs_slicing_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.2664069Z test_batch_vs_slicing_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.2796372Z test_batch_vs_slicing_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.2928314Z test_batch_vs_slicing_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.3061010Z test_batch_vs_slicing_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.3236766Z test_batch_vs_slicing_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:48.3398226Z test_batch_vs_slicing_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:48.3593440Z test_batch_vs_slicing_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:48.3791132Z test_batch_vs_slicing_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:34:48.3961232Z test_batch_vs_slicing_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:48.4129872Z test_batch_vs_slicing_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:48.4296342Z test_batch_vs_slicing_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:48.4455675Z test_batch_vs_slicing_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:48.4614833Z test_batch_vs_slicing_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:48.4773815Z test_batch_vs_slicing_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:48.4931784Z test_batch_vs_slicing_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:48.5092538Z test_batch_vs_slicing_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:48.5271937Z test_batch_vs_slicing_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:48.5396135Z test_batch_vs_slicing_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.5520345Z test_batch_vs_slicing_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.5944498Z test_batch_vs_slicing_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:34:48.6062275Z test_batch_vs_slicing_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.6178510Z test_batch_vs_slicing_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.6294714Z test_batch_vs_slicing_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.6413767Z test_batch_vs_slicing_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.6530933Z test_batch_vs_slicing_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.6655579Z test_batch_vs_slicing_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.6780887Z test_batch_vs_slicing_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.7025990Z test_batch_vs_slicing_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:34:48.7175976Z test_batch_vs_slicing_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:48.7298683Z test_batch_vs_slicing_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.7420403Z test_batch_vs_slicing_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.7541070Z test_batch_vs_slicing_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.7664322Z test_batch_vs_slicing_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.7789323Z test_batch_vs_slicing_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.7915003Z test_batch_vs_slicing_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.8041268Z test_batch_vs_slicing_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:48.8166308Z test_batch_vs_slicing_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.8288951Z test_batch_vs_slicing_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.8411050Z test_batch_vs_slicing_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.8533329Z test_batch_vs_slicing_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.8654957Z test_batch_vs_slicing_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.8795657Z test_batch_vs_slicing_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:48.8919048Z test_batch_vs_slicing_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.9041649Z test_batch_vs_slicing_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.9163668Z test_batch_vs_slicing_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.9285962Z test_batch_vs_slicing_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.9407349Z test_batch_vs_slicing_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.9531381Z test_batch_vs_slicing_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.9656155Z test_batch_vs_slicing_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:48.9902372Z test_batch_vs_slicing_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:34:49.0053447Z test_batch_vs_slicing_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.0180058Z test_batch_vs_slicing_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.0304788Z test_batch_vs_slicing_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.0424241Z test_batch_vs_slicing_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.0549218Z test_batch_vs_slicing_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.0671464Z test_batch_vs_slicing_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.0794145Z test_batch_vs_slicing_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.0918260Z test_batch_vs_slicing_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.1040732Z test_batch_vs_slicing_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.1162642Z test_batch_vs_slicing_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.1285627Z test_batch_vs_slicing_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.1509951Z test_batch_vs_slicing_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:34:49.1662746Z test_batch_vs_slicing_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.1812123Z test_batch_vs_slicing_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.1933520Z test_batch_vs_slicing_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.2054583Z test_batch_vs_slicing_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.2174045Z test_batch_vs_slicing_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.2298044Z test_batch_vs_slicing_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.2421169Z test_batch_vs_slicing_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.2543498Z test_batch_vs_slicing_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.2667963Z test_batch_vs_slicing_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.2792158Z test_batch_vs_slicing_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:49.2930738Z test_batch_vs_slicing_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:49.3064303Z test_batch_vs_slicing_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.3199427Z test_batch_vs_slicing_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.3335013Z test_batch_vs_slicing_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.3473374Z test_batch_vs_slicing_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:49.3608321Z test_batch_vs_slicing_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.3742675Z test_batch_vs_slicing_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.3875710Z test_batch_vs_slicing_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.4011098Z test_batch_vs_slicing_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.4143692Z test_batch_vs_slicing_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.4278257Z test_batch_vs_slicing_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.4417976Z test_batch_vs_slicing_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:49.4553456Z test_batch_vs_slicing_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.4688545Z test_batch_vs_slicing_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.4821808Z test_batch_vs_slicing_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.4954921Z test_batch_vs_slicing_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.5087369Z test_batch_vs_slicing_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.5222603Z test_batch_vs_slicing_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.5355507Z test_batch_vs_slicing_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.5489492Z test_batch_vs_slicing_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.5623659Z test_batch_vs_slicing_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:49.5760370Z test_batch_vs_slicing_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:49.5913366Z test_batch_vs_slicing_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.6062852Z test_batch_vs_slicing_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.6215742Z test_batch_vs_slicing_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.6366325Z test_batch_vs_slicing_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.6517500Z test_batch_vs_slicing_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.6669521Z test_batch_vs_slicing_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.6821277Z test_batch_vs_slicing_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.6972537Z test_batch_vs_slicing_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.7124161Z test_batch_vs_slicing_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.7274958Z test_batch_vs_slicing_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.7314316Z test_batch_vs_slicing_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:49.7462645Z test_batch_vs_slicing_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.7611425Z test_batch_vs_slicing_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:49.8146266Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:49.8676054Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:49.9207408Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:49.9748428Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:34:50.0297976Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-09-27T16:34:50.0846755Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-09-27T16:34:50.1381315Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.1915803Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.2450687Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.2985670Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.3526759Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:34:50.4057657Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.4592567Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.5127157Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.5657654Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.6199425Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:34:50.6737421Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:34:50.7272575Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.7805808Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.8342499Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:34:50.8874506Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.9408352Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:50.9934695Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:51.0467494Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:51.0612014Z test_batch_vs_slicing_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:51.0777800Z test_batch_vs_slicing_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:51.0923579Z test_batch_vs_slicing_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:51.1065072Z test_batch_vs_slicing_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:51.1206108Z test_batch_vs_slicing_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:51.1372059Z test_batch_vs_slicing_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.1540417Z test_batch_vs_slicing_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.1702082Z test_batch_vs_slicing_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:51.1868648Z test_batch_vs_slicing_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.2037989Z test_batch_vs_slicing_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.2163782Z test_batch_vs_slicing_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:51.2313402Z test_batch_vs_slicing_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.2468851Z test_batch_vs_slicing_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.2620693Z test_batch_vs_slicing_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.2745444Z test_batch_vs_slicing_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:51.2871932Z test_batch_vs_slicing_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:51.2994021Z test_batch_vs_slicing_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:51.3109841Z test_batch_vs_slicing_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:51.3227306Z test_batch_vs_slicing_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:51.3341498Z test_batch_vs_slicing_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:51.3458193Z test_batch_vs_slicing_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:51.3573945Z test_batch_vs_slicing_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:51.3725753Z test_batch_vs_slicing_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.3874224Z test_batch_vs_slicing_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.4024635Z test_batch_vs_slicing_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.4171813Z test_batch_vs_slicing_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.4320512Z test_batch_vs_slicing_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.4470260Z test_batch_vs_slicing_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.4621938Z test_batch_vs_slicing_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.4772689Z test_batch_vs_slicing_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.4900781Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:51.5024153Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:51.5148432Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:51.5270875Z test_batch_vs_slicing_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:51.5403795Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:51.5537433Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:51.5672477Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:51.5803042Z test_batch_vs_slicing_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:51.5979536Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:51.6155985Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:51.6333760Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:51.6513371Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:51.6693194Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:51.6866116Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.7046277Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:51.7219911Z test_batch_vs_slicing_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.7377663Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:51.7532515Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.7689472Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:51.7856622Z test_batch_vs_slicing_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.7986035Z test_batch_vs_slicing_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:51.8113971Z test_batch_vs_slicing_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:51.8243578Z test_batch_vs_slicing_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:51.8481552Z test_batch_vs_slicing_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:34:51.8634731Z test_batch_vs_slicing_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.8790598Z test_batch_vs_slicing_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:51.8949638Z test_batch_vs_slicing_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:51.9120380Z test_batch_vs_slicing_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.9292492Z test_batch_vs_slicing_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.9464629Z test_batch_vs_slicing_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.9636003Z test_batch_vs_slicing_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.9803896Z test_batch_vs_slicing_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:51.9967751Z test_batch_vs_slicing_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:52.0133211Z test_batch_vs_slicing_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:52.0299741Z test_batch_vs_slicing_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:52.0465232Z test_batch_vs_slicing_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:52.0608075Z test_batch_vs_slicing_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.0752176Z test_batch_vs_slicing_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.0895611Z test_batch_vs_slicing_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.1036038Z test_batch_vs_slicing_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.1180727Z test_batch_vs_slicing_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.1322965Z test_batch_vs_slicing_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.1464930Z test_batch_vs_slicing_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.1607250Z test_batch_vs_slicing_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.1747177Z test_batch_vs_slicing_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.1754832Z test_batch_vs_slicing_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:34:52.1761944Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:34:52.1769006Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:34:52.1775870Z test_batch_vs_slicing_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:34:52.1908754Z test_batch_vs_slicing_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:52.2040431Z test_batch_vs_slicing_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:52.2173801Z test_batch_vs_slicing_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:52.2308240Z test_batch_vs_slicing_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:52.4096295Z test_batch_vs_slicing_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-09-27T16:34:52.4235223Z test_batch_vs_slicing_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.4373547Z test_batch_vs_slicing_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.4507130Z test_batch_vs_slicing_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:52.4651670Z test_batch_vs_slicing_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.4796398Z test_batch_vs_slicing_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.4942358Z test_batch_vs_slicing_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:52.5106276Z test_batch_vs_slicing_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:52.5233788Z test_batch_vs_slicing_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:52.5362132Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:52.5489862Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:52.5617656Z test_batch_vs_slicing_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:52.6051087Z test_batch_vs_slicing_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:34:52.6475966Z test_batch_vs_slicing_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:34:52.7124425Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-09-27T16:34:52.7759448Z test_batch_vs_slicing_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:34:52.8170397Z test_batch_vs_slicing_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:34:52.8584027Z test_batch_vs_slicing_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:34:52.8995686Z test_batch_vs_slicing_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:34:52.9405764Z test_batch_vs_slicing_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:34:52.9830669Z test_batch_vs_slicing_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:34:53.0243676Z test_batch_vs_slicing_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:34:53.0656997Z test_batch_vs_slicing_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:34:53.1068636Z test_batch_vs_slicing_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:34:53.1300552Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:53.1585919Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:34:53.1830249Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:34:53.2061498Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:53.2294215Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:53.2529435Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:53.2768348Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:34:53.3008595Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:34:53.3248859Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:34:53.3488474Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:34:53.3728726Z test_batch_vs_slicing_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:34:53.3924761Z test_batch_vs_slicing_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:34:53.4114677Z test_batch_vs_slicing_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:53.4303954Z test_batch_vs_slicing_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:53.4497144Z test_batch_vs_slicing_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:34:53.4680275Z test_batch_vs_slicing_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:53.4863166Z test_batch_vs_slicing_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:53.5045799Z test_batch_vs_slicing_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:53.5224823Z test_batch_vs_slicing_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:53.5407811Z test_batch_vs_slicing_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:53.5544395Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:53.5746213Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:34:53.5947397Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:34:53.6319649Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:34:53.6454996Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:53.6591361Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:53.6727750Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:53.6864315Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:53.6999148Z test_batch_vs_slicing_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:53.7156199Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:53.7301622Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:53.7443899Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:53.7680179Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:34:53.7821844Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:53.7961816Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:53.8103814Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:53.8244102Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:53.8383447Z test_batch_vs_slicing_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:53.8939454Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-09-27T16:34:54.0230856Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.129s) 2022-09-27T16:34:54.1513642Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.128s) 2022-09-27T16:34:54.8581240Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.706s) 2022-09-27T16:34:54.9117174Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:34:54.9647841Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:55.0180651Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:55.0700479Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:34:55.1220963Z test_batch_vs_slicing_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:34:55.1744028Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:34:55.2378723Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:34:55.3011822Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:34:55.6480009Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.347s) 2022-09-27T16:34:55.7002390Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:34:55.7529648Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:55.8056596Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:55.8570637Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-09-27T16:34:55.9088854Z test_batch_vs_slicing_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:34:55.9618398Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:56.0759480Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.114s) 2022-09-27T16:34:56.1884360Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.112s) 2022-09-27T16:34:56.8189931Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.630s) 2022-09-27T16:34:56.8721054Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:56.9257343Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:34:56.9792994Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:34:57.0312171Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:34:57.0833893Z test_batch_vs_slicing_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:34:57.0878478Z test_batch_vs_slicing_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:57.0931678Z test_batch_vs_slicing_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:34:57.0986976Z test_batch_vs_slicing_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:34:57.1042382Z test_batch_vs_slicing_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:34:57.1086415Z test_batch_vs_slicing_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:57.1130489Z test_batch_vs_slicing_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:57.1173701Z test_batch_vs_slicing_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:57.1209430Z test_batch_vs_slicing_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:57.1245397Z test_batch_vs_slicing_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:57.1280812Z test_batch_vs_slicing_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:57.1317072Z test_batch_vs_slicing_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:57.1353280Z test_batch_vs_slicing_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:57.1522155Z test_batch_vs_slicing_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:57.1699566Z test_batch_vs_slicing_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:57.1874285Z test_batch_vs_slicing_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:57.2048193Z test_batch_vs_slicing_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:57.2223610Z test_batch_vs_slicing_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:57.2400624Z test_batch_vs_slicing_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:57.2576798Z test_batch_vs_slicing_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:57.2754457Z test_batch_vs_slicing_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:57.2926274Z test_batch_vs_slicing_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:57.3100821Z test_batch_vs_slicing_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:57.3146848Z test_batch_vs_slicing_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:57.3182127Z test_batch_vs_slicing_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:57.3270901Z test_batch_vs_slicing_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:34:57.3360582Z test_batch_vs_slicing_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:34:57.3449880Z test_batch_vs_slicing_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:34:57.3495320Z test_batch_vs_slicing_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:57.3540027Z test_batch_vs_slicing_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:57.3583062Z test_batch_vs_slicing_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:57.3618825Z test_batch_vs_slicing_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:57.3654774Z test_batch_vs_slicing_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:57.3689368Z test_batch_vs_slicing_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:57.3725080Z test_batch_vs_slicing_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:57.3760690Z test_batch_vs_slicing_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:34:57.3882792Z test_batch_vs_slicing_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.4008164Z test_batch_vs_slicing_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.4145598Z test_batch_vs_slicing_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:57.4281524Z test_batch_vs_slicing_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:57.4408862Z test_batch_vs_slicing_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:57.4536933Z test_batch_vs_slicing_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:57.4661414Z test_batch_vs_slicing_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.4785739Z test_batch_vs_slicing_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.4909748Z test_batch_vs_slicing_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.5033261Z test_batch_vs_slicing_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.5156809Z test_batch_vs_slicing_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.5280654Z test_batch_vs_slicing_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.5404204Z test_batch_vs_slicing_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.5528317Z test_batch_vs_slicing_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.5654728Z test_batch_vs_slicing_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:57.5777155Z test_batch_vs_slicing_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.5927017Z test_batch_vs_slicing_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:57.6076393Z test_batch_vs_slicing_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:57.6226116Z test_batch_vs_slicing_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:57.6373382Z test_batch_vs_slicing_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:57.6520154Z test_batch_vs_slicing_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:57.6658231Z test_batch_vs_slicing_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:57.6790967Z test_batch_vs_slicing_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:57.6927014Z test_batch_vs_slicing_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:57.7058935Z test_batch_vs_slicing_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:57.7195467Z test_batch_vs_slicing_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:57.7334791Z test_batch_vs_slicing_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:57.7472970Z test_batch_vs_slicing_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:57.7608574Z test_batch_vs_slicing_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:57.7743518Z test_batch_vs_slicing_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:57.7882611Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:57.8022612Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:57.8158263Z test_batch_vs_slicing_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:57.8280181Z test_batch_vs_slicing_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.8403904Z test_batch_vs_slicing_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.8778776Z test_batch_vs_slicing_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:34:57.8953932Z test_batch_vs_slicing_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:57.9134495Z test_batch_vs_slicing_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:34:57.9255529Z test_batch_vs_slicing_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.9378634Z test_batch_vs_slicing_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.9499555Z test_batch_vs_slicing_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.9625892Z test_batch_vs_slicing_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.9748861Z test_batch_vs_slicing_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.9873041Z test_batch_vs_slicing_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:57.9996386Z test_batch_vs_slicing_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.0119901Z test_batch_vs_slicing_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.0244130Z test_batch_vs_slicing_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.0356891Z test_batch_vs_slicing_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:58.0511090Z test_batch_vs_slicing_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.0667269Z test_batch_vs_slicing_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.0822379Z test_batch_vs_slicing_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.0945773Z test_batch_vs_slicing_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.1073109Z test_batch_vs_slicing_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.1195882Z test_batch_vs_slicing_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.1311776Z test_batch_vs_slicing_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:58.1425966Z test_batch_vs_slicing_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:58.1539092Z test_batch_vs_slicing_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:58.1656437Z test_batch_vs_slicing_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.1772561Z test_batch_vs_slicing_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:58.1922674Z test_batch_vs_slicing_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.2075372Z test_batch_vs_slicing_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.2231581Z test_batch_vs_slicing_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:58.2389590Z test_batch_vs_slicing_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:58.2544128Z test_batch_vs_slicing_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.2698046Z test_batch_vs_slicing_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.2852938Z test_batch_vs_slicing_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.2892441Z test_batch_vs_slicing_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:34:58.3042211Z test_batch_vs_slicing_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.3195022Z test_batch_vs_slicing_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.3348808Z test_batch_vs_slicing_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.3502257Z test_batch_vs_slicing_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.3625850Z test_batch_vs_slicing_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.3748891Z test_batch_vs_slicing_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.4041496Z test_batch_vs_slicing_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:34:58.4203096Z test_batch_vs_slicing_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:58.4362525Z test_batch_vs_slicing_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:34:58.4484216Z test_batch_vs_slicing_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.4608179Z test_batch_vs_slicing_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.4728941Z test_batch_vs_slicing_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.4853024Z test_batch_vs_slicing_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.4977629Z test_batch_vs_slicing_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.5100694Z test_batch_vs_slicing_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.5224259Z test_batch_vs_slicing_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.5346387Z test_batch_vs_slicing_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.5469773Z test_batch_vs_slicing_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.5583493Z test_batch_vs_slicing_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:58.5706267Z test_batch_vs_slicing_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.5830145Z test_batch_vs_slicing_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.5955240Z test_batch_vs_slicing_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.6070148Z test_batch_vs_slicing_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:58.6183292Z test_batch_vs_slicing_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:58.6298417Z test_batch_vs_slicing_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:58.6413588Z test_batch_vs_slicing_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:34:58.6536621Z test_batch_vs_slicing_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.6662066Z test_batch_vs_slicing_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.6801892Z test_batch_vs_slicing_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:58.6927486Z test_batch_vs_slicing_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.7055413Z test_batch_vs_slicing_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.7182910Z test_batch_vs_slicing_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.7309545Z test_batch_vs_slicing_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.7436362Z test_batch_vs_slicing_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.7561587Z test_batch_vs_slicing_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.7687824Z test_batch_vs_slicing_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.7813915Z test_batch_vs_slicing_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.7949348Z test_batch_vs_slicing_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.8085343Z test_batch_vs_slicing_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.8337496Z test_batch_vs_slicing_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:34:58.8487218Z test_batch_vs_slicing_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.8638346Z test_batch_vs_slicing_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:58.8775490Z test_batch_vs_slicing_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:58.8898640Z test_batch_vs_slicing_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:58.9034790Z test_batch_vs_slicing_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.9172985Z test_batch_vs_slicing_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:58.9308272Z test_batch_vs_slicing_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:58.9448042Z test_batch_vs_slicing_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:58.9585050Z test_batch_vs_slicing_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:58.9722202Z test_batch_vs_slicing_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:58.9860639Z test_batch_vs_slicing_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:59.0014274Z test_batch_vs_slicing_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:34:59.0455313Z test_batch_vs_slicing_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:34:59.0621242Z test_batch_vs_slicing_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:34:59.0749459Z test_batch_vs_slicing_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:59.0876491Z test_batch_vs_slicing_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:59.1000952Z test_batch_vs_slicing_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.1121429Z test_batch_vs_slicing_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.1237370Z test_batch_vs_slicing_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.1354158Z test_batch_vs_slicing_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.1470769Z test_batch_vs_slicing_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.1588148Z test_batch_vs_slicing_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.1712691Z test_batch_vs_slicing_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.1836314Z test_batch_vs_slicing_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.2084666Z test_batch_vs_slicing_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:34:59.2221663Z test_batch_vs_slicing_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:34:59.2357529Z test_batch_vs_slicing_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:59.2480395Z test_batch_vs_slicing_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.2606972Z test_batch_vs_slicing_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:59.2733435Z test_batch_vs_slicing_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:59.2856337Z test_batch_vs_slicing_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.2981080Z test_batch_vs_slicing_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.3107638Z test_batch_vs_slicing_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:34:59.3229045Z test_batch_vs_slicing_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.3353657Z test_batch_vs_slicing_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:34:59.3636197Z test_batch_vs_slicing_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:34:59.4206567Z test_batch_vs_slicing_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:34:59.6817942Z test_batch_vs_slicing_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.261s) 2022-09-27T16:34:59.7437702Z test_batch_vs_slicing_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:34:59.8060025Z test_batch_vs_slicing_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:34:59.8683968Z test_batch_vs_slicing_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:34:59.9297779Z test_batch_vs_slicing_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:34:59.9879186Z test_batch_vs_slicing_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:35:00.0016663Z test_batch_vs_slicing_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:00.0141390Z test_batch_vs_slicing_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:00.0412985Z test_batch_vs_slicing_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:35:00.0537963Z test_batch_vs_slicing_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:00.0664181Z test_batch_vs_slicing_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:00.0791414Z test_batch_vs_slicing_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:00.0912735Z test_batch_vs_slicing_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:00.1034524Z test_batch_vs_slicing_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:00.1175793Z test_batch_vs_slicing_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:00.1332626Z test_batch_vs_slicing_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:35:00.1830912Z test_batch_vs_slicing_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-09-27T16:35:00.2003120Z test_batch_vs_slicing_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:35:00.2173118Z test_batch_vs_slicing_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:35:00.2346309Z test_batch_vs_slicing_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:35:00.2513740Z test_batch_vs_slicing_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:35:00.2634706Z test_batch_vs_slicing_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:00.2776098Z test_batch_vs_slicing_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:00.2943150Z test_batch_vs_slicing_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:35:00.3470722Z test_batch_vs_slicing_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:35:00.3711202Z test_batch_vs_slicing_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:35:00.3953805Z test_batch_vs_slicing_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:35:00.4197082Z test_batch_vs_slicing_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:35:00.4410510Z test_batch_vs_slicing_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:35:00.4559134Z test_batch_vs_slicing_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:00.4703592Z test_batch_vs_slicing_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:00.4843201Z test_batch_vs_slicing_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:00.5219910Z test_batch_vs_slicing_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:35:00.5373161Z test_batch_vs_slicing_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:00.5526091Z test_batch_vs_slicing_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:00.5680070Z test_batch_vs_slicing_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:00.5828732Z test_batch_vs_slicing_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:00.5978176Z test_batch_vs_slicing_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:00.6100531Z test_batch_vs_slicing_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:00.6235556Z test_batch_vs_slicing_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:00.6359617Z test_batch_vs_slicing_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:00.6482375Z test_batch_vs_slicing_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:00.6602946Z test_batch_vs_slicing_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:00.6718157Z test_batch_vs_slicing_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:00.6832161Z test_batch_vs_slicing_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:00.6946540Z test_batch_vs_slicing_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:00.7062009Z test_batch_vs_slicing_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:00.7177016Z test_batch_vs_slicing_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:00.7357584Z test_batch_vs_slicing_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:35:00.8098640Z test_batch_vs_slicing_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-09-27T16:35:00.8830367Z test_batch_vs_slicing_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:35:00.9368250Z test_batch_vs_slicing_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:35:00.9908237Z test_batch_vs_slicing_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:35:01.0449349Z test_batch_vs_slicing_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:35:01.0976911Z test_batch_vs_slicing_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:35:01.1419820Z test_batch_vs_slicing_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:35:01.1547422Z test_batch_vs_slicing_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:01.1687211Z test_batch_vs_slicing_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:01.1812286Z test_batch_vs_slicing_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.1939807Z test_batch_vs_slicing_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:01.2238293Z test_batch_vs_slicing_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:35:01.2356741Z test_batch_vs_slicing_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.2475805Z test_batch_vs_slicing_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.2594549Z test_batch_vs_slicing_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.2713093Z test_batch_vs_slicing_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.2832780Z test_batch_vs_slicing_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.2969985Z test_batch_vs_slicing_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:01.3095015Z test_batch_vs_slicing_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.3424172Z test_batch_vs_slicing_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:35:01.3542075Z test_batch_vs_slicing_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.3661148Z test_batch_vs_slicing_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.3781054Z test_batch_vs_slicing_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.3895698Z test_batch_vs_slicing_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.4010625Z test_batch_vs_slicing_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.4148166Z test_batch_vs_slicing_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:01.4273633Z test_batch_vs_slicing_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.4572629Z test_batch_vs_slicing_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:35:01.4687511Z test_batch_vs_slicing_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.4801249Z test_batch_vs_slicing_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.4917832Z test_batch_vs_slicing_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.5031418Z test_batch_vs_slicing_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.5146258Z test_batch_vs_slicing_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.5283272Z test_batch_vs_slicing_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:01.5405978Z test_batch_vs_slicing_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.5771280Z test_batch_vs_slicing_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:35:01.5885975Z test_batch_vs_slicing_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.5999398Z test_batch_vs_slicing_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.6114088Z test_batch_vs_slicing_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.6227222Z test_batch_vs_slicing_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.6340210Z test_batch_vs_slicing_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.6482782Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:01.6611251Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:01.6941438Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:35:01.7062097Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.7180515Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.7299489Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.7419781Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.7539377Z test_batch_vs_slicing_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.7677084Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:01.7801177Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.8131246Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:35:01.8248930Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.8366739Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.8486092Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:01.8600781Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.8714496Z test_batch_vs_slicing_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:01.8894220Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:35:01.9055370Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:35:01.9465337Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:35:01.9637809Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:35:01.9809083Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:35:01.9981519Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:35:02.0148831Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:35:02.0318283Z test_batch_vs_slicing_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:35:02.0459035Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:02.0584416Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:02.1002792Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:35:02.1132880Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:02.1262847Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:02.1393793Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:02.1519141Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:02.1647010Z test_batch_vs_slicing_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:02.2020762Z test_batch_vs_slicing_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:35:02.2409693Z test_batch_vs_slicing_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:35:02.2789389Z test_batch_vs_slicing_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:35:02.3168187Z test_batch_vs_slicing_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:35:02.3544886Z test_batch_vs_slicing_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:35:02.3931037Z test_batch_vs_slicing_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:35:02.4321236Z test_batch_vs_slicing_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:35:02.4706066Z test_batch_vs_slicing_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:35:02.5094345Z test_batch_vs_slicing_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:35:02.5479139Z test_batch_vs_slicing_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:35:02.5618332Z test_batch_vs_slicing_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:02.5745290Z test_batch_vs_slicing_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:02.6035236Z test_batch_vs_slicing_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:35:02.6149616Z test_batch_vs_slicing_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:02.6265866Z test_batch_vs_slicing_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:02.6379698Z test_batch_vs_slicing_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:02.6493447Z test_batch_vs_slicing_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:02.6610065Z test_batch_vs_slicing_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:02.6749304Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:02.6951204Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:35:02.7152229Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:35:02.7524757Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:35:02.7662398Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:02.7801554Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:02.7938402Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:02.8074910Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:02.8213526Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:02.8351021Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:02.8473766Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:02.8896991Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:35:02.9026055Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:02.9154738Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:02.9284188Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:02.9408061Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:02.9533578Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:02.9672518Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:02.9799580Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.0232703Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:35:03.0363406Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.0494725Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.0627530Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.0754709Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.0883289Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.1019261Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.1141703Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.1264203Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.1379316Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:03.1494765Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:03.1608724Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:03.1722591Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:03.1837601Z test_batch_vs_slicing_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:35:03.1956657Z test_batch_vs_slicing_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.2078505Z test_batch_vs_slicing_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.2405986Z test_batch_vs_slicing_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:35:03.2558005Z test_batch_vs_slicing_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:03.2709386Z test_batch_vs_slicing_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:03.2830420Z test_batch_vs_slicing_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.2951943Z test_batch_vs_slicing_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.3072989Z test_batch_vs_slicing_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.3199060Z test_batch_vs_slicing_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.3320575Z test_batch_vs_slicing_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.3443035Z test_batch_vs_slicing_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.3566799Z test_batch_vs_slicing_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.3689443Z test_batch_vs_slicing_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.3825651Z test_batch_vs_slicing_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:03.4060097Z test_batch_vs_slicing_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:35:03.4477899Z test_batch_vs_slicing_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:35:03.4627668Z test_batch_vs_slicing_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:03.4764302Z test_batch_vs_slicing_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:03.4900950Z test_batch_vs_slicing_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:03.5034232Z test_batch_vs_slicing_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.5162336Z test_batch_vs_slicing_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.5288714Z test_batch_vs_slicing_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.5414757Z test_batch_vs_slicing_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.5540129Z test_batch_vs_slicing_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.5667911Z test_batch_vs_slicing_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.5791531Z test_batch_vs_slicing_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.5918071Z test_batch_vs_slicing_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.6170713Z test_batch_vs_slicing_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:35:03.6305573Z test_batch_vs_slicing_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.6443092Z test_batch_vs_slicing_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:03.6565633Z test_batch_vs_slicing_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.6688692Z test_batch_vs_slicing_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.6811272Z test_batch_vs_slicing_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.6934096Z test_batch_vs_slicing_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.7060601Z test_batch_vs_slicing_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.7184255Z test_batch_vs_slicing_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.7307734Z test_batch_vs_slicing_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.7432379Z test_batch_vs_slicing_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.7556848Z test_batch_vs_slicing_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.7682673Z test_batch_vs_slicing_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.7932296Z test_batch_vs_slicing_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:35:03.8071241Z test_batch_vs_slicing_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:35:03.8204295Z test_batch_vs_slicing_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:35:03.8327162Z test_batch_vs_slicing_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.8451132Z test_batch_vs_slicing_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.8573605Z test_batch_vs_slicing_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.8697899Z test_batch_vs_slicing_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.8823396Z test_batch_vs_slicing_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.8948621Z test_batch_vs_slicing_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.9074028Z test_batch_vs_slicing_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.9199611Z test_batch_vs_slicing_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.9324185Z test_batch_vs_slicing_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.9446056Z test_batch_vs_slicing_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.9569496Z test_batch_vs_slicing_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.9689805Z test_batch_vs_slicing_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:35:03.9838140Z test_batch_vs_slicing_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:03.9988163Z test_batch_vs_slicing_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:04.0136394Z test_batch_vs_slicing_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:04.0285750Z test_batch_vs_slicing_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:04.0434410Z test_batch_vs_slicing_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:35:04.0456582Z test_complex_edge_values_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0475754Z test_contig_size1_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0491765Z test_contig_size1_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.0511366Z test_contig_size1_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0531575Z test_contig_size1_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0551073Z test_contig_size1_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0569677Z test_contig_size1_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0588143Z test_contig_size1_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0606469Z test_contig_size1_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0622338Z test_contig_size1_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.0638383Z test_contig_size1_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0653986Z test_contig_size1_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.0669857Z test_contig_size1_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.0685983Z test_contig_size1_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0704227Z test_contig_size1_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0721881Z test_contig_size1_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0741428Z test_contig_size1_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0761273Z test_contig_size1_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0780936Z test_contig_size1_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0799532Z test_contig_size1_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0817892Z test_contig_size1_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0836349Z test_contig_size1_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0853902Z test_contig_size1_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0871306Z test_contig_size1_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0888892Z test_contig_size1_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0906466Z test_contig_size1_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0924106Z test_contig_size1_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0942649Z test_contig_size1_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0960076Z test_contig_size1_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0979685Z test_contig_size1_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.0999593Z test_contig_size1_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1019543Z test_contig_size1_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1038041Z test_contig_size1_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1056365Z test_contig_size1_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1074680Z test_contig_size1_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1092231Z test_contig_size1_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1109818Z test_contig_size1_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1127610Z test_contig_size1_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1145171Z test_contig_size1_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1163061Z test_contig_size1_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1180730Z test_contig_size1_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1200617Z test_contig_size1_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1220118Z test_contig_size1_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1240235Z test_contig_size1_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1258623Z test_contig_size1_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1277179Z test_contig_size1_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1294876Z test_contig_size1_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1312658Z test_contig_size1_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1330434Z test_contig_size1_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1347782Z test_contig_size1_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1365632Z test_contig_size1_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1383989Z test_contig_size1_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1401857Z test_contig_size1_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1421354Z test_contig_size1_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1441447Z test_contig_size1_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1461560Z test_contig_size1_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1480001Z test_contig_size1_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1498532Z test_contig_size1_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1516948Z test_contig_size1_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1534335Z test_contig_size1_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1552273Z test_contig_size1_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1569723Z test_contig_size1_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1587339Z test_contig_size1_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1605099Z test_contig_size1_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1623510Z test_contig_size1_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1641294Z test_contig_size1_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1660714Z test_contig_size1_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1680732Z test_contig_size1_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1700597Z test_contig_size1_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1719182Z test_contig_size1_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1737703Z test_contig_size1_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1756070Z test_contig_size1_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1773391Z test_contig_size1_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1791186Z test_contig_size1_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1808750Z test_contig_size1_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1826301Z test_contig_size1_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1844163Z test_contig_size1_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1862588Z test_contig_size1_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1880216Z test_contig_size1_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1899643Z test_contig_size1_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1919833Z test_contig_size1_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1939622Z test_contig_size1_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1958300Z test_contig_size1_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1976677Z test_contig_size1_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.1995041Z test_contig_size1_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2012539Z test_contig_size1_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2030230Z test_contig_size1_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2047919Z test_contig_size1_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2065617Z test_contig_size1_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2083454Z test_contig_size1_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2102050Z test_contig_size1_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2119717Z test_contig_size1_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2139279Z test_contig_size1_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2159587Z test_contig_size1_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2179031Z test_contig_size1_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2197911Z test_contig_size1_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2216233Z test_contig_size1_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2234625Z test_contig_size1_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2252170Z test_contig_size1_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2269643Z test_contig_size1_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2287531Z test_contig_size1_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2304989Z test_contig_size1_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2322785Z test_contig_size1_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2341032Z test_contig_size1_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2358621Z test_contig_size1_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2378196Z test_contig_size1_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2397886Z test_contig_size1_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2417196Z test_contig_size1_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2435877Z test_contig_size1_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2454129Z test_contig_size1_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2472640Z test_contig_size1_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2490098Z test_contig_size1_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2507974Z test_contig_size1_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2525712Z test_contig_size1_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2543397Z test_contig_size1_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2561427Z test_contig_size1_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2577060Z test_contig_size1_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.2593093Z test_contig_size1_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2608957Z test_contig_size1_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.2624419Z test_contig_size1_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.2640641Z test_contig_size1_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2656625Z test_contig_size1_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.2674033Z test_contig_size1_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2689521Z test_contig_size1_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.2707341Z test_contig_size1_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2725175Z test_contig_size1_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2743005Z test_contig_size1_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2760289Z test_contig_size1_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2776978Z test_contig_size1_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2794357Z test_contig_size1_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2810034Z test_contig_size1_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.2826088Z test_contig_size1_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2842215Z test_contig_size1_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2858345Z test_contig_size1_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.2874374Z test_contig_size1_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2891284Z test_contig_size1_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2907041Z test_contig_size1_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.2925192Z test_contig_size1_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2942843Z test_contig_size1_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2959804Z test_contig_size1_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2976665Z test_contig_size1_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.2993466Z test_contig_size1_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3009352Z test_contig_size1_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3026003Z test_contig_size1_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3041793Z test_contig_size1_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3057750Z test_contig_size1_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3073515Z test_contig_size1_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3092144Z test_contig_size1_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3110757Z test_contig_size1_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3129122Z test_contig_size1_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3147222Z test_contig_size1_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3163376Z test_contig_size1_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3179539Z test_contig_size1_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3195222Z test_contig_size1_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3211082Z test_contig_size1_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3226962Z test_contig_size1_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3246426Z test_contig_size1_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3264398Z test_contig_size1_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3284481Z test_contig_size1_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3304093Z test_contig_size1_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3324150Z test_contig_size1_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3343096Z test_contig_size1_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3362531Z test_contig_size1_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3381551Z test_contig_size1_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3399908Z test_contig_size1_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3417925Z test_contig_size1_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3436356Z test_contig_size1_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3454501Z test_contig_size1_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3472942Z test_contig_size1_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3489639Z test_contig_size1_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3505438Z test_contig_size1_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3523467Z test_contig_size1_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3541163Z test_contig_size1_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3560030Z test_contig_size1_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3577155Z test_contig_size1_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3594327Z test_contig_size1_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3611204Z test_contig_size1_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3627037Z test_contig_size1_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3643294Z test_contig_size1_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3659223Z test_contig_size1_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3675106Z test_contig_size1_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3690923Z test_contig_size1_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3709109Z test_contig_size1_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3724743Z test_contig_size1_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3745060Z test_contig_size1_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3765038Z test_contig_size1_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3784872Z test_contig_size1_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3803252Z test_contig_size1_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3821428Z test_contig_size1_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3839395Z test_contig_size1_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3854962Z test_contig_size1_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3870583Z test_contig_size1_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3886015Z test_contig_size1_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3901409Z test_contig_size1_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3917305Z test_contig_size1_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3935175Z test_contig_size1_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3950701Z test_contig_size1_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.3970494Z test_contig_size1_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.3990423Z test_contig_size1_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4010365Z test_contig_size1_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4028505Z test_contig_size1_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4046920Z test_contig_size1_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4064724Z test_contig_size1_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4080632Z test_contig_size1_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.4097145Z test_contig_size1_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4114103Z test_contig_size1_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4130515Z test_contig_size1_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4147198Z test_contig_size1_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4166769Z test_contig_size1_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4185113Z test_contig_size1_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4205955Z test_contig_size1_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4226754Z test_contig_size1_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4248022Z test_contig_size1_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4267425Z test_contig_size1_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4287087Z test_contig_size1_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4306065Z test_contig_size1_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4324894Z test_contig_size1_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4343305Z test_contig_size1_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4362140Z test_contig_size1_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4380708Z test_contig_size1_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4399343Z test_contig_size1_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4418640Z test_contig_size1_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4437741Z test_contig_size1_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4458254Z test_contig_size1_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4479410Z test_contig_size1_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4500204Z test_contig_size1_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4519732Z test_contig_size1_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4539003Z test_contig_size1_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4558381Z test_contig_size1_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4576936Z test_contig_size1_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4595715Z test_contig_size1_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4614196Z test_contig_size1_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4632933Z test_contig_size1_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4651437Z test_contig_size1_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4671008Z test_contig_size1_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4689962Z test_contig_size1_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4709599Z test_contig_size1_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4729240Z test_contig_size1_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4748563Z test_contig_size1_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4767674Z test_contig_size1_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4786589Z test_contig_size1_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4805562Z test_contig_size1_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4824430Z test_contig_size1_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4843458Z test_contig_size1_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4862231Z test_contig_size1_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4882037Z test_contig_size1_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4900422Z test_contig_size1_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4918639Z test_contig_size1_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4936182Z test_contig_size1_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4953940Z test_contig_size1_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4971404Z test_contig_size1_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.4989146Z test_contig_size1_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5006980Z test_contig_size1_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5025100Z test_contig_size1_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5042731Z test_contig_size1_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5061930Z test_contig_size1_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5081153Z test_contig_size1_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5100294Z test_contig_size1_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5118751Z test_contig_size1_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5136803Z test_contig_size1_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5154943Z test_contig_size1_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5172303Z test_contig_size1_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5189832Z test_contig_size1_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5207400Z test_contig_size1_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5224713Z test_contig_size1_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5242224Z test_contig_size1_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5260576Z test_contig_size1_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5278340Z test_contig_size1_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5296855Z test_contig_size1_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5315524Z test_contig_size1_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5333434Z test_contig_size1_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5351028Z test_contig_size1_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5368730Z test_contig_size1_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5386532Z test_contig_size1_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5404132Z test_contig_size1_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5421672Z test_contig_size1_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5440261Z test_contig_size1_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5457907Z test_contig_size1_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5476550Z test_contig_size1_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5494988Z test_contig_size1_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5513284Z test_contig_size1_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5530702Z test_contig_size1_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5548166Z test_contig_size1_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5567135Z test_contig_size1_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5584703Z test_contig_size1_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5602527Z test_contig_size1_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5619890Z test_contig_size1_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5638546Z test_contig_size1_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5656920Z test_contig_size1_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5675096Z test_contig_size1_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5692665Z test_contig_size1_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5710433Z test_contig_size1_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5728175Z test_contig_size1_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5745565Z test_contig_size1_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5763544Z test_contig_size1_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5781920Z test_contig_size1_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5799730Z test_contig_size1_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5818036Z test_contig_size1_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5836743Z test_contig_size1_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5854751Z test_contig_size1_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5872744Z test_contig_size1_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5890104Z test_contig_size1_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5907723Z test_contig_size1_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5925352Z test_contig_size1_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5942819Z test_contig_size1_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5961306Z test_contig_size1_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5978812Z test_contig_size1_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.5998554Z test_contig_size1_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6018270Z test_contig_size1_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6038304Z test_contig_size1_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6056568Z test_contig_size1_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6075182Z test_contig_size1_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6093123Z test_contig_size1_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6110834Z test_contig_size1_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6128379Z test_contig_size1_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6146179Z test_contig_size1_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6163900Z test_contig_size1_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6181381Z test_contig_size1_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6201161Z test_contig_size1_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6219390Z test_contig_size1_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6239154Z test_contig_size1_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6258294Z test_contig_size1_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6277571Z test_contig_size1_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6296153Z test_contig_size1_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6314879Z test_contig_size1_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6333270Z test_contig_size1_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6353401Z test_contig_size1_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6372118Z test_contig_size1_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6392476Z test_contig_size1_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6409672Z test_contig_size1_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6430878Z test_contig_size1_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6452467Z test_contig_size1_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6474373Z test_contig_size1_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6494294Z test_contig_size1_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6514692Z test_contig_size1_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6534250Z test_contig_size1_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6551950Z test_contig_size1_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6569440Z test_contig_size1_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6586639Z test_contig_size1_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6604271Z test_contig_size1_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6621701Z test_contig_size1_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6641310Z test_contig_size1_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6659770Z test_contig_size1_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6680639Z test_contig_size1_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6700901Z test_contig_size1_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6721526Z test_contig_size1_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6740962Z test_contig_size1_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6760220Z test_contig_size1_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6779602Z test_contig_size1_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6798570Z test_contig_size1_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6817124Z test_contig_size1_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6836265Z test_contig_size1_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6854597Z test_contig_size1_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6873580Z test_contig_size1_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6892968Z test_contig_size1_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6912569Z test_contig_size1_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6931913Z test_contig_size1_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6950951Z test_contig_size1_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6968001Z test_contig_size1_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.6984773Z test_contig_size1_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7001576Z test_contig_size1_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7018224Z test_contig_size1_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7035248Z test_contig_size1_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7054710Z test_contig_size1_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7074494Z test_contig_size1_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7093631Z test_contig_size1_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7112899Z test_contig_size1_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7134427Z test_contig_size1_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7155959Z test_contig_size1_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7177115Z test_contig_size1_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7196567Z test_contig_size1_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7215488Z test_contig_size1_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7236016Z test_contig_size1_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7256405Z test_contig_size1_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7275731Z test_contig_size1_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7295157Z test_contig_size1_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7314784Z test_contig_size1_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7333347Z test_contig_size1_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7352064Z test_contig_size1_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7370602Z test_contig_size1_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7389392Z test_contig_size1_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7408105Z test_contig_size1_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7427419Z test_contig_size1_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7446229Z test_contig_size1_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7465399Z test_contig_size1_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7485001Z test_contig_size1_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7504020Z test_contig_size1_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7522652Z test_contig_size1_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7541286Z test_contig_size1_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7559897Z test_contig_size1_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7578505Z test_contig_size1_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7597243Z test_contig_size1_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7617389Z test_contig_size1_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7637891Z test_contig_size1_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7658094Z test_contig_size1_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7676077Z test_contig_size1_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7692784Z test_contig_size1_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7711486Z test_contig_size1_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7730182Z test_contig_size1_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7747922Z test_contig_size1_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7765894Z test_contig_size1_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7783465Z test_contig_size1_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7800520Z test_contig_size1_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7816925Z test_contig_size1_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7833904Z test_contig_size1_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7850692Z test_contig_size1_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7867488Z test_contig_size1_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7886299Z test_contig_size1_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7902975Z test_contig_size1_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7924041Z test_contig_size1_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7944931Z test_contig_size1_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7966150Z test_contig_size1_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.7984552Z test_contig_size1_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8003150Z test_contig_size1_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8021863Z test_contig_size1_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8038633Z test_contig_size1_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8055135Z test_contig_size1_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8072138Z test_contig_size1_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8088778Z test_contig_size1_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8105503Z test_contig_size1_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8123715Z test_contig_size1_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8140480Z test_contig_size1_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8160367Z test_contig_size1_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8180096Z test_contig_size1_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8200195Z test_contig_size1_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8218115Z test_contig_size1_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8236447Z test_contig_size1_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8254250Z test_contig_size1_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8271067Z test_contig_size1_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8288072Z test_contig_size1_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8304824Z test_contig_size1_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8321973Z test_contig_size1_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8338679Z test_contig_size1_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8356777Z test_contig_size1_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8373455Z test_contig_size1_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8392452Z test_contig_size1_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8410790Z test_contig_size1_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8428528Z test_contig_size1_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8446509Z test_contig_size1_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8464069Z test_contig_size1_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8480922Z test_contig_size1_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8497780Z test_contig_size1_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8514898Z test_contig_size1_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8531791Z test_contig_size1_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8549207Z test_contig_size1_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8566718Z test_contig_size1_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8582462Z test_contig_size1_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8599245Z test_contig_size1_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8615876Z test_contig_size1_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8632687Z test_contig_size1_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8648567Z test_contig_size1_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8664353Z test_contig_size1_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8680390Z test_contig_size1_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8696342Z test_contig_size1_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8712179Z test_contig_size1_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8728964Z test_contig_size1_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8744544Z test_contig_size1_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8761532Z test_contig_size1_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8778112Z test_contig_size1_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8795397Z test_contig_size1_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8810892Z test_contig_size1_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8826624Z test_contig_size1_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8842553Z test_contig_size1_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8858508Z test_contig_size1_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8874411Z test_contig_size1_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8890994Z test_contig_size1_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8906768Z test_contig_size1_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.8925259Z test_contig_size1_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8942925Z test_contig_size1_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8961177Z test_contig_size1_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8978129Z test_contig_size1_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.8994978Z test_contig_size1_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9011442Z test_contig_size1_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9027334Z test_contig_size1_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.9043212Z test_contig_size1_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9058973Z test_contig_size1_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.9074886Z test_contig_size1_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.9090697Z test_contig_size1_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.9109630Z test_contig_size1_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9125694Z test_contig_size1_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9145405Z test_contig_size1_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9165753Z test_contig_size1_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9184232Z test_contig_size1_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9203100Z test_contig_size1_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9221350Z test_contig_size1_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9237676Z test_contig_size1_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9253550Z test_contig_size1_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9269245Z test_contig_size1_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:04.9285289Z test_contig_size1_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9301381Z test_contig_size1_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9322034Z test_contig_size1_large_dim_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9339597Z test_contig_size1_large_dim_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9361501Z test_contig_size1_large_dim_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9383608Z test_contig_size1_large_dim_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9405693Z test_contig_size1_large_dim_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9426198Z test_contig_size1_large_dim_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9446993Z test_contig_size1_large_dim_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9467177Z test_contig_size1_large_dim_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9485158Z test_contig_size1_large_dim_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9502827Z test_contig_size1_large_dim_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9520244Z test_contig_size1_large_dim_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9537819Z test_contig_size1_large_dim_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9555880Z test_contig_size1_large_dim_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9576256Z test_contig_size1_large_dim_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9596166Z test_contig_size1_large_dim_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9617664Z test_contig_size1_large_dim_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9639906Z test_contig_size1_large_dim_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9661918Z test_contig_size1_large_dim_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9682482Z test_contig_size1_large_dim_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9702921Z test_contig_size1_large_dim_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9723080Z test_contig_size1_large_dim_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9742611Z test_contig_size1_large_dim_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9762206Z test_contig_size1_large_dim_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9781717Z test_contig_size1_large_dim_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9801372Z test_contig_size1_large_dim_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9821860Z test_contig_size1_large_dim_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9843622Z test_contig_size1_large_dim_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9864342Z test_contig_size1_large_dim_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9887672Z test_contig_size1_large_dim_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9911203Z test_contig_size1_large_dim_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9934538Z test_contig_size1_large_dim_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9956260Z test_contig_size1_large_dim_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9977859Z test_contig_size1_large_dim_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:04.9999588Z test_contig_size1_large_dim_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0020343Z test_contig_size1_large_dim_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0040808Z test_contig_size1_large_dim_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0061474Z test_contig_size1_large_dim_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0082509Z test_contig_size1_large_dim_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0103244Z test_contig_size1_large_dim_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0124238Z test_contig_size1_large_dim_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0147174Z test_contig_size1_large_dim_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0170625Z test_contig_size1_large_dim_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0194353Z test_contig_size1_large_dim_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0215965Z test_contig_size1_large_dim_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0237537Z test_contig_size1_large_dim_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0258063Z test_contig_size1_large_dim_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0279042Z test_contig_size1_large_dim_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0299752Z test_contig_size1_large_dim_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0320699Z test_contig_size1_large_dim_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0341531Z test_contig_size1_large_dim_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0363227Z test_contig_size1_large_dim_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0383777Z test_contig_size1_large_dim_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0406919Z test_contig_size1_large_dim_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0430286Z test_contig_size1_large_dim_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0453623Z test_contig_size1_large_dim_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0475775Z test_contig_size1_large_dim_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0497533Z test_contig_size1_large_dim_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0519023Z test_contig_size1_large_dim_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0539591Z test_contig_size1_large_dim_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0560479Z test_contig_size1_large_dim_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0581009Z test_contig_size1_large_dim_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0601863Z test_contig_size1_large_dim_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0622633Z test_contig_size1_large_dim_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0644510Z test_contig_size1_large_dim_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0664978Z test_contig_size1_large_dim_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0688363Z test_contig_size1_large_dim_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0711818Z test_contig_size1_large_dim_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0735066Z test_contig_size1_large_dim_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0756840Z test_contig_size1_large_dim_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0778592Z test_contig_size1_large_dim_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0800129Z test_contig_size1_large_dim_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0820795Z test_contig_size1_large_dim_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0841669Z test_contig_size1_large_dim_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0862336Z test_contig_size1_large_dim_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0883168Z test_contig_size1_large_dim_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0903918Z test_contig_size1_large_dim_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0925979Z test_contig_size1_large_dim_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0946360Z test_contig_size1_large_dim_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0969548Z test_contig_size1_large_dim_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.0993136Z test_contig_size1_large_dim_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1016558Z test_contig_size1_large_dim_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1038276Z test_contig_size1_large_dim_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1059754Z test_contig_size1_large_dim_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1081257Z test_contig_size1_large_dim_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1102160Z test_contig_size1_large_dim_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1122874Z test_contig_size1_large_dim_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1143632Z test_contig_size1_large_dim_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1164493Z test_contig_size1_large_dim_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1185066Z test_contig_size1_large_dim_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1207180Z test_contig_size1_large_dim_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1227664Z test_contig_size1_large_dim_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1250785Z test_contig_size1_large_dim_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1274463Z test_contig_size1_large_dim_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1297927Z test_contig_size1_large_dim_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1319800Z test_contig_size1_large_dim_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1341385Z test_contig_size1_large_dim_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1362946Z test_contig_size1_large_dim_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1383453Z test_contig_size1_large_dim_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1404384Z test_contig_size1_large_dim_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1425205Z test_contig_size1_large_dim_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1445925Z test_contig_size1_large_dim_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1466625Z test_contig_size1_large_dim_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1488429Z test_contig_size1_large_dim_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1508612Z test_contig_size1_large_dim_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1531770Z test_contig_size1_large_dim_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1554701Z test_contig_size1_large_dim_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1577409Z test_contig_size1_large_dim_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1599825Z test_contig_size1_large_dim_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1621221Z test_contig_size1_large_dim_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1643091Z test_contig_size1_large_dim_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1663958Z test_contig_size1_large_dim_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1684881Z test_contig_size1_large_dim_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1705786Z test_contig_size1_large_dim_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1726596Z test_contig_size1_large_dim_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1747321Z test_contig_size1_large_dim_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1766409Z test_contig_size1_large_dim_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1784919Z test_contig_size1_large_dim_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1803869Z test_contig_size1_large_dim_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1822115Z test_contig_size1_large_dim_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1841003Z test_contig_size1_large_dim_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1860640Z test_contig_size1_large_dim_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1880547Z test_contig_size1_large_dim_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1898999Z test_contig_size1_large_dim_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1920031Z test_contig_size1_large_dim_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1941038Z test_contig_size1_large_dim_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1961912Z test_contig_size1_large_dim_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.1981720Z test_contig_size1_large_dim_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2001706Z test_contig_size1_large_dim_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2021672Z test_contig_size1_large_dim_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2040319Z test_contig_size1_large_dim_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2059121Z test_contig_size1_large_dim_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2078134Z test_contig_size1_large_dim_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2097147Z test_contig_size1_large_dim_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2116217Z test_contig_size1_large_dim_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2135983Z test_contig_size1_large_dim_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2155048Z test_contig_size1_large_dim_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2175842Z test_contig_size1_large_dim_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2197180Z test_contig_size1_large_dim_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2216787Z test_contig_size1_large_dim_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2236815Z test_contig_size1_large_dim_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2256525Z test_contig_size1_large_dim_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2275634Z test_contig_size1_large_dim_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2294214Z test_contig_size1_large_dim_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2313354Z test_contig_size1_large_dim_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2332174Z test_contig_size1_large_dim_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2350663Z test_contig_size1_large_dim_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2372421Z test_contig_size1_large_dim_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2394286Z test_contig_size1_large_dim_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2416178Z test_contig_size1_large_dim_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2437459Z test_contig_size1_large_dim_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2456204Z test_contig_size1_large_dim_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2475294Z test_contig_size1_large_dim_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2492506Z test_contig_size1_large_dim_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2510137Z test_contig_size1_large_dim_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2527763Z test_contig_size1_large_dim_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2548814Z test_contig_size1_large_dim_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2568860Z test_contig_size1_large_dim_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2590986Z test_contig_size1_large_dim_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2612713Z test_contig_size1_large_dim_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2635054Z test_contig_size1_large_dim_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2655949Z test_contig_size1_large_dim_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2677250Z test_contig_size1_large_dim_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2698277Z test_contig_size1_large_dim_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2718589Z test_contig_size1_large_dim_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2738505Z test_contig_size1_large_dim_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2758844Z test_contig_size1_large_dim_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2778899Z test_contig_size1_large_dim_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2799271Z test_contig_size1_large_dim_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2817943Z test_contig_size1_large_dim_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2836799Z test_contig_size1_large_dim_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2857611Z test_contig_size1_large_dim_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2878796Z test_contig_size1_large_dim_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2899814Z test_contig_size1_large_dim_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2919722Z test_contig_size1_large_dim_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2939349Z test_contig_size1_large_dim_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2959412Z test_contig_size1_large_dim_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2978122Z test_contig_size1_large_dim_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.2997284Z test_contig_size1_large_dim_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3016154Z test_contig_size1_large_dim_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3034788Z test_contig_size1_large_dim_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3053309Z test_contig_size1_large_dim_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3074973Z test_contig_size1_large_dim_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3093285Z test_contig_size1_large_dim_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3118326Z test_contig_size1_large_dim_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3141510Z test_contig_size1_large_dim_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3165008Z test_contig_size1_large_dim_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3186519Z test_contig_size1_large_dim_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3208268Z test_contig_size1_large_dim_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3229236Z test_contig_size1_large_dim_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3247942Z test_contig_size1_large_dim_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3266316Z test_contig_size1_large_dim_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3284522Z test_contig_size1_large_dim_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3303062Z test_contig_size1_large_dim_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3321715Z test_contig_size1_large_dim_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3343688Z test_contig_size1_large_dim_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3362192Z test_contig_size1_large_dim_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3384857Z test_contig_size1_large_dim_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3408596Z test_contig_size1_large_dim_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3432202Z test_contig_size1_large_dim_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3453459Z test_contig_size1_large_dim_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3475228Z test_contig_size1_large_dim_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3495994Z test_contig_size1_large_dim_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3514840Z test_contig_size1_large_dim_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3533129Z test_contig_size1_large_dim_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3551223Z test_contig_size1_large_dim_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3569225Z test_contig_size1_large_dim_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3586757Z test_contig_size1_large_dim_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3607681Z test_contig_size1_large_dim_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3627123Z test_contig_size1_large_dim_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3649706Z test_contig_size1_large_dim_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3671966Z test_contig_size1_large_dim_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3694142Z test_contig_size1_large_dim_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3715203Z test_contig_size1_large_dim_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3735796Z test_contig_size1_large_dim_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3756120Z test_contig_size1_large_dim_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3775549Z test_contig_size1_large_dim_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3795386Z test_contig_size1_large_dim_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3814969Z test_contig_size1_large_dim_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3834625Z test_contig_size1_large_dim_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3854370Z test_contig_size1_large_dim_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3875450Z test_contig_size1_large_dim_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3894979Z test_contig_size1_large_dim_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3917015Z test_contig_size1_large_dim_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3939206Z test_contig_size1_large_dim_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3961557Z test_contig_size1_large_dim_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.3982254Z test_contig_size1_large_dim_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4003076Z test_contig_size1_large_dim_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4022988Z test_contig_size1_large_dim_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4042803Z test_contig_size1_large_dim_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4062320Z test_contig_size1_large_dim_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4081852Z test_contig_size1_large_dim_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4101372Z test_contig_size1_large_dim_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4121021Z test_contig_size1_large_dim_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4141955Z test_contig_size1_large_dim_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4161904Z test_contig_size1_large_dim_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4182649Z test_contig_size1_large_dim_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4203500Z test_contig_size1_large_dim_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4223979Z test_contig_size1_large_dim_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4243767Z test_contig_size1_large_dim_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4263342Z test_contig_size1_large_dim_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4283650Z test_contig_size1_large_dim_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4303623Z test_contig_size1_large_dim_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4323465Z test_contig_size1_large_dim_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4342962Z test_contig_size1_large_dim_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4364354Z test_contig_size1_large_dim_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4384701Z test_contig_size1_large_dim_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4405229Z test_contig_size1_large_dim_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4424705Z test_contig_size1_large_dim_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4444379Z test_contig_size1_large_dim_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4463805Z test_contig_size1_large_dim_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4483587Z test_contig_size1_large_dim_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4503175Z test_contig_size1_large_dim_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4523839Z test_contig_size1_large_dim_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4543012Z test_contig_size1_large_dim_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4564351Z test_contig_size1_large_dim_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4585739Z test_contig_size1_large_dim_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4607195Z test_contig_size1_large_dim_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4627557Z test_contig_size1_large_dim_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4648013Z test_contig_size1_large_dim_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4668213Z test_contig_size1_large_dim_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4687795Z test_contig_size1_large_dim_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4707274Z test_contig_size1_large_dim_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4726949Z test_contig_size1_large_dim_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4746249Z test_contig_size1_large_dim_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4765587Z test_contig_size1_large_dim_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4786156Z test_contig_size1_large_dim_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4805710Z test_contig_size1_large_dim_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4826126Z test_contig_size1_large_dim_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4846898Z test_contig_size1_large_dim_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4866752Z test_contig_size1_large_dim_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4886811Z test_contig_size1_large_dim_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4906548Z test_contig_size1_large_dim_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4926706Z test_contig_size1_large_dim_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4946493Z test_contig_size1_large_dim_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4966131Z test_contig_size1_large_dim_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.4986625Z test_contig_size1_large_dim_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5006594Z test_contig_size1_large_dim_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5027307Z test_contig_size1_large_dim_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5047709Z test_contig_size1_large_dim_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5068223Z test_contig_size1_large_dim_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5087974Z test_contig_size1_large_dim_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5107414Z test_contig_size1_large_dim_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5127265Z test_contig_size1_large_dim_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5147101Z test_contig_size1_large_dim_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5167037Z test_contig_size1_large_dim_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5186707Z test_contig_size1_large_dim_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5207214Z test_contig_size1_large_dim_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5227657Z test_contig_size1_large_dim_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5247992Z test_contig_size1_large_dim_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5267678Z test_contig_size1_large_dim_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5287549Z test_contig_size1_large_dim_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5307015Z test_contig_size1_large_dim_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5327095Z test_contig_size1_large_dim_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5346519Z test_contig_size1_large_dim_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5367325Z test_contig_size1_large_dim_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5386672Z test_contig_size1_large_dim_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5407475Z test_contig_size1_large_dim_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5427873Z test_contig_size1_large_dim_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5448265Z test_contig_size1_large_dim_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5467803Z test_contig_size1_large_dim_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5487870Z test_contig_size1_large_dim_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5507244Z test_contig_size1_large_dim_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5527117Z test_contig_size1_large_dim_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5546590Z test_contig_size1_large_dim_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5567814Z test_contig_size1_large_dim_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5587212Z test_contig_size1_large_dim_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5609501Z test_contig_size1_large_dim_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5632036Z test_contig_size1_large_dim_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5654292Z test_contig_size1_large_dim_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5675149Z test_contig_size1_large_dim_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5696003Z test_contig_size1_large_dim_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5716207Z test_contig_size1_large_dim_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5735598Z test_contig_size1_large_dim_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5755442Z test_contig_size1_large_dim_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5774836Z test_contig_size1_large_dim_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5794812Z test_contig_size1_large_dim_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5814443Z test_contig_size1_large_dim_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5835202Z test_contig_size1_large_dim_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5854503Z test_contig_size1_large_dim_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5875297Z test_contig_size1_large_dim_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5895904Z test_contig_size1_large_dim_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5916377Z test_contig_size1_large_dim_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5936124Z test_contig_size1_large_dim_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5956012Z test_contig_size1_large_dim_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5975712Z test_contig_size1_large_dim_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.5995475Z test_contig_size1_large_dim_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6015161Z test_contig_size1_large_dim_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6036566Z test_contig_size1_large_dim_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6055295Z test_contig_size1_large_dim_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6078021Z test_contig_size1_large_dim_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6100674Z test_contig_size1_large_dim_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6123619Z test_contig_size1_large_dim_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6144843Z test_contig_size1_large_dim_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6166222Z test_contig_size1_large_dim_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6186926Z test_contig_size1_large_dim_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6206310Z test_contig_size1_large_dim_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6224730Z test_contig_size1_large_dim_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6243043Z test_contig_size1_large_dim_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6261503Z test_contig_size1_large_dim_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6279991Z test_contig_size1_large_dim_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6300806Z test_contig_size1_large_dim_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6320729Z test_contig_size1_large_dim_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6342342Z test_contig_size1_large_dim_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6364360Z test_contig_size1_large_dim_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6385644Z test_contig_size1_large_dim_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6406413Z test_contig_size1_large_dim_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6426751Z test_contig_size1_large_dim_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6447796Z test_contig_size1_large_dim_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6467814Z test_contig_size1_large_dim_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6487672Z test_contig_size1_large_dim_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6507728Z test_contig_size1_large_dim_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6527382Z test_contig_size1_large_dim_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6547117Z test_contig_size1_large_dim_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6567887Z test_contig_size1_large_dim_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6588540Z test_contig_size1_large_dim_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6610831Z test_contig_size1_large_dim_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6631175Z test_contig_size1_large_dim_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6649086Z test_contig_size1_large_dim_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6666739Z test_contig_size1_large_dim_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6684163Z test_contig_size1_large_dim_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6701771Z test_contig_size1_large_dim_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6719884Z test_contig_size1_large_dim_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6740248Z test_contig_size1_large_dim_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6761320Z test_contig_size1_large_dim_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6781837Z test_contig_size1_large_dim_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6802247Z test_contig_size1_large_dim_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6824919Z test_contig_size1_large_dim_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6847706Z test_contig_size1_large_dim_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6870090Z test_contig_size1_large_dim_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6890644Z test_contig_size1_large_dim_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6910209Z test_contig_size1_large_dim_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6931895Z test_contig_size1_large_dim_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6954180Z test_contig_size1_large_dim_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6974224Z test_contig_size1_large_dim_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.6996569Z test_contig_size1_large_dim_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7016114Z test_contig_size1_large_dim_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7035987Z test_contig_size1_large_dim_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7055146Z test_contig_size1_large_dim_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7074897Z test_contig_size1_large_dim_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7094370Z test_contig_size1_large_dim_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7114204Z test_contig_size1_large_dim_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7134611Z test_contig_size1_large_dim_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7154353Z test_contig_size1_large_dim_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7175756Z test_contig_size1_large_dim_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7196933Z test_contig_size1_large_dim_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7217415Z test_contig_size1_large_dim_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7237515Z test_contig_size1_large_dim_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7256889Z test_contig_size1_large_dim_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7276932Z test_contig_size1_large_dim_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7296235Z test_contig_size1_large_dim_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7315980Z test_contig_size1_large_dim_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7337269Z test_contig_size1_large_dim_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7358943Z test_contig_size1_large_dim_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7380287Z test_contig_size1_large_dim_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7399149Z test_contig_size1_large_dim_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7416984Z test_contig_size1_large_dim_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7436877Z test_contig_size1_large_dim_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7456512Z test_contig_size1_large_dim_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7475448Z test_contig_size1_large_dim_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7494351Z test_contig_size1_large_dim_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7513330Z test_contig_size1_large_dim_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7530929Z test_contig_size1_large_dim_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7549469Z test_contig_size1_large_dim_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7567300Z test_contig_size1_large_dim_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7585214Z test_contig_size1_large_dim_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7603214Z test_contig_size1_large_dim_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7622700Z test_contig_size1_large_dim_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7640605Z test_contig_size1_large_dim_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7662757Z test_contig_size1_large_dim_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7685692Z test_contig_size1_large_dim_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7707741Z test_contig_size1_large_dim_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7727408Z test_contig_size1_large_dim_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7746940Z test_contig_size1_large_dim_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7766730Z test_contig_size1_large_dim_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7784768Z test_contig_size1_large_dim_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7802922Z test_contig_size1_large_dim_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7820608Z test_contig_size1_large_dim_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7838558Z test_contig_size1_large_dim_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7856232Z test_contig_size1_large_dim_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7875647Z test_contig_size1_large_dim_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7893447Z test_contig_size1_large_dim_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7914596Z test_contig_size1_large_dim_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7935896Z test_contig_size1_large_dim_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7957119Z test_contig_size1_large_dim_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7976042Z test_contig_size1_large_dim_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.7995613Z test_contig_size1_large_dim_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8014694Z test_contig_size1_large_dim_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8032958Z test_contig_size1_large_dim_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8050497Z test_contig_size1_large_dim_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8067980Z test_contig_size1_large_dim_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8086034Z test_contig_size1_large_dim_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8103504Z test_contig_size1_large_dim_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8122325Z test_contig_size1_large_dim_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8139813Z test_contig_size1_large_dim_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8160047Z test_contig_size1_large_dim_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8179686Z test_contig_size1_large_dim_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8198809Z test_contig_size1_large_dim_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8217394Z test_contig_size1_large_dim_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8236187Z test_contig_size1_large_dim_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8253661Z test_contig_size1_large_dim_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8271862Z test_contig_size1_large_dim_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8289454Z test_contig_size1_large_dim_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8307295Z test_contig_size1_large_dim_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8325129Z test_contig_size1_large_dim_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8343687Z test_contig_size1_large_dim_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8361679Z test_contig_size1_large_dim_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8380113Z test_contig_size1_large_dim_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8398883Z test_contig_size1_large_dim_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8417396Z test_contig_size1_large_dim_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8435291Z test_contig_size1_large_dim_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8452844Z test_contig_size1_large_dim_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8473284Z test_contig_size1_large_dim_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8491210Z test_contig_size1_large_dim_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8508889Z test_contig_size1_large_dim_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8527840Z test_contig_size1_large_dim_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8545806Z test_contig_size1_large_dim_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8565599Z test_contig_size1_large_dim_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8584239Z test_contig_size1_large_dim_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8603015Z test_contig_size1_large_dim_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8620723Z test_contig_size1_large_dim_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8638554Z test_contig_size1_large_dim_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8656059Z test_contig_size1_large_dim_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8673846Z test_contig_size1_large_dim_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8691506Z test_contig_size1_large_dim_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8710247Z test_contig_size1_large_dim_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8727920Z test_contig_size1_large_dim_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8748493Z test_contig_size1_large_dim_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8768712Z test_contig_size1_large_dim_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8789016Z test_contig_size1_large_dim_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8807972Z test_contig_size1_large_dim_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8826526Z test_contig_size1_large_dim_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8845369Z test_contig_size1_large_dim_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8863125Z test_contig_size1_large_dim_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8881058Z test_contig_size1_large_dim_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8899016Z test_contig_size1_large_dim_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8916767Z test_contig_size1_large_dim_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8934342Z test_contig_size1_large_dim_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8955882Z test_contig_size1_large_dim_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8973423Z test_contig_size1_large_dim_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.8996027Z test_contig_size1_large_dim_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9018575Z test_contig_size1_large_dim_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9039610Z test_contig_size1_large_dim_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9060071Z test_contig_size1_large_dim_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9080829Z test_contig_size1_large_dim_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9098964Z test_contig_size1_large_dim_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9116943Z test_contig_size1_large_dim_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9134211Z test_contig_size1_large_dim_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9152173Z test_contig_size1_large_dim_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9169777Z test_contig_size1_large_dim_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9190482Z test_contig_size1_large_dim_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9210366Z test_contig_size1_large_dim_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9230837Z test_contig_size1_large_dim_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9251148Z test_contig_size1_large_dim_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9270840Z test_contig_size1_large_dim_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9290620Z test_contig_size1_large_dim_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9310614Z test_contig_size1_large_dim_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9330148Z test_contig_size1_large_dim_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9350201Z test_contig_size1_large_dim_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9370602Z test_contig_size1_large_dim_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9390139Z test_contig_size1_large_dim_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9412376Z test_contig_size1_large_dim_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9434746Z test_contig_size1_large_dim_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9455352Z test_contig_size1_large_dim_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9476369Z test_contig_size1_large_dim_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9496320Z test_contig_size1_large_dim_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9516192Z test_contig_size1_large_dim_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9535914Z test_contig_size1_large_dim_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9555403Z test_contig_size1_large_dim_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9575096Z test_contig_size1_large_dim_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9594950Z test_contig_size1_large_dim_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9615263Z test_contig_size1_large_dim_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9635234Z test_contig_size1_large_dim_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9655535Z test_contig_size1_large_dim_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9676560Z test_contig_size1_large_dim_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9696690Z test_contig_size1_large_dim_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9716654Z test_contig_size1_large_dim_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9736433Z test_contig_size1_large_dim_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9756305Z test_contig_size1_large_dim_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9775932Z test_contig_size1_large_dim_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9795707Z test_contig_size1_large_dim_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9816294Z test_contig_size1_large_dim_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9835992Z test_contig_size1_large_dim_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9857539Z test_contig_size1_large_dim_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9879903Z test_contig_size1_large_dim_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9900325Z test_contig_size1_large_dim_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9920902Z test_contig_size1_large_dim_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9941179Z test_contig_size1_large_dim_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9960834Z test_contig_size1_large_dim_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:05.9980682Z test_contig_size1_large_dim_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0000771Z test_contig_size1_large_dim_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0020700Z test_contig_size1_large_dim_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0040421Z test_contig_size1_large_dim_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0061108Z test_contig_size1_large_dim_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0080925Z test_contig_size1_large_dim_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0102657Z test_contig_size1_large_dim_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0125047Z test_contig_size1_large_dim_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0147082Z test_contig_size1_large_dim_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0167927Z test_contig_size1_large_dim_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0188343Z test_contig_size1_large_dim_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0208741Z test_contig_size1_large_dim_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0228483Z test_contig_size1_large_dim_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0248122Z test_contig_size1_large_dim_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0267504Z test_contig_size1_large_dim_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0287501Z test_contig_size1_large_dim_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0306933Z test_contig_size1_large_dim_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0327612Z test_contig_size1_large_dim_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0345319Z test_contig_size1_large_dim_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0365548Z test_contig_size1_large_dim_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0385419Z test_contig_size1_large_dim_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0406412Z test_contig_size1_large_dim_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0425388Z test_contig_size1_large_dim_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0444270Z test_contig_size1_large_dim_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0462197Z test_contig_size1_large_dim_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0479980Z test_contig_size1_large_dim_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0497539Z test_contig_size1_large_dim_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0515436Z test_contig_size1_large_dim_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0533075Z test_contig_size1_large_dim_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0553885Z test_contig_size1_large_dim_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0573176Z test_contig_size1_large_dim_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0593979Z test_contig_size1_large_dim_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0614629Z test_contig_size1_large_dim_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0635297Z test_contig_size1_large_dim_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0654740Z test_contig_size1_large_dim_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0674752Z test_contig_size1_large_dim_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0694193Z test_contig_size1_large_dim_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0714418Z test_contig_size1_large_dim_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0733979Z test_contig_size1_large_dim_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0752615Z test_contig_size1_large_dim_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0769802Z test_contig_size1_large_dim_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0789160Z test_contig_size1_large_dim_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0808741Z test_contig_size1_large_dim_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0828175Z test_contig_size1_large_dim_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0847016Z test_contig_size1_large_dim_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0865199Z test_contig_size1_large_dim_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0883732Z test_contig_size1_large_dim_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0901203Z test_contig_size1_large_dim_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0918719Z test_contig_size1_large_dim_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0935680Z test_contig_size1_large_dim_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0953294Z test_contig_size1_large_dim_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0970469Z test_contig_size1_large_dim_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.0992855Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1015446Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1036946Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1058227Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1079313Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1100140Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1121176Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1141994Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1163895Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1185993Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1207782Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1230188Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1252424Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1274485Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1295583Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1316856Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1338527Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1361059Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1382483Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1403506Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1424271Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1445334Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1466427Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1487518Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1508111Z test_contig_size1_large_dim_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1526290Z test_contig_size1_large_dim_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1546802Z test_contig_size1_large_dim_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1567657Z test_contig_size1_large_dim_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1587830Z test_contig_size1_large_dim_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1605896Z test_contig_size1_large_dim_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1623548Z test_contig_size1_large_dim_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1641140Z test_contig_size1_large_dim_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1658768Z test_contig_size1_large_dim_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1677092Z test_contig_size1_large_dim_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1697870Z test_contig_size1_large_dim_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1720018Z test_contig_size1_large_dim_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1742039Z test_contig_size1_large_dim_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1764198Z test_contig_size1_large_dim_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1784536Z test_contig_size1_large_dim_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1805600Z test_contig_size1_large_dim_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1825625Z test_contig_size1_large_dim_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1843776Z test_contig_size1_large_dim_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1861266Z test_contig_size1_large_dim_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1878800Z test_contig_size1_large_dim_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1896346Z test_contig_size1_large_dim_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1914471Z test_contig_size1_large_dim_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1934988Z test_contig_size1_large_dim_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1955924Z test_contig_size1_large_dim_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1976512Z test_contig_size1_large_dim_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.1997438Z test_contig_size1_large_dim_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2018363Z test_contig_size1_large_dim_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2038960Z test_contig_size1_large_dim_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2059685Z test_contig_size1_large_dim_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2080025Z test_contig_size1_large_dim_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2101021Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2121475Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2142738Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2163382Z test_contig_size1_large_dim_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2183754Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2204456Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2224906Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2245327Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2266094Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2287167Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2308120Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2329023Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2347113Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2365226Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2382955Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2401005Z test_contig_size1_large_dim_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2421813Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2442485Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2463191Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2483615Z test_contig_size1_large_dim_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2504194Z test_contig_size1_large_dim_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2524918Z test_contig_size1_large_dim_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2545490Z test_contig_size1_large_dim_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2566085Z test_contig_size1_large_dim_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2587849Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2609724Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2631035Z test_contig_size1_large_dim_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2651930Z test_contig_size1_large_dim_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2672605Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2693170Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2713890Z test_contig_size1_large_dim_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2731677Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2749631Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2767145Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2785030Z test_contig_size1_large_dim_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2803297Z test_contig_size1_large_dim_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2823702Z test_contig_size1_large_dim_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2844356Z test_contig_size1_large_dim_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2864927Z test_contig_size1_large_dim_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2885431Z test_contig_size1_large_dim_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2903287Z test_contig_size1_large_dim_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2921409Z test_contig_size1_large_dim_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2938858Z test_contig_size1_large_dim_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2957163Z test_contig_size1_large_dim_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2974624Z test_contig_size1_large_dim_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.2999309Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3023171Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3046282Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3068809Z test_contig_size1_large_dim_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3089693Z test_contig_size1_large_dim_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3110125Z test_contig_size1_large_dim_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3130910Z test_contig_size1_large_dim_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3151057Z test_contig_size1_large_dim_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3171742Z test_contig_size1_large_dim_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3192477Z test_contig_size1_large_dim_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3212726Z test_contig_size1_large_dim_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3233040Z test_contig_size1_large_dim_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3253758Z test_contig_size1_large_dim_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3274616Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3295203Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3315546Z test_contig_size1_large_dim_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3336004Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3356975Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3377210Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3397695Z test_contig_size1_large_dim_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3418996Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3439655Z test_contig_size1_large_dim_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3462734Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3486255Z test_contig_size1_large_dim_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3507691Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3529116Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3550372Z test_contig_size1_large_dim_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3571600Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3593203Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3613929Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3634680Z test_contig_size1_large_dim_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3655080Z test_contig_size1_large_dim_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3676407Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3698405Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3721278Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3741830Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3763275Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3783734Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3803843Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3824860Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3846467Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3867544Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3889032Z test_contig_size1_large_dim_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3911196Z test_contig_size1_large_dim_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3933101Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3955544Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3977373Z test_contig_size1_large_dim_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.3996624Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4015540Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4034779Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4052529Z test_contig_size1_large_dim_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4070360Z test_contig_size1_large_dim_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4090112Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4110585Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4131399Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4151717Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4171290Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4191301Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4210636Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4230302Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4249808Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4269329Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4289935Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4310464Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4331172Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4350681Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4370395Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4390013Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4409672Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4429132Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4448781Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4469457Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4489945Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4532740Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:35:06.4552723Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4572199Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4591928Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4611626Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4631145Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4650641Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4671190Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4691808Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4722521Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:35:06.4742031Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4761779Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4781180Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4800949Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4820523Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4840018Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4860483Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4881551Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4921778Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:35:06.4941174Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4960897Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.4980331Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5000229Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5021600Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5042249Z test_contig_size1_large_dim_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5063638Z test_contig_size1_large_dim_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5085606Z test_contig_size1_large_dim_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5107403Z test_contig_size1_large_dim_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5127810Z test_contig_size1_large_dim_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5147755Z test_contig_size1_large_dim_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5167716Z test_contig_size1_large_dim_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5184948Z test_contig_size1_large_dim_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5202339Z test_contig_size1_large_dim_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5220220Z test_contig_size1_large_dim_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5239035Z test_contig_size1_large_dim_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5257292Z test_contig_size1_large_dim_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5279425Z test_contig_size1_large_dim_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5300197Z test_contig_size1_large_dim_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5322468Z test_contig_size1_large_dim_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5344228Z test_contig_size1_large_dim_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5366029Z test_contig_size1_large_dim_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5386740Z test_contig_size1_large_dim_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5407774Z test_contig_size1_large_dim_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5428634Z test_contig_size1_large_dim_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5449860Z test_contig_size1_large_dim_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5470689Z test_contig_size1_large_dim_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5492172Z test_contig_size1_large_dim_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5510419Z test_contig_size1_large_dim_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5533017Z test_contig_size1_large_dim_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5556054Z test_contig_size1_large_dim_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5578721Z test_contig_size1_large_dim_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5600181Z test_contig_size1_large_dim_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5621529Z test_contig_size1_large_dim_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5642722Z test_contig_size1_large_dim_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5661326Z test_contig_size1_large_dim_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5678690Z test_contig_size1_large_dim_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5695543Z test_contig_size1_large_dim_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5713011Z test_contig_size1_large_dim_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5730163Z test_contig_size1_large_dim_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5750536Z test_contig_size1_large_dim_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5770243Z test_contig_size1_large_dim_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5792044Z test_contig_size1_large_dim_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5814052Z test_contig_size1_large_dim_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5834783Z test_contig_size1_large_dim_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5855152Z test_contig_size1_large_dim_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5875630Z test_contig_size1_large_dim_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5894919Z test_contig_size1_large_dim_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5915724Z test_contig_size1_large_dim_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5936539Z test_contig_size1_large_dim_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5957466Z test_contig_size1_large_dim_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.5978314Z test_contig_size1_large_dim_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6000284Z test_contig_size1_large_dim_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6022483Z test_contig_size1_large_dim_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6043198Z test_contig_size1_large_dim_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6063311Z test_contig_size1_large_dim_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6081266Z test_contig_size1_large_dim_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6098849Z test_contig_size1_large_dim_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6116387Z test_contig_size1_large_dim_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6133997Z test_contig_size1_large_dim_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6151739Z test_contig_size1_large_dim_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6172141Z test_contig_size1_large_dim_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6192781Z test_contig_size1_large_dim_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6213106Z test_contig_size1_large_dim_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6233399Z test_contig_size1_large_dim_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6253900Z test_contig_size1_large_dim_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6274766Z test_contig_size1_large_dim_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6295253Z test_contig_size1_large_dim_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6315573Z test_contig_size1_large_dim_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6335960Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6356681Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6377099Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6397458Z test_contig_size1_large_dim_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6417923Z test_contig_size1_large_dim_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6437419Z test_contig_size1_large_dim_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6458973Z test_contig_size1_large_dim_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6481325Z test_contig_size1_large_dim_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6503318Z test_contig_size1_large_dim_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6525455Z test_contig_size1_large_dim_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6545741Z test_contig_size1_large_dim_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6566013Z test_contig_size1_large_dim_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6585469Z test_contig_size1_large_dim_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6605113Z test_contig_size1_large_dim_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6624663Z test_contig_size1_large_dim_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6645433Z test_contig_size1_large_dim_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6666194Z test_contig_size1_large_dim_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6688283Z test_contig_size1_large_dim_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6706955Z test_contig_size1_large_dim_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6730419Z test_contig_size1_large_dim_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6753985Z test_contig_size1_large_dim_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6777215Z test_contig_size1_large_dim_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6799002Z test_contig_size1_large_dim_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6820950Z test_contig_size1_large_dim_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6842177Z test_contig_size1_large_dim_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6859773Z test_contig_size1_large_dim_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6877583Z test_contig_size1_large_dim_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6894763Z test_contig_size1_large_dim_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6912629Z test_contig_size1_large_dim_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6930036Z test_contig_size1_large_dim_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6948442Z test_contig_size1_large_dim_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6966366Z test_contig_size1_large_dim_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.6985988Z test_contig_size1_large_dim_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7005791Z test_contig_size1_large_dim_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7024815Z test_contig_size1_large_dim_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7043600Z test_contig_size1_large_dim_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7061938Z test_contig_size1_large_dim_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7079569Z test_contig_size1_large_dim_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7097044Z test_contig_size1_large_dim_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7114818Z test_contig_size1_large_dim_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7132501Z test_contig_size1_large_dim_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7150160Z test_contig_size1_large_dim_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7170875Z test_contig_size1_large_dim_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7190179Z test_contig_size1_large_dim_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7212130Z test_contig_size1_large_dim_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7234331Z test_contig_size1_large_dim_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7256255Z test_contig_size1_large_dim_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7278019Z test_contig_size1_large_dim_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7299597Z test_contig_size1_large_dim_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7321250Z test_contig_size1_large_dim_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7342035Z test_contig_size1_large_dim_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7362889Z test_contig_size1_large_dim_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7383604Z test_contig_size1_large_dim_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7404524Z test_contig_size1_large_dim_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7425183Z test_contig_size1_large_dim_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7447288Z test_contig_size1_large_dim_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7465953Z test_contig_size1_large_dim_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7487837Z test_contig_size1_large_dim_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7509717Z test_contig_size1_large_dim_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7531123Z test_contig_size1_large_dim_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7549756Z test_contig_size1_large_dim_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7568836Z test_contig_size1_large_dim_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7587200Z test_contig_size1_large_dim_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7606188Z test_contig_size1_large_dim_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7624866Z test_contig_size1_large_dim_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7644932Z test_contig_size1_large_dim_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7663450Z test_contig_size1_large_dim_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7682261Z test_contig_size1_large_dim_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7700493Z test_contig_size1_large_dim_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7719282Z test_contig_size1_large_dim_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7736621Z test_contig_size1_large_dim_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7754343Z test_contig_size1_large_dim_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7771780Z test_contig_size1_large_dim_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7789397Z test_contig_size1_large_dim_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7807108Z test_contig_size1_large_dim_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7827425Z test_contig_size1_large_dim_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7846965Z test_contig_size1_large_dim_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7868545Z test_contig_size1_large_dim_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7890769Z test_contig_size1_large_dim_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7912898Z test_contig_size1_large_dim_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7933640Z test_contig_size1_large_dim_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7953781Z test_contig_size1_large_dim_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7973682Z test_contig_size1_large_dim_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.7993615Z test_contig_size1_large_dim_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8012930Z test_contig_size1_large_dim_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8032430Z test_contig_size1_large_dim_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8051855Z test_contig_size1_large_dim_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8071395Z test_contig_size1_large_dim_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8091943Z test_contig_size1_large_dim_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8111411Z test_contig_size1_large_dim_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8133362Z test_contig_size1_large_dim_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8155597Z test_contig_size1_large_dim_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8176139Z test_contig_size1_large_dim_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8196476Z test_contig_size1_large_dim_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8216442Z test_contig_size1_large_dim_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8236244Z test_contig_size1_large_dim_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8255656Z test_contig_size1_large_dim_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8275411Z test_contig_size1_large_dim_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8294872Z test_contig_size1_large_dim_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8314662Z test_contig_size1_large_dim_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8335003Z test_contig_size1_large_dim_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8354525Z test_contig_size1_large_dim_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8376104Z test_contig_size1_large_dim_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8398541Z test_contig_size1_large_dim_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8420335Z test_contig_size1_large_dim_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8440927Z test_contig_size1_large_dim_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8461136Z test_contig_size1_large_dim_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8481349Z test_contig_size1_large_dim_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8501116Z test_contig_size1_large_dim_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8520562Z test_contig_size1_large_dim_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8539977Z test_contig_size1_large_dim_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8559799Z test_contig_size1_large_dim_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8580090Z test_contig_size1_large_dim_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8600634Z test_contig_size1_large_dim_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8621578Z test_contig_size1_large_dim_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8648005Z test_contig_size1_large_dim_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:35:06.8667491Z test_contig_size1_large_dim_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8687171Z test_contig_size1_large_dim_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8706606Z test_contig_size1_large_dim_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8726365Z test_contig_size1_large_dim_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8746369Z test_contig_size1_large_dim_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8766097Z test_contig_size1_large_dim_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8787809Z test_contig_size1_large_dim_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8808479Z test_contig_size1_large_dim_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8828232Z test_contig_size1_large_dim_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8847817Z test_contig_size1_large_dim_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8867513Z test_contig_size1_large_dim_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8887433Z test_contig_size1_large_dim_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8906790Z test_contig_size1_large_dim_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8926405Z test_contig_size1_large_dim_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8946794Z test_contig_size1_large_dim_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8967424Z test_contig_size1_large_dim_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.8987211Z test_contig_size1_large_dim_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9006797Z test_contig_size1_large_dim_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9026418Z test_contig_size1_large_dim_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9045881Z test_contig_size1_large_dim_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9065343Z test_contig_size1_large_dim_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9085018Z test_contig_size1_large_dim_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9105510Z test_contig_size1_large_dim_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9126175Z test_contig_size1_large_dim_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9145857Z test_contig_size1_large_dim_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9166012Z test_contig_size1_large_dim_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9185707Z test_contig_size1_large_dim_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9205806Z test_contig_size1_large_dim_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9224997Z test_contig_size1_large_dim_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9245090Z test_contig_size1_large_dim_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9265818Z test_contig_size1_large_dim_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9286539Z test_contig_size1_large_dim_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9306026Z test_contig_size1_large_dim_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9325856Z test_contig_size1_large_dim_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9345727Z test_contig_size1_large_dim_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9365241Z test_contig_size1_large_dim_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9384591Z test_contig_size1_large_dim_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9405478Z test_contig_size1_large_dim_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9425221Z test_contig_size1_large_dim_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9445999Z test_contig_size1_large_dim_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9466393Z test_contig_size1_large_dim_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9486936Z test_contig_size1_large_dim_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9506306Z test_contig_size1_large_dim_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9526097Z test_contig_size1_large_dim_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9545595Z test_contig_size1_large_dim_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9565578Z test_contig_size1_large_dim_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9585527Z test_contig_size1_large_dim_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9605805Z test_contig_size1_large_dim_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9626361Z test_contig_size1_large_dim_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9646923Z test_contig_size1_large_dim_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9666584Z test_contig_size1_large_dim_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9686325Z test_contig_size1_large_dim_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9705801Z test_contig_size1_large_dim_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9725555Z test_contig_size1_large_dim_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9744961Z test_contig_size1_large_dim_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9765925Z test_contig_size1_large_dim_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9785333Z test_contig_size1_large_dim_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9806264Z test_contig_size1_large_dim_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9826550Z test_contig_size1_large_dim_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9847316Z test_contig_size1_large_dim_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9866762Z test_contig_size1_large_dim_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9886431Z test_contig_size1_large_dim_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9906239Z test_contig_size1_large_dim_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9926391Z test_contig_size1_large_dim_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9945790Z test_contig_size1_large_dim_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9965460Z test_contig_size1_large_dim_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:06.9986701Z test_contig_size1_large_dim_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0007034Z test_contig_size1_large_dim_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0027243Z test_contig_size1_large_dim_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0047075Z test_contig_size1_large_dim_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0066818Z test_contig_size1_large_dim_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0086590Z test_contig_size1_large_dim_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0106485Z test_contig_size1_large_dim_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0126302Z test_contig_size1_large_dim_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0146820Z test_contig_size1_large_dim_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0167111Z test_contig_size1_large_dim_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0186865Z test_contig_size1_large_dim_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0206555Z test_contig_size1_large_dim_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0226065Z test_contig_size1_large_dim_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0246207Z test_contig_size1_large_dim_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0266111Z test_contig_size1_large_dim_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0285747Z test_contig_size1_large_dim_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0306380Z test_contig_size1_large_dim_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0326846Z test_contig_size1_large_dim_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0346306Z test_contig_size1_large_dim_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0366123Z test_contig_size1_large_dim_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0385838Z test_contig_size1_large_dim_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0405654Z test_contig_size1_large_dim_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0425096Z test_contig_size1_large_dim_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0445215Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0465658Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0486052Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0505601Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0525447Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0545227Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0565415Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0584945Z test_contig_size1_large_dim_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0604940Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0625570Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0646262Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0665783Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0685732Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0705480Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0725240Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0744702Z test_contig_size1_large_dim_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0764236Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0784644Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0805362Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0824923Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0844661Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0864152Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0884291Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0904101Z test_contig_size1_large_dim_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0924079Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0944519Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0964774Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.0984112Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1004199Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1024471Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1044081Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1063584Z test_contig_size1_large_dim_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1085183Z test_contig_size1_large_dim_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1105392Z test_contig_size1_large_dim_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1127106Z test_contig_size1_large_dim_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1148514Z test_contig_size1_large_dim_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1170200Z test_contig_size1_large_dim_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1190870Z test_contig_size1_large_dim_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1211662Z test_contig_size1_large_dim_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1232332Z test_contig_size1_large_dim_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1252601Z test_contig_size1_large_dim_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1273271Z test_contig_size1_large_dim_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1293115Z test_contig_size1_large_dim_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1314136Z test_contig_size1_large_dim_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1334405Z test_contig_size1_large_dim_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1354204Z test_contig_size1_large_dim_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1373478Z test_contig_size1_large_dim_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1393364Z test_contig_size1_large_dim_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1413020Z test_contig_size1_large_dim_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1432707Z test_contig_size1_large_dim_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1452314Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1472971Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1493514Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1513847Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1533693Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1554256Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1573869Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1593767Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1613404Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1633391Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1653874Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1675081Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1694559Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1714424Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1733965Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1753979Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1773433Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1793309Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1813748Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1834416Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1854790Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1874459Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1894094Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1914166Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1933631Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1953312Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1974003Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.1994614Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2014115Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2034530Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2053986Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2074036Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2093652Z test_contig_size1_large_dim_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2114439Z test_contig_size1_large_dim_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2133898Z test_contig_size1_large_dim_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2155993Z test_contig_size1_large_dim_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2178518Z test_contig_size1_large_dim_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2200898Z test_contig_size1_large_dim_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2221254Z test_contig_size1_large_dim_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2242126Z test_contig_size1_large_dim_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2262275Z test_contig_size1_large_dim_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2283366Z test_contig_size1_large_dim_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2304159Z test_contig_size1_large_dim_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2325157Z test_contig_size1_large_dim_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2345888Z test_contig_size1_large_dim_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2365772Z test_contig_size1_large_dim_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2386653Z test_contig_size1_large_dim_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2404561Z test_contig_size1_large_dim_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2426311Z test_contig_size1_large_dim_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2448772Z test_contig_size1_large_dim_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2469883Z test_contig_size1_large_dim_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2490405Z test_contig_size1_large_dim_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2511024Z test_contig_size1_large_dim_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2529010Z test_contig_size1_large_dim_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2546950Z test_contig_size1_large_dim_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2564488Z test_contig_size1_large_dim_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2582354Z test_contig_size1_large_dim_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2600732Z test_contig_size1_large_dim_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2621205Z test_contig_size1_large_dim_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2640917Z test_contig_size1_large_dim_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2662488Z test_contig_size1_large_dim_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2684879Z test_contig_size1_large_dim_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2707019Z test_contig_size1_large_dim_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2727677Z test_contig_size1_large_dim_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2748155Z test_contig_size1_large_dim_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2768409Z test_contig_size1_large_dim_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2787905Z test_contig_size1_large_dim_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2807727Z test_contig_size1_large_dim_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2827465Z test_contig_size1_large_dim_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2847227Z test_contig_size1_large_dim_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2866618Z test_contig_size1_large_dim_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2887231Z test_contig_size1_large_dim_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2906607Z test_contig_size1_large_dim_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2928445Z test_contig_size1_large_dim_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2950701Z test_contig_size1_large_dim_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2972869Z test_contig_size1_large_dim_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.2993634Z test_contig_size1_large_dim_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3014300Z test_contig_size1_large_dim_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3035458Z test_contig_size1_large_dim_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3054832Z test_contig_size1_large_dim_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3074689Z test_contig_size1_large_dim_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3093982Z test_contig_size1_large_dim_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3113842Z test_contig_size1_large_dim_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3133469Z test_contig_size1_large_dim_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3154562Z test_contig_size1_large_dim_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3175184Z test_contig_size1_large_dim_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3195931Z test_contig_size1_large_dim_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3216176Z test_contig_size1_large_dim_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3234089Z test_contig_size1_large_dim_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3251686Z test_contig_size1_large_dim_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3269141Z test_contig_size1_large_dim_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3287117Z test_contig_size1_large_dim_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3304834Z test_contig_size1_large_dim_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3322578Z test_contig_size1_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3341024Z test_contig_size1_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3359670Z test_contig_size1_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3377718Z test_contig_size1_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3395911Z test_contig_size1_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3413392Z test_contig_size1_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3431660Z test_contig_size1_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3449584Z test_contig_size1_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3467406Z test_contig_size1_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3486109Z test_contig_size1_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3503572Z test_contig_size1_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3523345Z test_contig_size1_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3543441Z test_contig_size1_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3562165Z test_contig_size1_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3581116Z test_contig_size1_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3599959Z test_contig_size1_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3617485Z test_contig_size1_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3635297Z test_contig_size1_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3653249Z test_contig_size1_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3671252Z test_contig_size1_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3688847Z test_contig_size1_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3707294Z test_contig_size1_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3725049Z test_contig_size1_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3743838Z test_contig_size1_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3762834Z test_contig_size1_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3780988Z test_contig_size1_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3798825Z test_contig_size1_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3816708Z test_contig_size1_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3834606Z test_contig_size1_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3852240Z test_contig_size1_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3870165Z test_contig_size1_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3889067Z test_contig_size1_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3906649Z test_contig_size1_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3926438Z test_contig_size1_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3946300Z test_contig_size1_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3965140Z test_contig_size1_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.3983554Z test_contig_size1_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4001774Z test_contig_size1_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4019600Z test_contig_size1_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4038012Z test_contig_size1_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4055474Z test_contig_size1_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4073396Z test_contig_size1_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4091073Z test_contig_size1_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4109374Z test_contig_size1_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4127228Z test_contig_size1_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4147389Z test_contig_size1_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4167538Z test_contig_size1_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4187594Z test_contig_size1_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4206651Z test_contig_size1_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4225055Z test_contig_size1_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4243589Z test_contig_size1_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4261386Z test_contig_size1_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4279337Z test_contig_size1_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4297118Z test_contig_size1_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4314777Z test_contig_size1_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4333483Z test_contig_size1_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4352757Z test_contig_size1_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4368382Z test_contig_size1_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.4385985Z test_contig_size1_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4403942Z test_contig_size1_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4422504Z test_contig_size1_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4439618Z test_contig_size1_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4456409Z test_contig_size1_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4472483Z test_contig_size1_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4489419Z test_contig_size1_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4505472Z test_contig_size1_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4521671Z test_contig_size1_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4537707Z test_contig_size1_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4556538Z test_contig_size1_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4573895Z test_contig_size1_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4593814Z test_contig_size1_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4612893Z test_contig_size1_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4631118Z test_contig_size1_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4648900Z test_contig_size1_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4666449Z test_contig_size1_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4684321Z test_contig_size1_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4702169Z test_contig_size1_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4720078Z test_contig_size1_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4736455Z test_contig_size1_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4752227Z test_contig_size1_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.4769867Z test_contig_size1_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4787236Z test_contig_size1_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4805931Z test_contig_size1_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4822376Z test_contig_size1_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4838971Z test_contig_size1_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4855324Z test_contig_size1_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4871452Z test_contig_size1_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.4887592Z test_contig_size1_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4902726Z test_contig_size1_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.4918732Z test_contig_size1_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.4934156Z test_contig_size1_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.4954468Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4974691Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.4994335Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5013159Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5032185Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5050746Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5069446Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5088315Z test_contig_size1_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5107764Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5127707Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5146974Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5165989Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5185141Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5204077Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5223217Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5241753Z test_contig_size1_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5261625Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5281492Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5300508Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5319722Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5338522Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5357990Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5376860Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5395999Z test_contig_size1_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5414794Z test_contig_size1_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5430858Z test_contig_size1_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.5449424Z test_contig_size1_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5467872Z test_contig_size1_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5486510Z test_contig_size1_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5502485Z test_contig_size1_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.5518863Z test_contig_size1_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5534323Z test_contig_size1_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.5550331Z test_contig_size1_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.5566687Z test_contig_size1_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5585067Z test_contig_size1_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5604687Z test_contig_size1_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5624778Z test_contig_size1_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5644957Z test_contig_size1_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5663219Z test_contig_size1_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5681930Z test_contig_size1_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5699910Z test_contig_size1_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5716155Z test_contig_size1_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5732243Z test_contig_size1_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5747768Z test_contig_size1_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.5764178Z test_contig_size1_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5780118Z test_contig_size1_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5798938Z test_contig_size1_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5817565Z test_contig_size1_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5836976Z test_contig_size1_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5854881Z test_contig_size1_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5873690Z test_contig_size1_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5892247Z test_contig_size1_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5910693Z test_contig_size1_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5929166Z test_contig_size1_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5947545Z test_contig_size1_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5966410Z test_contig_size1_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.5984791Z test_contig_size1_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6003358Z test_contig_size1_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6022443Z test_contig_size1_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6040806Z test_contig_size1_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6059455Z test_contig_size1_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6078027Z test_contig_size1_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6096669Z test_contig_size1_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6115706Z test_contig_size1_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6134459Z test_contig_size1_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6153076Z test_contig_size1_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6169010Z test_contig_size1_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6185117Z test_contig_size1_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.6201267Z test_contig_size1_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.6217481Z test_contig_size1_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6236311Z test_contig_size1_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6254899Z test_contig_size1_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6273655Z test_contig_size1_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6292070Z test_contig_size1_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6310492Z test_contig_size1_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6329090Z test_contig_size1_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6347863Z test_contig_size1_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6366086Z test_contig_size1_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6385498Z test_contig_size1_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6406426Z test_contig_size1_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6425417Z test_contig_size1_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6446782Z test_contig_size1_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6466130Z test_contig_size1_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6485991Z test_contig_size1_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6504044Z test_contig_size1_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6520625Z test_contig_size1_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6536649Z test_contig_size1_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.6552637Z test_contig_size1_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.6568494Z test_contig_size1_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.6584456Z test_contig_size1_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.6603338Z test_contig_size1_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6621780Z test_contig_size1_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6640894Z test_contig_size1_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6659340Z test_contig_size1_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6675437Z test_contig_size1_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6691474Z test_contig_size1_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.6707093Z test_contig_size1_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.6723198Z test_contig_size1_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6739066Z test_contig_size1_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.6760517Z test_contig_size1_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6781724Z test_contig_size1_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6802946Z test_contig_size1_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6823596Z test_contig_size1_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6842489Z test_contig_size1_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6861256Z test_contig_size1_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6879779Z test_contig_size1_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6898260Z test_contig_size1_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6917224Z test_contig_size1_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6935974Z test_contig_size1_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6954749Z test_contig_size1_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6972895Z test_contig_size1_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.6992114Z test_contig_size1_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7010359Z test_contig_size1_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7029282Z test_contig_size1_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7047629Z test_contig_size1_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7066455Z test_contig_size1_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7085073Z test_contig_size1_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7103653Z test_contig_size1_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7121943Z test_contig_size1_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7141252Z test_contig_size1_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7159995Z test_contig_size1_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7180996Z test_contig_size1_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7202627Z test_contig_size1_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7221951Z test_contig_size1_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7241346Z test_contig_size1_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7261509Z test_contig_size1_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7280184Z test_contig_size1_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7298767Z test_contig_size1_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7317645Z test_contig_size1_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7335973Z test_contig_size1_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7354744Z test_contig_size1_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7373512Z test_contig_size1_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7393919Z test_contig_size1_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7414318Z test_contig_size1_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7433305Z test_contig_size1_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7451910Z test_contig_size1_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7470591Z test_contig_size1_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7488772Z test_contig_size1_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7506475Z test_contig_size1_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7525039Z test_contig_size1_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7543603Z test_contig_size1_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7561486Z test_contig_size1_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7580389Z test_contig_size1_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7599306Z test_contig_size1_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7618050Z test_contig_size1_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7636918Z test_contig_size1_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7652650Z test_contig_size1_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7668931Z test_contig_size1_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7684817Z test_contig_size1_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.7700914Z test_contig_size1_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7717638Z test_contig_size1_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7734910Z test_contig_size1_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7753945Z test_contig_size1_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7772231Z test_contig_size1_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7790365Z test_contig_size1_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7808392Z test_contig_size1_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7826103Z test_contig_size1_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7844522Z test_contig_size1_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7867948Z test_contig_size1_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7886238Z test_contig_size1_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7903813Z test_contig_size1_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7922431Z test_contig_size1_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7941135Z test_contig_size1_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7959711Z test_contig_size1_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7977851Z test_contig_size1_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.7995068Z test_contig_size1_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8012931Z test_contig_size1_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8031400Z test_contig_size1_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8049085Z test_contig_size1_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8066669Z test_contig_size1_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8085862Z test_contig_size1_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8104645Z test_contig_size1_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8123096Z test_contig_size1_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8141120Z test_contig_size1_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8158855Z test_contig_size1_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8176436Z test_contig_size1_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8194620Z test_contig_size1_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8212121Z test_contig_size1_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8229803Z test_contig_size1_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8248486Z test_contig_size1_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8266962Z test_contig_size1_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8286437Z test_contig_size1_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8304005Z test_contig_size1_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8322020Z test_contig_size1_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8339807Z test_contig_size1_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8357672Z test_contig_size1_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8375168Z test_contig_size1_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8393251Z test_contig_size1_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8411793Z test_contig_size1_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8430342Z test_contig_size1_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8448783Z test_contig_size1_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8466682Z test_contig_size1_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8484877Z test_contig_size1_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8502762Z test_contig_size1_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8520649Z test_contig_size1_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8538386Z test_contig_size1_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8556649Z test_contig_size1_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8576276Z test_contig_size1_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8596608Z test_contig_size1_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8616791Z test_contig_size1_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8635447Z test_contig_size1_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8653788Z test_contig_size1_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8671838Z test_contig_size1_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8687592Z test_contig_size1_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.8703150Z test_contig_size1_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.8718736Z test_contig_size1_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.8734087Z test_contig_size1_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.8749747Z test_contig_size1_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.8768443Z test_contig_size1_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8786129Z test_contig_size1_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8805129Z test_contig_size1_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8823676Z test_contig_size1_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8842490Z test_contig_size1_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8860473Z test_contig_size1_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8878670Z test_contig_size1_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8896431Z test_contig_size1_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8914587Z test_contig_size1_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8932406Z test_contig_size1_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8950703Z test_contig_size1_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.8966400Z test_contig_size1_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.8985265Z test_contig_size1_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9004783Z test_contig_size1_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9024261Z test_contig_size1_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9042589Z test_contig_size1_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9061296Z test_contig_size1_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9079105Z test_contig_size1_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9094649Z test_contig_size1_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.9110255Z test_contig_size1_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.9125534Z test_contig_size1_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.9140962Z test_contig_size1_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.9156742Z test_contig_size1_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.9175258Z test_contig_size1_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9193312Z test_contig_size1_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9212848Z test_contig_size1_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9232986Z test_contig_size1_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9251387Z test_contig_size1_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9269904Z test_contig_size1_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9288278Z test_contig_size1_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9305949Z test_contig_size1_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9323701Z test_contig_size1_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9341477Z test_contig_size1_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9359249Z test_contig_size1_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9376645Z test_contig_size1_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9395539Z test_contig_size1_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9414071Z test_contig_size1_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9432949Z test_contig_size1_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9451017Z test_contig_size1_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9467073Z test_contig_size1_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9483692Z test_contig_size1_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9499439Z test_contig_size1_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.9515772Z test_contig_size1_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9531398Z test_contig_size1_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:07.9549828Z test_contig_size1_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9568662Z test_contig_size1_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9586986Z test_contig_size1_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9605490Z test_contig_size1_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9624197Z test_contig_size1_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9642809Z test_contig_size1_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9661268Z test_contig_size1_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9679567Z test_contig_size1_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9698183Z test_contig_size1_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9716967Z test_contig_size1_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9735188Z test_contig_size1_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9753975Z test_contig_size1_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9772431Z test_contig_size1_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9790198Z test_contig_size1_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9809990Z test_contig_size1_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9830261Z test_contig_size1_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9850301Z test_contig_size1_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9868699Z test_contig_size1_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9887324Z test_contig_size1_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9905594Z test_contig_size1_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9923435Z test_contig_size1_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9940933Z test_contig_size1_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9958932Z test_contig_size1_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9976794Z test_contig_size1_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:07.9994917Z test_contig_size1_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0013352Z test_contig_size1_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0029263Z test_contig_size1_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0049241Z test_contig_size1_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0069027Z test_contig_size1_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0089171Z test_contig_size1_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0107438Z test_contig_size1_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0126139Z test_contig_size1_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0144259Z test_contig_size1_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0161229Z test_contig_size1_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0177936Z test_contig_size1_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0194725Z test_contig_size1_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0211691Z test_contig_size1_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0228445Z test_contig_size1_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0246211Z test_contig_size1_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0262117Z test_contig_size1_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0279987Z test_contig_size1_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0297601Z test_contig_size1_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0314980Z test_contig_size1_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0331780Z test_contig_size1_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0348625Z test_contig_size1_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0364636Z test_contig_size1_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0380374Z test_contig_size1_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0396882Z test_contig_size1_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0412753Z test_contig_size1_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0428899Z test_contig_size1_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0447511Z test_contig_size1_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0465122Z test_contig_size1_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0484898Z test_contig_size1_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0504553Z test_contig_size1_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0524393Z test_contig_size1_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0543137Z test_contig_size1_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0561926Z test_contig_size1_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0580175Z test_contig_size1_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0598236Z test_contig_size1_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0615997Z test_contig_size1_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0633874Z test_contig_size1_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0651440Z test_contig_size1_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0668858Z test_contig_size1_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0687873Z test_contig_size1_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0703588Z test_contig_size1_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0722151Z test_contig_size1_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0740739Z test_contig_size1_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0759346Z test_contig_size1_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0774925Z test_contig_size1_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0790785Z test_contig_size1_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0806354Z test_contig_size1_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0822106Z test_contig_size1_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0838240Z test_contig_size1_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0855000Z test_contig_size1_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0872170Z test_contig_size1_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0889060Z test_contig_size1_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0906064Z test_contig_size1_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0922729Z test_contig_size1_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0938716Z test_contig_size1_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0954765Z test_contig_size1_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.0970459Z test_contig_size1_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.0986319Z test_contig_size1_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.1002518Z test_contig_size1_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1021425Z test_contig_size1_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1038956Z test_contig_size1_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1058387Z test_contig_size1_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1078726Z test_contig_size1_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1098554Z test_contig_size1_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1117063Z test_contig_size1_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1135593Z test_contig_size1_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1154037Z test_contig_size1_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1171762Z test_contig_size1_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1189261Z test_contig_size1_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1207063Z test_contig_size1_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1224519Z test_contig_size1_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1242602Z test_contig_size1_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1260852Z test_contig_size1_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1278532Z test_contig_size1_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1298195Z test_contig_size1_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1318233Z test_contig_size1_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1336655Z test_contig_size1_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1355225Z test_contig_size1_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1373394Z test_contig_size1_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1391053Z test_contig_size1_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1408843Z test_contig_size1_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1426695Z test_contig_size1_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1444570Z test_contig_size1_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1462231Z test_contig_size1_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1480899Z test_contig_size1_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1498530Z test_contig_size1_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1518364Z test_contig_size1_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1538313Z test_contig_size1_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1558655Z test_contig_size1_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1577744Z test_contig_size1_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1596516Z test_contig_size1_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1614621Z test_contig_size1_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1632523Z test_contig_size1_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1650122Z test_contig_size1_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1667780Z test_contig_size1_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1685930Z test_contig_size1_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1703319Z test_contig_size1_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1721318Z test_contig_size1_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1739545Z test_contig_size1_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1757950Z test_contig_size1_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1775706Z test_contig_size1_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1793500Z test_contig_size1_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1811219Z test_contig_size1_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1828538Z test_contig_size1_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1846245Z test_contig_size1_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1863797Z test_contig_size1_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1882724Z test_contig_size1_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1900986Z test_contig_size1_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1918686Z test_contig_size1_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1936171Z test_contig_size1_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1954223Z test_contig_size1_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1971692Z test_contig_size1_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.1989769Z test_contig_size1_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2007314Z test_contig_size1_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2025780Z test_contig_size1_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2044243Z test_contig_size1_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2062166Z test_contig_size1_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2079914Z test_contig_size1_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2097372Z test_contig_size1_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2115224Z test_contig_size1_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2132727Z test_contig_size1_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2150554Z test_contig_size1_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2169201Z test_contig_size1_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2187436Z test_contig_size1_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2205100Z test_contig_size1_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2222537Z test_contig_size1_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2240189Z test_contig_size1_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2257763Z test_contig_size1_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2275570Z test_contig_size1_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2293066Z test_contig_size1_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2311778Z test_contig_size1_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2329696Z test_contig_size1_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2347214Z test_contig_size1_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2365172Z test_contig_size1_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2382932Z test_contig_size1_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2400851Z test_contig_size1_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2418675Z test_contig_size1_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2437455Z test_contig_size1_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2455192Z test_contig_size1_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2473735Z test_contig_size1_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2492184Z test_contig_size1_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2510060Z test_contig_size1_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2527683Z test_contig_size1_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2546293Z test_contig_size1_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2565091Z test_contig_size1_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2582848Z test_contig_size1_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2600601Z test_contig_size1_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2617914Z test_contig_size1_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2636892Z test_contig_size1_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2655216Z test_contig_size1_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2673012Z test_contig_size1_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2690958Z test_contig_size1_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2708653Z test_contig_size1_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2726610Z test_contig_size1_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2744034Z test_contig_size1_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2763003Z test_contig_size1_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2780488Z test_contig_size1_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2799382Z test_contig_size1_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2817696Z test_contig_size1_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2835949Z test_contig_size1_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2854080Z test_contig_size1_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2871944Z test_contig_size1_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2889485Z test_contig_size1_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2906921Z test_contig_size1_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2924515Z test_contig_size1_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2941983Z test_contig_size1_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2960944Z test_contig_size1_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2978974Z test_contig_size1_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.2996954Z test_contig_size1_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3014633Z test_contig_size1_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3033213Z test_contig_size1_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3050534Z test_contig_size1_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3068367Z test_contig_size1_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3086445Z test_contig_size1_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3104611Z test_contig_size1_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3123067Z test_contig_size1_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3140850Z test_contig_size1_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3158624Z test_contig_size1_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3175991Z test_contig_size1_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3194173Z test_contig_size1_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3211451Z test_contig_size1_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3228961Z test_contig_size1_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3247809Z test_contig_size1_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3266135Z test_contig_size1_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3284146Z test_contig_size1_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3301711Z test_contig_size1_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3319492Z test_contig_size1_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3337152Z test_contig_size1_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3354967Z test_contig_size1_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3372176Z test_contig_size1_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3390545Z test_contig_size1_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3408629Z test_contig_size1_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3426453Z test_contig_size1_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3444029Z test_contig_size1_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3461807Z test_contig_size1_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3479407Z test_contig_size1_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3496941Z test_contig_size1_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3514721Z test_contig_size1_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3533345Z test_contig_size1_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3551776Z test_contig_size1_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3569721Z test_contig_size1_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3587946Z test_contig_size1_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3607001Z test_contig_size1_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3624587Z test_contig_size1_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3642130Z test_contig_size1_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3659688Z test_contig_size1_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3678298Z test_contig_size1_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3696365Z test_contig_size1_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3714611Z test_contig_size1_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3732105Z test_contig_size1_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3749632Z test_contig_size1_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3767278Z test_contig_size1_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3784779Z test_contig_size1_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3803454Z test_contig_size1_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3822348Z test_contig_size1_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3840796Z test_contig_size1_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3858276Z test_contig_size1_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3876069Z test_contig_size1_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3893994Z test_contig_size1_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3911791Z test_contig_size1_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3929136Z test_contig_size1_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3948043Z test_contig_size1_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3966429Z test_contig_size1_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.3985688Z test_contig_size1_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4005408Z test_contig_size1_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4024567Z test_contig_size1_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4042996Z test_contig_size1_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4061593Z test_contig_size1_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4080769Z test_contig_size1_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4098848Z test_contig_size1_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4117698Z test_contig_size1_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4135337Z test_contig_size1_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4154176Z test_contig_size1_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4172111Z test_contig_size1_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4190586Z test_contig_size1_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4208646Z test_contig_size1_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4226184Z test_contig_size1_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4243948Z test_contig_size1_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4262051Z test_contig_size1_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4280211Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4298668Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4317451Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4335320Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4353080Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4370781Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4388676Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4407291Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4425705Z test_contig_size1_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4444600Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4463910Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4482976Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4501481Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4519656Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4537005Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4554542Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4572378Z test_contig_size1_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4589950Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4608281Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4626302Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4644371Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4661869Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4679820Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4697171Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4714945Z test_contig_size1_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4732285Z test_contig_size1_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4750672Z test_contig_size1_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4769423Z test_contig_size1_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4786723Z test_contig_size1_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4804490Z test_contig_size1_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4822043Z test_contig_size1_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4839745Z test_contig_size1_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4857424Z test_contig_size1_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4876226Z test_contig_size1_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4894297Z test_contig_size1_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4914319Z test_contig_size1_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4934040Z test_contig_size1_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4954021Z test_contig_size1_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4972556Z test_contig_size1_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.4990716Z test_contig_size1_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5008977Z test_contig_size1_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5027155Z test_contig_size1_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5045013Z test_contig_size1_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5062441Z test_contig_size1_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5080330Z test_contig_size1_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5098324Z test_contig_size1_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5116885Z test_contig_size1_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5133006Z test_contig_size1_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5152893Z test_contig_size1_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5172732Z test_contig_size1_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5191688Z test_contig_size1_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5210150Z test_contig_size1_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5228248Z test_contig_size1_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5244409Z test_contig_size1_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5260262Z test_contig_size1_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.5276061Z test_contig_size1_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.5291842Z test_contig_size1_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.5307791Z test_contig_size1_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.5326449Z test_contig_size1_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5344588Z test_contig_size1_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5365381Z test_contig_size1_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5385371Z test_contig_size1_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5405293Z test_contig_size1_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5423513Z test_contig_size1_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5441998Z test_contig_size1_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5461683Z test_contig_size1_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5478718Z test_contig_size1_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5497278Z test_contig_size1_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5515258Z test_contig_size1_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5532665Z test_contig_size1_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5550121Z test_contig_size1_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5568813Z test_contig_size1_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5586380Z test_contig_size1_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5606077Z test_contig_size1_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5625723Z test_contig_size1_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5645807Z test_contig_size1_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5664161Z test_contig_size1_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5682795Z test_contig_size1_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5700874Z test_contig_size1_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5718838Z test_contig_size1_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5736129Z test_contig_size1_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5753937Z test_contig_size1_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5771573Z test_contig_size1_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5789145Z test_contig_size1_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5807724Z test_contig_size1_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5826170Z test_contig_size1_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5844688Z test_contig_size1_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5862714Z test_contig_size1_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5878738Z test_contig_size1_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5894575Z test_contig_size1_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.5910310Z test_contig_size1_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.5926246Z test_contig_size1_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.5941845Z test_contig_size1_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.5959591Z test_contig_vs_every_other_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:08.5974284Z test_contig_vs_every_other_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:08.6017692Z test_contig_vs_every_other_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:35:09.7694714Z test_contig_vs_every_other_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.167s) 2022-09-27T16:35:09.7740908Z test_contig_vs_every_other_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:35:09.7758317Z test_contig_vs_every_other_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.7775669Z test_contig_vs_every_other_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.7792988Z test_contig_vs_every_other_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.7807867Z test_contig_vs_every_other_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:09.7822807Z test_contig_vs_every_other_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:09.7837742Z test_contig_vs_every_other_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:09.7852490Z test_contig_vs_every_other_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:09.7867249Z test_contig_vs_every_other_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:09.7885008Z test_contig_vs_every_other_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.7901322Z test_contig_vs_every_other_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.7919960Z test_contig_vs_every_other_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.7938649Z test_contig_vs_every_other_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.7957619Z test_contig_vs_every_other_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.7975031Z test_contig_vs_every_other_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.7992449Z test_contig_vs_every_other_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8009311Z test_contig_vs_every_other_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8026039Z test_contig_vs_every_other_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8042678Z test_contig_vs_every_other_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8059103Z test_contig_vs_every_other_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8075765Z test_contig_vs_every_other_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8092188Z test_contig_vs_every_other_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8109591Z test_contig_vs_every_other_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8126165Z test_contig_vs_every_other_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8144495Z test_contig_vs_every_other_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8163272Z test_contig_vs_every_other_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8181908Z test_contig_vs_every_other_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8199718Z test_contig_vs_every_other_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8216934Z test_contig_vs_every_other_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8234421Z test_contig_vs_every_other_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8250841Z test_contig_vs_every_other_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8267215Z test_contig_vs_every_other_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8283836Z test_contig_vs_every_other_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8300105Z test_contig_vs_every_other_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8316968Z test_contig_vs_every_other_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:09.8333320Z test_contig_vs_every_other_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:11.0380866Z test_contig_vs_every_other_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.204s) 2022-09-27T16:35:12.2354223Z test_contig_vs_every_other_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.197s) 2022-09-27T16:35:13.4295092Z test_contig_vs_every_other_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.194s) 2022-09-27T16:35:13.4314295Z test_contig_vs_every_other_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4331221Z test_contig_vs_every_other_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4347989Z test_contig_vs_every_other_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4364707Z test_contig_vs_every_other_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4381137Z test_contig_vs_every_other_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4397984Z test_contig_vs_every_other_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4414314Z test_contig_vs_every_other_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4432134Z test_contig_vs_every_other_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4448611Z test_contig_vs_every_other_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4467081Z test_contig_vs_every_other_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4486099Z test_contig_vs_every_other_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4504844Z test_contig_vs_every_other_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4522446Z test_contig_vs_every_other_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4539618Z test_contig_vs_every_other_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4556857Z test_contig_vs_every_other_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4573304Z test_contig_vs_every_other_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4589654Z test_contig_vs_every_other_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4606514Z test_contig_vs_every_other_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4622954Z test_contig_vs_every_other_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4639713Z test_contig_vs_every_other_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4657045Z test_contig_vs_every_other_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4673572Z test_contig_vs_every_other_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4692053Z test_contig_vs_every_other_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4710683Z test_contig_vs_every_other_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4729733Z test_contig_vs_every_other_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4746717Z test_contig_vs_every_other_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4765095Z test_contig_vs_every_other_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4782726Z test_contig_vs_every_other_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4800551Z test_contig_vs_every_other_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4817485Z test_contig_vs_every_other_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4835024Z test_contig_vs_every_other_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4851427Z test_contig_vs_every_other_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4867842Z test_contig_vs_every_other_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4885392Z test_contig_vs_every_other_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4902389Z test_contig_vs_every_other_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4920854Z test_contig_vs_every_other_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4939439Z test_contig_vs_every_other_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4958257Z test_contig_vs_every_other_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4975549Z test_contig_vs_every_other_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.4992834Z test_contig_vs_every_other_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5009788Z test_contig_vs_every_other_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5026427Z test_contig_vs_every_other_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5042878Z test_contig_vs_every_other_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5059180Z test_contig_vs_every_other_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5075950Z test_contig_vs_every_other_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5092330Z test_contig_vs_every_other_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5109468Z test_contig_vs_every_other_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5126094Z test_contig_vs_every_other_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5144489Z test_contig_vs_every_other_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5163537Z test_contig_vs_every_other_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5181963Z test_contig_vs_every_other_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5199269Z test_contig_vs_every_other_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5216597Z test_contig_vs_every_other_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5233608Z test_contig_vs_every_other_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5250196Z test_contig_vs_every_other_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5266631Z test_contig_vs_every_other_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5283260Z test_contig_vs_every_other_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5299604Z test_contig_vs_every_other_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5316380Z test_contig_vs_every_other_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5333228Z test_contig_vs_every_other_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5349792Z test_contig_vs_every_other_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5368415Z test_contig_vs_every_other_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5386711Z test_contig_vs_every_other_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5405239Z test_contig_vs_every_other_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5422556Z test_contig_vs_every_other_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5440094Z test_contig_vs_every_other_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5457373Z test_contig_vs_every_other_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5474206Z test_contig_vs_every_other_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5490721Z test_contig_vs_every_other_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5507307Z test_contig_vs_every_other_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5524101Z test_contig_vs_every_other_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5540801Z test_contig_vs_every_other_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5555682Z test_contig_vs_every_other_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5570351Z test_contig_vs_every_other_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5584994Z test_contig_vs_every_other_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5599724Z test_contig_vs_every_other_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5614348Z test_contig_vs_every_other_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5629156Z test_contig_vs_every_other_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5645039Z test_contig_vs_every_other_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5659380Z test_contig_vs_every_other_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5675992Z test_contig_vs_every_other_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5692481Z test_contig_vs_every_other_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5709097Z test_contig_vs_every_other_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5724972Z test_contig_vs_every_other_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5740557Z test_contig_vs_every_other_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5756435Z test_contig_vs_every_other_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5771216Z test_contig_vs_every_other_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5785923Z test_contig_vs_every_other_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5801173Z test_contig_vs_every_other_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5815836Z test_contig_vs_every_other_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5830820Z test_contig_vs_every_other_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5846736Z test_contig_vs_every_other_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5861550Z test_contig_vs_every_other_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5878215Z test_contig_vs_every_other_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5894891Z test_contig_vs_every_other_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.5910497Z test_contig_vs_every_other_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5926459Z test_contig_vs_every_other_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5942034Z test_contig_vs_every_other_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5957027Z test_contig_vs_every_other_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5971760Z test_contig_vs_every_other_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.5986389Z test_contig_vs_every_other_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6001548Z test_contig_vs_every_other_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6016023Z test_contig_vs_every_other_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6033497Z test_contig_vs_every_other_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6050709Z test_contig_vs_every_other_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6068065Z test_contig_vs_every_other_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6085233Z test_contig_vs_every_other_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6100229Z test_contig_vs_every_other_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6115393Z test_contig_vs_every_other_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6129837Z test_contig_vs_every_other_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6144648Z test_contig_vs_every_other_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6159672Z test_contig_vs_every_other_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6177573Z test_contig_vs_every_other_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6194887Z test_contig_vs_every_other_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6213698Z test_contig_vs_every_other_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6232356Z test_contig_vs_every_other_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6250992Z test_contig_vs_every_other_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6268877Z test_contig_vs_every_other_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6287150Z test_contig_vs_every_other_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6304992Z test_contig_vs_every_other_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6322248Z test_contig_vs_every_other_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6339198Z test_contig_vs_every_other_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6356614Z test_contig_vs_every_other_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6373613Z test_contig_vs_every_other_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6390676Z test_contig_vs_every_other_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6406372Z test_contig_vs_every_other_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6421207Z test_contig_vs_every_other_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6438110Z test_contig_vs_every_other_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6454545Z test_contig_vs_every_other_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6471077Z test_contig_vs_every_other_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6486694Z test_contig_vs_every_other_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6502242Z test_contig_vs_every_other_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6518059Z test_contig_vs_every_other_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6532812Z test_contig_vs_every_other_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6547534Z test_contig_vs_every_other_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6562468Z test_contig_vs_every_other_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6576890Z test_contig_vs_every_other_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6593281Z test_contig_vs_every_other_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6610197Z test_contig_vs_every_other_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:13.6624538Z test_contig_vs_every_other_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:13.6644045Z test_contig_vs_every_other_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.7808639Z test_contig_vs_every_other_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.116s) 2022-09-27T16:35:14.7828906Z test_contig_vs_every_other_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.7846498Z test_contig_vs_every_other_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.7863463Z test_contig_vs_every_other_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.7880347Z test_contig_vs_every_other_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.7894903Z test_contig_vs_every_other_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.7909232Z test_contig_vs_every_other_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.7923451Z test_contig_vs_every_other_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.7937731Z test_contig_vs_every_other_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.7952269Z test_contig_vs_every_other_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.7969294Z test_contig_vs_every_other_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.7983488Z test_contig_vs_every_other_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.8002326Z test_contig_vs_every_other_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8021473Z test_contig_vs_every_other_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8040230Z test_contig_vs_every_other_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8056952Z test_contig_vs_every_other_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8074300Z test_contig_vs_every_other_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8090948Z test_contig_vs_every_other_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8105369Z test_contig_vs_every_other_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.8120074Z test_contig_vs_every_other_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.8133793Z test_contig_vs_every_other_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.8148088Z test_contig_vs_every_other_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.8162663Z test_contig_vs_every_other_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:14.8179986Z test_contig_vs_every_other_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8196818Z test_contig_vs_every_other_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8215486Z test_contig_vs_every_other_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8234363Z test_contig_vs_every_other_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8252997Z test_contig_vs_every_other_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8272150Z test_contig_vs_every_other_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8289581Z test_contig_vs_every_other_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8306402Z test_contig_vs_every_other_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8323168Z test_contig_vs_every_other_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8339471Z test_contig_vs_every_other_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8357028Z test_contig_vs_every_other_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8374218Z test_contig_vs_every_other_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8391882Z test_contig_vs_every_other_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8410006Z test_contig_vs_every_other_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8427390Z test_contig_vs_every_other_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8447197Z test_contig_vs_every_other_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8466715Z test_contig_vs_every_other_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8486730Z test_contig_vs_every_other_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8504761Z test_contig_vs_every_other_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8523032Z test_contig_vs_every_other_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8540845Z test_contig_vs_every_other_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8557491Z test_contig_vs_every_other_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8574145Z test_contig_vs_every_other_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8591016Z test_contig_vs_every_other_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8607573Z test_contig_vs_every_other_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8624026Z test_contig_vs_every_other_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8641812Z test_contig_vs_every_other_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8658498Z test_contig_vs_every_other_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8676068Z test_contig_vs_every_other_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8693682Z test_contig_vs_every_other_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8710800Z test_contig_vs_every_other_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8727718Z test_contig_vs_every_other_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8744332Z test_contig_vs_every_other_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8761257Z test_contig_vs_every_other_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8778006Z test_contig_vs_every_other_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:14.8795021Z test_contig_vs_every_other_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:19.4438902Z test_contig_vs_every_other_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.564s) 2022-09-27T16:35:20.8216610Z test_contig_vs_every_other_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.378s) 2022-09-27T16:35:22.2022652Z test_contig_vs_every_other_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.380s) 2022-09-27T16:35:23.6119154Z test_contig_vs_every_other_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.410s) 2022-09-27T16:35:23.6137712Z test_contig_vs_every_other_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6155641Z test_contig_vs_every_other_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6173060Z test_contig_vs_every_other_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6190682Z test_contig_vs_every_other_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6208237Z test_contig_vs_every_other_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6226828Z test_contig_vs_every_other_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6244324Z test_contig_vs_every_other_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6263290Z test_contig_vs_every_other_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6282744Z test_contig_vs_every_other_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6301004Z test_contig_vs_every_other_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6318590Z test_contig_vs_every_other_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6335831Z test_contig_vs_every_other_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6352714Z test_contig_vs_every_other_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6369098Z test_contig_vs_every_other_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6385554Z test_contig_vs_every_other_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6402277Z test_contig_vs_every_other_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6418558Z test_contig_vs_every_other_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6437168Z test_contig_vs_every_other_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6454444Z test_contig_vs_every_other_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6471117Z test_contig_vs_every_other_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6488691Z test_contig_vs_every_other_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6506085Z test_contig_vs_every_other_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6523540Z test_contig_vs_every_other_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6540080Z test_contig_vs_every_other_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6556747Z test_contig_vs_every_other_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6573212Z test_contig_vs_every_other_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6589914Z test_contig_vs_every_other_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:23.6606523Z test_contig_vs_every_other_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:24.8034741Z test_contig_vs_every_other_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.142s) 2022-09-27T16:35:28.9087807Z test_contig_vs_every_other_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.105s) 2022-09-27T16:35:30.0728585Z test_contig_vs_every_other_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.164s) 2022-09-27T16:35:31.1910245Z test_contig_vs_every_other_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.118s) 2022-09-27T16:35:32.3749909Z test_contig_vs_every_other_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.184s) 2022-09-27T16:35:32.3769048Z test_contig_vs_every_other_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:32.3786577Z test_contig_vs_every_other_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:32.3804256Z test_contig_vs_every_other_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:32.3821753Z test_contig_vs_every_other_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:32.3839383Z test_contig_vs_every_other_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:36.5586779Z test_contig_vs_every_other_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.174s) 2022-09-27T16:35:37.7212667Z test_contig_vs_every_other_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.162s) 2022-09-27T16:35:38.8686671Z test_contig_vs_every_other_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.147s) 2022-09-27T16:35:40.1005292Z test_contig_vs_every_other_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.232s) 2022-09-27T16:35:40.1023341Z test_contig_vs_every_other_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:40.1040400Z test_contig_vs_every_other_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:40.1057066Z test_contig_vs_every_other_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:40.1074095Z test_contig_vs_every_other_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:40.1090673Z test_contig_vs_every_other_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:41.2268276Z test_contig_vs_every_other_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.117s) 2022-09-27T16:35:45.2837097Z test_contig_vs_every_other_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.057s) 2022-09-27T16:35:46.4022276Z test_contig_vs_every_other_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.118s) 2022-09-27T16:35:47.5122762Z test_contig_vs_every_other_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.110s) 2022-09-27T16:35:48.6560701Z test_contig_vs_every_other_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.144s) 2022-09-27T16:35:48.6579237Z test_contig_vs_every_other_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:48.6596085Z test_contig_vs_every_other_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:48.6612514Z test_contig_vs_every_other_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:48.6629260Z test_contig_vs_every_other_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:48.6646325Z test_contig_vs_every_other_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:48.6663855Z test_contig_vs_every_other_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:48.6680539Z test_contig_vs_every_other_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:50.1105835Z test_contig_vs_every_other_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.442s) 2022-09-27T16:35:51.4915333Z test_contig_vs_every_other_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.381s) 2022-09-27T16:35:52.8750067Z test_contig_vs_every_other_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.383s) 2022-09-27T16:35:52.8768932Z test_contig_vs_every_other_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8786453Z test_contig_vs_every_other_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8803795Z test_contig_vs_every_other_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8820565Z test_contig_vs_every_other_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8837220Z test_contig_vs_every_other_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8853784Z test_contig_vs_every_other_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8870353Z test_contig_vs_every_other_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8887027Z test_contig_vs_every_other_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8904633Z test_contig_vs_every_other_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8921282Z test_contig_vs_every_other_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8938501Z test_contig_vs_every_other_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8956219Z test_contig_vs_every_other_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8973203Z test_contig_vs_every_other_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.8989824Z test_contig_vs_every_other_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.9006518Z test_contig_vs_every_other_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.9022858Z test_contig_vs_every_other_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.9039987Z test_contig_vs_every_other_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.9056114Z test_contig_vs_every_other_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.9074576Z test_contig_vs_every_other_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:52.9089988Z test_contig_vs_every_other_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:52.9109009Z test_contig_vs_every_other_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1493784Z test_contig_vs_every_other_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.238s) 2022-09-27T16:35:54.1514722Z test_contig_vs_every_other_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1532702Z test_contig_vs_every_other_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1550748Z test_contig_vs_every_other_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1568629Z test_contig_vs_every_other_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1584304Z test_contig_vs_every_other_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:54.1600245Z test_contig_vs_every_other_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:54.1615382Z test_contig_vs_every_other_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:54.1630587Z test_contig_vs_every_other_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:54.1645991Z test_contig_vs_every_other_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:54.1663585Z test_contig_vs_every_other_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1680428Z test_contig_vs_every_other_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1698993Z test_contig_vs_every_other_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1717555Z test_contig_vs_every_other_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1735627Z test_contig_vs_every_other_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1753248Z test_contig_vs_every_other_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1770091Z test_contig_vs_every_other_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1787535Z test_contig_vs_every_other_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1804402Z test_contig_vs_every_other_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1820841Z test_contig_vs_every_other_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1837982Z test_contig_vs_every_other_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1855402Z test_contig_vs_every_other_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1873033Z test_contig_vs_every_other_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1890448Z test_contig_vs_every_other_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1907946Z test_contig_vs_every_other_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1925416Z test_contig_vs_every_other_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1942318Z test_contig_vs_every_other_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.1957499Z test_contig_vs_every_other_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:54.1972215Z test_contig_vs_every_other_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:54.1986793Z test_contig_vs_every_other_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:54.2001920Z test_contig_vs_every_other_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:54.2016733Z test_contig_vs_every_other_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:35:54.2034591Z test_contig_vs_every_other_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2051759Z test_contig_vs_every_other_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2069259Z test_contig_vs_every_other_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2086548Z test_contig_vs_every_other_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2094419Z test_contig_vs_every_other_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:35:54.2101151Z test_contig_vs_every_other_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:35:54.2108978Z test_contig_vs_every_other_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:35:54.2126424Z test_contig_vs_every_other_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2143080Z test_contig_vs_every_other_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2161281Z test_contig_vs_every_other_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2179525Z test_contig_vs_every_other_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2196560Z test_contig_vs_every_other_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2213998Z test_contig_vs_every_other_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2231281Z test_contig_vs_every_other_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2247877Z test_contig_vs_every_other_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2264568Z test_contig_vs_every_other_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2281165Z test_contig_vs_every_other_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2297865Z test_contig_vs_every_other_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:54.2314692Z test_contig_vs_every_other_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:35:55.4865299Z test_contig_vs_every_other_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.255s) 2022-09-27T16:35:59.7262162Z test_contig_vs_every_other_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.240s) 2022-09-27T16:36:00.9601584Z test_contig_vs_every_other_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.234s) 2022-09-27T16:36:02.2064002Z test_contig_vs_every_other_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.246s) 2022-09-27T16:36:03.4678188Z test_contig_vs_every_other_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.261s) 2022-09-27T16:36:03.4696834Z test_contig_vs_every_other_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.4714579Z test_contig_vs_every_other_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.4731839Z test_contig_vs_every_other_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.4749243Z test_contig_vs_every_other_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.4766877Z test_contig_vs_every_other_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.4785967Z test_contig_vs_every_other_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.4805265Z test_contig_vs_every_other_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.4824180Z test_contig_vs_every_other_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.4840264Z test_contig_vs_every_other_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.4854758Z test_contig_vs_every_other_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.4871629Z test_contig_vs_every_other_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.4888210Z test_contig_vs_every_other_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.4903465Z test_contig_vs_every_other_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.4919149Z test_contig_vs_every_other_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.4935460Z test_contig_vs_every_other_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.4949985Z test_contig_vs_every_other_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.4964342Z test_contig_vs_every_other_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.4980138Z test_contig_vs_every_other_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.4995870Z test_contig_vs_every_other_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5011439Z test_contig_vs_every_other_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5028641Z test_contig_vs_every_other_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5043624Z test_contig_vs_every_other_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5062306Z test_contig_vs_every_other_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5081328Z test_contig_vs_every_other_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5100474Z test_contig_vs_every_other_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5117227Z test_contig_vs_every_other_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5133517Z test_contig_vs_every_other_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5149661Z test_contig_vs_every_other_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5164573Z test_contig_vs_every_other_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5179163Z test_contig_vs_every_other_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5194399Z test_contig_vs_every_other_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5208968Z test_contig_vs_every_other_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5223421Z test_contig_vs_every_other_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5239495Z test_contig_vs_every_other_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5254015Z test_contig_vs_every_other_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5271770Z test_contig_vs_every_other_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5289116Z test_contig_vs_every_other_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5306565Z test_contig_vs_every_other_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5322844Z test_contig_vs_every_other_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5338506Z test_contig_vs_every_other_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5354755Z test_contig_vs_every_other_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5369188Z test_contig_vs_every_other_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5383938Z test_contig_vs_every_other_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5398751Z test_contig_vs_every_other_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5413428Z test_contig_vs_every_other_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5427938Z test_contig_vs_every_other_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5443603Z test_contig_vs_every_other_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5458100Z test_contig_vs_every_other_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5474814Z test_contig_vs_every_other_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5491097Z test_contig_vs_every_other_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5506676Z test_contig_vs_every_other_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5522391Z test_contig_vs_every_other_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5537845Z test_contig_vs_every_other_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5552659Z test_contig_vs_every_other_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5567238Z test_contig_vs_every_other_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5581961Z test_contig_vs_every_other_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5596931Z test_contig_vs_every_other_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5611669Z test_contig_vs_every_other_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5627185Z test_contig_vs_every_other_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5642045Z test_contig_vs_every_other_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5657445Z test_contig_vs_every_other_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5673122Z test_contig_vs_every_other_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5688577Z test_contig_vs_every_other_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5703248Z test_contig_vs_every_other_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5718262Z test_contig_vs_every_other_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5732779Z test_contig_vs_every_other_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5747461Z test_contig_vs_every_other_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5762398Z test_contig_vs_every_other_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5777894Z test_contig_vs_every_other_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5792645Z test_contig_vs_every_other_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5808081Z test_contig_vs_every_other_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5823805Z test_contig_vs_every_other_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5839668Z test_contig_vs_every_other_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5854313Z test_contig_vs_every_other_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5868783Z test_contig_vs_every_other_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5883978Z test_contig_vs_every_other_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5898771Z test_contig_vs_every_other_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5913665Z test_contig_vs_every_other_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5929079Z test_contig_vs_every_other_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5943749Z test_contig_vs_every_other_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.5960746Z test_contig_vs_every_other_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5977543Z test_contig_vs_every_other_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.5994596Z test_contig_vs_every_other_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.6010274Z test_contig_vs_every_other_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.6025671Z test_contig_vs_every_other_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.6042196Z test_contig_vs_every_other_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:03.6057867Z test_contig_vs_every_other_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.6073712Z test_contig_vs_every_other_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.6089057Z test_contig_vs_every_other_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.6104660Z test_contig_vs_every_other_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:03.6120436Z test_contig_vs_every_other_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:04.7334546Z test_contig_vs_every_other_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.121s) 2022-09-27T16:36:05.8662146Z test_contig_vs_every_other_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (1.133s) 2022-09-27T16:36:07.2681635Z test_contig_vs_every_other_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.402s) 2022-09-27T16:36:08.4951215Z test_contig_vs_every_other_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.227s) 2022-09-27T16:36:09.5882489Z test_contig_vs_every_other_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.093s) 2022-09-27T16:36:10.7343976Z test_contig_vs_every_other_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.146s) 2022-09-27T16:36:11.8469685Z test_contig_vs_every_other_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.112s) 2022-09-27T16:36:12.9615577Z test_contig_vs_every_other_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.114s) 2022-09-27T16:36:14.0812265Z test_contig_vs_every_other_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.119s) 2022-09-27T16:36:15.1858770Z test_contig_vs_every_other_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.104s) 2022-09-27T16:36:16.3005625Z test_contig_vs_every_other_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (1.115s) 2022-09-27T16:36:17.4080417Z test_contig_vs_every_other_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (1.107s) 2022-09-27T16:36:21.7714720Z test_contig_vs_every_other_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.363s) 2022-09-27T16:36:23.0520069Z test_contig_vs_every_other_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.280s) 2022-09-27T16:36:24.3537547Z test_contig_vs_every_other_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.302s) 2022-09-27T16:36:25.6753674Z test_contig_vs_every_other_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.321s) 2022-09-27T16:36:25.6772343Z test_contig_vs_every_other_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:25.6789495Z test_contig_vs_every_other_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:25.6806894Z test_contig_vs_every_other_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:25.6824042Z test_contig_vs_every_other_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:25.6841465Z test_contig_vs_every_other_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:25.6859613Z test_contig_vs_every_other_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:25.6877027Z test_contig_vs_every_other_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:26.9856510Z test_contig_vs_every_other_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.298s) 2022-09-27T16:36:28.2409389Z test_contig_vs_every_other_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.255s) 2022-09-27T16:36:28.2428729Z test_contig_vs_every_other_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2446960Z test_contig_vs_every_other_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2464553Z test_contig_vs_every_other_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2482184Z test_contig_vs_every_other_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2499265Z test_contig_vs_every_other_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2517042Z test_contig_vs_every_other_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2534174Z test_contig_vs_every_other_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2551443Z test_contig_vs_every_other_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2569512Z test_contig_vs_every_other_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2586447Z test_contig_vs_every_other_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2604649Z test_contig_vs_every_other_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2622741Z test_contig_vs_every_other_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2640332Z test_contig_vs_every_other_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2657396Z test_contig_vs_every_other_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2674668Z test_contig_vs_every_other_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2691732Z test_contig_vs_every_other_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2708951Z test_contig_vs_every_other_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2726136Z test_contig_vs_every_other_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2743910Z test_contig_vs_every_other_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:28.2761207Z test_contig_vs_every_other_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:29.5776411Z test_contig_vs_every_other_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.301s) 2022-09-27T16:36:30.8370176Z test_contig_vs_every_other_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.259s) 2022-09-27T16:36:30.8389332Z test_contig_vs_every_other_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:30.8407691Z test_contig_vs_every_other_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:30.8425350Z test_contig_vs_every_other_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:30.8442535Z test_contig_vs_every_other_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:30.8459147Z test_contig_vs_every_other_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:30.8476191Z test_contig_vs_every_other_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:30.8492445Z test_contig_vs_every_other_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:30.8509153Z test_contig_vs_every_other_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:30.8526723Z test_contig_vs_every_other_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:30.8543267Z test_contig_vs_every_other_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:32.1614938Z test_contig_vs_every_other_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.307s) 2022-09-27T16:36:33.4059312Z test_contig_vs_every_other_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.244s) 2022-09-27T16:36:34.6477925Z test_contig_vs_every_other_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.242s) 2022-09-27T16:36:34.6496529Z test_contig_vs_every_other_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6516932Z test_contig_vs_every_other_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6534726Z test_contig_vs_every_other_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6551357Z test_contig_vs_every_other_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6567931Z test_contig_vs_every_other_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6584344Z test_contig_vs_every_other_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6603176Z test_contig_vs_every_other_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6619704Z test_contig_vs_every_other_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6637819Z test_contig_vs_every_other_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6652532Z test_contig_vs_every_other_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.6668969Z test_contig_vs_every_other_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6685924Z test_contig_vs_every_other_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6702881Z test_contig_vs_every_other_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6718659Z test_contig_vs_every_other_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.6734201Z test_contig_vs_every_other_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.6748978Z test_contig_vs_every_other_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.6763938Z test_contig_vs_every_other_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.6778616Z test_contig_vs_every_other_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.6793701Z test_contig_vs_every_other_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.6808409Z test_contig_vs_every_other_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.6825717Z test_contig_vs_every_other_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6842347Z test_contig_vs_every_other_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6859552Z test_contig_vs_every_other_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6877177Z test_contig_vs_every_other_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6894290Z test_contig_vs_every_other_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6910792Z test_contig_vs_every_other_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6927399Z test_contig_vs_every_other_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6943952Z test_contig_vs_every_other_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6960644Z test_contig_vs_every_other_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6977230Z test_contig_vs_every_other_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.6993130Z test_contig_vs_every_other_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7007166Z test_contig_vs_every_other_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7023430Z test_contig_vs_every_other_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7039790Z test_contig_vs_every_other_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7055867Z test_contig_vs_every_other_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7071040Z test_contig_vs_every_other_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7086436Z test_contig_vs_every_other_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7101626Z test_contig_vs_every_other_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7116154Z test_contig_vs_every_other_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7130444Z test_contig_vs_every_other_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7144312Z test_contig_vs_every_other_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7158822Z test_contig_vs_every_other_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7173099Z test_contig_vs_every_other_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7192051Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7210430Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7228496Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7246353Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7263888Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7281645Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7299341Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7317354Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7335455Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7354130Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7372090Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7389722Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7407404Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7425232Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7442997Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7460559Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7479208Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7497449Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7515747Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7533305Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7550648Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7568511Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7586082Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7603920Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7621285Z test_contig_vs_every_other_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7636323Z test_contig_vs_every_other_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7653596Z test_contig_vs_every_other_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7671092Z test_contig_vs_every_other_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7688182Z test_contig_vs_every_other_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:34.7703088Z test_contig_vs_every_other_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7718243Z test_contig_vs_every_other_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7732642Z test_contig_vs_every_other_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7747379Z test_contig_vs_every_other_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7762412Z test_contig_vs_every_other_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:34.7779740Z test_contig_vs_every_other_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:35.9064287Z test_contig_vs_every_other_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.128s) 2022-09-27T16:36:37.0361119Z test_contig_vs_every_other_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.130s) 2022-09-27T16:36:37.0404467Z test_contig_vs_every_other_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:36:37.0422714Z test_contig_vs_every_other_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0441048Z test_contig_vs_every_other_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0458909Z test_contig_vs_every_other_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0474982Z test_contig_vs_every_other_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0490426Z test_contig_vs_every_other_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.0505480Z test_contig_vs_every_other_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.0520864Z test_contig_vs_every_other_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.0535365Z test_contig_vs_every_other_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.0553422Z test_contig_vs_every_other_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0570784Z test_contig_vs_every_other_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0588240Z test_contig_vs_every_other_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0605428Z test_contig_vs_every_other_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0622952Z test_contig_vs_every_other_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0640503Z test_contig_vs_every_other_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0657813Z test_contig_vs_every_other_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0675105Z test_contig_vs_every_other_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0692610Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0710017Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0727318Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0744400Z test_contig_vs_every_other_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0761913Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0779204Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0796929Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0813912Z test_contig_vs_every_other_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0831625Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0848934Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0866463Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0883846Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0898886Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.0914043Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.0928689Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.0943721Z test_contig_vs_every_other_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.0961373Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0978525Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.0996320Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1013358Z test_contig_vs_every_other_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1030765Z test_contig_vs_every_other_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1048254Z test_contig_vs_every_other_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1065551Z test_contig_vs_every_other_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1083049Z test_contig_vs_every_other_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1101740Z test_contig_vs_every_other_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1120583Z test_contig_vs_every_other_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1138516Z test_contig_vs_every_other_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1156386Z test_contig_vs_every_other_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1173710Z test_contig_vs_every_other_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1191464Z test_contig_vs_every_other_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1208642Z test_contig_vs_every_other_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1223737Z test_contig_vs_every_other_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.1238913Z test_contig_vs_every_other_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.1253477Z test_contig_vs_every_other_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.1268423Z test_contig_vs_every_other_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.1283471Z test_contig_vs_every_other_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.1300964Z test_contig_vs_every_other_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1318474Z test_contig_vs_every_other_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1335720Z test_contig_vs_every_other_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1352945Z test_contig_vs_every_other_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1367871Z test_contig_vs_every_other_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.1382452Z test_contig_vs_every_other_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.1397265Z test_contig_vs_every_other_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.1411912Z test_contig_vs_every_other_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.1426675Z test_contig_vs_every_other_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.1434833Z test_contig_vs_every_other_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:36:37.1442351Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:36:37.1449682Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:36:37.1456936Z test_contig_vs_every_other_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:36:37.1474468Z test_contig_vs_every_other_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1492427Z test_contig_vs_every_other_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1509688Z test_contig_vs_every_other_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1526952Z test_contig_vs_every_other_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1544205Z test_contig_vs_every_other_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1561728Z test_contig_vs_every_other_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1579452Z test_contig_vs_every_other_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1596672Z test_contig_vs_every_other_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1613814Z test_contig_vs_every_other_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1631636Z test_contig_vs_every_other_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1649081Z test_contig_vs_every_other_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1666076Z test_contig_vs_every_other_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1683700Z test_contig_vs_every_other_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1700994Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1718623Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1735670Z test_contig_vs_every_other_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1753972Z test_contig_vs_every_other_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1771383Z test_contig_vs_every_other_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1791271Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1811623Z test_contig_vs_every_other_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1829651Z test_contig_vs_every_other_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1847750Z test_contig_vs_every_other_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1865661Z test_contig_vs_every_other_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1883611Z test_contig_vs_every_other_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1900930Z test_contig_vs_every_other_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1918766Z test_contig_vs_every_other_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1936316Z test_contig_vs_every_other_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1954268Z test_contig_vs_every_other_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1972218Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.1990744Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2010010Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2027788Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2045643Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2062924Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2080075Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2097205Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2114181Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2131076Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2147836Z test_contig_vs_every_other_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2165668Z test_contig_vs_every_other_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2183955Z test_contig_vs_every_other_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2202796Z test_contig_vs_every_other_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2220906Z test_contig_vs_every_other_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2237002Z test_contig_vs_every_other_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2252805Z test_contig_vs_every_other_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.2268580Z test_contig_vs_every_other_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.2283711Z test_contig_vs_every_other_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.2298687Z test_contig_vs_every_other_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:37.2315422Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2332771Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2350067Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2367296Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2383797Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2400673Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2417290Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2434147Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:37.2450591Z test_contig_vs_every_other_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:41.6527819Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.407s) 2022-09-27T16:36:42.9670340Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.314s) 2022-09-27T16:36:44.2696061Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.302s) 2022-09-27T16:36:45.5846658Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.315s) 2022-09-27T16:36:45.5864975Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:45.5882838Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:45.5900287Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:45.5918367Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:45.5935422Z test_contig_vs_every_other_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:51.0111102Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (5.417s) 2022-09-27T16:36:52.9742292Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.963s) 2022-09-27T16:36:54.9330920Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.959s) 2022-09-27T16:36:56.9663814Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.033s) 2022-09-27T16:36:56.9682746Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9699446Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9716752Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9733154Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9749869Z test_contig_vs_every_other_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9766821Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9784638Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9802322Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9830752Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:36:56.9847564Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9864255Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9881287Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9897757Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9914844Z test_contig_vs_every_other_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9931328Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9950719Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:56.9970260Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0010541Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:36:57.0027239Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0044849Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0062412Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0080381Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0097787Z test_contig_vs_every_other_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0116349Z test_contig_vs_every_other_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0135360Z test_contig_vs_every_other_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0154069Z test_contig_vs_every_other_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0172531Z test_contig_vs_every_other_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0189499Z test_contig_vs_every_other_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0206664Z test_contig_vs_every_other_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0223396Z test_contig_vs_every_other_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0238199Z test_contig_vs_every_other_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0252474Z test_contig_vs_every_other_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0266473Z test_contig_vs_every_other_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0281288Z test_contig_vs_every_other_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0295575Z test_contig_vs_every_other_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0313342Z test_contig_vs_every_other_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0330257Z test_contig_vs_every_other_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0347530Z test_contig_vs_every_other_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0365296Z test_contig_vs_every_other_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0382507Z test_contig_vs_every_other_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0399605Z test_contig_vs_every_other_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0416292Z test_contig_vs_every_other_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0433215Z test_contig_vs_every_other_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0449872Z test_contig_vs_every_other_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0466608Z test_contig_vs_every_other_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0483897Z test_contig_vs_every_other_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0498270Z test_contig_vs_every_other_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0516222Z test_contig_vs_every_other_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0534360Z test_contig_vs_every_other_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0552727Z test_contig_vs_every_other_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0569507Z test_contig_vs_every_other_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0586562Z test_contig_vs_every_other_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0603474Z test_contig_vs_every_other_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0617859Z test_contig_vs_every_other_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0632362Z test_contig_vs_every_other_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0646257Z test_contig_vs_every_other_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0660628Z test_contig_vs_every_other_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0675038Z test_contig_vs_every_other_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0692340Z test_contig_vs_every_other_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0708773Z test_contig_vs_every_other_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0727341Z test_contig_vs_every_other_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0745986Z test_contig_vs_every_other_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0763538Z test_contig_vs_every_other_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0780869Z test_contig_vs_every_other_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0797992Z test_contig_vs_every_other_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0814639Z test_contig_vs_every_other_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0831371Z test_contig_vs_every_other_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0847987Z test_contig_vs_every_other_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0864592Z test_contig_vs_every_other_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0881384Z test_contig_vs_every_other_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0898769Z test_contig_vs_every_other_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0916723Z test_contig_vs_every_other_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0933849Z test_contig_vs_every_other_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0950721Z test_contig_vs_every_other_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.0965785Z test_contig_vs_every_other_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0981484Z test_contig_vs_every_other_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.0996298Z test_contig_vs_every_other_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.1011150Z test_contig_vs_every_other_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.1025909Z test_contig_vs_every_other_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:36:57.1043345Z test_contig_vs_every_other_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1060822Z test_contig_vs_every_other_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1078342Z test_contig_vs_every_other_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1095282Z test_contig_vs_every_other_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1112996Z test_contig_vs_every_other_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1130499Z test_contig_vs_every_other_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1147929Z test_contig_vs_every_other_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1165228Z test_contig_vs_every_other_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1182480Z test_contig_vs_every_other_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1200336Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1217462Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1234657Z test_contig_vs_every_other_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1251947Z test_contig_vs_every_other_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:57.1268467Z test_contig_vs_every_other_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:36:58.9451595Z test_contig_vs_every_other_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.818s) 2022-09-27T16:37:00.6338721Z test_contig_vs_every_other_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.689s) 2022-09-27T16:37:02.3261256Z test_contig_vs_every_other_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.692s) 2022-09-27T16:37:02.3280830Z test_contig_vs_every_other_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:02.3298480Z test_contig_vs_every_other_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:02.3315850Z test_contig_vs_every_other_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:02.3332503Z test_contig_vs_every_other_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:02.3349068Z test_contig_vs_every_other_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:02.3365833Z test_contig_vs_every_other_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:02.3382505Z test_contig_vs_every_other_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:02.3399337Z test_contig_vs_every_other_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:02.3416708Z test_contig_vs_every_other_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:02.3431755Z test_contig_vs_every_other_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:02.3473702Z test_contig_vs_every_other_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:37:03.5509805Z test_contig_vs_every_other_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.203s) 2022-09-27T16:37:03.5552533Z test_contig_vs_every_other_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:37:03.5570170Z test_contig_vs_every_other_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:03.5587516Z test_contig_vs_every_other_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:03.5605198Z test_contig_vs_every_other_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:03.5620048Z test_contig_vs_every_other_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5635386Z test_contig_vs_every_other_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5649633Z test_contig_vs_every_other_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5664338Z test_contig_vs_every_other_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5679191Z test_contig_vs_every_other_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5695032Z test_contig_vs_every_other_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5710205Z test_contig_vs_every_other_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5728881Z test_contig_vs_every_other_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:03.5745277Z test_contig_vs_every_other_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:03.5761358Z test_contig_vs_every_other_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5776747Z test_contig_vs_every_other_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5792556Z test_contig_vs_every_other_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5807603Z test_contig_vs_every_other_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5822448Z test_contig_vs_every_other_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5837408Z test_contig_vs_every_other_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5852130Z test_contig_vs_every_other_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5866894Z test_contig_vs_every_other_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:03.5884432Z test_contig_vs_every_other_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:03.5900976Z test_contig_vs_every_other_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:05.3541733Z test_contig_vs_every_other_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.764s) 2022-09-27T16:37:06.9941423Z test_contig_vs_every_other_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.640s) 2022-09-27T16:37:08.6360962Z test_contig_vs_every_other_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.642s) 2022-09-27T16:37:08.6380971Z test_contig_vs_every_other_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6399613Z test_contig_vs_every_other_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6417580Z test_contig_vs_every_other_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6435742Z test_contig_vs_every_other_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6452169Z test_contig_vs_every_other_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6468717Z test_contig_vs_every_other_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6485527Z test_contig_vs_every_other_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6501999Z test_contig_vs_every_other_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6519745Z test_contig_vs_every_other_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6535210Z test_contig_vs_every_other_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6553702Z test_contig_vs_every_other_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6572066Z test_contig_vs_every_other_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6589918Z test_contig_vs_every_other_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6605663Z test_contig_vs_every_other_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6621248Z test_contig_vs_every_other_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6636670Z test_contig_vs_every_other_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6651583Z test_contig_vs_every_other_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6665873Z test_contig_vs_every_other_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6681872Z test_contig_vs_every_other_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6696616Z test_contig_vs_every_other_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6712491Z test_contig_vs_every_other_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6727861Z test_contig_vs_every_other_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6743500Z test_contig_vs_every_other_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6758420Z test_contig_vs_every_other_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6772999Z test_contig_vs_every_other_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6787789Z test_contig_vs_every_other_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6802763Z test_contig_vs_every_other_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6817431Z test_contig_vs_every_other_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:37:08.6835104Z test_contig_vs_every_other_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6851591Z test_contig_vs_every_other_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6870162Z test_contig_vs_every_other_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6889224Z test_contig_vs_every_other_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6907786Z test_contig_vs_every_other_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6925498Z test_contig_vs_every_other_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6942714Z test_contig_vs_every_other_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6960025Z test_contig_vs_every_other_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6976480Z test_contig_vs_every_other_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.6993667Z test_contig_vs_every_other_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.7010069Z test_contig_vs_every_other_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.7026706Z test_contig_vs_every_other_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:08.7044170Z test_contig_vs_every_other_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:09.9908969Z test_contig_vs_every_other_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.286s) 2022-09-27T16:37:14.3310107Z test_contig_vs_every_other_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.340s) 2022-09-27T16:37:16.2989117Z test_contig_vs_every_other_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.968s) 2022-09-27T16:37:18.0617476Z test_contig_vs_every_other_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.763s) 2022-09-27T16:37:19.3186893Z test_contig_vs_every_other_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.257s) 2022-09-27T16:37:20.5870199Z test_contig_vs_every_other_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.268s) 2022-09-27T16:37:21.8442511Z test_contig_vs_every_other_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.257s) 2022-09-27T16:37:21.8460686Z test_contig_vs_every_other_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8478523Z test_contig_vs_every_other_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8495915Z test_contig_vs_every_other_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8514070Z test_contig_vs_every_other_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8530453Z test_contig_vs_every_other_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8548412Z test_contig_vs_every_other_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8564904Z test_contig_vs_every_other_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8583697Z test_contig_vs_every_other_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8602787Z test_contig_vs_every_other_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8621826Z test_contig_vs_every_other_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8639649Z test_contig_vs_every_other_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8657027Z test_contig_vs_every_other_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8674336Z test_contig_vs_every_other_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8690895Z test_contig_vs_every_other_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8708338Z test_contig_vs_every_other_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8726063Z test_contig_vs_every_other_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8743426Z test_contig_vs_every_other_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:21.8761021Z test_contig_vs_every_other_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:26.5721641Z test_contig_vs_every_other_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.696s) 2022-09-27T16:37:28.1053225Z test_contig_vs_every_other_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.533s) 2022-09-27T16:37:29.6979968Z test_contig_vs_every_other_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.592s) 2022-09-27T16:37:29.6998705Z test_contig_vs_every_other_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:29.7016216Z test_contig_vs_every_other_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:29.7034223Z test_contig_vs_every_other_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:29.7050660Z test_contig_vs_every_other_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:29.7067175Z test_contig_vs_every_other_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:34.2503900Z test_contig_vs_every_other_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.543s) 2022-09-27T16:37:35.6454425Z test_contig_vs_every_other_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.395s) 2022-09-27T16:37:37.0561437Z test_contig_vs_every_other_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.411s) 2022-09-27T16:37:37.0581550Z test_contig_vs_every_other_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:37.0597365Z test_contig_vs_every_other_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:37.0614778Z test_contig_vs_every_other_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:37.0632591Z test_contig_vs_every_other_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:37.0649153Z test_contig_vs_every_other_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:41.2674785Z test_contig_vs_every_other_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.202s) 2022-09-27T16:37:42.4778664Z test_contig_vs_every_other_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.210s) 2022-09-27T16:37:43.7184145Z test_contig_vs_every_other_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.240s) 2022-09-27T16:37:43.7203473Z test_contig_vs_every_other_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:43.7219837Z test_contig_vs_every_other_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:43.7236721Z test_contig_vs_every_other_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:43.7253179Z test_contig_vs_every_other_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:43.7269906Z test_contig_vs_every_other_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:48.6804998Z test_contig_vs_every_other_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.953s) 2022-09-27T16:37:50.3578758Z test_contig_vs_every_other_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.677s) 2022-09-27T16:37:52.0505299Z test_contig_vs_every_other_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.693s) 2022-09-27T16:37:52.0524090Z test_contig_vs_every_other_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:52.0540839Z test_contig_vs_every_other_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:52.0557602Z test_contig_vs_every_other_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:52.0574159Z test_contig_vs_every_other_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:52.0590883Z test_contig_vs_every_other_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:56.7540044Z test_contig_vs_every_other_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.695s) 2022-09-27T16:37:58.2719367Z test_contig_vs_every_other_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.518s) 2022-09-27T16:37:59.7822477Z test_contig_vs_every_other_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.510s) 2022-09-27T16:37:59.7841472Z test_contig_vs_every_other_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:59.7859292Z test_contig_vs_every_other_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:59.7876830Z test_contig_vs_every_other_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:59.7894131Z test_contig_vs_every_other_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:37:59.7911692Z test_contig_vs_every_other_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:00.9423454Z test_contig_vs_every_other_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.151s) 2022-09-27T16:38:05.0471540Z test_contig_vs_every_other_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.105s) 2022-09-27T16:38:06.1900047Z test_contig_vs_every_other_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.143s) 2022-09-27T16:38:07.3496403Z test_contig_vs_every_other_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.160s) 2022-09-27T16:38:08.5215258Z test_contig_vs_every_other_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.172s) 2022-09-27T16:38:08.5234715Z test_contig_vs_every_other_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:08.5252172Z test_contig_vs_every_other_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:08.5269667Z test_contig_vs_every_other_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:08.5287398Z test_contig_vs_every_other_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:08.5304817Z test_contig_vs_every_other_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:14.7136618Z test_contig_vs_every_other_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (6.183s) 2022-09-27T16:38:17.2524161Z test_contig_vs_every_other_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (2.539s) 2022-09-27T16:38:19.7144461Z test_contig_vs_every_other_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (2.462s) 2022-09-27T16:38:19.7161711Z test_contig_vs_every_other_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:19.7178677Z test_contig_vs_every_other_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:19.7195739Z test_contig_vs_every_other_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:19.7212526Z test_contig_vs_every_other_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:19.7229197Z test_contig_vs_every_other_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:20.9368156Z test_contig_vs_every_other_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.214s) 2022-09-27T16:38:25.1823734Z test_contig_vs_every_other_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.245s) 2022-09-27T16:38:26.4021363Z test_contig_vs_every_other_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (1.220s) 2022-09-27T16:38:27.6070804Z test_contig_vs_every_other_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.205s) 2022-09-27T16:38:28.8124067Z test_contig_vs_every_other_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.205s) 2022-09-27T16:38:28.8143055Z test_contig_vs_every_other_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:28.8160932Z test_contig_vs_every_other_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:28.8178591Z test_contig_vs_every_other_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:28.8195456Z test_contig_vs_every_other_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:28.8212092Z test_contig_vs_every_other_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:33.0649116Z test_contig_vs_every_other_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.243s) 2022-09-27T16:38:34.2703210Z test_contig_vs_every_other_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.205s) 2022-09-27T16:38:35.5200247Z test_contig_vs_every_other_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.250s) 2022-09-27T16:38:35.5219014Z test_contig_vs_every_other_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:35.5237072Z test_contig_vs_every_other_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:35.5254112Z test_contig_vs_every_other_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:35.5271833Z test_contig_vs_every_other_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:35.5289136Z test_contig_vs_every_other_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:39.6884448Z test_contig_vs_every_other_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.159s) 2022-09-27T16:38:40.8887672Z test_contig_vs_every_other_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.200s) 2022-09-27T16:38:42.1044520Z test_contig_vs_every_other_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.216s) 2022-09-27T16:38:42.1062245Z test_contig_vs_every_other_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:42.1079229Z test_contig_vs_every_other_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:42.1096137Z test_contig_vs_every_other_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:42.1112767Z test_contig_vs_every_other_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:42.1129254Z test_contig_vs_every_other_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:46.3675699Z test_contig_vs_every_other_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.254s) 2022-09-27T16:38:47.6295686Z test_contig_vs_every_other_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.262s) 2022-09-27T16:38:49.0702357Z test_contig_vs_every_other_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.441s) 2022-09-27T16:38:49.0720516Z test_contig_vs_every_other_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:49.0737275Z test_contig_vs_every_other_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:49.0754325Z test_contig_vs_every_other_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:49.0771045Z test_contig_vs_every_other_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:49.0787806Z test_contig_vs_every_other_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:53.3145763Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.235s) 2022-09-27T16:38:54.5283578Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.214s) 2022-09-27T16:38:55.8115231Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.283s) 2022-09-27T16:38:55.8133752Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:55.8151279Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:55.8169053Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:55.8186746Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:38:55.8204328Z test_contig_vs_every_other_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:00.1372279Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.316s) 2022-09-27T16:39:01.3509973Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.214s) 2022-09-27T16:39:02.6377971Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.287s) 2022-09-27T16:39:02.6396700Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:02.6413440Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:02.6429977Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:02.6446807Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:02.6463370Z test_contig_vs_every_other_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:07.0981762Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.451s) 2022-09-27T16:39:08.4426069Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.344s) 2022-09-27T16:39:09.8848011Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.442s) 2022-09-27T16:39:09.8865854Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:09.8882568Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:09.8899131Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:09.8915969Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:09.8932350Z test_contig_vs_every_other_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:14.2687249Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.375s) 2022-09-27T16:39:15.5599611Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.291s) 2022-09-27T16:39:17.0152649Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.455s) 2022-09-27T16:39:17.0172042Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0189512Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0207281Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0224768Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0242497Z test_contig_vs_every_other_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0261998Z test_contig_vs_every_other_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0280500Z test_contig_vs_every_other_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0299426Z test_contig_vs_every_other_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0318880Z test_contig_vs_every_other_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0337440Z test_contig_vs_every_other_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0356123Z test_contig_vs_every_other_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0374297Z test_contig_vs_every_other_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0392724Z test_contig_vs_every_other_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0411019Z test_contig_vs_every_other_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:17.0429226Z test_contig_vs_every_other_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:21.3621930Z test_contig_vs_every_other_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.319s) 2022-09-27T16:39:22.6289795Z test_contig_vs_every_other_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.267s) 2022-09-27T16:39:23.9873846Z test_contig_vs_every_other_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.358s) 2022-09-27T16:39:23.9891981Z test_contig_vs_every_other_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:23.9909566Z test_contig_vs_every_other_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:23.9927203Z test_contig_vs_every_other_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:23.9944635Z test_contig_vs_every_other_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:23.9962624Z test_contig_vs_every_other_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:23.9981056Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:23.9999829Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:24.0018470Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:24.0036843Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:24.0054372Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:24.0072467Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:24.0089941Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:24.0107462Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:24.0125144Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:28.3916301Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.379s) 2022-09-27T16:39:29.6867528Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.295s) 2022-09-27T16:39:31.1195521Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.433s) 2022-09-27T16:39:31.1214290Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:31.1232074Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:31.1249652Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:31.1267180Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:31.1285035Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:35.4682695Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.339s) 2022-09-27T16:39:36.7620869Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.294s) 2022-09-27T16:39:38.2136910Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.451s) 2022-09-27T16:39:38.2156304Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:38.2173834Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:38.2191518Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:38.2209213Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:38.2226700Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:42.5858330Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (4.363s) 2022-09-27T16:39:43.8707085Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.285s) 2022-09-27T16:39:45.1395387Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.269s) 2022-09-27T16:39:45.1413927Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:45.1431542Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:45.1449179Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:45.1466722Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:45.1484443Z test_contig_vs_every_other_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:45.1502967Z test_contig_vs_every_other_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:45.1520510Z test_contig_vs_every_other_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:46.6804600Z test_contig_vs_every_other_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (1.528s) 2022-09-27T16:39:48.1925227Z test_contig_vs_every_other_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (1.512s) 2022-09-27T16:39:49.6811357Z test_contig_vs_every_other_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (1.488s) 2022-09-27T16:39:49.6831289Z test_contig_vs_every_other_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.6849923Z test_contig_vs_every_other_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.6867918Z test_contig_vs_every_other_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.6885818Z test_contig_vs_every_other_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.6903220Z test_contig_vs_every_other_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.6920745Z test_contig_vs_every_other_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.6938181Z test_contig_vs_every_other_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.6955947Z test_contig_vs_every_other_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.6974646Z test_contig_vs_every_other_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.6990625Z test_contig_vs_every_other_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7010021Z test_contig_vs_every_other_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7029875Z test_contig_vs_every_other_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7048113Z test_contig_vs_every_other_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7066211Z test_contig_vs_every_other_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7084434Z test_contig_vs_every_other_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7100293Z test_contig_vs_every_other_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7116253Z test_contig_vs_every_other_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7131664Z test_contig_vs_every_other_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7147345Z test_contig_vs_every_other_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7163164Z test_contig_vs_every_other_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7181508Z test_contig_vs_every_other_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7199088Z test_contig_vs_every_other_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7218234Z test_contig_vs_every_other_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7238492Z test_contig_vs_every_other_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7257944Z test_contig_vs_every_other_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7276490Z test_contig_vs_every_other_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7294796Z test_contig_vs_every_other_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7313010Z test_contig_vs_every_other_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7330408Z test_contig_vs_every_other_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7347624Z test_contig_vs_every_other_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7365329Z test_contig_vs_every_other_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7382731Z test_contig_vs_every_other_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7400238Z test_contig_vs_every_other_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7418400Z test_contig_vs_every_other_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7436311Z test_contig_vs_every_other_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7455567Z test_contig_vs_every_other_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7475518Z test_contig_vs_every_other_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7495110Z test_contig_vs_every_other_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7513475Z test_contig_vs_every_other_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7531676Z test_contig_vs_every_other_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7549803Z test_contig_vs_every_other_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7567138Z test_contig_vs_every_other_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7584757Z test_contig_vs_every_other_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7602246Z test_contig_vs_every_other_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7619744Z test_contig_vs_every_other_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7637527Z test_contig_vs_every_other_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7655691Z test_contig_vs_every_other_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7674377Z test_contig_vs_every_other_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7692568Z test_contig_vs_every_other_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7710479Z test_contig_vs_every_other_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7726430Z test_contig_vs_every_other_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7742149Z test_contig_vs_every_other_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7757753Z test_contig_vs_every_other_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7773396Z test_contig_vs_every_other_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7789144Z test_contig_vs_every_other_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.7812922Z test_contig_vs_transposed_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7829150Z test_contig_vs_transposed_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7860758Z test_contig_vs_transposed_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.7885640Z test_contig_vs_transposed_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7910574Z test_contig_vs_transposed_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7933927Z test_contig_vs_transposed_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7957474Z test_contig_vs_transposed_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7981106Z test_contig_vs_transposed_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.7998042Z test_contig_vs_transposed_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8013966Z test_contig_vs_transposed_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8029629Z test_contig_vs_transposed_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:49.8046042Z test_contig_vs_transposed_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8062199Z test_contig_vs_transposed_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8085747Z test_contig_vs_transposed_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8108073Z test_contig_vs_transposed_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8200065Z test_contig_vs_transposed_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:49.8233903Z test_contig_vs_transposed_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.8268846Z test_contig_vs_transposed_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.8292089Z test_contig_vs_transposed_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8315245Z test_contig_vs_transposed_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8345556Z test_contig_vs_transposed_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.8368200Z test_contig_vs_transposed_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8390474Z test_contig_vs_transposed_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8413009Z test_contig_vs_transposed_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8435530Z test_contig_vs_transposed_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8457882Z test_contig_vs_transposed_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8481520Z test_contig_vs_transposed_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8503835Z test_contig_vs_transposed_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8584425Z test_contig_vs_transposed_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:39:49.8618255Z test_contig_vs_transposed_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.8652765Z test_contig_vs_transposed_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.8675942Z test_contig_vs_transposed_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8698942Z test_contig_vs_transposed_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8730044Z test_contig_vs_transposed_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.8752644Z test_contig_vs_transposed_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8775064Z test_contig_vs_transposed_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8797768Z test_contig_vs_transposed_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8831941Z test_contig_vs_transposed_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8843080Z test_contig_vs_transposed_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8865432Z test_contig_vs_transposed_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.8903112Z test_contig_vs_transposed_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:49.8929488Z test_contig_vs_transposed_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.8956383Z test_contig_vs_transposed_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.8979512Z test_contig_vs_transposed_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9003432Z test_contig_vs_transposed_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9025673Z test_contig_vs_transposed_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9048348Z test_contig_vs_transposed_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9070695Z test_contig_vs_transposed_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9093521Z test_contig_vs_transposed_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9115842Z test_contig_vs_transposed_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9138958Z test_contig_vs_transposed_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9161521Z test_contig_vs_transposed_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9242802Z test_contig_vs_transposed_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:39:49.9275742Z test_contig_vs_transposed_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.9309814Z test_contig_vs_transposed_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.9333156Z test_contig_vs_transposed_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9356432Z test_contig_vs_transposed_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9386496Z test_contig_vs_transposed_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.9409313Z test_contig_vs_transposed_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9431846Z test_contig_vs_transposed_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9454342Z test_contig_vs_transposed_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9476980Z test_contig_vs_transposed_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9499459Z test_contig_vs_transposed_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9522869Z test_contig_vs_transposed_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9545206Z test_contig_vs_transposed_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9630385Z test_contig_vs_transposed_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:39:49.9663984Z test_contig_vs_transposed_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.9698504Z test_contig_vs_transposed_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.9722164Z test_contig_vs_transposed_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9745235Z test_contig_vs_transposed_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9778950Z test_contig_vs_transposed_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:49.9801927Z test_contig_vs_transposed_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9824167Z test_contig_vs_transposed_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9847016Z test_contig_vs_transposed_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9869395Z test_contig_vs_transposed_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9891993Z test_contig_vs_transposed_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9915411Z test_contig_vs_transposed_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9937749Z test_contig_vs_transposed_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:49.9995540Z test_contig_vs_transposed_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:50.0027243Z test_contig_vs_transposed_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.0059915Z test_contig_vs_transposed_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.0083507Z test_contig_vs_transposed_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0106511Z test_contig_vs_transposed_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0134539Z test_contig_vs_transposed_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.0157041Z test_contig_vs_transposed_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0179519Z test_contig_vs_transposed_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0202093Z test_contig_vs_transposed_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0224494Z test_contig_vs_transposed_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0249826Z test_contig_vs_transposed_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0270151Z test_contig_vs_transposed_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0292372Z test_contig_vs_transposed_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0346309Z test_contig_vs_transposed_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:50.0377441Z test_contig_vs_transposed_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.0408714Z test_contig_vs_transposed_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.0431456Z test_contig_vs_transposed_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0454233Z test_contig_vs_transposed_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0485064Z test_contig_vs_transposed_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.0507147Z test_contig_vs_transposed_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0529182Z test_contig_vs_transposed_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0551236Z test_contig_vs_transposed_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0573479Z test_contig_vs_transposed_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0595630Z test_contig_vs_transposed_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0617917Z test_contig_vs_transposed_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0639974Z test_contig_vs_transposed_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0668079Z test_contig_vs_transposed_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.0692210Z test_contig_vs_transposed_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0716097Z test_contig_vs_transposed_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0739096Z test_contig_vs_transposed_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0762287Z test_contig_vs_transposed_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0785746Z test_contig_vs_transposed_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0808112Z test_contig_vs_transposed_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0830245Z test_contig_vs_transposed_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0852264Z test_contig_vs_transposed_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0874389Z test_contig_vs_transposed_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0896460Z test_contig_vs_transposed_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0913118Z test_contig_vs_transposed_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0929275Z test_contig_vs_transposed_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0945552Z test_contig_vs_transposed_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0961273Z test_contig_vs_transposed_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.0977450Z test_contig_vs_transposed_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.0993539Z test_contig_vs_transposed_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1010798Z test_contig_vs_transposed_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1026363Z test_contig_vs_transposed_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.1048968Z test_contig_vs_transposed_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1066889Z test_contig_vs_transposed_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1085377Z test_contig_vs_transposed_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1102537Z test_contig_vs_transposed_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1119761Z test_contig_vs_transposed_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1137416Z test_contig_vs_transposed_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1153767Z test_contig_vs_transposed_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1169867Z test_contig_vs_transposed_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1186065Z test_contig_vs_transposed_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1202502Z test_contig_vs_transposed_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1218906Z test_contig_vs_transposed_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1236249Z test_contig_vs_transposed_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1252245Z test_contig_vs_transposed_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1274699Z test_contig_vs_transposed_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1292382Z test_contig_vs_transposed_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1309451Z test_contig_vs_transposed_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1326497Z test_contig_vs_transposed_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1344152Z test_contig_vs_transposed_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1360466Z test_contig_vs_transposed_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1376759Z test_contig_vs_transposed_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1393120Z test_contig_vs_transposed_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1409246Z test_contig_vs_transposed_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1424965Z test_contig_vs_transposed_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.1447877Z test_contig_vs_transposed_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1470484Z test_contig_vs_transposed_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1493604Z test_contig_vs_transposed_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1516850Z test_contig_vs_transposed_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1533179Z test_contig_vs_transposed_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1549627Z test_contig_vs_transposed_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1565405Z test_contig_vs_transposed_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.1581657Z test_contig_vs_transposed_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1598245Z test_contig_vs_transposed_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.1628243Z test_contig_vs_transposed_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1658104Z test_contig_vs_transposed_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1693533Z test_contig_vs_transposed_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1724045Z test_contig_vs_transposed_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1754875Z test_contig_vs_transposed_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1784756Z test_contig_vs_transposed_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1814970Z test_contig_vs_transposed_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1845692Z test_contig_vs_transposed_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1874883Z test_contig_vs_transposed_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1903925Z test_contig_vs_transposed_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1933289Z test_contig_vs_transposed_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1963091Z test_contig_vs_transposed_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.1992530Z test_contig_vs_transposed_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.2009533Z test_contig_vs_transposed_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2025696Z test_contig_vs_transposed_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2048026Z test_contig_vs_transposed_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2066052Z test_contig_vs_transposed_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2084463Z test_contig_vs_transposed_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2101338Z test_contig_vs_transposed_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2119001Z test_contig_vs_transposed_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2136528Z test_contig_vs_transposed_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2152981Z test_contig_vs_transposed_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2168974Z test_contig_vs_transposed_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2185798Z test_contig_vs_transposed_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2201628Z test_contig_vs_transposed_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2217924Z test_contig_vs_transposed_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2240697Z test_contig_vs_transposed_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2256216Z test_contig_vs_transposed_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2297789Z test_contig_vs_transposed_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:50.2329167Z test_contig_vs_transposed_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.2360888Z test_contig_vs_transposed_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.2383377Z test_contig_vs_transposed_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2405897Z test_contig_vs_transposed_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2427797Z test_contig_vs_transposed_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2443852Z test_contig_vs_transposed_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2459509Z test_contig_vs_transposed_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2474897Z test_contig_vs_transposed_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2490527Z test_contig_vs_transposed_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2506292Z test_contig_vs_transposed_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2528972Z test_contig_vs_transposed_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2544926Z test_contig_vs_transposed_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2580397Z test_contig_vs_transposed_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.2611823Z test_contig_vs_transposed_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.2642664Z test_contig_vs_transposed_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.2665609Z test_contig_vs_transposed_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2687859Z test_contig_vs_transposed_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2709757Z test_contig_vs_transposed_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2725815Z test_contig_vs_transposed_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2741646Z test_contig_vs_transposed_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2757196Z test_contig_vs_transposed_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2772616Z test_contig_vs_transposed_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2788177Z test_contig_vs_transposed_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.2811729Z test_contig_vs_transposed_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2833889Z test_contig_vs_transposed_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2882189Z test_contig_vs_transposed_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:50.2913732Z test_contig_vs_transposed_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.2945009Z test_contig_vs_transposed_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.2968646Z test_contig_vs_transposed_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.2991469Z test_contig_vs_transposed_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3016495Z test_contig_vs_transposed_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3038773Z test_contig_vs_transposed_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3060512Z test_contig_vs_transposed_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3083037Z test_contig_vs_transposed_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3105056Z test_contig_vs_transposed_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3127526Z test_contig_vs_transposed_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3150500Z test_contig_vs_transposed_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3172781Z test_contig_vs_transposed_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3220561Z test_contig_vs_transposed_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:50.3252273Z test_contig_vs_transposed_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.3283502Z test_contig_vs_transposed_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.3306191Z test_contig_vs_transposed_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3329418Z test_contig_vs_transposed_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3354737Z test_contig_vs_transposed_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3376836Z test_contig_vs_transposed_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3398891Z test_contig_vs_transposed_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3420808Z test_contig_vs_transposed_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3443196Z test_contig_vs_transposed_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3464927Z test_contig_vs_transposed_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3488462Z test_contig_vs_transposed_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3510439Z test_contig_vs_transposed_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3533576Z test_contig_vs_transposed_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3556510Z test_contig_vs_transposed_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3579620Z test_contig_vs_transposed_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3602108Z test_contig_vs_transposed_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3624389Z test_contig_vs_transposed_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3646658Z test_contig_vs_transposed_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3669563Z test_contig_vs_transposed_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3691452Z test_contig_vs_transposed_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3713750Z test_contig_vs_transposed_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3742037Z test_contig_vs_transposed_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.3770059Z test_contig_vs_transposed_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.3819608Z test_contig_vs_transposed_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:50.3842152Z test_contig_vs_transposed_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3864383Z test_contig_vs_transposed_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3887150Z test_contig_vs_transposed_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3909302Z test_contig_vs_transposed_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3931847Z test_contig_vs_transposed_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3953942Z test_contig_vs_transposed_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.3975102Z test_contig_vs_transposed_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4002618Z test_contig_vs_transposed_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.4025701Z test_contig_vs_transposed_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4048835Z test_contig_vs_transposed_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4070959Z test_contig_vs_transposed_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4093167Z test_contig_vs_transposed_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4114873Z test_contig_vs_transposed_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4136229Z test_contig_vs_transposed_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4157359Z test_contig_vs_transposed_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4178493Z test_contig_vs_transposed_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4200174Z test_contig_vs_transposed_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4221152Z test_contig_vs_transposed_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4244414Z test_contig_vs_transposed_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4266332Z test_contig_vs_transposed_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4289257Z test_contig_vs_transposed_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4312288Z test_contig_vs_transposed_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4341174Z test_contig_vs_transposed_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.4363519Z test_contig_vs_transposed_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4385286Z test_contig_vs_transposed_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4407428Z test_contig_vs_transposed_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4429567Z test_contig_vs_transposed_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4451597Z test_contig_vs_transposed_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4474404Z test_contig_vs_transposed_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4496294Z test_contig_vs_transposed_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4519233Z test_contig_vs_transposed_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4541881Z test_contig_vs_transposed_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4573585Z test_contig_vs_transposed_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.4595627Z test_contig_vs_transposed_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4617502Z test_contig_vs_transposed_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4639455Z test_contig_vs_transposed_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4661441Z test_contig_vs_transposed_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4683854Z test_contig_vs_transposed_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4705727Z test_contig_vs_transposed_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4728887Z test_contig_vs_transposed_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4751715Z test_contig_vs_transposed_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4781647Z test_contig_vs_transposed_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.4804118Z test_contig_vs_transposed_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4826020Z test_contig_vs_transposed_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4848261Z test_contig_vs_transposed_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4870200Z test_contig_vs_transposed_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4892360Z test_contig_vs_transposed_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4915298Z test_contig_vs_transposed_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4937448Z test_contig_vs_transposed_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4960016Z test_contig_vs_transposed_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.4982715Z test_contig_vs_transposed_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5007543Z test_contig_vs_transposed_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5029641Z test_contig_vs_transposed_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5051594Z test_contig_vs_transposed_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5073563Z test_contig_vs_transposed_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5095385Z test_contig_vs_transposed_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5117405Z test_contig_vs_transposed_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5140488Z test_contig_vs_transposed_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5162795Z test_contig_vs_transposed_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5203460Z test_contig_vs_transposed_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:50.5234256Z test_contig_vs_transposed_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.5265572Z test_contig_vs_transposed_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.5287705Z test_contig_vs_transposed_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5309762Z test_contig_vs_transposed_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5333396Z test_contig_vs_transposed_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5354685Z test_contig_vs_transposed_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5376109Z test_contig_vs_transposed_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5397567Z test_contig_vs_transposed_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5419193Z test_contig_vs_transposed_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5440832Z test_contig_vs_transposed_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5462987Z test_contig_vs_transposed_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5484510Z test_contig_vs_transposed_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5506672Z test_contig_vs_transposed_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5529069Z test_contig_vs_transposed_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5553316Z test_contig_vs_transposed_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5574835Z test_contig_vs_transposed_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5596370Z test_contig_vs_transposed_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5617718Z test_contig_vs_transposed_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5639429Z test_contig_vs_transposed_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5660694Z test_contig_vs_transposed_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5684081Z test_contig_vs_transposed_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5700524Z test_contig_vs_transposed_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5736858Z test_contig_vs_transposed_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:50.5767483Z test_contig_vs_transposed_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.5798496Z test_contig_vs_transposed_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.5820950Z test_contig_vs_transposed_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5844024Z test_contig_vs_transposed_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5866819Z test_contig_vs_transposed_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5883837Z test_contig_vs_transposed_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5900575Z test_contig_vs_transposed_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5916853Z test_contig_vs_transposed_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5933599Z test_contig_vs_transposed_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5950248Z test_contig_vs_transposed_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5973155Z test_contig_vs_transposed_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.5994763Z test_contig_vs_transposed_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6021473Z test_contig_vs_transposed_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.6045157Z test_contig_vs_transposed_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6067969Z test_contig_vs_transposed_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6090712Z test_contig_vs_transposed_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6112855Z test_contig_vs_transposed_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6136906Z test_contig_vs_transposed_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6158311Z test_contig_vs_transposed_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6180056Z test_contig_vs_transposed_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6201859Z test_contig_vs_transposed_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6223440Z test_contig_vs_transposed_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6245179Z test_contig_vs_transposed_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6267219Z test_contig_vs_transposed_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6289875Z test_contig_vs_transposed_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6312326Z test_contig_vs_transposed_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6334739Z test_contig_vs_transposed_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6351131Z test_contig_vs_transposed_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6367390Z test_contig_vs_transposed_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6383341Z test_contig_vs_transposed_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.6399456Z test_contig_vs_transposed_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6415406Z test_contig_vs_transposed_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6438129Z test_contig_vs_transposed_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6460024Z test_contig_vs_transposed_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6482565Z test_contig_vs_transposed_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6504834Z test_contig_vs_transposed_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6513563Z test_contig_vs_transposed_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:50.6520820Z test_contig_vs_transposed_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:50.6528631Z test_contig_vs_transposed_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:50.6551089Z test_contig_vs_transposed_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6572520Z test_contig_vs_transposed_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6599512Z test_contig_vs_transposed_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.6622592Z test_contig_vs_transposed_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6644833Z test_contig_vs_transposed_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6666847Z test_contig_vs_transposed_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6689863Z test_contig_vs_transposed_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6711495Z test_contig_vs_transposed_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6732724Z test_contig_vs_transposed_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6754220Z test_contig_vs_transposed_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6775595Z test_contig_vs_transposed_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6797120Z test_contig_vs_transposed_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6819250Z test_contig_vs_transposed_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6841027Z test_contig_vs_transposed_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6863187Z test_contig_vs_transposed_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6885629Z test_contig_vs_transposed_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6927972Z test_contig_vs_transposed_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:50.6949439Z test_contig_vs_transposed_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6970739Z test_contig_vs_transposed_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.6992493Z test_contig_vs_transposed_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7014649Z test_contig_vs_transposed_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7035533Z test_contig_vs_transposed_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7060994Z test_contig_vs_transposed_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7084478Z test_contig_vs_transposed_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7107515Z test_contig_vs_transposed_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7124939Z test_contig_vs_transposed_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7140978Z test_contig_vs_transposed_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7162852Z test_contig_vs_transposed_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7180825Z test_contig_vs_transposed_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7198420Z test_contig_vs_transposed_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7215626Z test_contig_vs_transposed_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7233380Z test_contig_vs_transposed_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7249692Z test_contig_vs_transposed_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7265303Z test_contig_vs_transposed_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.7281365Z test_contig_vs_transposed_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7297653Z test_contig_vs_transposed_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7313935Z test_contig_vs_transposed_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7331707Z test_contig_vs_transposed_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7347599Z test_contig_vs_transposed_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.7374200Z test_contig_vs_transposed_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.7394887Z test_contig_vs_transposed_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7415721Z test_contig_vs_transposed_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7434139Z test_contig_vs_transposed_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7451847Z test_contig_vs_transposed_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7470798Z test_contig_vs_transposed_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7487093Z test_contig_vs_transposed_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7502973Z test_contig_vs_transposed_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.7519132Z test_contig_vs_transposed_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7534960Z test_contig_vs_transposed_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.7550915Z test_contig_vs_transposed_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.7568407Z test_contig_vs_transposed_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7584397Z test_contig_vs_transposed_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.7608998Z test_contig_vs_transposed_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7627833Z test_contig_vs_transposed_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7647197Z test_contig_vs_transposed_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7664562Z test_contig_vs_transposed_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7681787Z test_contig_vs_transposed_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7699975Z test_contig_vs_transposed_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7716213Z test_contig_vs_transposed_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7732141Z test_contig_vs_transposed_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.7748165Z test_contig_vs_transposed_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7764427Z test_contig_vs_transposed_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7780461Z test_contig_vs_transposed_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7797595Z test_contig_vs_transposed_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7813435Z test_contig_vs_transposed_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.7835576Z test_contig_vs_transposed_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7853313Z test_contig_vs_transposed_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7870127Z test_contig_vs_transposed_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7887124Z test_contig_vs_transposed_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7904796Z test_contig_vs_transposed_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7921048Z test_contig_vs_transposed_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7937224Z test_contig_vs_transposed_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.7953357Z test_contig_vs_transposed_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.7969236Z test_contig_vs_transposed_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.7985197Z test_contig_vs_transposed_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8002338Z test_contig_vs_transposed_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8018515Z test_contig_vs_transposed_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8035415Z test_contig_vs_transposed_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8052213Z test_contig_vs_transposed_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8069719Z test_contig_vs_transposed_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8085616Z test_contig_vs_transposed_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8101805Z test_contig_vs_transposed_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8117758Z test_contig_vs_transposed_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8133667Z test_contig_vs_transposed_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8149727Z test_contig_vs_transposed_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8166639Z test_contig_vs_transposed_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8182577Z test_contig_vs_transposed_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8199856Z test_contig_vs_transposed_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8216456Z test_contig_vs_transposed_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8233729Z test_contig_vs_transposed_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8249664Z test_contig_vs_transposed_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8265590Z test_contig_vs_transposed_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8281952Z test_contig_vs_transposed_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8297881Z test_contig_vs_transposed_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8313933Z test_contig_vs_transposed_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8330715Z test_contig_vs_transposed_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8346550Z test_contig_vs_transposed_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8368038Z test_contig_vs_transposed_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8388048Z test_contig_vs_transposed_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8404919Z test_contig_vs_transposed_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8421512Z test_contig_vs_transposed_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8438609Z test_contig_vs_transposed_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8455507Z test_contig_vs_transposed_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8471637Z test_contig_vs_transposed_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8487645Z test_contig_vs_transposed_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8503577Z test_contig_vs_transposed_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8519736Z test_contig_vs_transposed_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8535594Z test_contig_vs_transposed_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8558407Z test_contig_vs_transposed_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8574611Z test_contig_vs_transposed_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8607808Z test_contig_vs_transposed_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.8638224Z test_contig_vs_transposed_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.8660493Z test_contig_vs_transposed_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8683284Z test_contig_vs_transposed_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8706115Z test_contig_vs_transposed_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8722565Z test_contig_vs_transposed_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8739056Z test_contig_vs_transposed_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8754991Z test_contig_vs_transposed_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:50.8771030Z test_contig_vs_transposed_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8787343Z test_contig_vs_transposed_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8809082Z test_contig_vs_transposed_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8831362Z test_contig_vs_transposed_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8853666Z test_contig_vs_transposed_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8903599Z test_contig_vs_transposed_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:50.8925120Z test_contig_vs_transposed_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8946466Z test_contig_vs_transposed_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8968126Z test_contig_vs_transposed_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.8990399Z test_contig_vs_transposed_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9011765Z test_contig_vs_transposed_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9033869Z test_contig_vs_transposed_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9055149Z test_contig_vs_transposed_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9099797Z test_contig_vs_transposed_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:50.9129816Z test_contig_vs_transposed_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.9152277Z test_contig_vs_transposed_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9174499Z test_contig_vs_transposed_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9200154Z test_contig_vs_transposed_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9221466Z test_contig_vs_transposed_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9243170Z test_contig_vs_transposed_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9264417Z test_contig_vs_transposed_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9286031Z test_contig_vs_transposed_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9307534Z test_contig_vs_transposed_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9329992Z test_contig_vs_transposed_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9351463Z test_contig_vs_transposed_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9373909Z test_contig_vs_transposed_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9396133Z test_contig_vs_transposed_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9424397Z test_contig_vs_transposed_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.9445948Z test_contig_vs_transposed_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9467453Z test_contig_vs_transposed_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9488978Z test_contig_vs_transposed_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9510495Z test_contig_vs_transposed_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9532197Z test_contig_vs_transposed_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9555305Z test_contig_vs_transposed_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9576537Z test_contig_vs_transposed_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9621468Z test_contig_vs_transposed_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:50.9651345Z test_contig_vs_transposed_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.9673722Z test_contig_vs_transposed_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9695883Z test_contig_vs_transposed_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9721860Z test_contig_vs_transposed_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9743274Z test_contig_vs_transposed_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9764980Z test_contig_vs_transposed_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9786211Z test_contig_vs_transposed_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9807885Z test_contig_vs_transposed_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9829288Z test_contig_vs_transposed_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9851842Z test_contig_vs_transposed_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9873543Z test_contig_vs_transposed_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:50.9916081Z test_contig_vs_transposed_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:50.9945624Z test_contig_vs_transposed_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.9975703Z test_contig_vs_transposed_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:50.9997917Z test_contig_vs_transposed_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0020252Z test_contig_vs_transposed_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0045503Z test_contig_vs_transposed_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0066891Z test_contig_vs_transposed_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0088627Z test_contig_vs_transposed_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0110070Z test_contig_vs_transposed_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0131542Z test_contig_vs_transposed_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0153185Z test_contig_vs_transposed_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0172391Z test_contig_vs_transposed_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0188566Z test_contig_vs_transposed_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0210147Z test_contig_vs_transposed_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0228122Z test_contig_vs_transposed_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0247458Z test_contig_vs_transposed_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0264591Z test_contig_vs_transposed_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0281934Z test_contig_vs_transposed_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0298069Z test_contig_vs_transposed_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0314012Z test_contig_vs_transposed_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.0329911Z test_contig_vs_transposed_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0345918Z test_contig_vs_transposed_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.0362261Z test_contig_vs_transposed_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0384449Z test_contig_vs_transposed_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0405754Z test_contig_vs_transposed_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0427776Z test_contig_vs_transposed_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0450279Z test_contig_vs_transposed_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0476112Z test_contig_vs_transposed_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0497365Z test_contig_vs_transposed_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0518591Z test_contig_vs_transposed_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0539850Z test_contig_vs_transposed_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0561461Z test_contig_vs_transposed_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0582878Z test_contig_vs_transposed_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0599301Z test_contig_vs_transposed_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0614611Z test_contig_vs_transposed_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.0635448Z test_contig_vs_transposed_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0652771Z test_contig_vs_transposed_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0669917Z test_contig_vs_transposed_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0686296Z test_contig_vs_transposed_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0702600Z test_contig_vs_transposed_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0719564Z test_contig_vs_transposed_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0734853Z test_contig_vs_transposed_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.0750142Z test_contig_vs_transposed_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.0765225Z test_contig_vs_transposed_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.0780575Z test_contig_vs_transposed_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.0796252Z test_contig_vs_transposed_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.0820779Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0845677Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0885709Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:51.0909800Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0934198Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0958405Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.0982290Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1006433Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1033705Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1060999Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1127477Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:39:51.1154881Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1182383Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1210111Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1237781Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1265253Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1296390Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1327630Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1418311Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:51.1449972Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1481847Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1513799Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1545533Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1577619Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1600228Z test_contig_vs_transposed_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1617012Z test_contig_vs_transposed_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1639274Z test_contig_vs_transposed_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1661271Z test_contig_vs_transposed_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1683496Z test_contig_vs_transposed_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1699647Z test_contig_vs_transposed_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1716423Z test_contig_vs_transposed_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1731876Z test_contig_vs_transposed_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.1747916Z test_contig_vs_transposed_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1764287Z test_contig_vs_transposed_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1786173Z test_contig_vs_transposed_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1819864Z test_contig_vs_transposed_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1849508Z test_contig_vs_transposed_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1878808Z test_contig_vs_transposed_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.1900737Z test_contig_vs_transposed_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1922797Z test_contig_vs_transposed_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1945470Z test_contig_vs_transposed_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1961111Z test_contig_vs_transposed_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1977104Z test_contig_vs_transposed_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.1992648Z test_contig_vs_transposed_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.2008509Z test_contig_vs_transposed_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.2024384Z test_contig_vs_transposed_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.2046431Z test_contig_vs_transposed_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2068234Z test_contig_vs_transposed_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2090343Z test_contig_vs_transposed_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2113991Z test_contig_vs_transposed_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2135979Z test_contig_vs_transposed_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2157643Z test_contig_vs_transposed_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2179690Z test_contig_vs_transposed_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2204136Z test_contig_vs_transposed_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2226006Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2247788Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2270215Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2291817Z test_contig_vs_transposed_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2313675Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2335354Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2357218Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2378754Z test_contig_vs_transposed_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2400963Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2422733Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2444776Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2466175Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2482615Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2498763Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2514573Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.2530539Z test_contig_vs_transposed_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.2552701Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2574636Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2596463Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2625127Z test_contig_vs_transposed_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.2647155Z test_contig_vs_transposed_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2668875Z test_contig_vs_transposed_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2690972Z test_contig_vs_transposed_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2724011Z test_contig_vs_transposed_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.2748314Z test_contig_vs_transposed_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2772780Z test_contig_vs_transposed_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2797315Z test_contig_vs_transposed_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2819308Z test_contig_vs_transposed_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2841482Z test_contig_vs_transposed_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2863353Z test_contig_vs_transposed_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2884971Z test_contig_vs_transposed_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2901133Z test_contig_vs_transposed_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2917522Z test_contig_vs_transposed_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2932973Z test_contig_vs_transposed_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.2949040Z test_contig_vs_transposed_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2965213Z test_contig_vs_transposed_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.2987052Z test_contig_vs_transposed_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3009229Z test_contig_vs_transposed_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3030992Z test_contig_vs_transposed_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3052458Z test_contig_vs_transposed_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3068557Z test_contig_vs_transposed_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3084907Z test_contig_vs_transposed_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3100252Z test_contig_vs_transposed_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.3118040Z test_contig_vs_transposed_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3133755Z test_contig_vs_transposed_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.3141880Z test_contig_vs_transposed_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:39:51.3149726Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:39:51.3157664Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:39:51.3165520Z test_contig_vs_transposed_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:39:51.3188410Z test_contig_vs_transposed_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3210466Z test_contig_vs_transposed_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3232265Z test_contig_vs_transposed_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3255939Z test_contig_vs_transposed_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3277765Z test_contig_vs_transposed_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3299466Z test_contig_vs_transposed_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3322152Z test_contig_vs_transposed_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3345370Z test_contig_vs_transposed_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3367456Z test_contig_vs_transposed_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3389924Z test_contig_vs_transposed_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3411862Z test_contig_vs_transposed_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3438861Z test_contig_vs_transposed_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.3460667Z test_contig_vs_transposed_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3482482Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3504118Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3525796Z test_contig_vs_transposed_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3548398Z test_contig_vs_transposed_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3570553Z test_contig_vs_transposed_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3608804Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:51.3639067Z test_contig_vs_transposed_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.3661468Z test_contig_vs_transposed_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3684762Z test_contig_vs_transposed_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3708325Z test_contig_vs_transposed_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3731191Z test_contig_vs_transposed_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3752992Z test_contig_vs_transposed_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3775292Z test_contig_vs_transposed_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3797285Z test_contig_vs_transposed_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3819236Z test_contig_vs_transposed_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3841576Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3886512Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:51.3916327Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.3938184Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3960630Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.3986976Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.4008651Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4030464Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4051427Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4072927Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4094353Z test_contig_vs_transposed_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4116412Z test_contig_vs_transposed_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4138314Z test_contig_vs_transposed_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4160751Z test_contig_vs_transposed_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4182331Z test_contig_vs_transposed_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4199064Z test_contig_vs_transposed_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4215185Z test_contig_vs_transposed_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4231160Z test_contig_vs_transposed_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.4247427Z test_contig_vs_transposed_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4263512Z test_contig_vs_transposed_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4284821Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4310122Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4335778Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4379357Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:51.4400688Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4421493Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4443000Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4463934Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4485417Z test_contig_vs_transposed_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4506179Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4528101Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4549797Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4582544Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.4604003Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4624964Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4646340Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4667346Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4688554Z test_contig_vs_transposed_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.4717054Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.4778559Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:51.4839801Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:51.5307929Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:39:51.5336050Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5363390Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5390725Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5418343Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5445606Z test_contig_vs_transposed_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5472904Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5504281Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5536076Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5774857Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:39:51.5802170Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5829615Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5857824Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5884804Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5911739Z test_contig_vs_transposed_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5939462Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.5995350Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:51.6049110Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:51.6434913Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:39:51.6462075Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.6489751Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.6517093Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.6544518Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.6571775Z test_contig_vs_transposed_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.6593143Z test_contig_vs_transposed_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6621488Z test_contig_vs_transposed_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.6649615Z test_contig_vs_transposed_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.6677615Z test_contig_vs_transposed_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.6698774Z test_contig_vs_transposed_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6720201Z test_contig_vs_transposed_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6740344Z test_contig_vs_transposed_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6755996Z test_contig_vs_transposed_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.6771463Z test_contig_vs_transposed_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.6786363Z test_contig_vs_transposed_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.6801974Z test_contig_vs_transposed_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.6817342Z test_contig_vs_transposed_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.6838930Z test_contig_vs_transposed_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6859670Z test_contig_vs_transposed_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6881497Z test_contig_vs_transposed_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6903115Z test_contig_vs_transposed_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6925008Z test_contig_vs_transposed_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6945979Z test_contig_vs_transposed_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6968723Z test_contig_vs_transposed_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.6989218Z test_contig_vs_transposed_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7010104Z test_contig_vs_transposed_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7030651Z test_contig_vs_transposed_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7051749Z test_contig_vs_transposed_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7067226Z test_contig_vs_transposed_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.7091307Z test_contig_vs_transposed_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7113631Z test_contig_vs_transposed_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7135853Z test_contig_vs_transposed_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7156680Z test_contig_vs_transposed_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7177592Z test_contig_vs_transposed_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7197803Z test_contig_vs_transposed_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7213361Z test_contig_vs_transposed_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.7229086Z test_contig_vs_transposed_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.7244143Z test_contig_vs_transposed_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.7259453Z test_contig_vs_transposed_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.7275302Z test_contig_vs_transposed_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.7296355Z test_contig_vs_transposed_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7316672Z test_contig_vs_transposed_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7347172Z test_contig_vs_transposed_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.7375380Z test_contig_vs_transposed_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.7396585Z test_contig_vs_transposed_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7417735Z test_contig_vs_transposed_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7438822Z test_contig_vs_transposed_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7459753Z test_contig_vs_transposed_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7480412Z test_contig_vs_transposed_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7500537Z test_contig_vs_transposed_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7521184Z test_contig_vs_transposed_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7541463Z test_contig_vs_transposed_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7563015Z test_contig_vs_transposed_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7584039Z test_contig_vs_transposed_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7605484Z test_contig_vs_transposed_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7626458Z test_contig_vs_transposed_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7642740Z test_contig_vs_transposed_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7658796Z test_contig_vs_transposed_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7674438Z test_contig_vs_transposed_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.7690243Z test_contig_vs_transposed_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.7706038Z test_contig_vs_transposed_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.7727734Z test_contig_vs_transposed_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7748834Z test_contig_vs_transposed_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7770368Z test_contig_vs_transposed_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7791298Z test_contig_vs_transposed_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7812708Z test_contig_vs_transposed_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7833953Z test_contig_vs_transposed_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7855314Z test_contig_vs_transposed_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7876236Z test_contig_vs_transposed_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7897470Z test_contig_vs_transposed_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7918620Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7940023Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7960852Z test_contig_vs_transposed_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.7981940Z test_contig_vs_transposed_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8002561Z test_contig_vs_transposed_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8045306Z test_contig_vs_transposed_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:51.8073350Z test_contig_vs_transposed_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.8101451Z test_contig_vs_transposed_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.8122862Z test_contig_vs_transposed_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8144054Z test_contig_vs_transposed_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8165251Z test_contig_vs_transposed_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8185606Z test_contig_vs_transposed_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8206356Z test_contig_vs_transposed_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8226710Z test_contig_vs_transposed_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8247418Z test_contig_vs_transposed_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8267734Z test_contig_vs_transposed_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8289225Z test_contig_vs_transposed_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8305005Z test_contig_vs_transposed_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.8336940Z test_contig_vs_transposed_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.8364862Z test_contig_vs_transposed_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.8393052Z test_contig_vs_transposed_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.8414233Z test_contig_vs_transposed_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8435842Z test_contig_vs_transposed_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8457027Z test_contig_vs_transposed_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8473258Z test_contig_vs_transposed_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8489109Z test_contig_vs_transposed_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.8504330Z test_contig_vs_transposed_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.8520305Z test_contig_vs_transposed_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.8536011Z test_contig_vs_transposed_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.8553369Z test_contig_vs_transposed_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8568945Z test_contig_vs_transposed_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.8589994Z test_contig_vs_transposed_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8607716Z test_contig_vs_transposed_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8624675Z test_contig_vs_transposed_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8641627Z test_contig_vs_transposed_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8658890Z test_contig_vs_transposed_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8674644Z test_contig_vs_transposed_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.8690249Z test_contig_vs_transposed_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.8705895Z test_contig_vs_transposed_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.8721849Z test_contig_vs_transposed_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8737772Z test_contig_vs_transposed_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.8759682Z test_contig_vs_transposed_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8779934Z test_contig_vs_transposed_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8818906Z test_contig_vs_transposed_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:51.8847099Z test_contig_vs_transposed_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.8875079Z test_contig_vs_transposed_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.8896427Z test_contig_vs_transposed_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8918082Z test_contig_vs_transposed_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8940350Z test_contig_vs_transposed_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8961148Z test_contig_vs_transposed_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.8981482Z test_contig_vs_transposed_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9002094Z test_contig_vs_transposed_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9022766Z test_contig_vs_transposed_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9043475Z test_contig_vs_transposed_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9064664Z test_contig_vs_transposed_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9080355Z test_contig_vs_transposed_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.9101550Z test_contig_vs_transposed_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9123317Z test_contig_vs_transposed_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9143861Z test_contig_vs_transposed_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9160133Z test_contig_vs_transposed_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9176017Z test_contig_vs_transposed_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.9191085Z test_contig_vs_transposed_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.9206857Z test_contig_vs_transposed_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.9222782Z test_contig_vs_transposed_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.9239649Z test_contig_vs_transposed_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9255208Z test_contig_vs_transposed_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.9271758Z test_contig_vs_transposed_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9288719Z test_contig_vs_transposed_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9305306Z test_contig_vs_transposed_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9321197Z test_contig_vs_transposed_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9336976Z test_contig_vs_transposed_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.9353106Z test_contig_vs_transposed_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9368779Z test_contig_vs_transposed_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.9384558Z test_contig_vs_transposed_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:51.9406042Z test_contig_vs_transposed_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9426369Z test_contig_vs_transposed_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9464754Z test_contig_vs_transposed_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:51.9492582Z test_contig_vs_transposed_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.9520612Z test_contig_vs_transposed_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.9541807Z test_contig_vs_transposed_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9563374Z test_contig_vs_transposed_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9585107Z test_contig_vs_transposed_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9605697Z test_contig_vs_transposed_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9626108Z test_contig_vs_transposed_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9646890Z test_contig_vs_transposed_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9667212Z test_contig_vs_transposed_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9687935Z test_contig_vs_transposed_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9709187Z test_contig_vs_transposed_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9729658Z test_contig_vs_transposed_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9772492Z test_contig_vs_transposed_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:51.9800748Z test_contig_vs_transposed_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:51.9821999Z test_contig_vs_transposed_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9843472Z test_contig_vs_transposed_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9866226Z test_contig_vs_transposed_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9887177Z test_contig_vs_transposed_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9907375Z test_contig_vs_transposed_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9927680Z test_contig_vs_transposed_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9948253Z test_contig_vs_transposed_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9968970Z test_contig_vs_transposed_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:51.9990266Z test_contig_vs_transposed_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0010766Z test_contig_vs_transposed_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0049027Z test_contig_vs_transposed_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.0076747Z test_contig_vs_transposed_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0104850Z test_contig_vs_transposed_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0126550Z test_contig_vs_transposed_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0147528Z test_contig_vs_transposed_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0172066Z test_contig_vs_transposed_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0192887Z test_contig_vs_transposed_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0213415Z test_contig_vs_transposed_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0233866Z test_contig_vs_transposed_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0254423Z test_contig_vs_transposed_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0275637Z test_contig_vs_transposed_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0298183Z test_contig_vs_transposed_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0326796Z test_contig_vs_transposed_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0472232Z test_contig_vs_transposed_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:39:52.0501404Z test_contig_vs_transposed_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0531226Z test_contig_vs_transposed_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0560458Z test_contig_vs_transposed_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0589697Z test_contig_vs_transposed_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0617985Z test_contig_vs_transposed_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0638449Z test_contig_vs_transposed_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0659505Z test_contig_vs_transposed_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0693498Z test_contig_vs_transposed_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0714045Z test_contig_vs_transposed_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0734254Z test_contig_vs_transposed_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0754657Z test_contig_vs_transposed_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0774958Z test_contig_vs_transposed_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0795449Z test_contig_vs_transposed_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0816118Z test_contig_vs_transposed_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.0845419Z test_contig_vs_transposed_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0891562Z test_contig_vs_transposed_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.0919996Z test_contig_vs_transposed_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0948537Z test_contig_vs_transposed_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.0977677Z test_contig_vs_transposed_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.1005686Z test_contig_vs_transposed_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.1026535Z test_contig_vs_transposed_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1047229Z test_contig_vs_transposed_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1068559Z test_contig_vs_transposed_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1119851Z test_contig_vs_transposed_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.1140921Z test_contig_vs_transposed_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1162075Z test_contig_vs_transposed_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1183076Z test_contig_vs_transposed_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1204136Z test_contig_vs_transposed_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1224670Z test_contig_vs_transposed_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1245298Z test_contig_vs_transposed_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1266849Z test_contig_vs_transposed_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1305715Z test_contig_vs_transposed_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.1326972Z test_contig_vs_transposed_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1347904Z test_contig_vs_transposed_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1369285Z test_contig_vs_transposed_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1390158Z test_contig_vs_transposed_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1411169Z test_contig_vs_transposed_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1432862Z test_contig_vs_transposed_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1453384Z test_contig_vs_transposed_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1474706Z test_contig_vs_transposed_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1495740Z test_contig_vs_transposed_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1519191Z test_contig_vs_transposed_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1539714Z test_contig_vs_transposed_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1560405Z test_contig_vs_transposed_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1581090Z test_contig_vs_transposed_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1601850Z test_contig_vs_transposed_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1622204Z test_contig_vs_transposed_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1642960Z test_contig_vs_transposed_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1682595Z test_contig_vs_transposed_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.1722830Z test_contig_vs_transposed_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.1753226Z test_contig_vs_transposed_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.1783481Z test_contig_vs_transposed_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.1813470Z test_contig_vs_transposed_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.1843074Z test_contig_vs_transposed_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.1869452Z test_contig_vs_transposed_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.1891132Z test_contig_vs_transposed_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1911542Z test_contig_vs_transposed_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1933028Z test_contig_vs_transposed_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1954332Z test_contig_vs_transposed_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.1989180Z test_contig_vs_transposed_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.2009423Z test_contig_vs_transposed_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2029635Z test_contig_vs_transposed_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2050031Z test_contig_vs_transposed_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2070199Z test_contig_vs_transposed_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2090488Z test_contig_vs_transposed_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2110706Z test_contig_vs_transposed_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2132732Z test_contig_vs_transposed_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2166229Z test_contig_vs_transposed_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.2186470Z test_contig_vs_transposed_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2207181Z test_contig_vs_transposed_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2227397Z test_contig_vs_transposed_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2247872Z test_contig_vs_transposed_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2268123Z test_contig_vs_transposed_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2288493Z test_contig_vs_transposed_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2309450Z test_contig_vs_transposed_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2341490Z test_contig_vs_transposed_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.2361922Z test_contig_vs_transposed_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2382194Z test_contig_vs_transposed_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2402738Z test_contig_vs_transposed_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2423099Z test_contig_vs_transposed_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2443711Z test_contig_vs_transposed_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2464009Z test_contig_vs_transposed_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2485119Z test_contig_vs_transposed_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2520982Z test_contig_vs_transposed_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.2541327Z test_contig_vs_transposed_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2561602Z test_contig_vs_transposed_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2582056Z test_contig_vs_transposed_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2602537Z test_contig_vs_transposed_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2622894Z test_contig_vs_transposed_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2643180Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2664104Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2697568Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.2717843Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2738156Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2758548Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2778748Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2799288Z test_contig_vs_transposed_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2819362Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2840964Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2875738Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.2896044Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2916365Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2936582Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2956574Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2976939Z test_contig_vs_transposed_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.2998895Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3021634Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3061142Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.3083590Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3105583Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3127927Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3150162Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3171868Z test_contig_vs_transposed_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3192304Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3213102Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3253321Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.3273555Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3293732Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3314055Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3334224Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3354608Z test_contig_vs_transposed_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3376529Z test_contig_vs_transposed_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3397615Z test_contig_vs_transposed_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3419298Z test_contig_vs_transposed_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3441453Z test_contig_vs_transposed_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3467815Z test_contig_vs_transposed_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.3489274Z test_contig_vs_transposed_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3510305Z test_contig_vs_transposed_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3531359Z test_contig_vs_transposed_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3552693Z test_contig_vs_transposed_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3573963Z test_contig_vs_transposed_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3594054Z test_contig_vs_transposed_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3615196Z test_contig_vs_transposed_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3647279Z test_contig_vs_transposed_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.3667684Z test_contig_vs_transposed_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3687730Z test_contig_vs_transposed_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3707966Z test_contig_vs_transposed_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3728572Z test_contig_vs_transposed_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3748914Z test_contig_vs_transposed_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3769653Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3793453Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3816972Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3853507Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.3874008Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3894230Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3914612Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3935018Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3955388Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3975366Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.3996536Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4037090Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.4057300Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4077273Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4097331Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4117849Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4138151Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4158236Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4179412Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4219932Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.4240688Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4260965Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4281565Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4301713Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4322283Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4342461Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4363594Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4386174Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4406977Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4427362Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4447769Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4468216Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4488897Z test_contig_vs_transposed_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4510070Z test_contig_vs_transposed_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4530265Z test_contig_vs_transposed_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4567223Z test_contig_vs_transposed_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.4595064Z test_contig_vs_transposed_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.4622630Z test_contig_vs_transposed_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.4643815Z test_contig_vs_transposed_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4664872Z test_contig_vs_transposed_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4685968Z test_contig_vs_transposed_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4706158Z test_contig_vs_transposed_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4726768Z test_contig_vs_transposed_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4747022Z test_contig_vs_transposed_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4767448Z test_contig_vs_transposed_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4787865Z test_contig_vs_transposed_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4809304Z test_contig_vs_transposed_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4824912Z test_contig_vs_transposed_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:52.4869465Z test_contig_vs_transposed_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.4897396Z test_contig_vs_transposed_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.4918575Z test_contig_vs_transposed_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4939595Z test_contig_vs_transposed_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4960383Z test_contig_vs_transposed_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.4976170Z test_contig_vs_transposed_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:52.4992535Z test_contig_vs_transposed_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5007652Z test_contig_vs_transposed_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:52.5023573Z test_contig_vs_transposed_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:52.5039341Z test_contig_vs_transposed_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:52.5060414Z test_contig_vs_transposed_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5080896Z test_contig_vs_transposed_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5118254Z test_contig_vs_transposed_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.5145944Z test_contig_vs_transposed_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.5174190Z test_contig_vs_transposed_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.5195126Z test_contig_vs_transposed_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5216537Z test_contig_vs_transposed_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5239552Z test_contig_vs_transposed_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5259876Z test_contig_vs_transposed_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5280437Z test_contig_vs_transposed_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5300580Z test_contig_vs_transposed_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5321014Z test_contig_vs_transposed_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5341390Z test_contig_vs_transposed_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5362546Z test_contig_vs_transposed_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5382741Z test_contig_vs_transposed_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5420036Z test_contig_vs_transposed_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.5447765Z test_contig_vs_transposed_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.5475505Z test_contig_vs_transposed_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.5496348Z test_contig_vs_transposed_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5517471Z test_contig_vs_transposed_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5540782Z test_contig_vs_transposed_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5561177Z test_contig_vs_transposed_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5581359Z test_contig_vs_transposed_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5601885Z test_contig_vs_transposed_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5622036Z test_contig_vs_transposed_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5642568Z test_contig_vs_transposed_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5663487Z test_contig_vs_transposed_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5684642Z test_contig_vs_transposed_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5705499Z test_contig_vs_transposed_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5726659Z test_contig_vs_transposed_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5742556Z test_contig_vs_transposed_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:52.5758736Z test_contig_vs_transposed_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5774261Z test_contig_vs_transposed_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:52.5790024Z test_contig_vs_transposed_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:52.5805932Z test_contig_vs_transposed_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:52.5823108Z test_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5841404Z test_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5864656Z test_digamma_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5887755Z test_digamma_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:52.5921977Z test_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.5966249Z test_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:2357: RuntimeWarning: invalid value encountered in exp 2022-09-27T16:39:52.5966796Z np_result = np_fn(a) 2022-09-27T16:39:52.6033995Z ok (0.011s) 2022-09-27T16:39:52.6143751Z test_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:39:52.6177902Z test_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:2357: RuntimeWarning: overflow encountered in exp 2022-09-27T16:39:52.6178427Z np_result = np_fn(a) 2022-09-27T16:39:52.6186736Z ok (0.004s) 2022-09-27T16:39:52.6228263Z test_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.6270793Z test_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.6278705Z test_exp_slow_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-09-27T16:39:52.6327494Z test_float_domains_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.6378140Z test_float_domains_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.6430388Z test_float_domains_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.6482917Z test_float_domains_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.6517057Z test_float_domains_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.6552234Z test_float_domains_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.6588117Z test_float_domains_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.6624228Z test_float_domains_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.6671337Z test_float_domains_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.6721812Z test_float_domains_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.6774184Z test_float_domains_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.6827017Z test_float_domains_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.6874550Z test_float_domains_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.6925344Z test_float_domains_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.6978593Z test_float_domains_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.7030858Z test_float_domains_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.7081169Z test_float_domains_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.7133986Z test_float_domains_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.7186652Z test_float_domains_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.7222692Z test_float_domains_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7260059Z test_float_domains_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7296601Z test_float_domains_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7332723Z test_float_domains_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7366588Z test_float_domains_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.7401912Z test_float_domains_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.7438136Z test_float_domains_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7474491Z test_float_domains_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7511003Z test_float_domains_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7547872Z test_float_domains_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7584504Z test_float_domains_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7620525Z test_float_domains_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.7657003Z test_float_domains_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7693439Z test_float_domains_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7729731Z test_float_domains_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7766670Z test_float_domains_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.7817462Z test_float_domains_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.7869332Z test_float_domains_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.7922288Z test_float_domains_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.7975306Z test_float_domains_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.7989802Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:52.8004531Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:52.8019337Z test_float_domains_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:52.8034593Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:52.8049964Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:52.8064432Z test_float_domains_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:52.8079428Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:52.8093875Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:52.8108345Z test_float_domains_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:52.8145985Z test_float_domains_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.8182179Z test_float_domains_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.8219735Z test_float_domains_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.8256028Z test_float_domains_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.8308274Z test_float_domains_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.8360527Z test_float_domains_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:52.8397477Z test_float_domains_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.8433928Z test_float_domains_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:52.8469709Z test_float_domains_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:52.8505565Z test_float_domains_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:53.3289284Z test_frexp_assert_raises_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.478s) 2022-09-27T16:39:53.3315318Z test_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:53.3336349Z test_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3357222Z test_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3373268Z test_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:39:53.3388483Z test_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:39:53.3403980Z test_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:39:53.3424591Z test_hardshrink_edge_cases_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:39:53.3445165Z test_hardshrink_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:39:53.3465790Z test_hardshrink_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:39:53.3491291Z test_hardsigmoid_backward_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3512580Z test_hardsigmoid_backward_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3533209Z test_hardsigmoid_backward_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3559915Z test_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:53.3585850Z test_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3610756Z test_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3638156Z test_hardswish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:53.3663925Z test_hardswish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3688770Z test_hardswish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3711273Z test_i0_range1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3733056Z test_i0_range1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3754369Z test_i0_range1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3775621Z test_i0_range1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3797693Z test_i0_range2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3818756Z test_i0_range2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3840189Z test_i0_range2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3861219Z test_i0_range2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3882106Z test_i0_range3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3898653Z test_i0_special_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3914987Z test_i0_special_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:53.3930724Z test_i0_special_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:53.3946618Z test_i0_special_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:39:53.4612633Z test_igamma_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.066s) 2022-09-27T16:39:53.5303048Z test_igamma_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-09-27T16:39:53.5349426Z test_igamma_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:53.5389966Z test_igamma_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:53.9938977Z test_igammac_common_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.455s) 2022-09-27T16:39:54.4523877Z test_igammac_common_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.458s) 2022-09-27T16:39:54.4570191Z test_igammac_edge_cases_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:54.4612265Z test_igammac_edge_cases_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:54.4703477Z test_isposinf_isneginf_non_boolean_output_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:54.4789507Z test_isposinf_isneginf_non_boolean_output_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:39:54.4876474Z test_isposinf_isneginf_non_boolean_output_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:54.4962634Z test_isposinf_isneginf_non_boolean_output_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:54.5054277Z test_isposinf_isneginf_non_boolean_output_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:54.5140130Z test_isposinf_isneginf_non_boolean_output_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:54.5227005Z test_isposinf_isneginf_non_boolean_output_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:54.5313814Z test_isposinf_isneginf_non_boolean_output_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:54.5400549Z test_isposinf_isneginf_non_boolean_output_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:54.5486330Z test_isposinf_isneginf_non_boolean_output_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:54.5572533Z test_isposinf_isneginf_non_boolean_output_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:39:54.5594756Z test_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... /var/lib/jenkins/workspace/test/test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-09-27T16:39:54.5595473Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-09-27T16:39:54.5616409Z ok (0.004s) 2022-09-27T16:39:54.5653103Z test_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:54.5672026Z test_nan_to_num_bfloat16_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:39:54.5717979Z test_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:54.5785662Z test_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:39:54.5851717Z test_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:54.5914835Z test_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:54.5958273Z test_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:54.6001933Z test_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:54.6044059Z test_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:54.6087112Z test_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:54.6130004Z test_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:54.6156574Z test_non_contig_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6177158Z test_non_contig_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6205563Z test_non_contig_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6234064Z test_non_contig_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6262353Z test_non_contig_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6288271Z test_non_contig_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6315643Z test_non_contig_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6340397Z test_non_contig_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6361505Z test_non_contig_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6382144Z test_non_contig_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6403208Z test_non_contig_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6423897Z test_non_contig_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6444861Z test_non_contig_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6470449Z test_non_contig_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6494481Z test_non_contig_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6522592Z test_non_contig_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6551311Z test_non_contig_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6579723Z test_non_contig_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6605622Z test_non_contig_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6631190Z test_non_contig_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6656032Z test_non_contig_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6680563Z test_non_contig_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6704614Z test_non_contig_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6728713Z test_non_contig_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6753052Z test_non_contig_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6776917Z test_non_contig_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6803875Z test_non_contig_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6828546Z test_non_contig_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6857606Z test_non_contig_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6886253Z test_non_contig_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6915605Z test_non_contig_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6941003Z test_non_contig_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.6967808Z test_non_contig_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.6992813Z test_non_contig_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7017664Z test_non_contig_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7041979Z test_non_contig_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7065857Z test_non_contig_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7089994Z test_non_contig_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7114270Z test_non_contig_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7138122Z test_non_contig_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7166142Z test_non_contig_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.7195099Z test_non_contig_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.7222080Z test_non_contig_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.7247437Z test_non_contig_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7271640Z test_non_contig_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7294653Z test_non_contig_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7318099Z test_non_contig_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7340995Z test_non_contig_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7364452Z test_non_contig_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7387732Z test_non_contig_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7413122Z test_non_contig_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7436238Z test_non_contig_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7463052Z test_non_contig_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.7490320Z test_non_contig_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.7517891Z test_non_contig_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.7542497Z test_non_contig_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7567281Z test_non_contig_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7591566Z test_non_contig_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7614679Z test_non_contig_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7637980Z test_non_contig_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7661006Z test_non_contig_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7684269Z test_non_contig_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7707136Z test_non_contig_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7732153Z test_non_contig_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7756784Z test_non_contig_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7784704Z test_non_contig_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.7813505Z test_non_contig_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.7842443Z test_non_contig_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.7868231Z test_non_contig_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7894080Z test_non_contig_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7919361Z test_non_contig_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7943429Z test_non_contig_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7967841Z test_non_contig_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.7992270Z test_non_contig_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8016399Z test_non_contig_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8040872Z test_non_contig_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8066618Z test_non_contig_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8090864Z test_non_contig_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8119553Z test_non_contig_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.8148339Z test_non_contig_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.8176973Z test_non_contig_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.8202889Z test_non_contig_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8228452Z test_non_contig_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8253963Z test_non_contig_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8278182Z test_non_contig_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8301065Z test_non_contig_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8324328Z test_non_contig_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8347258Z test_non_contig_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8370563Z test_non_contig_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8395531Z test_non_contig_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8418339Z test_non_contig_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8445645Z test_non_contig_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.8473520Z test_non_contig_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.8501010Z test_non_contig_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.8525793Z test_non_contig_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8551362Z test_non_contig_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8576669Z test_non_contig_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8599987Z test_non_contig_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8624137Z test_non_contig_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8649112Z test_non_contig_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8673575Z test_non_contig_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8697401Z test_non_contig_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8723365Z test_non_contig_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8747354Z test_non_contig_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8775382Z test_non_contig_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.8803366Z test_non_contig_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.8831074Z test_non_contig_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.8857192Z test_non_contig_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8883421Z test_non_contig_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:54.8909339Z test_non_contig_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8933858Z test_non_contig_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8958598Z test_non_contig_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.8982751Z test_non_contig_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9007621Z test_non_contig_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9032436Z test_non_contig_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9051961Z test_non_contig_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9071708Z test_non_contig_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9091394Z test_non_contig_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9110493Z test_non_contig_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9130287Z test_non_contig_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9149992Z test_non_contig_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9171451Z test_non_contig_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9190389Z test_non_contig_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9214750Z test_non_contig_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9239445Z test_non_contig_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9263763Z test_non_contig_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9286434Z test_non_contig_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9309036Z test_non_contig_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9331692Z test_non_contig_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9352559Z test_non_contig_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9373436Z test_non_contig_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9394617Z test_non_contig_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9415381Z test_non_contig_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9435247Z test_non_contig_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9457962Z test_non_contig_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9478814Z test_non_contig_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9503075Z test_non_contig_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9527589Z test_non_contig_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9550115Z test_non_contig_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9572635Z test_non_contig_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9595497Z test_non_contig_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9616286Z test_non_contig_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9636466Z test_non_contig_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9656147Z test_non_contig_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9676361Z test_non_contig_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9695312Z test_non_contig_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9720424Z test_non_contig_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9745012Z test_non_contig_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9769899Z test_non_contig_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9795443Z test_non_contig_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9816513Z test_non_contig_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9837633Z test_non_contig_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9856911Z test_non_contig_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9876941Z test_non_contig_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9896873Z test_non_contig_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9922883Z test_non_contig_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9946735Z test_non_contig_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:54.9974528Z test_non_contig_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0001853Z test_non_contig_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0029326Z test_non_contig_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0056323Z test_non_contig_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0083629Z test_non_contig_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0110663Z test_non_contig_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0136018Z test_non_contig_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0161507Z test_non_contig_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0186875Z test_non_contig_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0212635Z test_non_contig_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0238237Z test_non_contig_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0260604Z test_non_contig_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0281558Z test_non_contig_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0305958Z test_non_contig_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0330597Z test_non_contig_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0355184Z test_non_contig_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0377637Z test_non_contig_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0399287Z test_non_contig_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0420595Z test_non_contig_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0440543Z test_non_contig_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0461343Z test_non_contig_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0482299Z test_non_contig_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0502414Z test_non_contig_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0523532Z test_non_contig_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0549178Z test_non_contig_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0569207Z test_non_contig_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0600262Z test_non_contig_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0629335Z test_non_contig_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0658081Z test_non_contig_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0683901Z test_non_contig_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0709004Z test_non_contig_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0734115Z test_non_contig_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0754344Z test_non_contig_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0774547Z test_non_contig_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0794238Z test_non_contig_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0813206Z test_non_contig_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0832421Z test_non_contig_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0856539Z test_non_contig_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0875841Z test_non_contig_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.0902708Z test_non_contig_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0930384Z test_non_contig_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0958348Z test_non_contig_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.0983920Z test_non_contig_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1009360Z test_non_contig_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1034696Z test_non_contig_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1054671Z test_non_contig_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1075208Z test_non_contig_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1094620Z test_non_contig_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1115022Z test_non_contig_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1135185Z test_non_contig_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1161302Z test_non_contig_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.1185459Z test_non_contig_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1214075Z test_non_contig_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.1242820Z test_non_contig_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.1271676Z test_non_contig_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.1296257Z test_non_contig_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1321230Z test_non_contig_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1345239Z test_non_contig_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1369628Z test_non_contig_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1394477Z test_non_contig_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1418400Z test_non_contig_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1442907Z test_non_contig_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1466998Z test_non_contig_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1493322Z test_non_contig_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.1517748Z test_non_contig_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1545647Z test_non_contig_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.1573431Z test_non_contig_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.1601191Z test_non_contig_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.1625830Z test_non_contig_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1650685Z test_non_contig_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1674994Z test_non_contig_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1698112Z test_non_contig_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1721456Z test_non_contig_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1744469Z test_non_contig_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1767847Z test_non_contig_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1790811Z test_non_contig_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1816035Z test_non_contig_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1839764Z test_non_contig_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1864623Z test_non_contig_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1891142Z test_non_contig_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.1916813Z test_non_contig_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1941666Z test_non_contig_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1966749Z test_non_contig_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.1990312Z test_non_contig_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2014055Z test_non_contig_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2039844Z test_non_contig_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2060979Z test_non_contig_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2087039Z test_non_contig_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.2113350Z test_non_contig_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.2138578Z test_non_contig_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2163273Z test_non_contig_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2187774Z test_non_contig_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2212338Z test_non_contig_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2237172Z test_non_contig_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2261405Z test_non_contig_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2287447Z test_non_contig_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2311252Z test_non_contig_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2338792Z test_non_contig_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.2366410Z test_non_contig_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.2394197Z test_non_contig_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.2419597Z test_non_contig_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2445588Z test_non_contig_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2470356Z test_non_contig_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2494627Z test_non_contig_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2518946Z test_non_contig_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2543151Z test_non_contig_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2567148Z test_non_contig_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2591287Z test_non_contig_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2617529Z test_non_contig_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.2642001Z test_non_contig_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2667798Z test_non_contig_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2694240Z test_non_contig_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.2719834Z test_non_contig_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2742843Z test_non_contig_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2766175Z test_non_contig_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2790682Z test_non_contig_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2815090Z test_non_contig_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2839716Z test_non_contig_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2865872Z test_non_contig_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.2890275Z test_non_contig_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2916777Z test_non_contig_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.2941868Z test_non_contig_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2967056Z test_non_contig_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.2991772Z test_non_contig_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3016120Z test_non_contig_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3040921Z test_non_contig_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3065180Z test_non_contig_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3089961Z test_non_contig_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3114531Z test_non_contig_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3140402Z test_non_contig_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3166379Z test_non_contig_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.3192042Z test_non_contig_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3216269Z test_non_contig_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3241092Z test_non_contig_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3265406Z test_non_contig_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3289972Z test_non_contig_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3313224Z test_non_contig_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3337993Z test_non_contig_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3361196Z test_non_contig_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3386046Z test_non_contig_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3411187Z test_non_contig_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3435448Z test_non_contig_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3459656Z test_non_contig_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3484263Z test_non_contig_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3508714Z test_non_contig_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3533285Z test_non_contig_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3557961Z test_non_contig_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3583886Z test_non_contig_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3607241Z test_non_contig_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3635267Z test_non_contig_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.3662087Z test_non_contig_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.3690848Z test_non_contig_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.3716964Z test_non_contig_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.3742760Z test_non_contig_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3768239Z test_non_contig_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3793132Z test_non_contig_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3817244Z test_non_contig_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3841959Z test_non_contig_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3866012Z test_non_contig_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3889475Z test_non_contig_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:39:55.3944888Z test_non_contig_expand_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.3981059Z test_non_contig_expand_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:55.4037089Z test_non_contig_expand_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.4095442Z test_non_contig_expand_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.4154509Z test_non_contig_expand_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.4211752Z test_non_contig_expand_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.4269029Z test_non_contig_expand_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.4323202Z test_non_contig_expand_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.4361777Z test_non_contig_expand_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:55.4400145Z test_non_contig_expand_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:55.4435575Z test_non_contig_expand_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:55.4473801Z test_non_contig_expand_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:55.4512194Z test_non_contig_expand_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:55.4569175Z test_non_contig_expand_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.4623466Z test_non_contig_expand_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.4685238Z test_non_contig_expand_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.4749032Z test_non_contig_expand_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.4813261Z test_non_contig_expand_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.4870490Z test_non_contig_expand_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.4927550Z test_non_contig_expand_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.4981112Z test_non_contig_expand_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5034380Z test_non_contig_expand_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5086595Z test_non_contig_expand_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5138617Z test_non_contig_expand_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5191227Z test_non_contig_expand_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5243473Z test_non_contig_expand_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5297933Z test_non_contig_expand_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5349787Z test_non_contig_expand_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5408224Z test_non_contig_expand_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.5469926Z test_non_contig_expand_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.5531284Z test_non_contig_expand_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.5585974Z test_non_contig_expand_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5640487Z test_non_contig_expand_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5691795Z test_non_contig_expand_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5744086Z test_non_contig_expand_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5796806Z test_non_contig_expand_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5849021Z test_non_contig_expand_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5903863Z test_non_contig_expand_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.5957693Z test_non_contig_expand_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6009726Z test_non_contig_expand_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6066327Z test_non_contig_expand_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.6125284Z test_non_contig_expand_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.6184147Z test_non_contig_expand_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.6239076Z test_non_contig_expand_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6290681Z test_non_contig_expand_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6343103Z test_non_contig_expand_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6396581Z test_non_contig_expand_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6448930Z test_non_contig_expand_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6501247Z test_non_contig_expand_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6554148Z test_non_contig_expand_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6610787Z test_non_contig_expand_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.6665176Z test_non_contig_expand_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6726796Z test_non_contig_expand_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.6790678Z test_non_contig_expand_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.6854913Z test_non_contig_expand_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.6910893Z test_non_contig_expand_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.6965661Z test_non_contig_expand_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7017795Z test_non_contig_expand_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7069864Z test_non_contig_expand_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7122645Z test_non_contig_expand_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7174896Z test_non_contig_expand_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7227141Z test_non_contig_expand_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7281569Z test_non_contig_expand_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7339044Z test_non_contig_expand_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.7393682Z test_non_contig_expand_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7453748Z test_non_contig_expand_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.7515198Z test_non_contig_expand_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.7576263Z test_non_contig_expand_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.7630732Z test_non_contig_expand_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7685468Z test_non_contig_expand_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7737311Z test_non_contig_expand_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7789199Z test_non_contig_expand_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7841634Z test_non_contig_expand_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7894673Z test_non_contig_expand_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.7949240Z test_non_contig_expand_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8003635Z test_non_contig_expand_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8060460Z test_non_contig_expand_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.8114858Z test_non_contig_expand_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8175549Z test_non_contig_expand_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.8239645Z test_non_contig_expand_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.8303528Z test_non_contig_expand_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.8360444Z test_non_contig_expand_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.8417590Z test_non_contig_expand_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.8471509Z test_non_contig_expand_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8527030Z test_non_contig_expand_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8579291Z test_non_contig_expand_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8630984Z test_non_contig_expand_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8683594Z test_non_contig_expand_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8735909Z test_non_contig_expand_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8790341Z test_non_contig_expand_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8842209Z test_non_contig_expand_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.8900975Z test_non_contig_expand_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.8964695Z test_non_contig_expand_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.9029044Z test_non_contig_expand_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.9086024Z test_non_contig_expand_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.9143509Z test_non_contig_expand_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.9197835Z test_non_contig_expand_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.9252511Z test_non_contig_expand_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.9306797Z test_non_contig_expand_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.9361554Z test_non_contig_expand_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.9416072Z test_non_contig_expand_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.9470721Z test_non_contig_expand_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.9526911Z test_non_contig_expand_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.9581134Z test_non_contig_expand_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.9640951Z test_non_contig_expand_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.9701090Z test_non_contig_expand_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.9761122Z test_non_contig_expand_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.9818350Z test_non_contig_expand_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.9873020Z test_non_contig_expand_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:55.9929994Z test_non_contig_expand_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:55.9984930Z test_non_contig_expand_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.0040081Z test_non_contig_expand_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.0094682Z test_non_contig_expand_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.0149764Z test_non_contig_expand_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.0203936Z test_non_contig_expand_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.0239688Z test_non_contig_expand_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0275855Z test_non_contig_expand_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0311869Z test_non_contig_expand_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:56.0344813Z test_non_contig_expand_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:56.0381110Z test_non_contig_expand_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0417300Z test_non_contig_expand_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0455972Z test_non_contig_expand_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0490891Z test_non_contig_expand_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:56.0532611Z test_non_contig_expand_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0574335Z test_non_contig_expand_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0616123Z test_non_contig_expand_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0654934Z test_non_contig_expand_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0693843Z test_non_contig_expand_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0732682Z test_non_contig_expand_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0768865Z test_non_contig_expand_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0805072Z test_non_contig_expand_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0841558Z test_non_contig_expand_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0878104Z test_non_contig_expand_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0914165Z test_non_contig_expand_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0952871Z test_non_contig_expand_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.0989236Z test_non_contig_expand_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1031002Z test_non_contig_expand_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1072797Z test_non_contig_expand_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1111629Z test_non_contig_expand_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1150020Z test_non_contig_expand_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1188922Z test_non_contig_expand_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1225108Z test_non_contig_expand_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1261550Z test_non_contig_expand_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1297651Z test_non_contig_expand_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1334014Z test_non_contig_expand_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1369375Z test_non_contig_expand_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:56.1424029Z test_non_contig_expand_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.1478890Z test_non_contig_expand_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.1533195Z test_non_contig_expand_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.1586406Z test_non_contig_expand_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.1623163Z test_non_contig_expand_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1659322Z test_non_contig_expand_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1692871Z test_non_contig_expand_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:56.1729451Z test_non_contig_expand_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1765640Z test_non_contig_expand_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.1824874Z test_non_contig_expand_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.1881185Z test_non_contig_expand_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.1942672Z test_non_contig_expand_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2005550Z test_non_contig_expand_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2071050Z test_non_contig_expand_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2133029Z test_non_contig_expand_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2194513Z test_non_contig_expand_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2255767Z test_non_contig_expand_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2314868Z test_non_contig_expand_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2374100Z test_non_contig_expand_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2433828Z test_non_contig_expand_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2491425Z test_non_contig_expand_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2548105Z test_non_contig_expand_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.2586827Z test_non_contig_expand_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.2622845Z test_non_contig_expand_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.2664661Z test_non_contig_expand_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.2706267Z test_non_contig_expand_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.2747989Z test_non_contig_expand_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.2786866Z test_non_contig_expand_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.2825594Z test_non_contig_expand_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.2864475Z test_non_contig_expand_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.2900695Z test_non_contig_expand_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.2936991Z test_non_contig_expand_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.2973269Z test_non_contig_expand_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.3008555Z test_non_contig_expand_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:56.3045053Z test_non_contig_expand_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.3098153Z test_non_contig_expand_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.3133226Z test_non_contig_expand_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:56.3197336Z test_non_contig_expand_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.3260539Z test_non_contig_expand_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.3323887Z test_non_contig_expand_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.3377422Z test_non_contig_expand_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.3430949Z test_non_contig_expand_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.3481946Z test_non_contig_expand_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.3516751Z test_non_contig_expand_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:56.3554007Z test_non_contig_expand_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.3588098Z test_non_contig_expand_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:56.3625101Z test_non_contig_expand_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.3662503Z test_non_contig_expand_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.3718550Z test_non_contig_expand_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.3756786Z test_non_contig_expand_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.3818514Z test_non_contig_expand_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.3883062Z test_non_contig_expand_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.3944861Z test_non_contig_expand_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.3998170Z test_non_contig_expand_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.4051664Z test_non_contig_expand_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.4104115Z test_non_contig_expand_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.4141477Z test_non_contig_expand_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.4178750Z test_non_contig_expand_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.4212804Z test_non_contig_expand_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:56.4250080Z test_non_contig_expand_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.4286461Z test_non_contig_expand_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:56.4340967Z test_non_contig_expand_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.4393024Z test_non_contig_expand_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.4451334Z test_non_contig_expand_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.4513232Z test_non_contig_expand_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.4576782Z test_non_contig_expand_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.4634199Z test_non_contig_expand_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.4691152Z test_non_contig_expand_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.4745381Z test_non_contig_expand_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.4798955Z test_non_contig_expand_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.4851500Z test_non_contig_expand_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.4906184Z test_non_contig_expand_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.4959981Z test_non_contig_expand_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5012204Z test_non_contig_expand_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5067463Z test_non_contig_expand_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5119959Z test_non_contig_expand_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5180542Z test_non_contig_expand_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.5244624Z test_non_contig_expand_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.5308398Z test_non_contig_expand_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.5365637Z test_non_contig_expand_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.5422835Z test_non_contig_expand_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.5476171Z test_non_contig_expand_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5528406Z test_non_contig_expand_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5580817Z test_non_contig_expand_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5633622Z test_non_contig_expand_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5685706Z test_non_contig_expand_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5737784Z test_non_contig_expand_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5793293Z test_non_contig_expand_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5846223Z test_non_contig_expand_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5901207Z test_non_contig_expand_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.5958916Z test_non_contig_expand_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.6013610Z test_non_contig_expand_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6069033Z test_non_contig_expand_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6124331Z test_non_contig_expand_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6179572Z test_non_contig_expand_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6234750Z test_non_contig_expand_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6289627Z test_non_contig_expand_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6341811Z test_non_contig_expand_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6397453Z test_non_contig_expand_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6452359Z test_non_contig_expand_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6504282Z test_non_contig_expand_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6558652Z test_non_contig_expand_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6613914Z test_non_contig_expand_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6668132Z test_non_contig_expand_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6723172Z test_non_contig_expand_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6776492Z test_non_contig_expand_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6828468Z test_non_contig_expand_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6878203Z test_non_contig_expand_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.6934995Z test_non_contig_expand_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.6992729Z test_non_contig_expand_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.7050346Z test_non_contig_expand_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.7104029Z test_non_contig_expand_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7158682Z test_non_contig_expand_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7211351Z test_non_contig_expand_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7263498Z test_non_contig_expand_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7315571Z test_non_contig_expand_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7367543Z test_non_contig_expand_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7419428Z test_non_contig_expand_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7471667Z test_non_contig_expand_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7528805Z test_non_contig_expand_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.7583291Z test_non_contig_expand_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7640310Z test_non_contig_expand_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.7696066Z test_non_contig_expand_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7747452Z test_non_contig_expand_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7799861Z test_non_contig_expand_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7852063Z test_non_contig_expand_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7904221Z test_non_contig_expand_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.7956495Z test_non_contig_expand_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8008808Z test_non_contig_expand_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8063277Z test_non_contig_expand_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8115533Z test_non_contig_expand_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8169799Z test_non_contig_expand_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8226679Z test_non_contig_expand_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.8280537Z test_non_contig_expand_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8332968Z test_non_contig_expand_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8384976Z test_non_contig_expand_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8437480Z test_non_contig_expand_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8489666Z test_non_contig_expand_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8544245Z test_non_contig_expand_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8597513Z test_non_contig_expand_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8652150Z test_non_contig_expand_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8706464Z test_non_contig_expand_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8758135Z test_non_contig_expand_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8810194Z test_non_contig_expand_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8862741Z test_non_contig_expand_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8914907Z test_non_contig_expand_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.8967139Z test_non_contig_expand_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9019455Z test_non_contig_expand_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9074301Z test_non_contig_expand_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9125889Z test_non_contig_expand_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9180473Z test_non_contig_expand_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9234744Z test_non_contig_expand_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9286234Z test_non_contig_expand_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9338236Z test_non_contig_expand_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9390403Z test_non_contig_expand_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9442381Z test_non_contig_expand_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9494165Z test_non_contig_expand_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9546182Z test_non_contig_expand_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9601058Z test_non_contig_expand_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9652799Z test_non_contig_expand_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9711587Z test_non_contig_expand_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.9772756Z test_non_contig_expand_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.9834398Z test_non_contig_expand_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:56.9889131Z test_non_contig_expand_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9943540Z test_non_contig_expand_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:56.9995014Z test_non_contig_expand_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0047188Z test_non_contig_expand_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0099368Z test_non_contig_expand_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0153926Z test_non_contig_expand_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0208688Z test_non_contig_expand_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0263199Z test_non_contig_expand_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0320124Z test_non_contig_expand_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.0374100Z test_non_contig_expand_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0430115Z test_non_contig_expand_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0485329Z test_non_contig_expand_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0536455Z test_non_contig_expand_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0588799Z test_non_contig_expand_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0641146Z test_non_contig_expand_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0693557Z test_non_contig_expand_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0745728Z test_non_contig_expand_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0798069Z test_non_contig_expand_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.0854333Z test_non_contig_expand_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.0892267Z test_non_contig_expand_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.0952969Z test_non_contig_expand_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.1016457Z test_non_contig_expand_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.1079628Z test_non_contig_expand_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.1135987Z test_non_contig_expand_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.1192708Z test_non_contig_expand_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.1245896Z test_non_contig_expand_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.1284325Z test_non_contig_expand_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.1324592Z test_non_contig_expand_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.1361910Z test_non_contig_expand_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.1402486Z test_non_contig_expand_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.1442699Z test_non_contig_expand_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.1498629Z test_non_contig_expand_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.1552785Z test_non_contig_expand_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.1611579Z test_non_contig_expand_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.1668780Z test_non_contig_expand_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.1726441Z test_non_contig_expand_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.1781263Z test_non_contig_expand_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.1835078Z test_non_contig_expand_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.1891747Z test_non_contig_expand_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.1946308Z test_non_contig_expand_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.2001334Z test_non_contig_expand_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.2055798Z test_non_contig_expand_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.2110561Z test_non_contig_expand_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.2165471Z test_non_contig_expand_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.2222355Z test_non_contig_expand_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.2279616Z test_non_contig_expand_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.2336551Z test_non_contig_expand_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.2390514Z test_non_contig_expand_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.2429117Z test_non_contig_expand_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.2467544Z test_non_contig_expand_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.2503251Z test_non_contig_expand_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.2540951Z test_non_contig_expand_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.2579411Z test_non_contig_expand_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.2636422Z test_non_contig_expand_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.2693083Z test_non_contig_expand_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.2748815Z test_non_contig_expand_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.2800782Z test_non_contig_expand_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.2811980Z test_non_contig_expand_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:57.2822505Z test_non_contig_expand_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:57.2833316Z test_non_contig_expand_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:39:57.2888272Z test_non_contig_expand_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.2940250Z test_non_contig_expand_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.2997684Z test_non_contig_expand_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.3055040Z test_non_contig_expand_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.3108502Z test_non_contig_expand_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3163244Z test_non_contig_expand_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3218101Z test_non_contig_expand_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3270143Z test_non_contig_expand_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3322704Z test_non_contig_expand_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3374697Z test_non_contig_expand_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3427339Z test_non_contig_expand_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3479898Z test_non_contig_expand_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3534232Z test_non_contig_expand_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3585948Z test_non_contig_expand_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3640321Z test_non_contig_expand_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3694739Z test_non_contig_expand_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3745711Z test_non_contig_expand_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3798213Z test_non_contig_expand_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3850216Z test_non_contig_expand_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3902143Z test_non_contig_expand_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.3954075Z test_non_contig_expand_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.4006247Z test_non_contig_expand_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.4063559Z test_non_contig_expand_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.4121316Z test_non_contig_expand_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.4178841Z test_non_contig_expand_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.4217548Z test_non_contig_expand_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4253133Z test_non_contig_expand_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.4294900Z test_non_contig_expand_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4336270Z test_non_contig_expand_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4374786Z test_non_contig_expand_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4413678Z test_non_contig_expand_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4452130Z test_non_contig_expand_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4488298Z test_non_contig_expand_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4523452Z test_non_contig_expand_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.4559487Z test_non_contig_expand_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4595473Z test_non_contig_expand_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4631221Z test_non_contig_expand_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.4674462Z test_non_contig_expand_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4710056Z test_non_contig_expand_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.4760901Z test_non_contig_expand_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.4811827Z test_non_contig_expand_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.4862449Z test_non_contig_expand_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.4905392Z test_non_contig_expand_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4947448Z test_non_contig_expand_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.4988372Z test_non_contig_expand_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5024399Z test_non_contig_expand_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.5062021Z test_non_contig_expand_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5099773Z test_non_contig_expand_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5137421Z test_non_contig_expand_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5174605Z test_non_contig_expand_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5214597Z test_non_contig_expand_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5249989Z test_non_contig_expand_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.5294887Z test_non_contig_expand_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5339732Z test_non_contig_expand_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5386418Z test_non_contig_expand_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.5428342Z test_non_contig_expand_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5469863Z test_non_contig_expand_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5511826Z test_non_contig_expand_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5549399Z test_non_contig_expand_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5587219Z test_non_contig_expand_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5625279Z test_non_contig_expand_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5663303Z test_non_contig_expand_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5701169Z test_non_contig_expand_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5741479Z test_non_contig_expand_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5778186Z test_non_contig_expand_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5819494Z test_non_contig_expand_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5860786Z test_non_contig_expand_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5899349Z test_non_contig_expand_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5937842Z test_non_contig_expand_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.5975968Z test_non_contig_expand_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6011998Z test_non_contig_expand_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.6047805Z test_non_contig_expand_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.6083739Z test_non_contig_expand_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.6119755Z test_non_contig_expand_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.6155599Z test_non_contig_expand_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.6194002Z test_non_contig_expand_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6229402Z test_non_contig_expand_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.6267788Z test_non_contig_expand_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6306596Z test_non_contig_expand_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6345182Z test_non_contig_expand_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6381252Z test_non_contig_expand_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6417282Z test_non_contig_expand_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6453129Z test_non_contig_expand_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.6491198Z test_non_contig_expand_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6529338Z test_non_contig_expand_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6569745Z test_non_contig_expand_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6607884Z test_non_contig_expand_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6648311Z test_non_contig_expand_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6688941Z test_non_contig_expand_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6729204Z test_non_contig_expand_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6767160Z test_non_contig_expand_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6805497Z test_non_contig_expand_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6843555Z test_non_contig_expand_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6881789Z test_non_contig_expand_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6919635Z test_non_contig_expand_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6960515Z test_non_contig_expand_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.6997354Z test_non_contig_expand_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7040747Z test_non_contig_expand_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7084836Z test_non_contig_expand_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7129675Z test_non_contig_expand_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7170323Z test_non_contig_expand_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7211031Z test_non_contig_expand_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7249818Z test_non_contig_expand_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7285495Z test_non_contig_expand_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.7323488Z test_non_contig_expand_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7361472Z test_non_contig_expand_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7399640Z test_non_contig_expand_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7437589Z test_non_contig_expand_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7495684Z test_non_contig_expand_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.7534597Z test_non_contig_expand_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7596980Z test_non_contig_expand_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.7661838Z test_non_contig_expand_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.7719549Z test_non_contig_expand_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.7777397Z test_non_contig_expand_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.7832001Z test_non_contig_expand_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.7869856Z test_non_contig_expand_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7906554Z test_non_contig_expand_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.7942364Z test_non_contig_expand_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:57.7981281Z test_non_contig_expand_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.8020249Z test_non_contig_expand_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:57.8074990Z test_non_contig_expand_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.8131395Z test_non_contig_expand_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.8187825Z test_non_contig_expand_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.8241652Z test_non_contig_expand_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.8296207Z test_non_contig_expand_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.8350647Z test_non_contig_expand_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.8404661Z test_non_contig_expand_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.8456183Z test_non_contig_expand_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.8508218Z test_non_contig_expand_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.8562865Z test_non_contig_expand_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.8614635Z test_non_contig_expand_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.8673745Z test_non_contig_expand_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.8737477Z test_non_contig_expand_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.8794164Z test_non_contig_expand_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.8851044Z test_non_contig_expand_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.8904797Z test_non_contig_expand_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.8959294Z test_non_contig_expand_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9012690Z test_non_contig_expand_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9065456Z test_non_contig_expand_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9120061Z test_non_contig_expand_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9174996Z test_non_contig_expand_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9231925Z test_non_contig_expand_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.9286173Z test_non_contig_expand_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9342927Z test_non_contig_expand_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.9399908Z test_non_contig_expand_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.9453544Z test_non_contig_expand_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9506845Z test_non_contig_expand_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9561481Z test_non_contig_expand_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9615837Z test_non_contig_expand_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9670027Z test_non_contig_expand_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9724941Z test_non_contig_expand_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9781820Z test_non_contig_expand_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.9836192Z test_non_contig_expand_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:57.9896679Z test_non_contig_expand_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:57.9960069Z test_non_contig_expand_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.0033243Z test_non_contig_expand_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:39:58.0089728Z test_non_contig_expand_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.0142334Z test_non_contig_expand_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0196880Z test_non_contig_expand_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0251159Z test_non_contig_expand_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0305481Z test_non_contig_expand_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0360077Z test_non_contig_expand_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0411868Z test_non_contig_expand_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0466362Z test_non_contig_expand_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0518299Z test_non_contig_expand_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0576611Z test_non_contig_expand_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.0638531Z test_non_contig_expand_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.0699002Z test_non_contig_expand_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.0753625Z test_non_contig_expand_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0807927Z test_non_contig_expand_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0859387Z test_non_contig_expand_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0911065Z test_non_contig_expand_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.0963168Z test_non_contig_expand_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.1015232Z test_non_contig_expand_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.1067384Z test_non_contig_expand_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.1119808Z test_non_contig_expand_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.1175392Z test_non_contig_expand_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.1212766Z test_non_contig_expand_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.1254411Z test_non_contig_expand_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.1295822Z test_non_contig_expand_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.1349043Z test_non_contig_expand_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.1389712Z test_non_contig_expand_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.1430463Z test_non_contig_expand_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.1468703Z test_non_contig_expand_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.1507093Z test_non_contig_expand_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.1545360Z test_non_contig_expand_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.1581473Z test_non_contig_expand_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.1617745Z test_non_contig_expand_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.1672499Z test_non_contig_expand_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.1726529Z test_non_contig_expand_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.1788935Z test_non_contig_expand_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.1845639Z test_non_contig_expand_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.1899571Z test_non_contig_expand_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.1954482Z test_non_contig_expand_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.2008999Z test_non_contig_expand_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.2064230Z test_non_contig_expand_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.2118682Z test_non_contig_expand_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.2173063Z test_non_contig_expand_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.2210935Z test_non_contig_expand_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.2246097Z test_non_contig_expand_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.2286321Z test_non_contig_expand_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.2325156Z test_non_contig_expand_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.2364022Z test_non_contig_expand_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.2401875Z test_non_contig_expand_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.2437767Z test_non_contig_expand_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.2474115Z test_non_contig_expand_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.2507402Z test_non_contig_expand_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.2540907Z test_non_contig_expand_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.2573228Z test_non_contig_expand_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.2606792Z test_non_contig_expand_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.2640378Z test_non_contig_expand_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.2700083Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.2759396Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.2815068Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.2871656Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.2928331Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.2984396Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.3040514Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3096964Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.3155728Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.3213963Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.3269119Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3325184Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.3380841Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3436608Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3492462Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3547800Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3606328Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.3664663Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.3719316Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3774960Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3830509Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3886314Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3941848Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.3997569Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.4053186Z test_non_contig_expand_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.4089077Z test_non_contig_expand_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.4143917Z test_non_contig_expand_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.4198717Z test_non_contig_expand_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.4250484Z test_non_contig_expand_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.4287013Z test_non_contig_expand_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.4323701Z test_non_contig_expand_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.4357514Z test_non_contig_expand_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.4393759Z test_non_contig_expand_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.4429846Z test_non_contig_expand_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.4484479Z test_non_contig_expand_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.4542987Z test_non_contig_expand_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.4604362Z test_non_contig_expand_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.4668230Z test_non_contig_expand_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.4725048Z test_non_contig_expand_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.4781929Z test_non_contig_expand_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.4835876Z test_non_contig_expand_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.4874301Z test_non_contig_expand_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.4912474Z test_non_contig_expand_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.4947496Z test_non_contig_expand_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.4985490Z test_non_contig_expand_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.5023328Z test_non_contig_expand_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.5080766Z test_non_contig_expand_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.5137519Z test_non_contig_expand_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.5193951Z test_non_contig_expand_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.5246225Z test_non_contig_expand_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5300524Z test_non_contig_expand_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5355441Z test_non_contig_expand_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5410024Z test_non_contig_expand_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5461898Z test_non_contig_expand_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5516450Z test_non_contig_expand_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5571352Z test_non_contig_expand_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5625673Z test_non_contig_expand_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5677399Z test_non_contig_expand_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5732104Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5789063Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.5846489Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.5900228Z test_non_contig_expand_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.5958170Z test_non_contig_expand_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.6015406Z test_non_contig_expand_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.6073004Z test_non_contig_expand_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.6127455Z test_non_contig_expand_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.6166309Z test_non_contig_expand_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.6205208Z test_non_contig_expand_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.6241013Z test_non_contig_expand_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.6279254Z test_non_contig_expand_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.6333977Z test_non_contig_expand_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.6388277Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.6445848Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.6499277Z test_non_contig_expand_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.6554156Z test_non_contig_expand_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.6608809Z test_non_contig_expand_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.6663344Z test_non_contig_expand_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.6715092Z test_non_contig_expand_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.6772778Z test_non_contig_expand_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.6830277Z test_non_contig_expand_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.6885459Z test_non_contig_expand_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.6940570Z test_non_contig_expand_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.6995508Z test_non_contig_expand_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.7052989Z test_non_contig_expand_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.7107239Z test_non_contig_expand_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.7146111Z test_non_contig_expand_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.7184582Z test_non_contig_expand_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.7219339Z test_non_contig_expand_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.7256027Z test_non_contig_expand_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.7292547Z test_non_contig_expand_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.7349676Z test_non_contig_expand_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.7407222Z test_non_contig_expand_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.7464489Z test_non_contig_expand_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.7516411Z test_non_contig_expand_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.7553067Z test_non_contig_expand_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.7589183Z test_non_contig_expand_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.7622591Z test_non_contig_expand_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:58.7658997Z test_non_contig_expand_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.7695143Z test_non_contig_expand_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:58.7705545Z test_non_contig_expand_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:39:58.7714806Z test_non_contig_expand_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:39:58.7724290Z test_non_contig_expand_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:39:58.7734011Z test_non_contig_expand_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Different noise (0.001s) 2022-09-27T16:39:58.7788631Z test_non_contig_expand_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.7843681Z test_non_contig_expand_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.7898620Z test_non_contig_expand_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.7949917Z test_non_contig_expand_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8004654Z test_non_contig_expand_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8059065Z test_non_contig_expand_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8114334Z test_non_contig_expand_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8166185Z test_non_contig_expand_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8221328Z test_non_contig_expand_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8275977Z test_non_contig_expand_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8330657Z test_non_contig_expand_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8382298Z test_non_contig_expand_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8437201Z test_non_contig_expand_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8491891Z test_non_contig_expand_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8546244Z test_non_contig_expand_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8597975Z test_non_contig_expand_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8655248Z test_non_contig_expand_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.8709674Z test_non_contig_expand_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.8772206Z test_non_contig_expand_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.8837128Z test_non_contig_expand_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.8893909Z test_non_contig_expand_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.8950814Z test_non_contig_expand_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.9004459Z test_non_contig_expand_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.9059088Z test_non_contig_expand_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.9116225Z test_non_contig_expand_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.9173499Z test_non_contig_expand_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.9230124Z test_non_contig_expand_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.9287474Z test_non_contig_expand_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.9344007Z test_non_contig_expand_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.9406208Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.9471188Z test_non_contig_expand_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.9528880Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.9586630Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:58.9641668Z test_non_contig_expand_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.9697172Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.9752497Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.9808075Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.9863559Z test_non_contig_expand_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.9919181Z test_non_contig_expand_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:58.9976814Z test_non_contig_expand_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.0034663Z test_non_contig_expand_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.0089685Z test_non_contig_expand_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.0141828Z test_non_contig_expand_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.0178755Z test_non_contig_expand_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.0215257Z test_non_contig_expand_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.0249076Z test_non_contig_expand_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.0285892Z test_non_contig_expand_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.0322837Z test_non_contig_expand_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.0374795Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.0431711Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.0488517Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.0542099Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.0597241Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.0652175Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.0706498Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.0761371Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.0815831Z test_non_contig_expand_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.0870079Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.0927132Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.0984254Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.1038298Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1092460Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1147069Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1201880Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1256595Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1311242Z test_non_contig_expand_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1365842Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1422505Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.1478462Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1536957Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.1589153Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1641584Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1693943Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1748123Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1803039Z test_non_contig_expand_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1857566Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1913625Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.1968170Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2022655Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2075953Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2128987Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2181072Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2233319Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2285471Z test_non_contig_expand_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2337241Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2392194Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2446482Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2504824Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.2556955Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2611778Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2665788Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2720587Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2772764Z test_non_contig_expand_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2825930Z test_non_contig_expand_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.2883563Z test_non_contig_expand_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.2943575Z test_non_contig_expand_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.3003629Z test_non_contig_expand_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.3057317Z test_non_contig_expand_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3110673Z test_non_contig_expand_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3160928Z test_non_contig_expand_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3195611Z test_non_contig_expand_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.3230395Z test_non_contig_expand_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.3262407Z test_non_contig_expand_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.3299366Z test_non_contig_expand_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.3336289Z test_non_contig_expand_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.3393487Z test_non_contig_expand_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.3447814Z test_non_contig_expand_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3502875Z test_non_contig_expand_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3557550Z test_non_contig_expand_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3611834Z test_non_contig_expand_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3667044Z test_non_contig_expand_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3722432Z test_non_contig_expand_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3777470Z test_non_contig_expand_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3832810Z test_non_contig_expand_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3887486Z test_non_contig_expand_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3943474Z test_non_contig_expand_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.3980192Z test_non_contig_expand_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.4037223Z test_non_contig_expand_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.4097045Z test_non_contig_expand_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.4157001Z test_non_contig_expand_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.4210092Z test_non_contig_expand_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.4264710Z test_non_contig_expand_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.4317208Z test_non_contig_expand_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.4354531Z test_non_contig_expand_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.4391773Z test_non_contig_expand_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.4425231Z test_non_contig_expand_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.4462149Z test_non_contig_expand_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.4498949Z test_non_contig_expand_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.4554869Z test_non_contig_expand_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.4606863Z test_non_contig_expand_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.4665403Z test_non_contig_expand_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.4726697Z test_non_contig_expand_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.4781123Z test_non_contig_expand_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.4836259Z test_non_contig_expand_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.4887714Z test_non_contig_expand_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.4939868Z test_non_contig_expand_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.4992183Z test_non_contig_expand_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5044512Z test_non_contig_expand_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5096558Z test_non_contig_expand_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5151126Z test_non_contig_expand_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5205761Z test_non_contig_expand_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5260446Z test_non_contig_expand_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5315609Z test_non_contig_expand_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5367010Z test_non_contig_expand_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5403464Z test_non_contig_expand_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.5439834Z test_non_contig_expand_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.5473416Z test_non_contig_expand_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.5509494Z test_non_contig_expand_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.5545958Z test_non_contig_expand_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.5601035Z test_non_contig_expand_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5655258Z test_non_contig_expand_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5711125Z test_non_contig_expand_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5765317Z test_non_contig_expand_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5822745Z test_non_contig_expand_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.5878560Z test_non_contig_expand_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5933656Z test_non_contig_expand_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.5987309Z test_non_contig_expand_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.6044759Z test_non_contig_expand_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.6101214Z test_non_contig_expand_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.6156124Z test_non_contig_expand_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.6208171Z test_non_contig_expand_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.6262665Z test_non_contig_expand_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.6315010Z test_non_contig_expand_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.6376300Z test_non_contig_expand_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.6440287Z test_non_contig_expand_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.6504248Z test_non_contig_expand_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.6561435Z test_non_contig_expand_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.6617989Z test_non_contig_expand_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.6672099Z test_non_contig_expand_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.6726586Z test_non_contig_expand_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.6781081Z test_non_contig_expand_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.6836057Z test_non_contig_expand_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.6890498Z test_non_contig_expand_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.6945492Z test_non_contig_expand_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.7001869Z test_non_contig_expand_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.7038111Z test_non_contig_expand_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7096872Z test_non_contig_expand_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.7158665Z test_non_contig_expand_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.7219980Z test_non_contig_expand_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.7274529Z test_non_contig_expand_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.7329069Z test_non_contig_expand_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.7383046Z test_non_contig_expand_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.7421038Z test_non_contig_expand_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7459197Z test_non_contig_expand_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7494090Z test_non_contig_expand_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.7532249Z test_non_contig_expand_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7570314Z test_non_contig_expand_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7611844Z test_non_contig_expand_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7649331Z test_non_contig_expand_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7692772Z test_non_contig_expand_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7736736Z test_non_contig_expand_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7777342Z test_non_contig_expand_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7818116Z test_non_contig_expand_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7858907Z test_non_contig_expand_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7896051Z test_non_contig_expand_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7934186Z test_non_contig_expand_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.7971446Z test_non_contig_expand_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.8008060Z test_non_contig_expand_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.8044140Z test_non_contig_expand_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.8099744Z test_non_contig_expand_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8151785Z test_non_contig_expand_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8210773Z test_non_contig_expand_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.8272237Z test_non_contig_expand_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.8334054Z test_non_contig_expand_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.8389691Z test_non_contig_expand_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8444371Z test_non_contig_expand_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8496012Z test_non_contig_expand_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8548678Z test_non_contig_expand_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8601452Z test_non_contig_expand_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8655091Z test_non_contig_expand_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8707099Z test_non_contig_expand_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8759544Z test_non_contig_expand_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8814097Z test_non_contig_expand_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8850122Z test_non_contig_expand_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.8904569Z test_non_contig_expand_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.8959327Z test_non_contig_expand_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.9010771Z test_non_contig_expand_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.9047183Z test_non_contig_expand_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9083147Z test_non_contig_expand_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.9118309Z test_non_contig_expand_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.9156661Z test_non_contig_expand_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9194035Z test_non_contig_expand_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9232435Z test_non_contig_expand_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9267945Z test_non_contig_expand_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.9306521Z test_non_contig_expand_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9346209Z test_non_contig_expand_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9384859Z test_non_contig_expand_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9420826Z test_non_contig_expand_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9456837Z test_non_contig_expand_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:39:59.9493012Z test_non_contig_expand_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9529241Z test_non_contig_expand_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9567197Z test_non_contig_expand_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:39:59.9624183Z test_non_contig_expand_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.9678979Z test_non_contig_expand_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.9737602Z test_non_contig_expand_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.9799276Z test_non_contig_expand_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.9860243Z test_non_contig_expand_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:39:59.9915139Z test_non_contig_expand_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:39:59.9972059Z test_non_contig_expand_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.0026038Z test_non_contig_expand_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0080665Z test_non_contig_expand_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0134238Z test_non_contig_expand_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0186475Z test_non_contig_expand_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0238682Z test_non_contig_expand_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0293299Z test_non_contig_expand_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0349350Z test_non_contig_expand_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0401331Z test_non_contig_expand_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0459998Z test_non_contig_expand_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.0521042Z test_non_contig_expand_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.0575821Z test_non_contig_expand_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0632341Z test_non_contig_expand_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.0686242Z test_non_contig_expand_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0740784Z test_non_contig_expand_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0795260Z test_non_contig_expand_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0849798Z test_non_contig_expand_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0904349Z test_non_contig_expand_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.0959006Z test_non_contig_expand_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1016156Z test_non_contig_expand_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.1070406Z test_non_contig_expand_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1132244Z test_non_contig_expand_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.1196399Z test_non_contig_expand_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.1260341Z test_non_contig_expand_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.1317400Z test_non_contig_expand_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.1374018Z test_non_contig_expand_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.1427821Z test_non_contig_expand_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1481550Z test_non_contig_expand_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1533739Z test_non_contig_expand_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1585452Z test_non_contig_expand_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1637596Z test_non_contig_expand_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1689932Z test_non_contig_expand_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1741577Z test_non_contig_expand_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1796123Z test_non_contig_expand_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1848003Z test_non_contig_expand_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1899833Z test_non_contig_expand_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.1952043Z test_non_contig_expand_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2004034Z test_non_contig_expand_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2056061Z test_non_contig_expand_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2108140Z test_non_contig_expand_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2162600Z test_non_contig_expand_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2219258Z test_non_contig_expand_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.2273049Z test_non_contig_expand_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2327538Z test_non_contig_expand_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2380503Z test_non_contig_expand_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2432718Z test_non_contig_expand_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2485099Z test_non_contig_expand_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2537057Z test_non_contig_expand_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2588421Z test_non_contig_expand_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2643086Z test_non_contig_expand_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2694473Z test_non_contig_expand_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2748763Z test_non_contig_expand_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2800946Z test_non_contig_expand_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2852373Z test_non_contig_expand_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2904167Z test_non_contig_expand_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.2956522Z test_non_contig_expand_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3008323Z test_non_contig_expand_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3062663Z test_non_contig_expand_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3113988Z test_non_contig_expand_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3165891Z test_non_contig_expand_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3217790Z test_non_contig_expand_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3269591Z test_non_contig_expand_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3321427Z test_non_contig_expand_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3373560Z test_non_contig_expand_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3425029Z test_non_contig_expand_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3479768Z test_non_contig_expand_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3531236Z test_non_contig_expand_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3583788Z test_non_contig_expand_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3635803Z test_non_contig_expand_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3687982Z test_non_contig_expand_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3739546Z test_non_contig_expand_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3791642Z test_non_contig_expand_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3848280Z test_non_contig_expand_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.3902338Z test_non_contig_expand_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.3959252Z test_non_contig_expand_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.4016406Z test_non_contig_expand_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.4069811Z test_non_contig_expand_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4124569Z test_non_contig_expand_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4178975Z test_non_contig_expand_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4233599Z test_non_contig_expand_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4287913Z test_non_contig_expand_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4341988Z test_non_contig_expand_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4396346Z test_non_contig_expand_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4453427Z test_non_contig_expand_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.4506166Z test_non_contig_expand_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4558193Z test_non_contig_expand_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4610448Z test_non_contig_expand_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4662725Z test_non_contig_expand_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4714878Z test_non_contig_expand_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4768337Z test_non_contig_expand_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4822718Z test_non_contig_expand_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4874827Z test_non_contig_expand_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4929033Z test_non_contig_expand_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.4982961Z test_non_contig_expand_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5036762Z test_non_contig_expand_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5090269Z test_non_contig_expand_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5142444Z test_non_contig_expand_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5195151Z test_non_contig_expand_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5247033Z test_non_contig_expand_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5299446Z test_non_contig_expand_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5351047Z test_non_contig_expand_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5405411Z test_non_contig_expand_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5456669Z test_non_contig_expand_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5508835Z test_non_contig_expand_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5560893Z test_non_contig_expand_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5613009Z test_non_contig_expand_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5665025Z test_non_contig_expand_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5717608Z test_non_contig_expand_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5769075Z test_non_contig_expand_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5823541Z test_non_contig_expand_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5874978Z test_non_contig_expand_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5926913Z test_non_contig_expand_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.5978831Z test_non_contig_expand_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6030723Z test_non_contig_expand_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6083009Z test_non_contig_expand_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6135208Z test_non_contig_expand_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6186980Z test_non_contig_expand_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6243857Z test_non_contig_expand_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.6297520Z test_non_contig_expand_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6353368Z test_non_contig_expand_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6406551Z test_non_contig_expand_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6458522Z test_non_contig_expand_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6510464Z test_non_contig_expand_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6562801Z test_non_contig_expand_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6614623Z test_non_contig_expand_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6669015Z test_non_contig_expand_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6720296Z test_non_contig_expand_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6772420Z test_non_contig_expand_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6824295Z test_non_contig_expand_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6876564Z test_non_contig_expand_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6928459Z test_non_contig_expand_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.6980330Z test_non_contig_expand_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7032038Z test_non_contig_expand_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7085866Z test_non_contig_expand_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7139596Z test_non_contig_expand_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7193458Z test_non_contig_expand_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7245132Z test_non_contig_expand_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7296957Z test_non_contig_expand_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7348579Z test_non_contig_expand_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7401002Z test_non_contig_expand_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7452381Z test_non_contig_expand_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7506647Z test_non_contig_expand_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7558163Z test_non_contig_expand_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7610476Z test_non_contig_expand_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7664536Z test_non_contig_expand_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7719193Z test_non_contig_expand_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7772547Z test_non_contig_expand_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7824754Z test_non_contig_expand_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7876646Z test_non_contig_expand_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.7933080Z test_non_contig_expand_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.7986484Z test_non_contig_expand_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8041080Z test_non_contig_expand_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8095364Z test_non_contig_expand_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8149825Z test_non_contig_expand_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8204670Z test_non_contig_expand_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8258739Z test_non_contig_expand_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8317597Z test_non_contig_expand_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.8374156Z test_non_contig_expand_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.8433342Z test_non_contig_expand_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.8490268Z test_non_contig_expand_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:00.8543958Z test_non_contig_expand_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8599383Z test_non_contig_expand_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8653974Z test_non_contig_expand_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8708629Z test_non_contig_expand_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8763320Z test_non_contig_expand_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8817902Z test_non_contig_expand_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8870055Z test_non_contig_expand_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8925187Z test_non_contig_expand_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.8977219Z test_non_contig_expand_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9029635Z test_non_contig_expand_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9081802Z test_non_contig_expand_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9135338Z test_non_contig_expand_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9187680Z test_non_contig_expand_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9240293Z test_non_contig_expand_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9292567Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9347291Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9402671Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9454472Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9506751Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9559464Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9612155Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9664342Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9716948Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9768744Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9823462Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9877544Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9930852Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:00.9985272Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0038756Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0090714Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0143795Z test_non_contig_expand_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0195760Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0250018Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0301703Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0355919Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0410347Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0464753Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0518198Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0570217Z test_non_contig_expand_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0622236Z test_non_contig_expand_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0676448Z test_non_contig_expand_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0730221Z test_non_contig_expand_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0784686Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0839310Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0893497Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.0948267Z test_non_contig_expand_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1002878Z test_non_contig_expand_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1059705Z test_non_contig_expand_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.1118782Z test_non_contig_expand_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.1188353Z test_non_contig_expand_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:01.1262619Z test_non_contig_expand_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:01.1326068Z test_non_contig_expand_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.1381383Z test_non_contig_expand_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1436420Z test_non_contig_expand_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1488620Z test_non_contig_expand_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1541974Z test_non_contig_expand_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1594874Z test_non_contig_expand_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1646704Z test_non_contig_expand_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1699257Z test_non_contig_expand_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1751586Z test_non_contig_expand_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1806486Z test_non_contig_expand_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.1840445Z test_non_contig_expand_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.1899363Z test_non_contig_expand_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.1961048Z test_non_contig_expand_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.2016442Z test_non_contig_expand_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2071171Z test_non_contig_expand_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2123123Z test_non_contig_expand_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2160162Z test_non_contig_expand_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:01.2196886Z test_non_contig_expand_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:01.2229776Z test_non_contig_expand_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.2265903Z test_non_contig_expand_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:01.2302428Z test_non_contig_expand_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:01.2357093Z test_non_contig_expand_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2409266Z test_non_contig_expand_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2468151Z test_non_contig_expand_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.2530021Z test_non_contig_expand_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.2591320Z test_non_contig_expand_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.2646390Z test_non_contig_expand_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2700970Z test_non_contig_expand_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2752374Z test_non_contig_expand_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2804752Z test_non_contig_expand_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2856939Z test_non_contig_expand_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2909538Z test_non_contig_expand_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.2962121Z test_non_contig_expand_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3017296Z test_non_contig_expand_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3071720Z test_non_contig_expand_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3123794Z test_non_contig_expand_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3182667Z test_non_contig_expand_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.3244870Z test_non_contig_expand_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.3306144Z test_non_contig_expand_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.3361028Z test_non_contig_expand_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3417889Z test_non_contig_expand_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:01.3471913Z test_non_contig_expand_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3526928Z test_non_contig_expand_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3581174Z test_non_contig_expand_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3635873Z test_non_contig_expand_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3689723Z test_non_contig_expand_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3742051Z test_non_contig_expand_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3796958Z test_non_contig_expand_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3851546Z test_non_contig_expand_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3906213Z test_non_contig_expand_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3958095Z test_non_contig_expand_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:01.3994542Z test_non_contig_expand_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:01.4033237Z test_non_contig_expand_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:01.4066278Z test_non_contig_expand_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4102861Z test_non_contig_expand_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:01.4139139Z test_non_contig_expand_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:01.4164592Z test_non_contig_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4187580Z test_non_contig_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4213874Z test_non_contig_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4240376Z test_non_contig_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4265814Z test_non_contig_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4290477Z test_non_contig_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4315486Z test_non_contig_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4339842Z test_non_contig_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4364671Z test_non_contig_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4389316Z test_non_contig_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4417191Z test_non_contig_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4439475Z test_non_contig_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4469158Z test_non_contig_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4499450Z test_non_contig_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4530078Z test_non_contig_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4557369Z test_non_contig_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4584514Z test_non_contig_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4611491Z test_non_contig_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4633700Z test_non_contig_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4655836Z test_non_contig_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4678000Z test_non_contig_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4700053Z test_non_contig_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4722488Z test_non_contig_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4748714Z test_non_contig_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4773053Z test_non_contig_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4799920Z test_non_contig_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4826667Z test_non_contig_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4853613Z test_non_contig_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4879050Z test_non_contig_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4904437Z test_non_contig_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4930748Z test_non_contig_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.4955499Z test_non_contig_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.4980039Z test_non_contig_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5004963Z test_non_contig_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5029694Z test_non_contig_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5054457Z test_non_contig_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5080930Z test_non_contig_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5107007Z test_non_contig_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5133190Z test_non_contig_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5158955Z test_non_contig_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5178907Z test_non_contig_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5199181Z test_non_contig_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5218344Z test_non_contig_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5238345Z test_non_contig_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5259187Z test_non_contig_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5285641Z test_non_contig_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5312072Z test_non_contig_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5338129Z test_non_contig_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5362804Z test_non_contig_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5391847Z test_non_contig_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5421611Z test_non_contig_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5451137Z test_non_contig_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5477700Z test_non_contig_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5502529Z test_non_contig_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5530461Z test_non_contig_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5559003Z test_non_contig_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5584492Z test_non_contig_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5611039Z test_non_contig_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5637641Z test_non_contig_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5661919Z test_non_contig_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5686465Z test_non_contig_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5711618Z test_non_contig_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5736358Z test_non_contig_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5761270Z test_non_contig_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5787068Z test_non_contig_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5811552Z test_non_contig_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5837862Z test_non_contig_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.5863737Z test_non_contig_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5889237Z test_non_contig_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5913985Z test_non_contig_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5938180Z test_non_contig_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5962946Z test_non_contig_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.5987317Z test_non_contig_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6011974Z test_non_contig_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6039742Z test_non_contig_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.6067251Z test_non_contig_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.6095245Z test_non_contig_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:01.6114919Z test_non_contig_index_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6131247Z test_non_contig_index_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6151622Z test_non_contig_index_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6172148Z test_non_contig_index_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6193006Z test_non_contig_index_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6211821Z test_non_contig_index_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6230985Z test_non_contig_index_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6250048Z test_non_contig_index_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6265665Z test_non_contig_index_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.6281879Z test_non_contig_index_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6297191Z test_non_contig_index_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.6313249Z test_non_contig_index_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.6329565Z test_non_contig_index_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6347852Z test_non_contig_index_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6364980Z test_non_contig_index_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6384239Z test_non_contig_index_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6403888Z test_non_contig_index_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6423296Z test_non_contig_index_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6441361Z test_non_contig_index_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6459426Z test_non_contig_index_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6477454Z test_non_contig_index_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6494550Z test_non_contig_index_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6512078Z test_non_contig_index_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6529219Z test_non_contig_index_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6546534Z test_non_contig_index_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6563987Z test_non_contig_index_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6581934Z test_non_contig_index_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6599295Z test_non_contig_index_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6618992Z test_non_contig_index_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6638223Z test_non_contig_index_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6657593Z test_non_contig_index_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6675828Z test_non_contig_index_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6694657Z test_non_contig_index_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6713858Z test_non_contig_index_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6731838Z test_non_contig_index_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6748885Z test_non_contig_index_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6766358Z test_non_contig_index_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6783708Z test_non_contig_index_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6801180Z test_non_contig_index_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6818564Z test_non_contig_index_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6839174Z test_non_contig_index_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6859542Z test_non_contig_index_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6879926Z test_non_contig_index_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6898830Z test_non_contig_index_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6917793Z test_non_contig_index_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6935874Z test_non_contig_index_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6954375Z test_non_contig_index_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6972679Z test_non_contig_index_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.6990653Z test_non_contig_index_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7008912Z test_non_contig_index_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7028432Z test_non_contig_index_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7046701Z test_non_contig_index_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7066732Z test_non_contig_index_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7087506Z test_non_contig_index_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7106776Z test_non_contig_index_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7125114Z test_non_contig_index_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7143075Z test_non_contig_index_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7161052Z test_non_contig_index_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7178205Z test_non_contig_index_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7195563Z test_non_contig_index_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7212792Z test_non_contig_index_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7230154Z test_non_contig_index_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7247442Z test_non_contig_index_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7265645Z test_non_contig_index_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7282932Z test_non_contig_index_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7302019Z test_non_contig_index_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7321954Z test_non_contig_index_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7341103Z test_non_contig_index_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7360153Z test_non_contig_index_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7379203Z test_non_contig_index_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7398213Z test_non_contig_index_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7416356Z test_non_contig_index_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7434811Z test_non_contig_index_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7452995Z test_non_contig_index_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7471072Z test_non_contig_index_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7489222Z test_non_contig_index_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7507207Z test_non_contig_index_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7524501Z test_non_contig_index_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7543613Z test_non_contig_index_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7563422Z test_non_contig_index_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7582741Z test_non_contig_index_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7600999Z test_non_contig_index_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7619125Z test_non_contig_index_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7636924Z test_non_contig_index_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7654211Z test_non_contig_index_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7671503Z test_non_contig_index_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7689871Z test_non_contig_index_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7707917Z test_non_contig_index_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7726520Z test_non_contig_index_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7745509Z test_non_contig_index_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7763807Z test_non_contig_index_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7783841Z test_non_contig_index_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7804378Z test_non_contig_index_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7824837Z test_non_contig_index_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7843990Z test_non_contig_index_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7862770Z test_non_contig_index_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7880670Z test_non_contig_index_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7897967Z test_non_contig_index_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7915408Z test_non_contig_index_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7932591Z test_non_contig_index_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7949826Z test_non_contig_index_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7966950Z test_non_contig_index_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.7985670Z test_non_contig_index_bfloat16_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8004198Z test_non_contig_index_bfloat16_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8024213Z test_non_contig_index_bfloat16_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8043543Z test_non_contig_index_bfloat16_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8063488Z test_non_contig_index_bfloat16_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8082668Z test_non_contig_index_bfloat16_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8101688Z test_non_contig_index_bfloat16_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8121073Z test_non_contig_index_bfloat16_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8139184Z test_non_contig_index_bfloat16_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8157498Z test_non_contig_index_bfloat16_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8175642Z test_non_contig_index_bfloat16_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8194237Z test_non_contig_index_bfloat16_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8212128Z test_non_contig_index_bfloat16_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8228695Z test_non_contig_index_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8245513Z test_non_contig_index_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8261597Z test_non_contig_index_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8277791Z test_non_contig_index_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8294148Z test_non_contig_index_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8309536Z test_non_contig_index_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8326390Z test_non_contig_index_bool_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8341303Z test_non_contig_index_bool_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8359729Z test_non_contig_index_bool_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8378074Z test_non_contig_index_bool_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8396607Z test_non_contig_index_bool_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8413889Z test_non_contig_index_bool_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8431012Z test_non_contig_index_bool_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8448625Z test_non_contig_index_bool_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8463853Z test_non_contig_index_bool_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8479418Z test_non_contig_index_bool_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8494681Z test_non_contig_index_bool_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8510396Z test_non_contig_index_bool_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8525891Z test_non_contig_index_bool_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8542255Z test_non_contig_index_byte_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8558431Z test_non_contig_index_byte_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8576664Z test_non_contig_index_byte_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8595419Z test_non_contig_index_byte_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8612571Z test_non_contig_index_byte_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8629735Z test_non_contig_index_byte_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8646174Z test_non_contig_index_byte_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8662000Z test_non_contig_index_byte_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8677925Z test_non_contig_index_byte_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8693207Z test_non_contig_index_byte_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8708608Z test_non_contig_index_byte_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8724281Z test_non_contig_index_byte_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.8742764Z test_non_contig_index_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8760968Z test_non_contig_index_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8779797Z test_non_contig_index_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8798900Z test_non_contig_index_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8815429Z test_non_contig_index_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8832379Z test_non_contig_index_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8848167Z test_non_contig_index_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8864409Z test_non_contig_index_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8881081Z test_non_contig_index_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8900915Z test_non_contig_index_chalf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8918579Z test_non_contig_index_chalf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8938012Z test_non_contig_index_chalf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8957720Z test_non_contig_index_chalf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8977163Z test_non_contig_index_chalf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.8997034Z test_non_contig_index_chalf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9016570Z test_non_contig_index_chalf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9036513Z test_non_contig_index_chalf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9055254Z test_non_contig_index_chalf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9073277Z test_non_contig_index_chalf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9091148Z test_non_contig_index_chalf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9108679Z test_non_contig_index_chalf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9126821Z test_non_contig_index_chalf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9144736Z test_non_contig_index_char_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9161273Z test_non_contig_index_char_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9178951Z test_non_contig_index_char_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9196715Z test_non_contig_index_char_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9214083Z test_non_contig_index_char_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9230716Z test_non_contig_index_char_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9246620Z test_non_contig_index_char_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9262935Z test_non_contig_index_char_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9278765Z test_non_contig_index_char_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9294184Z test_non_contig_index_char_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9310002Z test_non_contig_index_char_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9325195Z test_non_contig_index_char_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9340628Z test_non_contig_index_char_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9359173Z test_non_contig_index_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9374297Z test_non_contig_index_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9394898Z test_non_contig_index_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9415329Z test_non_contig_index_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9436300Z test_non_contig_index_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9455210Z test_non_contig_index_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9474227Z test_non_contig_index_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9492540Z test_non_contig_index_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9508646Z test_non_contig_index_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9524634Z test_non_contig_index_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9540314Z test_non_contig_index_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9556442Z test_non_contig_index_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9572875Z test_non_contig_index_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9591464Z test_non_contig_index_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9607430Z test_non_contig_index_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9627664Z test_non_contig_index_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9648529Z test_non_contig_index_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9667887Z test_non_contig_index_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9685987Z test_non_contig_index_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9703792Z test_non_contig_index_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9721329Z test_non_contig_index_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9736579Z test_non_contig_index_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9751824Z test_non_contig_index_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9766476Z test_non_contig_index_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9781531Z test_non_contig_index_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9796847Z test_non_contig_index_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:01.9814955Z test_non_contig_index_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9832341Z test_non_contig_index_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9851282Z test_non_contig_index_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9871733Z test_non_contig_index_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9892360Z test_non_contig_index_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9911693Z test_non_contig_index_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9929716Z test_non_contig_index_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9947349Z test_non_contig_index_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9964815Z test_non_contig_index_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9981962Z test_non_contig_index_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:01.9999373Z test_non_contig_index_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0016451Z test_non_contig_index_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0034028Z test_non_contig_index_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0052029Z test_non_contig_index_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0069059Z test_non_contig_index_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0089194Z test_non_contig_index_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0109521Z test_non_contig_index_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0130329Z test_non_contig_index_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0149305Z test_non_contig_index_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0167473Z test_non_contig_index_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0185122Z test_non_contig_index_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0202565Z test_non_contig_index_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0219736Z test_non_contig_index_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0237095Z test_non_contig_index_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0254841Z test_non_contig_index_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0272088Z test_non_contig_index_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0290026Z test_non_contig_index_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0307373Z test_non_contig_index_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0325708Z test_non_contig_index_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0343845Z test_non_contig_index_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0361745Z test_non_contig_index_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0379365Z test_non_contig_index_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0396811Z test_non_contig_index_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0414208Z test_non_contig_index_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0431964Z test_non_contig_index_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0449985Z test_non_contig_index_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0468198Z test_non_contig_index_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0487247Z test_non_contig_index_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0506248Z test_non_contig_index_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0525201Z test_non_contig_index_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0543361Z test_non_contig_index_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0561327Z test_non_contig_index_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0578451Z test_non_contig_index_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0597184Z test_non_contig_index_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0614233Z test_non_contig_index_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0632287Z test_non_contig_index_double_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0649105Z test_non_contig_index_double_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0668133Z test_non_contig_index_double_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0687026Z test_non_contig_index_double_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0705772Z test_non_contig_index_double_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0723867Z test_non_contig_index_double_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0741470Z test_non_contig_index_double_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0759301Z test_non_contig_index_double_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0776140Z test_non_contig_index_double_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0793344Z test_non_contig_index_double_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0810135Z test_non_contig_index_double_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0827056Z test_non_contig_index_double_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0844240Z test_non_contig_index_double_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0862117Z test_non_contig_index_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0879469Z test_non_contig_index_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0897599Z test_non_contig_index_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0915575Z test_non_contig_index_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0933365Z test_non_contig_index_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0950469Z test_non_contig_index_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0967780Z test_non_contig_index_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.0984901Z test_non_contig_index_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1002220Z test_non_contig_index_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1020593Z test_non_contig_index_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1038907Z test_non_contig_index_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1056010Z test_non_contig_index_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1074365Z test_non_contig_index_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1092348Z test_non_contig_index_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1110038Z test_non_contig_index_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1127199Z test_non_contig_index_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1144475Z test_non_contig_index_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1162774Z test_non_contig_index_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1180788Z test_non_contig_index_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1199250Z test_non_contig_index_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1216421Z test_non_contig_index_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1234765Z test_non_contig_index_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1252691Z test_non_contig_index_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1271516Z test_non_contig_index_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1289827Z test_non_contig_index_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1306804Z test_non_contig_index_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1324286Z test_non_contig_index_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1342240Z test_non_contig_index_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1360548Z test_non_contig_index_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1379543Z test_non_contig_index_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1398037Z test_non_contig_index_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1416605Z test_non_contig_index_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1435043Z test_non_contig_index_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1452481Z test_non_contig_index_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1469547Z test_non_contig_index_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1487000Z test_non_contig_index_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1503900Z test_non_contig_index_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1521283Z test_non_contig_index_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1538445Z test_non_contig_index_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1556647Z test_non_contig_index_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1573658Z test_non_contig_index_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1593513Z test_non_contig_index_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1612523Z test_non_contig_index_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1632192Z test_non_contig_index_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1650127Z test_non_contig_index_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1668991Z test_non_contig_index_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1687782Z test_non_contig_index_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1705814Z test_non_contig_index_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1724041Z test_non_contig_index_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1741667Z test_non_contig_index_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1758824Z test_non_contig_index_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1777049Z test_non_contig_index_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1796246Z test_non_contig_index_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1814202Z test_non_contig_index_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1833396Z test_non_contig_index_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1851241Z test_non_contig_index_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1868862Z test_non_contig_index_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1887189Z test_non_contig_index_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1905353Z test_non_contig_index_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1923828Z test_non_contig_index_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1941630Z test_non_contig_index_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1959914Z test_non_contig_index_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1979563Z test_non_contig_index_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.1996684Z test_non_contig_index_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2017514Z test_non_contig_index_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2038340Z test_non_contig_index_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2058519Z test_non_contig_index_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2077487Z test_non_contig_index_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2095909Z test_non_contig_index_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2115332Z test_non_contig_index_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2132182Z test_non_contig_index_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2149313Z test_non_contig_index_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2166265Z test_non_contig_index_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2183279Z test_non_contig_index_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2200450Z test_non_contig_index_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2218519Z test_non_contig_index_float_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2235913Z test_non_contig_index_float_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2254858Z test_non_contig_index_float_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2274132Z test_non_contig_index_float_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2293454Z test_non_contig_index_float_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2311502Z test_non_contig_index_float_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2329439Z test_non_contig_index_float_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2347386Z test_non_contig_index_float_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2364907Z test_non_contig_index_float_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2382125Z test_non_contig_index_float_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2399359Z test_non_contig_index_float_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2416607Z test_non_contig_index_float_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2434172Z test_non_contig_index_float_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2452260Z test_non_contig_index_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2470286Z test_non_contig_index_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2488510Z test_non_contig_index_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2506207Z test_non_contig_index_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2522145Z test_non_contig_index_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.2537501Z test_non_contig_index_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.2553351Z test_non_contig_index_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.2568863Z test_non_contig_index_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.2584217Z test_non_contig_index_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.2602410Z test_non_contig_index_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2620188Z test_non_contig_index_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2639458Z test_non_contig_index_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2658228Z test_non_contig_index_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2679409Z test_non_contig_index_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2700296Z test_non_contig_index_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2721272Z test_non_contig_index_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2740243Z test_non_contig_index_half_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2758651Z test_non_contig_index_half_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2778431Z test_non_contig_index_half_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2797801Z test_non_contig_index_half_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2815593Z test_non_contig_index_half_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2834858Z test_non_contig_index_half_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2853923Z test_non_contig_index_half_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2872242Z test_non_contig_index_half_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2890324Z test_non_contig_index_half_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2908480Z test_non_contig_index_half_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2926937Z test_non_contig_index_half_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2944985Z test_non_contig_index_half_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2964220Z test_non_contig_index_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.2982219Z test_non_contig_index_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3001383Z test_non_contig_index_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3021113Z test_non_contig_index_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3039176Z test_non_contig_index_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3056084Z test_non_contig_index_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3073510Z test_non_contig_index_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3090742Z test_non_contig_index_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3107910Z test_non_contig_index_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3125363Z test_non_contig_index_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3144165Z test_non_contig_index_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3163350Z test_non_contig_index_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3182171Z test_non_contig_index_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3199043Z test_non_contig_index_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3214198Z test_non_contig_index_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.3231560Z test_non_contig_index_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3249110Z test_non_contig_index_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3265523Z test_non_contig_index_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3281817Z test_non_contig_index_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3298961Z test_non_contig_index_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3315636Z test_non_contig_index_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3331678Z test_non_contig_index_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3347999Z test_non_contig_index_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3364475Z test_non_contig_index_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3380917Z test_non_contig_index_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3399502Z test_non_contig_index_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3415642Z test_non_contig_index_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3436294Z test_non_contig_index_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3455866Z test_non_contig_index_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3475934Z test_non_contig_index_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3492935Z test_non_contig_index_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3510032Z test_non_contig_index_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3527053Z test_non_contig_index_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3542428Z test_non_contig_index_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.3558221Z test_non_contig_index_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.3573647Z test_non_contig_index_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.3589099Z test_non_contig_index_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.3605769Z test_non_contig_index_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3623230Z test_non_contig_index_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3639644Z test_non_contig_index_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3659078Z test_non_contig_index_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3678740Z test_non_contig_index_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3697962Z test_non_contig_index_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3715738Z test_non_contig_index_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3732304Z test_non_contig_index_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3749020Z test_non_contig_index_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3764604Z test_non_contig_index_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.3779986Z test_non_contig_index_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.3795491Z test_non_contig_index_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.3810619Z test_non_contig_index_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.3826951Z test_non_contig_index_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3844478Z test_non_contig_index_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3860651Z test_non_contig_index_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3878952Z test_non_contig_index_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3897011Z test_non_contig_index_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3914619Z test_non_contig_index_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3931539Z test_non_contig_index_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3947865Z test_non_contig_index_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3963444Z test_non_contig_index_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.3979532Z test_non_contig_index_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.3996234Z test_non_contig_index_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4012325Z test_non_contig_index_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4028638Z test_non_contig_index_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4046158Z test_non_contig_index_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4062291Z test_non_contig_index_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4079530Z test_non_contig_index_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4096609Z test_non_contig_index_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4113933Z test_non_contig_index_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4130093Z test_non_contig_index_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4146700Z test_non_contig_index_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4163056Z test_non_contig_index_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4179269Z test_non_contig_index_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4195790Z test_non_contig_index_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4212891Z test_non_contig_index_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4228263Z test_non_contig_index_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4244639Z test_non_contig_index_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4260731Z test_non_contig_index_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4277267Z test_non_contig_index_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4292563Z test_non_contig_index_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4307826Z test_non_contig_index_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4323496Z test_non_contig_index_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4338902Z test_non_contig_index_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4354413Z test_non_contig_index_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4370548Z test_non_contig_index_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4385791Z test_non_contig_index_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4403691Z test_non_contig_index_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4421112Z test_non_contig_index_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4438894Z test_non_contig_index_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4455054Z test_non_contig_index_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4472580Z test_non_contig_index_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4489613Z test_non_contig_index_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4505780Z test_non_contig_index_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4522235Z test_non_contig_index_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4538516Z test_non_contig_index_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4555222Z test_non_contig_index_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4571356Z test_non_contig_index_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4591002Z test_non_contig_index_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4607674Z test_non_contig_index_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4628246Z test_non_contig_index_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4648219Z test_non_contig_index_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4666588Z test_non_contig_index_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4685119Z test_non_contig_index_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4702953Z test_non_contig_index_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4718755Z test_non_contig_index_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4734510Z test_non_contig_index_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4749775Z test_non_contig_index_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4765558Z test_non_contig_index_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4781131Z test_non_contig_index_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.4798532Z test_non_contig_index_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4817253Z test_non_contig_index_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4836430Z test_non_contig_index_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4854948Z test_non_contig_index_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4872355Z test_non_contig_index_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4889455Z test_non_contig_index_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4906522Z test_non_contig_index_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4923962Z test_non_contig_index_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4940906Z test_non_contig_index_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4959333Z test_non_contig_index_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4976247Z test_non_contig_index_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.4995535Z test_non_contig_index_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5014885Z test_non_contig_index_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5033094Z test_non_contig_index_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5051077Z test_non_contig_index_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5068700Z test_non_contig_index_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5086083Z test_non_contig_index_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5103167Z test_non_contig_index_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5120533Z test_non_contig_index_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5137602Z test_non_contig_index_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5155512Z test_non_contig_index_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5173465Z test_non_contig_index_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5190563Z test_non_contig_index_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5208670Z test_non_contig_index_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5226843Z test_non_contig_index_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5244872Z test_non_contig_index_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5262073Z test_non_contig_index_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5279413Z test_non_contig_index_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5296613Z test_non_contig_index_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5314055Z test_non_contig_index_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5331180Z test_non_contig_index_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5349276Z test_non_contig_index_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5366427Z test_non_contig_index_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5385566Z test_non_contig_index_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5405220Z test_non_contig_index_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5423224Z test_non_contig_index_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5441505Z test_non_contig_index_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5459092Z test_non_contig_index_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5476492Z test_non_contig_index_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5493610Z test_non_contig_index_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5511150Z test_non_contig_index_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5528210Z test_non_contig_index_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5545321Z test_non_contig_index_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5563507Z test_non_contig_index_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5580446Z test_non_contig_index_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5599868Z test_non_contig_index_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5619314Z test_non_contig_index_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5639056Z test_non_contig_index_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5656857Z test_non_contig_index_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5675262Z test_non_contig_index_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5692910Z test_non_contig_index_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5710949Z test_non_contig_index_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5729197Z test_non_contig_index_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5747148Z test_non_contig_index_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5765559Z test_non_contig_index_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5783774Z test_non_contig_index_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5802135Z test_non_contig_index_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5817671Z test_non_contig_index_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.5835160Z test_non_contig_index_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5852301Z test_non_contig_index_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5870339Z test_non_contig_index_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5887015Z test_non_contig_index_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5903300Z test_non_contig_index_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.5919031Z test_non_contig_index_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.5934376Z test_non_contig_index_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.5949804Z test_non_contig_index_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.5965476Z test_non_contig_index_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.5981035Z test_non_contig_index_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.5999237Z test_non_contig_index_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6017054Z test_non_contig_index_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6036362Z test_non_contig_index_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6055180Z test_non_contig_index_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6074234Z test_non_contig_index_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6092347Z test_non_contig_index_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6110368Z test_non_contig_index_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6127852Z test_non_contig_index_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6145187Z test_non_contig_index_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6162281Z test_non_contig_index_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6178337Z test_non_contig_index_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.6193764Z test_non_contig_index_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.6210553Z test_non_contig_index_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6227664Z test_non_contig_index_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6244752Z test_non_contig_index_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6260701Z test_non_contig_index_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6276845Z test_non_contig_index_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6292755Z test_non_contig_index_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.6308048Z test_non_contig_index_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.6323276Z test_non_contig_index_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.6337910Z test_non_contig_index_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.6353281Z test_non_contig_index_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.6368327Z test_non_contig_index_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.6387766Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6408260Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6428016Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6447594Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6466878Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6486348Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6505524Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6525387Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6545230Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6565508Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6584517Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6602750Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6621057Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6639548Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6657829Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6676416Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6695491Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6715019Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6733700Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6752090Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6770251Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6788603Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6807196Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6825483Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6843842Z test_non_contig_index_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6859403Z test_non_contig_index_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.6877875Z test_non_contig_index_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6895979Z test_non_contig_index_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6914891Z test_non_contig_index_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6930111Z test_non_contig_index_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.6946410Z test_non_contig_index_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6962728Z test_non_contig_index_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6979102Z test_non_contig_index_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.6995942Z test_non_contig_index_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7014970Z test_non_contig_index_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7035377Z test_non_contig_index_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7055707Z test_non_contig_index_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7076394Z test_non_contig_index_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7095539Z test_non_contig_index_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7114757Z test_non_contig_index_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7133414Z test_non_contig_index_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7148811Z test_non_contig_index_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7164547Z test_non_contig_index_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7179405Z test_non_contig_index_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7195236Z test_non_contig_index_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7210468Z test_non_contig_index_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7228785Z test_non_contig_index_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7247041Z test_non_contig_index_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7265037Z test_non_contig_index_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7283092Z test_non_contig_index_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7301415Z test_non_contig_index_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7319664Z test_non_contig_index_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7337668Z test_non_contig_index_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7355546Z test_non_contig_index_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7374622Z test_non_contig_index_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7393982Z test_non_contig_index_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7412733Z test_non_contig_index_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7431296Z test_non_contig_index_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7450365Z test_non_contig_index_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7469355Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7488584Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7506241Z test_non_contig_index_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7524716Z test_non_contig_index_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7542819Z test_non_contig_index_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7561103Z test_non_contig_index_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7579885Z test_non_contig_index_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7596794Z test_non_contig_index_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7612397Z test_non_contig_index_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7627685Z test_non_contig_index_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7643484Z test_non_contig_index_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7661542Z test_non_contig_index_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7679844Z test_non_contig_index_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7697981Z test_non_contig_index_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7715805Z test_non_contig_index_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7733971Z test_non_contig_index_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7752056Z test_non_contig_index_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7770050Z test_non_contig_index_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7787748Z test_non_contig_index_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7807348Z test_non_contig_index_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7826420Z test_non_contig_index_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7845342Z test_non_contig_index_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7863523Z test_non_contig_index_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7881636Z test_non_contig_index_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7899812Z test_non_contig_index_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7918914Z test_non_contig_index_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7935363Z test_non_contig_index_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.7951033Z test_non_contig_index_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7966313Z test_non_contig_index_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7981988Z test_non_contig_index_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.7997700Z test_non_contig_index_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.8015993Z test_non_contig_index_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8035383Z test_non_contig_index_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8052105Z test_non_contig_index_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8069816Z test_non_contig_index_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8085460Z test_non_contig_index_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.8100827Z test_non_contig_index_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.8116155Z test_non_contig_index_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.8131507Z test_non_contig_index_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.8146904Z test_non_contig_index_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.8168842Z test_non_contig_index_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8189538Z test_non_contig_index_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8210478Z test_non_contig_index_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8230945Z test_non_contig_index_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8249183Z test_non_contig_index_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8267030Z test_non_contig_index_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8285289Z test_non_contig_index_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8303003Z test_non_contig_index_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8321308Z test_non_contig_index_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8339266Z test_non_contig_index_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8357720Z test_non_contig_index_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8375524Z test_non_contig_index_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8394232Z test_non_contig_index_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8412204Z test_non_contig_index_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8430273Z test_non_contig_index_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8449087Z test_non_contig_index_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8467985Z test_non_contig_index_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8487399Z test_non_contig_index_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8506318Z test_non_contig_index_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8525048Z test_non_contig_index_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8545050Z test_non_contig_index_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8564313Z test_non_contig_index_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8585831Z test_non_contig_index_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8607683Z test_non_contig_index_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8627437Z test_non_contig_index_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8646554Z test_non_contig_index_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8664869Z test_non_contig_index_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8683122Z test_non_contig_index_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8702062Z test_non_contig_index_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8721076Z test_non_contig_index_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8739864Z test_non_contig_index_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8758055Z test_non_contig_index_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8776421Z test_non_contig_index_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8796226Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8816798Z test_non_contig_index_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8836347Z test_non_contig_index_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8855616Z test_non_contig_index_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8874936Z test_non_contig_index_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8892381Z test_non_contig_index_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8910144Z test_non_contig_index_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8927821Z test_non_contig_index_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8945149Z test_non_contig_index_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8962914Z test_non_contig_index_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8981308Z test_non_contig_index_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.8999696Z test_non_contig_index_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9018012Z test_non_contig_index_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9036006Z test_non_contig_index_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9051679Z test_non_contig_index_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.9067491Z test_non_contig_index_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.9083338Z test_non_contig_index_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.9099005Z test_non_contig_index_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.9114942Z test_non_contig_index_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:02.9132124Z test_non_contig_index_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9150176Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9168406Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9185997Z test_non_contig_index_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9203500Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9220666Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9238477Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9255217Z test_non_contig_index_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9272467Z test_non_contig_index_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9289746Z test_non_contig_index_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9307542Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9325821Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9344515Z test_non_contig_index_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9362761Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9380847Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9399128Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9417094Z test_non_contig_index_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9435663Z test_non_contig_index_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9453564Z test_non_contig_index_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9472828Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9491789Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9511825Z test_non_contig_index_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9529905Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9547946Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9565581Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9582772Z test_non_contig_index_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9600145Z test_non_contig_index_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9617298Z test_non_contig_index_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9636269Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9653821Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9672392Z test_non_contig_index_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9689630Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9706998Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9725526Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9742913Z test_non_contig_index_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9760283Z test_non_contig_index_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9777591Z test_non_contig_index_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9797065Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9816154Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9835674Z test_non_contig_index_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9854258Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9872445Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9890590Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9908751Z test_non_contig_index_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9926220Z test_non_contig_index_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9944101Z test_non_contig_index_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9963327Z test_non_contig_index_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:02.9982639Z test_non_contig_index_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0002375Z test_non_contig_index_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0020198Z test_non_contig_index_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0038284Z test_non_contig_index_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0055891Z test_non_contig_index_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0071093Z test_non_contig_index_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.0087189Z test_non_contig_index_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0102791Z test_non_contig_index_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.0118810Z test_non_contig_index_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0134966Z test_non_contig_index_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.0154293Z test_non_contig_index_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0172570Z test_non_contig_index_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0191967Z test_non_contig_index_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0210026Z test_non_contig_index_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0227884Z test_non_contig_index_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0245348Z test_non_contig_index_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0262587Z test_non_contig_index_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0280264Z test_non_contig_index_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0297774Z test_non_contig_index_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0315247Z test_non_contig_index_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0333166Z test_non_contig_index_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0348991Z test_non_contig_index_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.0368188Z test_non_contig_index_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0387094Z test_non_contig_index_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0406082Z test_non_contig_index_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0423686Z test_non_contig_index_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0442726Z test_non_contig_index_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0460816Z test_non_contig_index_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0477146Z test_non_contig_index_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0493244Z test_non_contig_index_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.0508630Z test_non_contig_index_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.0524956Z test_non_contig_index_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0540053Z test_non_contig_index_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.0557966Z test_non_contig_index_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0575214Z test_non_contig_index_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0594406Z test_non_contig_index_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0613827Z test_non_contig_index_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0632035Z test_non_contig_index_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0650949Z test_non_contig_index_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0669721Z test_non_contig_index_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0688594Z test_non_contig_index_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0705553Z test_non_contig_index_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0722976Z test_non_contig_index_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0740203Z test_non_contig_index_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0757416Z test_non_contig_index_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0775464Z test_non_contig_index_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0793829Z test_non_contig_index_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0811873Z test_non_contig_index_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0830700Z test_non_contig_index_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0847061Z test_non_contig_index_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0863490Z test_non_contig_index_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0879671Z test_non_contig_index_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0896176Z test_non_contig_index_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0912632Z test_non_contig_index_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0931538Z test_non_contig_index_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0950559Z test_non_contig_index_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0969861Z test_non_contig_index_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.0988332Z test_non_contig_index_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1007711Z test_non_contig_index_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1026935Z test_non_contig_index_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1045218Z test_non_contig_index_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1062674Z test_non_contig_index_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1080937Z test_non_contig_index_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1098960Z test_non_contig_index_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1117289Z test_non_contig_index_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1134734Z test_non_contig_index_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1152869Z test_non_contig_index_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1169889Z test_non_contig_index_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1190086Z test_non_contig_index_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1210664Z test_non_contig_index_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1230990Z test_non_contig_index_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1249271Z test_non_contig_index_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1267179Z test_non_contig_index_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1285105Z test_non_contig_index_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1303183Z test_non_contig_index_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1321470Z test_non_contig_index_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1339374Z test_non_contig_index_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1357762Z test_non_contig_index_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1375632Z test_non_contig_index_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1395002Z test_non_contig_index_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1411071Z test_non_contig_index_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1431310Z test_non_contig_index_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1451803Z test_non_contig_index_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1472233Z test_non_contig_index_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1491174Z test_non_contig_index_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1510272Z test_non_contig_index_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1529006Z test_non_contig_index_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1544420Z test_non_contig_index_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1560007Z test_non_contig_index_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1575183Z test_non_contig_index_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1590452Z test_non_contig_index_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1605915Z test_non_contig_index_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1622131Z test_non_contig_index_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1637937Z test_non_contig_index_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1654859Z test_non_contig_index_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1672287Z test_non_contig_index_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1688507Z test_non_contig_index_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1704792Z test_non_contig_index_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1721137Z test_non_contig_index_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1736098Z test_non_contig_index_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1751547Z test_non_contig_index_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1767027Z test_non_contig_index_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1782237Z test_non_contig_index_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1797947Z test_non_contig_index_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.1815891Z test_non_contig_index_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1833258Z test_non_contig_index_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1852267Z test_non_contig_index_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1872038Z test_non_contig_index_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1892233Z test_non_contig_index_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1911257Z test_non_contig_index_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1930257Z test_non_contig_index_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1948600Z test_non_contig_index_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1966812Z test_non_contig_index_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.1983819Z test_non_contig_index_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2001117Z test_non_contig_index_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2018413Z test_non_contig_index_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2035753Z test_non_contig_index_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2053628Z test_non_contig_index_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2068898Z test_non_contig_index_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.2086881Z test_non_contig_index_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2105694Z test_non_contig_index_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2124482Z test_non_contig_index_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2140695Z test_non_contig_index_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2157281Z test_non_contig_index_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2173100Z test_non_contig_index_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.2189459Z test_non_contig_index_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2204962Z test_non_contig_index_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.2221157Z test_non_contig_index_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2236711Z test_non_contig_index_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.2253030Z test_non_contig_index_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2269283Z test_non_contig_index_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2286685Z test_non_contig_index_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2302952Z test_non_contig_index_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2320531Z test_non_contig_index_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2336744Z test_non_contig_index_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2353210Z test_non_contig_index_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2369416Z test_non_contig_index_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2388272Z test_non_contig_index_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2406648Z test_non_contig_index_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2426732Z test_non_contig_index_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2447269Z test_non_contig_index_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2467646Z test_non_contig_index_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2486774Z test_non_contig_index_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2505677Z test_non_contig_index_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2524515Z test_non_contig_index_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2542539Z test_non_contig_index_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2559871Z test_non_contig_index_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2576947Z test_non_contig_index_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2595079Z test_non_contig_index_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2612493Z test_non_contig_index_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2630176Z test_non_contig_index_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2647429Z test_non_contig_index_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2666408Z test_non_contig_index_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2685970Z test_non_contig_index_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2704032Z test_non_contig_index_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2722350Z test_non_contig_index_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2739760Z test_non_contig_index_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2757243Z test_non_contig_index_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2774426Z test_non_contig_index_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2791831Z test_non_contig_index_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2809895Z test_non_contig_index_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2827838Z test_non_contig_index_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2846964Z test_non_contig_index_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2864834Z test_non_contig_index_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2885136Z test_non_contig_index_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2904494Z test_non_contig_index_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2924404Z test_non_contig_index_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2942095Z test_non_contig_index_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2960453Z test_non_contig_index_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2978014Z test_non_contig_index_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.2995277Z test_non_contig_index_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3012397Z test_non_contig_index_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3029463Z test_non_contig_index_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3046801Z test_non_contig_index_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3063922Z test_non_contig_index_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3081220Z test_non_contig_index_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3100330Z test_non_contig_index_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3119118Z test_non_contig_index_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3137316Z test_non_contig_index_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3155566Z test_non_contig_index_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3172658Z test_non_contig_index_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3189985Z test_non_contig_index_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3207004Z test_non_contig_index_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3224098Z test_non_contig_index_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3242063Z test_non_contig_index_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3259900Z test_non_contig_index_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3277863Z test_non_contig_index_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3294795Z test_non_contig_index_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3312197Z test_non_contig_index_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3329307Z test_non_contig_index_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3346436Z test_non_contig_index_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3363725Z test_non_contig_index_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3381640Z test_non_contig_index_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3399499Z test_non_contig_index_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3416547Z test_non_contig_index_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3433939Z test_non_contig_index_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3451035Z test_non_contig_index_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3468331Z test_non_contig_index_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3485311Z test_non_contig_index_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3502907Z test_non_contig_index_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3520800Z test_non_contig_index_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3538256Z test_non_contig_index_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3555574Z test_non_contig_index_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3572648Z test_non_contig_index_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3590652Z test_non_contig_index_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3609160Z test_non_contig_index_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3627013Z test_non_contig_index_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3645456Z test_non_contig_index_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3664144Z test_non_contig_index_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3683183Z test_non_contig_index_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3700845Z test_non_contig_index_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3719312Z test_non_contig_index_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3737348Z test_non_contig_index_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3754776Z test_non_contig_index_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3772710Z test_non_contig_index_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3791883Z test_non_contig_index_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3809938Z test_non_contig_index_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3827865Z test_non_contig_index_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3846059Z test_non_contig_index_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3863739Z test_non_contig_index_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3881129Z test_non_contig_index_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3898974Z test_non_contig_index_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3917267Z test_non_contig_index_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3935338Z test_non_contig_index_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3954063Z test_non_contig_index_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3971660Z test_non_contig_index_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.3990741Z test_non_contig_index_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4009322Z test_non_contig_index_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4027330Z test_non_contig_index_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4045746Z test_non_contig_index_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4063611Z test_non_contig_index_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4080942Z test_non_contig_index_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4098133Z test_non_contig_index_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4116381Z test_non_contig_index_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4133384Z test_non_contig_index_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4151320Z test_non_contig_index_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4169432Z test_non_contig_index_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4186984Z test_non_contig_index_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4204551Z test_non_contig_index_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4221664Z test_non_contig_index_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4238959Z test_non_contig_index_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4256181Z test_non_contig_index_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4273394Z test_non_contig_index_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4290504Z test_non_contig_index_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4308503Z test_non_contig_index_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4327364Z test_non_contig_index_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4345376Z test_non_contig_index_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4363788Z test_non_contig_index_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4381943Z test_non_contig_index_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4400294Z test_non_contig_index_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4418462Z test_non_contig_index_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4436015Z test_non_contig_index_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4454025Z test_non_contig_index_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4471889Z test_non_contig_index_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4489076Z test_non_contig_index_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4506458Z test_non_contig_index_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4523664Z test_non_contig_index_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4540615Z test_non_contig_index_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4559002Z test_non_contig_index_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4577052Z test_non_contig_index_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4596250Z test_non_contig_index_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4614694Z test_non_contig_index_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4632959Z test_non_contig_index_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4650951Z test_non_contig_index_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4669172Z test_non_contig_index_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4687376Z test_non_contig_index_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4705469Z test_non_contig_index_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4723996Z test_non_contig_index_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4742823Z test_non_contig_index_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4760629Z test_non_contig_index_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4777915Z test_non_contig_index_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4795125Z test_non_contig_index_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4812242Z test_non_contig_index_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4829585Z test_non_contig_index_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4846802Z test_non_contig_index_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4863828Z test_non_contig_index_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4882002Z test_non_contig_index_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4899514Z test_non_contig_index_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4916946Z test_non_contig_index_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4933914Z test_non_contig_index_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4950912Z test_non_contig_index_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4968159Z test_non_contig_index_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.4985389Z test_non_contig_index_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5002738Z test_non_contig_index_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5020706Z test_non_contig_index_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5038701Z test_non_contig_index_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5055618Z test_non_contig_index_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5072927Z test_non_contig_index_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5090015Z test_non_contig_index_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5107156Z test_non_contig_index_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5124618Z test_non_contig_index_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5141540Z test_non_contig_index_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5160057Z test_non_contig_index_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5177717Z test_non_contig_index_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5195178Z test_non_contig_index_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5212176Z test_non_contig_index_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5229315Z test_non_contig_index_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5246560Z test_non_contig_index_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5263681Z test_non_contig_index_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5282548Z test_non_contig_index_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5300313Z test_non_contig_index_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5319457Z test_non_contig_index_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5338112Z test_non_contig_index_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5356758Z test_non_contig_index_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5375461Z test_non_contig_index_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5394698Z test_non_contig_index_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5413742Z test_non_contig_index_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5431863Z test_non_contig_index_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5449660Z test_non_contig_index_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5466602Z test_non_contig_index_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5484950Z test_non_contig_index_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5503588Z test_non_contig_index_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5521756Z test_non_contig_index_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5539661Z test_non_contig_index_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5557893Z test_non_contig_index_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5575713Z test_non_contig_index_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5594085Z test_non_contig_index_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5612541Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5631676Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5650605Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5668573Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5685711Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5703033Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5720349Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5738478Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5757021Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5774044Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5791997Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5809736Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5826828Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5844211Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5862181Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5880632Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5898688Z test_non_contig_index_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5916165Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5934926Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5953833Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5971976Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.5989979Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6008398Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6026510Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6044772Z test_non_contig_index_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6061747Z test_non_contig_index_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6079889Z test_non_contig_index_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6098395Z test_non_contig_index_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6115872Z test_non_contig_index_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6132958Z test_non_contig_index_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6150299Z test_non_contig_index_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6167457Z test_non_contig_index_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6184584Z test_non_contig_index_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6202623Z test_non_contig_index_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6219650Z test_non_contig_index_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6239219Z test_non_contig_index_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6258460Z test_non_contig_index_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6278097Z test_non_contig_index_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6295871Z test_non_contig_index_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6314346Z test_non_contig_index_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6331844Z test_non_contig_index_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6349008Z test_non_contig_index_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6366312Z test_non_contig_index_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6383445Z test_non_contig_index_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6401465Z test_non_contig_index_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6419470Z test_non_contig_index_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6439033Z test_non_contig_index_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6455367Z test_non_contig_index_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6475764Z test_non_contig_index_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6496073Z test_non_contig_index_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6515366Z test_non_contig_index_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6534359Z test_non_contig_index_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6553251Z test_non_contig_index_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6569598Z test_non_contig_index_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6585931Z test_non_contig_index_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6602119Z test_non_contig_index_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6618448Z test_non_contig_index_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6635073Z test_non_contig_index_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6653947Z test_non_contig_index_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6672164Z test_non_contig_index_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6692102Z test_non_contig_index_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6712857Z test_non_contig_index_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6733059Z test_non_contig_index_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6751968Z test_non_contig_index_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6769894Z test_non_contig_index_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6787524Z test_non_contig_index_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6804865Z test_non_contig_index_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6821964Z test_non_contig_index_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6839292Z test_non_contig_index_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6856335Z test_non_contig_index_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6873664Z test_non_contig_index_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6891530Z test_non_contig_index_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6908639Z test_non_contig_index_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6927902Z test_non_contig_index_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6947067Z test_non_contig_index_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6966718Z test_non_contig_index_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.6984586Z test_non_contig_index_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7002802Z test_non_contig_index_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7020649Z test_non_contig_index_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7037777Z test_non_contig_index_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7054799Z test_non_contig_index_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7072167Z test_non_contig_index_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7089266Z test_non_contig_index_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7106235Z test_non_contig_index_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7124469Z test_non_contig_index_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7142352Z test_non_contig_index_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7161283Z test_non_contig_index_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7178860Z test_non_contig_index_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7194591Z test_non_contig_index_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.7210158Z test_non_contig_index_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.7225231Z test_non_contig_index_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.7241022Z test_non_contig_index_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.7256295Z test_non_contig_index_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:03.7278267Z test_non_contig_int_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7297951Z test_non_contig_int_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7321467Z test_non_contig_int_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7344591Z test_non_contig_int_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7366257Z test_non_contig_int_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7388710Z test_non_contig_int_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7411342Z test_non_contig_int_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7432453Z test_non_contig_int_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7452697Z test_non_contig_int_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7473747Z test_non_contig_int_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7494631Z test_non_contig_int_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7515737Z test_non_contig_int_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7539798Z test_non_contig_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7560561Z test_non_contig_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7589775Z test_non_contig_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.7618884Z test_non_contig_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.7648145Z test_non_contig_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.7672602Z test_non_contig_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7696505Z test_non_contig_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7720869Z test_non_contig_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7741616Z test_non_contig_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7762569Z test_non_contig_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7783273Z test_non_contig_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7804278Z test_non_contig_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7825279Z test_non_contig_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7848604Z test_non_contig_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7869158Z test_non_contig_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7895960Z test_non_contig_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.7922861Z test_non_contig_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.7948880Z test_non_contig_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.7971117Z test_non_contig_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.7993465Z test_non_contig_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8015316Z test_non_contig_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8035435Z test_non_contig_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8054994Z test_non_contig_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8075021Z test_non_contig_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8094797Z test_non_contig_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8114721Z test_non_contig_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8135960Z test_non_contig_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8155681Z test_non_contig_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8178755Z test_non_contig_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8202104Z test_non_contig_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8223405Z test_non_contig_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8245019Z test_non_contig_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8266294Z test_non_contig_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8286145Z test_non_contig_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8305973Z test_non_contig_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8325698Z test_non_contig_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8345365Z test_non_contig_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8365241Z test_non_contig_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8386558Z test_non_contig_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8406267Z test_non_contig_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8427654Z test_non_contig_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8450183Z test_non_contig_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8471591Z test_non_contig_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8491181Z test_non_contig_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8510794Z test_non_contig_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8530901Z test_non_contig_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8550297Z test_non_contig_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8570579Z test_non_contig_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8592567Z test_non_contig_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8612242Z test_non_contig_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8634713Z test_non_contig_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8657830Z test_non_contig_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8679706Z test_non_contig_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8700103Z test_non_contig_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8720989Z test_non_contig_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8741613Z test_non_contig_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8762500Z test_non_contig_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8783132Z test_non_contig_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8805700Z test_non_contig_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8826249Z test_non_contig_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8851537Z test_non_contig_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8876760Z test_non_contig_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8901682Z test_non_contig_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8924381Z test_non_contig_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8947011Z test_non_contig_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8969455Z test_non_contig_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.8989093Z test_non_contig_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9008973Z test_non_contig_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9029292Z test_non_contig_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9049179Z test_non_contig_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9068649Z test_non_contig_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9094263Z test_non_contig_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9114642Z test_non_contig_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9141955Z test_non_contig_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.9171304Z test_non_contig_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.9197914Z test_non_contig_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.9224260Z test_non_contig_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.9250579Z test_non_contig_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9270738Z test_non_contig_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9291005Z test_non_contig_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9311688Z test_non_contig_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9332916Z test_non_contig_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9354452Z test_non_contig_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9378729Z test_non_contig_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9404799Z test_non_contig_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9430640Z test_non_contig_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9456028Z test_non_contig_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9480650Z test_non_contig_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9503740Z test_non_contig_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9527016Z test_non_contig_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9550054Z test_non_contig_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9573443Z test_non_contig_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9598836Z test_non_contig_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9621752Z test_non_contig_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9648955Z test_non_contig_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.9676548Z test_non_contig_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.9702371Z test_non_contig_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9728490Z test_non_contig_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:03.9754179Z test_non_contig_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9778549Z test_non_contig_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9802842Z test_non_contig_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9827066Z test_non_contig_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9851762Z test_non_contig_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9876307Z test_non_contig_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9902297Z test_non_contig_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9926705Z test_non_contig_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9951752Z test_non_contig_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:03.9976536Z test_non_contig_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0001074Z test_non_contig_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0025211Z test_non_contig_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0048727Z test_non_contig_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0072191Z test_non_contig_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0096680Z test_non_contig_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0120207Z test_non_contig_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0145246Z test_non_contig_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0169745Z test_non_contig_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0198722Z test_non_contig_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.0227601Z test_non_contig_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.0254013Z test_non_contig_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.0280308Z test_non_contig_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.0305733Z test_non_contig_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0329063Z test_non_contig_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0353629Z test_non_contig_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0377931Z test_non_contig_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0401398Z test_non_contig_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0424620Z test_non_contig_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0449826Z test_non_contig_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0473354Z test_non_contig_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0500130Z test_non_contig_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.0529050Z test_non_contig_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.0556749Z test_non_contig_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.0581462Z test_non_contig_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0606547Z test_non_contig_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0630818Z test_non_contig_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0654159Z test_non_contig_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0677750Z test_non_contig_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0700921Z test_non_contig_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0724299Z test_non_contig_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0747468Z test_non_contig_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0772385Z test_non_contig_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0792450Z test_non_contig_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0815597Z test_non_contig_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0839035Z test_non_contig_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0863657Z test_non_contig_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0885336Z test_non_contig_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0906730Z test_non_contig_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0926794Z test_non_contig_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0946605Z test_non_contig_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0966523Z test_non_contig_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.0986351Z test_non_contig_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1006363Z test_non_contig_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1032078Z test_non_contig_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1055164Z test_non_contig_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1080329Z test_non_contig_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1105067Z test_non_contig_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1129393Z test_non_contig_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1153201Z test_non_contig_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1177333Z test_non_contig_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1202001Z test_non_contig_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1226221Z test_non_contig_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1251121Z test_non_contig_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1271916Z test_non_contig_long_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1290890Z test_non_contig_long_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1315140Z test_non_contig_long_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1338959Z test_non_contig_long_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1363066Z test_non_contig_long_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1384913Z test_non_contig_long_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1407160Z test_non_contig_long_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1429189Z test_non_contig_long_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1449617Z test_non_contig_long_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1469872Z test_non_contig_long_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1489805Z test_non_contig_long_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1509981Z test_non_contig_long_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1530530Z test_non_contig_long_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1559045Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1586057Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1612619Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1638083Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1663711Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1690483Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1717419Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1742859Z test_non_contig_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.1771143Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1799644Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1827002Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1853841Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1880848Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1907317Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1934033Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1960844Z test_non_contig_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.1987741Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2014802Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2041999Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2067103Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2092603Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2118200Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2143537Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2169365Z test_non_contig_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2194540Z test_non_contig_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2215381Z test_non_contig_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2241697Z test_non_contig_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2267802Z test_non_contig_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2293368Z test_non_contig_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2314740Z test_non_contig_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2335638Z test_non_contig_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2355232Z test_non_contig_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2375095Z test_non_contig_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2395336Z test_non_contig_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2419813Z test_non_contig_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2446895Z test_non_contig_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2474557Z test_non_contig_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2502810Z test_non_contig_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2528808Z test_non_contig_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2555182Z test_non_contig_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2580263Z test_non_contig_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2601592Z test_non_contig_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2621306Z test_non_contig_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2640632Z test_non_contig_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2660126Z test_non_contig_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2679908Z test_non_contig_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2706021Z test_non_contig_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2732182Z test_non_contig_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2758771Z test_non_contig_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2782988Z test_non_contig_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2808177Z test_non_contig_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2834934Z test_non_contig_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2860614Z test_non_contig_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2886299Z test_non_contig_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2912369Z test_non_contig_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2938278Z test_non_contig_nn_functional_hardshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.2964382Z test_non_contig_nn_functional_hardshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.2989496Z test_non_contig_nn_functional_hardshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3016440Z test_non_contig_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3042694Z test_non_contig_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3067805Z test_non_contig_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3092629Z test_non_contig_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3118495Z test_non_contig_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3143536Z test_non_contig_nn_functional_hardtanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3169212Z test_non_contig_nn_functional_hardtanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3195345Z test_non_contig_nn_functional_hardtanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3215590Z test_non_contig_nn_functional_hardtanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3236309Z test_non_contig_nn_functional_hardtanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3255782Z test_non_contig_nn_functional_hardtanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3276340Z test_non_contig_nn_functional_hardtanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3301143Z test_non_contig_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3326420Z test_non_contig_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3351801Z test_non_contig_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3376158Z test_non_contig_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3401489Z test_non_contig_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3426246Z test_non_contig_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3451529Z test_non_contig_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3477393Z test_non_contig_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3504345Z test_non_contig_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3531967Z test_non_contig_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3559586Z test_non_contig_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3586196Z test_non_contig_nn_functional_relu6_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3612355Z test_non_contig_nn_functional_relu6_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3638868Z test_non_contig_nn_functional_relu6_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3666073Z test_non_contig_nn_functional_relu6_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3683490Z test_non_contig_nn_functional_relu6_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3703572Z test_non_contig_nn_functional_relu6_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3723115Z test_non_contig_nn_functional_relu6_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3743657Z test_non_contig_nn_functional_relu6_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3764162Z test_non_contig_nn_functional_relu6_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3788978Z test_non_contig_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3815243Z test_non_contig_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3841891Z test_non_contig_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.3867054Z test_non_contig_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3888177Z test_non_contig_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3909015Z test_non_contig_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3929402Z test_non_contig_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3950557Z test_non_contig_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.3970970Z test_non_contig_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4001888Z test_non_contig_nn_functional_rrelu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4033007Z test_non_contig_nn_functional_rrelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4062848Z test_non_contig_nn_functional_rrelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4092345Z test_non_contig_nn_functional_rrelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4118574Z test_non_contig_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4144501Z test_non_contig_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4170815Z test_non_contig_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4196536Z test_non_contig_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4222552Z test_non_contig_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4248658Z test_non_contig_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4274906Z test_non_contig_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4300360Z test_non_contig_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4325416Z test_non_contig_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4350223Z test_non_contig_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4375238Z test_non_contig_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4399952Z test_non_contig_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4425004Z test_non_contig_nn_functional_softshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4451174Z test_non_contig_nn_functional_softshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4477668Z test_non_contig_nn_functional_softshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4502896Z test_non_contig_nn_functional_softshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4530896Z test_non_contig_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4557039Z test_non_contig_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4587637Z test_non_contig_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4618861Z test_non_contig_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4646476Z test_non_contig_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4674372Z test_non_contig_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4701387Z test_non_contig_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4727619Z test_non_contig_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4753979Z test_non_contig_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4778827Z test_non_contig_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4803713Z test_non_contig_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4828461Z test_non_contig_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4854152Z test_non_contig_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.4881910Z test_non_contig_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4909944Z test_non_contig_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4936723Z test_non_contig_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4963390Z test_non_contig_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.4989204Z test_non_contig_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5014535Z test_non_contig_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5039656Z test_non_contig_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5064681Z test_non_contig_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5088807Z test_non_contig_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5112789Z test_non_contig_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5137816Z test_non_contig_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5163665Z test_non_contig_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5188782Z test_non_contig_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5213654Z test_non_contig_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5234325Z test_non_contig_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5254285Z test_non_contig_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5274113Z test_non_contig_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5294120Z test_non_contig_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5314701Z test_non_contig_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5339035Z test_non_contig_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5365293Z test_non_contig_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.5391256Z test_non_contig_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5416503Z test_non_contig_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5440020Z test_non_contig_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5463947Z test_non_contig_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5488728Z test_non_contig_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5513332Z test_non_contig_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5537540Z test_non_contig_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5561154Z test_non_contig_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5585721Z test_non_contig_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5610901Z test_non_contig_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5636632Z test_non_contig_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5659709Z test_non_contig_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5683084Z test_non_contig_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5706189Z test_non_contig_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5729755Z test_non_contig_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5753263Z test_non_contig_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5776562Z test_non_contig_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5805339Z test_non_contig_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.5834369Z test_non_contig_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.5889530Z test_non_contig_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:04.5912838Z test_non_contig_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5936056Z test_non_contig_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5959470Z test_non_contig_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.5982751Z test_non_contig_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6007365Z test_non_contig_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6031774Z test_non_contig_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6057678Z test_non_contig_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6084150Z test_non_contig_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.6121713Z test_non_contig_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:04.6144943Z test_non_contig_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6168435Z test_non_contig_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6192474Z test_non_contig_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6216584Z test_non_contig_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6241256Z test_non_contig_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6265352Z test_non_contig_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6293985Z test_non_contig_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.6322565Z test_non_contig_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.6374104Z test_non_contig_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:04.6397405Z test_non_contig_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6420581Z test_non_contig_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6443809Z test_non_contig_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6467149Z test_non_contig_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6490435Z test_non_contig_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6514997Z test_non_contig_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6541394Z test_non_contig_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.6569816Z test_non_contig_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.6597000Z test_non_contig_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.6621048Z test_non_contig_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6645627Z test_non_contig_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6670461Z test_non_contig_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6690718Z test_non_contig_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6710912Z test_non_contig_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6730312Z test_non_contig_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6749371Z test_non_contig_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6768858Z test_non_contig_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6795254Z test_non_contig_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.6819744Z test_non_contig_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6846111Z test_non_contig_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.6871242Z test_non_contig_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6895837Z test_non_contig_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6919463Z test_non_contig_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6943092Z test_non_contig_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6966864Z test_non_contig_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.6990444Z test_non_contig_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7015272Z test_non_contig_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7039833Z test_non_contig_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7058744Z test_non_contig_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7084755Z test_non_contig_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7112825Z test_non_contig_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7140398Z test_non_contig_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7166045Z test_non_contig_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7191333Z test_non_contig_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7216278Z test_non_contig_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7236852Z test_non_contig_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7257099Z test_non_contig_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7276973Z test_non_contig_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7297148Z test_non_contig_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7317715Z test_non_contig_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7343479Z test_non_contig_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7367817Z test_non_contig_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7395793Z test_non_contig_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7423175Z test_non_contig_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7449308Z test_non_contig_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7475992Z test_non_contig_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7500727Z test_non_contig_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7525095Z test_non_contig_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7549046Z test_non_contig_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7573710Z test_non_contig_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7597428Z test_non_contig_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7620463Z test_non_contig_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7645383Z test_non_contig_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7669952Z test_non_contig_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7696031Z test_non_contig_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7721536Z test_non_contig_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7742604Z test_non_contig_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7763819Z test_non_contig_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7783025Z test_non_contig_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7803827Z test_non_contig_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7824706Z test_non_contig_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7850929Z test_non_contig_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7877263Z test_non_contig_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7903144Z test_non_contig_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7928599Z test_non_contig_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.7954784Z test_non_contig_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.7979583Z test_non_contig_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8005886Z test_non_contig_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8031627Z test_non_contig_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8057572Z test_non_contig_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8083938Z test_non_contig_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8109749Z test_non_contig_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8135282Z test_non_contig_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8161399Z test_non_contig_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8185632Z test_non_contig_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8213854Z test_non_contig_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8241593Z test_non_contig_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8268944Z test_non_contig_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8293962Z test_non_contig_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8318957Z test_non_contig_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8343093Z test_non_contig_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8367471Z test_non_contig_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8391716Z test_non_contig_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8416076Z test_non_contig_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8440617Z test_non_contig_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8464728Z test_non_contig_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8491026Z test_non_contig_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8511886Z test_non_contig_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8539950Z test_non_contig_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8568814Z test_non_contig_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8597633Z test_non_contig_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8623397Z test_non_contig_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8649959Z test_non_contig_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.8675092Z test_non_contig_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8695743Z test_non_contig_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8717034Z test_non_contig_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8737067Z test_non_contig_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8758077Z test_non_contig_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8777523Z test_non_contig_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8799317Z test_non_contig_short_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8818739Z test_non_contig_short_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8843242Z test_non_contig_short_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8867569Z test_non_contig_short_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8890127Z test_non_contig_short_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8912953Z test_non_contig_short_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8935426Z test_non_contig_short_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8955832Z test_non_contig_short_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8976727Z test_non_contig_short_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.8997600Z test_non_contig_short_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9017572Z test_non_contig_short_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9038434Z test_non_contig_short_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9064136Z test_non_contig_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9088558Z test_non_contig_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9116874Z test_non_contig_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.9145364Z test_non_contig_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.9174247Z test_non_contig_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.9200485Z test_non_contig_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.9226109Z test_non_contig_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9251742Z test_non_contig_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9276190Z test_non_contig_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9299337Z test_non_contig_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9322657Z test_non_contig_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9345536Z test_non_contig_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9368917Z test_non_contig_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9393850Z test_non_contig_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9413308Z test_non_contig_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9438245Z test_non_contig_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9462899Z test_non_contig_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9487213Z test_non_contig_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9506651Z test_non_contig_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9527325Z test_non_contig_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9545991Z test_non_contig_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9566699Z test_non_contig_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9589678Z test_non_contig_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9612445Z test_non_contig_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9632344Z test_non_contig_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9653706Z test_non_contig_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9675386Z test_non_contig_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9696680Z test_non_contig_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9716642Z test_non_contig_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9736575Z test_non_contig_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9756730Z test_non_contig_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9776323Z test_non_contig_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9796564Z test_non_contig_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9821272Z test_non_contig_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9844769Z test_non_contig_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9872019Z test_non_contig_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.9899635Z test_non_contig_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.9927422Z test_non_contig_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:04.9952383Z test_non_contig_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:04.9977045Z test_non_contig_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0001403Z test_non_contig_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0024766Z test_non_contig_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0048032Z test_non_contig_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0070944Z test_non_contig_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0094249Z test_non_contig_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0118843Z test_non_contig_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0144803Z test_non_contig_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0168243Z test_non_contig_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0195681Z test_non_contig_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.0223288Z test_non_contig_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.0248280Z test_non_contig_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0273248Z test_non_contig_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0297632Z test_non_contig_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0320934Z test_non_contig_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0344549Z test_non_contig_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0367954Z test_non_contig_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0391113Z test_non_contig_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0414641Z test_non_contig_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0440988Z test_non_contig_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.0465189Z test_non_contig_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0492294Z test_non_contig_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.0521188Z test_non_contig_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.0548752Z test_non_contig_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.0573938Z test_non_contig_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0600032Z test_non_contig_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.0625186Z test_non_contig_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0650081Z test_non_contig_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0673944Z test_non_contig_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0697476Z test_non_contig_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0722345Z test_non_contig_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0746683Z test_non_contig_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0771184Z test_non_contig_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0798065Z test_non_contig_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.0830325Z test_non_contig_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.0854089Z test_non_contig_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0877961Z test_non_contig_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0901756Z test_non_contig_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0925364Z test_non_contig_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0948479Z test_non_contig_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0971768Z test_non_contig_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.0998164Z test_non_contig_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.1022138Z test_non_contig_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1045402Z test_non_contig_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1068741Z test_non_contig_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1092550Z test_non_contig_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1116208Z test_non_contig_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1139270Z test_non_contig_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1162588Z test_non_contig_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1187580Z test_non_contig_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1212103Z test_non_contig_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1235613Z test_non_contig_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1258877Z test_non_contig_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1282457Z test_non_contig_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1305784Z test_non_contig_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1330252Z test_non_contig_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1353646Z test_non_contig_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1378322Z test_non_contig_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1402694Z test_non_contig_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1425917Z test_non_contig_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1449133Z test_non_contig_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1472908Z test_non_contig_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1495962Z test_non_contig_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1519773Z test_non_contig_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1542593Z test_non_contig_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1567754Z test_non_contig_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1592020Z test_non_contig_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1615372Z test_non_contig_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1638714Z test_non_contig_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1662888Z test_non_contig_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1687226Z test_non_contig_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1710747Z test_non_contig_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1736025Z test_non_contig_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1759259Z test_non_contig_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1785641Z test_non_contig_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.1810546Z test_non_contig_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1834956Z test_non_contig_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1858315Z test_non_contig_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1882764Z test_non_contig_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1907101Z test_non_contig_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1930802Z test_non_contig_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1954342Z test_non_contig_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.1977155Z test_non_contig_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2003061Z test_non_contig_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2027870Z test_non_contig_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2051536Z test_non_contig_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2074949Z test_non_contig_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2099306Z test_non_contig_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2124127Z test_non_contig_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2147296Z test_non_contig_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2173504Z test_non_contig_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.2197844Z test_non_contig_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2223627Z test_non_contig_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2248769Z test_non_contig_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2273077Z test_non_contig_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2296137Z test_non_contig_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2319533Z test_non_contig_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2342578Z test_non_contig_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2365941Z test_non_contig_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2390284Z test_non_contig_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2413697Z test_non_contig_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2438556Z test_non_contig_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2463337Z test_non_contig_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2486996Z test_non_contig_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2510108Z test_non_contig_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2533670Z test_non_contig_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2556980Z test_non_contig_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2579966Z test_non_contig_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2603658Z test_non_contig_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2628477Z test_non_contig_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2652685Z test_non_contig_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2676275Z test_non_contig_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2699384Z test_non_contig_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2723058Z test_non_contig_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2745938Z test_non_contig_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2769333Z test_non_contig_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2792872Z test_non_contig_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2817624Z test_non_contig_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2842301Z test_non_contig_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2865499Z test_non_contig_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2888710Z test_non_contig_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2912078Z test_non_contig_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2935288Z test_non_contig_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2958925Z test_non_contig_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.2981736Z test_non_contig_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3006810Z test_non_contig_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3031242Z test_non_contig_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3054511Z test_non_contig_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3078168Z test_non_contig_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3102418Z test_non_contig_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3126199Z test_non_contig_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3150546Z test_non_contig_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3173905Z test_non_contig_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3198908Z test_non_contig_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3222884Z test_non_contig_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3246401Z test_non_contig_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3269918Z test_non_contig_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3294290Z test_non_contig_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3317865Z test_non_contig_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3340881Z test_non_contig_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3363876Z test_non_contig_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3388592Z test_non_contig_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3413085Z test_non_contig_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3436618Z test_non_contig_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3459585Z test_non_contig_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3483233Z test_non_contig_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3506222Z test_non_contig_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3529825Z test_non_contig_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3553349Z test_non_contig_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3578113Z test_non_contig_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3602801Z test_non_contig_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3625717Z test_non_contig_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3648950Z test_non_contig_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3673685Z test_non_contig_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3696768Z test_non_contig_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3720675Z test_non_contig_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3746951Z test_non_contig_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.3773266Z test_non_contig_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.3800951Z test_non_contig_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.3828214Z test_non_contig_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.3855001Z test_non_contig_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.3880224Z test_non_contig_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3904906Z test_non_contig_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3929873Z test_non_contig_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3954645Z test_non_contig_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.3980777Z test_non_contig_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4004011Z test_non_contig_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4029283Z test_non_contig_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4054604Z test_non_contig_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4078436Z test_non_contig_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4102724Z test_non_contig_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4127008Z test_non_contig_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4151485Z test_non_contig_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4175048Z test_non_contig_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4199224Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4224080Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4249127Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4273683Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4297134Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4320797Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4344170Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4367651Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4391141Z test_non_contig_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4414532Z test_non_contig_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4440047Z test_non_contig_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4465206Z test_non_contig_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4489544Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4515368Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4539598Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4564240Z test_non_contig_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4588652Z test_non_contig_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4612371Z test_non_contig_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4637879Z test_non_contig_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4662213Z test_non_contig_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4686165Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4710250Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4734836Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4759512Z test_non_contig_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4783889Z test_non_contig_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4807054Z test_non_contig_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4832476Z test_non_contig_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4856807Z test_non_contig_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4880280Z test_non_contig_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4903352Z test_non_contig_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4926962Z test_non_contig_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4950054Z test_non_contig_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4973479Z test_non_contig_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.4998592Z test_non_contig_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5022070Z test_non_contig_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5050494Z test_non_contig_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5079580Z test_non_contig_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5107366Z test_non_contig_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5133944Z test_non_contig_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5160093Z test_non_contig_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5185201Z test_non_contig_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5209996Z test_non_contig_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5233797Z test_non_contig_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5257183Z test_non_contig_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5280498Z test_non_contig_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5304700Z test_non_contig_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5330299Z test_non_contig_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5350240Z test_non_contig_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5377643Z test_non_contig_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5405679Z test_non_contig_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5430743Z test_non_contig_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5455663Z test_non_contig_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5480172Z test_non_contig_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5500304Z test_non_contig_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5520796Z test_non_contig_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5540122Z test_non_contig_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5561007Z test_non_contig_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5580929Z test_non_contig_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5606064Z test_non_contig_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5629249Z test_non_contig_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5656237Z test_non_contig_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5684132Z test_non_contig_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5711910Z test_non_contig_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5736958Z test_non_contig_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5762237Z test_non_contig_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5787618Z test_non_contig_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5811877Z test_non_contig_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5835232Z test_non_contig_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5858523Z test_non_contig_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5882179Z test_non_contig_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5905677Z test_non_contig_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5931787Z test_non_contig_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.5955542Z test_non_contig_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.5982397Z test_non_contig_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.6010065Z test_non_contig_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.6038345Z test_non_contig_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.6063019Z test_non_contig_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6087762Z test_non_contig_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6112389Z test_non_contig_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6135764Z test_non_contig_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6159220Z test_non_contig_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6182352Z test_non_contig_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6205954Z test_non_contig_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6229148Z test_non_contig_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6255265Z test_non_contig_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.6281874Z test_non_contig_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.6306565Z test_non_contig_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6330691Z test_non_contig_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6351010Z test_non_contig_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6370948Z test_non_contig_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6390218Z test_non_contig_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6410269Z test_non_contig_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6430194Z test_non_contig_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:05.6465004Z test_nonzero_empty_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.6478429Z test_op_invert_cuda (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:40:05.6535976Z test_polygamma_neg_cuda (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:05.6578547Z test_reference_numerics_extremal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.6611489Z test_reference_numerics_extremal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.6642569Z test_reference_numerics_extremal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.6678964Z test_reference_numerics_extremal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.6715541Z test_reference_numerics_extremal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.6751595Z test_reference_numerics_extremal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.6789882Z test_reference_numerics_extremal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.6839472Z test_reference_numerics_extremal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:05.6884016Z test_reference_numerics_extremal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.6923358Z test_reference_numerics_extremal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.6961354Z test_reference_numerics_extremal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.6999998Z test_reference_numerics_extremal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7038930Z test_reference_numerics_extremal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7087915Z test_reference_numerics_extremal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:05.7133525Z test_reference_numerics_extremal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7173095Z test_reference_numerics_extremal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7211282Z test_reference_numerics_extremal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7251325Z test_reference_numerics_extremal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7286732Z test_reference_numerics_extremal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.7320904Z test_reference_numerics_extremal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.7364996Z test_reference_numerics_extremal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7407027Z test_reference_numerics_extremal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7445567Z test_reference_numerics_extremal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7497706Z test_reference_numerics_extremal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:05.7542319Z test_reference_numerics_extremal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7581673Z test_reference_numerics_extremal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7619455Z test_reference_numerics_extremal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7657580Z test_reference_numerics_extremal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7697064Z test_reference_numerics_extremal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7744886Z test_reference_numerics_extremal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:05.7788835Z test_reference_numerics_extremal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7829319Z test_reference_numerics_extremal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7867854Z test_reference_numerics_extremal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7908911Z test_reference_numerics_extremal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7952776Z test_reference_numerics_extremal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.7997747Z test_reference_numerics_extremal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8037548Z test_reference_numerics_extremal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8082137Z test_reference_numerics_extremal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8125067Z test_reference_numerics_extremal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8168725Z test_reference_numerics_extremal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8207228Z test_reference_numerics_extremal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8248182Z test_reference_numerics_extremal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8287684Z test_reference_numerics_extremal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8327282Z test_reference_numerics_extremal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8365580Z test_reference_numerics_extremal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8403323Z test_reference_numerics_extremal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8440128Z test_reference_numerics_extremal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8478604Z test_reference_numerics_extremal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8515113Z test_reference_numerics_extremal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8551659Z test_reference_numerics_extremal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8588339Z test_reference_numerics_extremal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8621038Z test_reference_numerics_extremal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.8653654Z test_reference_numerics_extremal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.8690233Z test_reference_numerics_extremal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8725912Z test_reference_numerics_extremal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.8761506Z test_reference_numerics_extremal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.8798249Z test_reference_numerics_extremal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8830672Z test_reference_numerics_extremal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.8863115Z test_reference_numerics_extremal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.8899166Z test_reference_numerics_extremal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8935538Z test_reference_numerics_extremal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.8970852Z test_reference_numerics_extremal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:05.9008249Z test_reference_numerics_extremal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9053522Z test_reference_numerics_extremal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9098744Z test_reference_numerics_extremal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9138735Z test_reference_numerics_extremal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9175220Z test_reference_numerics_extremal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9214547Z test_reference_numerics_extremal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9253599Z test_reference_numerics_extremal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9298636Z test_reference_numerics_extremal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9340242Z test_reference_numerics_extremal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9379886Z test_reference_numerics_extremal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9417637Z test_reference_numerics_extremal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9456224Z test_reference_numerics_extremal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9493849Z test_reference_numerics_extremal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9531802Z test_reference_numerics_extremal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9569028Z test_reference_numerics_extremal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9605024Z test_reference_numerics_extremal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:05.9730145Z test_reference_numerics_extremal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:05.9837329Z test_reference_numerics_extremal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:05.9936363Z test_reference_numerics_extremal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:05.9984190Z test_reference_numerics_extremal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.0032268Z test_reference_numerics_extremal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.0079242Z test_reference_numerics_extremal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.0125586Z test_reference_numerics_extremal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.0171057Z test_reference_numerics_extremal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0216577Z test_reference_numerics_extremal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0261385Z test_reference_numerics_extremal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0305655Z test_reference_numerics_extremal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0345564Z test_reference_numerics_extremal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0384114Z test_reference_numerics_extremal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0422433Z test_reference_numerics_extremal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0460401Z test_reference_numerics_extremal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0499519Z test_reference_numerics_extremal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0536807Z test_reference_numerics_extremal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0575136Z test_reference_numerics_extremal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0581496Z test_reference_numerics_extremal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.0623420Z test_reference_numerics_extremal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0660799Z test_reference_numerics_extremal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0699552Z test_reference_numerics_extremal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0736380Z test_reference_numerics_extremal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0774511Z test_reference_numerics_extremal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0818819Z test_reference_numerics_extremal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0864354Z test_reference_numerics_extremal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0907664Z test_reference_numerics_extremal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0950880Z test_reference_numerics_extremal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.0995752Z test_reference_numerics_extremal_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.1029266Z test_reference_numerics_extremal_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.1062173Z test_reference_numerics_extremal_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.1107303Z test_reference_numerics_extremal_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.1151442Z test_reference_numerics_extremal_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.1195353Z test_reference_numerics_extremal_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.1232813Z test_reference_numerics_extremal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.1271068Z test_reference_numerics_extremal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.1307948Z test_reference_numerics_extremal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.1343896Z test_reference_numerics_extremal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.1350713Z test_reference_numerics_extremal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.1356417Z test_reference_numerics_extremal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.1361894Z test_reference_numerics_extremal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:40:06.1367875Z test_reference_numerics_extremal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:40:06.1416082Z test_reference_numerics_extremal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.1462066Z test_reference_numerics_extremal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.1507739Z test_reference_numerics_extremal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.1558710Z test_reference_numerics_extremal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.1610269Z test_reference_numerics_extremal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.1660133Z test_reference_numerics_extremal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.1709684Z test_reference_numerics_extremal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.1740566Z test_reference_numerics_extremal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.1770786Z test_reference_numerics_extremal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.1806842Z test_reference_numerics_extremal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.1835261Z test_reference_numerics_extremal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.1861650Z test_reference_numerics_extremal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.1891695Z test_reference_numerics_extremal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.1921149Z test_reference_numerics_extremal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.1950744Z test_reference_numerics_extremal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.1983908Z test_reference_numerics_extremal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2009994Z test_reference_numerics_extremal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2035933Z test_reference_numerics_extremal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:06.2065448Z test_reference_numerics_extremal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2094364Z test_reference_numerics_extremal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2124007Z test_reference_numerics_extremal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2156824Z test_reference_numerics_extremal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2181297Z test_reference_numerics_extremal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:06.2205542Z test_reference_numerics_extremal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:06.2235136Z test_reference_numerics_extremal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2263579Z test_reference_numerics_extremal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2292550Z test_reference_numerics_extremal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2325474Z test_reference_numerics_extremal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2355708Z test_reference_numerics_extremal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2384747Z test_reference_numerics_extremal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2414338Z test_reference_numerics_extremal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2448025Z test_reference_numerics_extremal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2478275Z test_reference_numerics_extremal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2507988Z test_reference_numerics_extremal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2538115Z test_reference_numerics_extremal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2572189Z test_reference_numerics_extremal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2598420Z test_reference_numerics_extremal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2623180Z test_reference_numerics_extremal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:06.2653363Z test_reference_numerics_extremal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2681938Z test_reference_numerics_extremal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2710939Z test_reference_numerics_extremal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2748410Z test_reference_numerics_extremal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.2783888Z test_reference_numerics_extremal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2817606Z test_reference_numerics_extremal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.2858594Z test_reference_numerics_extremal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.2895274Z test_reference_numerics_extremal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.2933033Z test_reference_numerics_extremal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.2980962Z test_reference_numerics_extremal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.3025411Z test_reference_numerics_extremal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3070527Z test_reference_numerics_extremal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3109052Z test_reference_numerics_extremal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3154102Z test_reference_numerics_extremal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3195033Z test_reference_numerics_extremal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3234684Z test_reference_numerics_extremal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3272662Z test_reference_numerics_extremal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3312317Z test_reference_numerics_extremal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3350896Z test_reference_numerics_extremal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3390714Z test_reference_numerics_extremal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3428704Z test_reference_numerics_extremal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3467165Z test_reference_numerics_extremal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3505814Z test_reference_numerics_extremal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3512692Z test_reference_numerics_extremal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.3518528Z test_reference_numerics_extremal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.3558727Z test_reference_numerics_extremal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3596612Z test_reference_numerics_extremal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3634448Z test_reference_numerics_extremal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3672271Z test_reference_numerics_extremal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3716816Z test_reference_numerics_extremal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3757196Z test_reference_numerics_extremal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3797040Z test_reference_numerics_extremal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3833683Z test_reference_numerics_extremal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3872916Z test_reference_numerics_extremal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.3905999Z test_reference_numerics_extremal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.3931096Z test_reference_numerics_extremal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:06.3955411Z test_reference_numerics_extremal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:06.3987860Z test_reference_numerics_extremal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.4017030Z test_reference_numerics_extremal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.4047571Z test_reference_numerics_extremal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.4085947Z test_reference_numerics_extremal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4124841Z test_reference_numerics_extremal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4162795Z test_reference_numerics_extremal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4200761Z test_reference_numerics_extremal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4221140Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-09-27T16:40:06.4237027Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:40:06.4252252Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:40:06.4268016Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:40:06.4284119Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:40:06.4299431Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:40:06.4314876Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:40:06.4329974Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:40:06.4345039Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.001s) 2022-09-27T16:40:06.4391725Z test_reference_numerics_extremal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.4437889Z test_reference_numerics_extremal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.4482529Z test_reference_numerics_extremal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4527007Z test_reference_numerics_extremal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4564327Z test_reference_numerics_extremal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4597268Z test_reference_numerics_extremal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.4629429Z test_reference_numerics_extremal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.4666567Z test_reference_numerics_extremal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4702677Z test_reference_numerics_extremal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4738987Z test_reference_numerics_extremal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4783829Z test_reference_numerics_extremal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4842879Z test_reference_numerics_extremal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:06.4886317Z test_reference_numerics_extremal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4932313Z test_reference_numerics_extremal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.4976298Z test_reference_numerics_extremal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5031957Z test_reference_numerics_extremal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.5075389Z test_reference_numerics_extremal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5120492Z test_reference_numerics_extremal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5166604Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5216959Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.5260708Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5304687Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5348455Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5402933Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.5445471Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5493296Z test_reference_numerics_extremal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.5536278Z test_reference_numerics_extremal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5592982Z test_reference_numerics_extremal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:06.5634689Z test_reference_numerics_extremal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5681831Z test_reference_numerics_extremal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.5731024Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.5772653Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5813888Z test_reference_numerics_extremal_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5852006Z test_reference_numerics_extremal_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5891232Z test_reference_numerics_extremal_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5928521Z test_reference_numerics_extremal_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.5965816Z test_reference_numerics_extremal_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6010827Z test_reference_numerics_extremal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6068402Z test_reference_numerics_extremal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:06.6112205Z test_reference_numerics_extremal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6157552Z test_reference_numerics_extremal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6195725Z test_reference_numerics_extremal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6239575Z test_reference_numerics_extremal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6276470Z test_reference_numerics_extremal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6315910Z test_reference_numerics_extremal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6356041Z test_reference_numerics_extremal_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6408545Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.6447957Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6489255Z test_reference_numerics_extremal_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6527563Z test_reference_numerics_extremal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6566186Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6602348Z test_reference_numerics_extremal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6643768Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6681386Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6718961Z test_reference_numerics_extremal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6759502Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6807023Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.6849006Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6893285Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6933027Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.6973167Z test_reference_numerics_extremal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.7016713Z test_reference_numerics_extremal_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.7060907Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.7103458Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.7145634Z test_reference_numerics_extremal_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.7274028Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:06.7383085Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:06.7484854Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:06.7490996Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.7496904Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.7502905Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.7508915Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.7514378Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.7520321Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:40:06.7525855Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:40:06.7531448Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:40:06.7537067Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:40:06.7542903Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:40:06.7548394Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:40:06.7554293Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.7590579Z test_reference_numerics_extremal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.7623121Z test_reference_numerics_extremal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.7655031Z test_reference_numerics_extremal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.7691004Z test_reference_numerics_extremal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.7726691Z test_reference_numerics_extremal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.7762210Z test_reference_numerics_extremal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.7768541Z test_reference_numerics_extremal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.7806662Z test_reference_numerics_extremal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.7843016Z test_reference_numerics_extremal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.7879547Z test_reference_numerics_extremal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.7915893Z test_reference_numerics_extremal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.7945484Z test_reference_numerics_extremal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.7974791Z test_reference_numerics_extremal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.8011247Z test_reference_numerics_extremal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8047071Z test_reference_numerics_extremal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.8082354Z test_reference_numerics_extremal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.8088625Z test_reference_numerics_extremal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.8093975Z test_reference_numerics_extremal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.8099974Z test_reference_numerics_extremal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.8137549Z test_reference_numerics_extremal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8173450Z test_reference_numerics_extremal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.8209373Z test_reference_numerics_extremal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.8246956Z test_reference_numerics_extremal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8285216Z test_reference_numerics_extremal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8321936Z test_reference_numerics_extremal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8358183Z test_reference_numerics_extremal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8395592Z test_reference_numerics_extremal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8434191Z test_reference_numerics_extremal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8470630Z test_reference_numerics_extremal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8507065Z test_reference_numerics_extremal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8545194Z test_reference_numerics_extremal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8588287Z test_reference_numerics_extremal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8625414Z test_reference_numerics_extremal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8662921Z test_reference_numerics_extremal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8700601Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8743815Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8781031Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8817943Z test_reference_numerics_extremal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8855049Z test_reference_numerics_extremal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8861108Z test_reference_numerics_extremal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.8866802Z test_reference_numerics_extremal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.8907890Z test_reference_numerics_extremal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8944142Z test_reference_numerics_extremal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8980705Z test_reference_numerics_extremal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.8986760Z test_reference_numerics_extremal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.9024735Z test_reference_numerics_extremal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9059501Z test_reference_numerics_extremal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.9065224Z test_reference_numerics_extremal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.9071955Z test_reference_numerics_extremal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.9077451Z test_reference_numerics_extremal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.9120500Z test_reference_numerics_extremal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9126978Z test_reference_numerics_extremal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.9132905Z test_reference_numerics_extremal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.9175586Z test_reference_numerics_extremal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9217756Z test_reference_numerics_extremal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9260679Z test_reference_numerics_extremal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9266802Z test_reference_numerics_extremal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.9272478Z test_reference_numerics_extremal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:06.9278754Z test_reference_numerics_extremal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:40:06.9284081Z test_reference_numerics_extremal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.000s) 2022-09-27T16:40:06.9317408Z test_reference_numerics_extremal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.9346900Z test_reference_numerics_extremal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.9375651Z test_reference_numerics_extremal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.9405071Z test_reference_numerics_extremal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:06.9442120Z test_reference_numerics_extremal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9487959Z test_reference_numerics_extremal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9529782Z test_reference_numerics_extremal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9569340Z test_reference_numerics_extremal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9605713Z test_reference_numerics_extremal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9645214Z test_reference_numerics_extremal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9684254Z test_reference_numerics_extremal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9734457Z test_reference_numerics_extremal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:06.9778808Z test_reference_numerics_extremal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9817526Z test_reference_numerics_extremal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9854871Z test_reference_numerics_extremal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9896122Z test_reference_numerics_extremal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9936838Z test_reference_numerics_extremal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:06.9982988Z test_reference_numerics_extremal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0024086Z test_reference_numerics_extremal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0065998Z test_reference_numerics_extremal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0106068Z test_reference_numerics_extremal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0145886Z test_reference_numerics_extremal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0217590Z test_reference_numerics_extremal_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:07.0288890Z test_reference_numerics_extremal_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:07.0330930Z test_reference_numerics_extremal_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0372871Z test_reference_numerics_extremal_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0415110Z test_reference_numerics_extremal_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0456888Z test_reference_numerics_extremal_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0498544Z test_reference_numerics_extremal_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0539940Z test_reference_numerics_extremal_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0583204Z test_reference_numerics_extremal_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0624585Z test_reference_numerics_extremal_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0664299Z test_reference_numerics_extremal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0704514Z test_reference_numerics_extremal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0743476Z test_reference_numerics_extremal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0782200Z test_reference_numerics_extremal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0823667Z test_reference_numerics_extremal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0864182Z test_reference_numerics_extremal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.0911461Z test_reference_numerics_extremal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.0958795Z test_reference_numerics_extremal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1005276Z test_reference_numerics_extremal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1051093Z test_reference_numerics_extremal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.1101331Z test_reference_numerics_extremal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1151392Z test_reference_numerics_extremal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1197804Z test_reference_numerics_extremal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1243445Z test_reference_numerics_extremal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.1287487Z test_reference_numerics_extremal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.1332116Z test_reference_numerics_extremal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.1382708Z test_reference_numerics_extremal_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1432824Z test_reference_numerics_extremal_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1482730Z test_reference_numerics_extremal_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1532859Z test_reference_numerics_extremal_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1579053Z test_reference_numerics_extremal_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1624844Z test_reference_numerics_extremal_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.1670937Z test_reference_numerics_extremal_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.1717306Z test_reference_numerics_extremal_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1764671Z test_reference_numerics_extremal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1812222Z test_reference_numerics_extremal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.1858238Z test_reference_numerics_extremal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.1904018Z test_reference_numerics_extremal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.1943009Z test_reference_numerics_extremal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.1982147Z test_reference_numerics_extremal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2110811Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:07.2220061Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:07.2322038Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:07.2366763Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2411106Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2455544Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2499956Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2540817Z test_reference_numerics_extremal_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2580841Z test_reference_numerics_extremal_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2617991Z test_reference_numerics_extremal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2655973Z test_reference_numerics_extremal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2691679Z test_reference_numerics_extremal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.2730874Z test_reference_numerics_extremal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2767315Z test_reference_numerics_extremal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2804045Z test_reference_numerics_extremal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2840860Z test_reference_numerics_extremal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2847261Z test_reference_numerics_extremal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:07.2852942Z test_reference_numerics_extremal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:07.2890983Z test_reference_numerics_extremal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2927016Z test_reference_numerics_extremal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.2962943Z test_reference_numerics_extremal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.3003217Z test_reference_numerics_extremal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3049941Z test_reference_numerics_extremal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.3091103Z test_reference_numerics_extremal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3132417Z test_reference_numerics_extremal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3171977Z test_reference_numerics_extremal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3214135Z test_reference_numerics_extremal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3261179Z test_reference_numerics_extremal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.3307459Z test_reference_numerics_extremal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.3348562Z test_reference_numerics_extremal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3396205Z test_reference_numerics_extremal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.3441287Z test_reference_numerics_extremal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3486472Z test_reference_numerics_extremal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3523581Z test_reference_numerics_extremal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3562108Z test_reference_numerics_extremal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3598537Z test_reference_numerics_extremal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3634636Z test_reference_numerics_extremal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3650946Z test_reference_numerics_large_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.3661729Z test_reference_numerics_large_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.3697787Z test_reference_numerics_large_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.3733539Z test_reference_numerics_large_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.3767983Z test_reference_numerics_large_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.3783658Z test_reference_numerics_large_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.3800016Z test_reference_numerics_large_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.3816134Z test_reference_numerics_large_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.3831140Z test_reference_numerics_large_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.3845952Z test_reference_numerics_large_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.3860140Z test_reference_numerics_large_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.3870486Z test_reference_numerics_large_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.3881036Z test_reference_numerics_large_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.3896846Z test_reference_numerics_large_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.3907995Z test_reference_numerics_large_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.3953545Z test_reference_numerics_large_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.3998384Z test_reference_numerics_large_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.4043093Z test_reference_numerics_large_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.4059476Z test_reference_numerics_large_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4075619Z test_reference_numerics_large_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4091541Z test_reference_numerics_large_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.4107480Z test_reference_numerics_large_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.4123918Z test_reference_numerics_large_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4140260Z test_reference_numerics_large_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4150716Z test_reference_numerics_large_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4161404Z test_reference_numerics_large_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4178170Z test_reference_numerics_large_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4189140Z test_reference_numerics_large_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4235756Z test_reference_numerics_large_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.4280216Z test_reference_numerics_large_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.4324147Z test_reference_numerics_large_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.4340742Z test_reference_numerics_large_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4357836Z test_reference_numerics_large_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4374319Z test_reference_numerics_large_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4391224Z test_reference_numerics_large_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4407976Z test_reference_numerics_large_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4424634Z test_reference_numerics_large_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4435546Z test_reference_numerics_large_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4445694Z test_reference_numerics_large_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4455845Z test_reference_numerics_large_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4491965Z test_reference_numerics_large_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.4529005Z test_reference_numerics_large_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.4564950Z test_reference_numerics_large_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.4580870Z test_reference_numerics_large_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4597161Z test_reference_numerics_large_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4612736Z test_reference_numerics_large_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.4628634Z test_reference_numerics_large_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.4644660Z test_reference_numerics_large_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.4655232Z test_reference_numerics_large_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4665815Z test_reference_numerics_large_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4681615Z test_reference_numerics_large_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.4692257Z test_reference_numerics_large_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4740822Z test_reference_numerics_large_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:07.4786656Z test_reference_numerics_large_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.4831624Z test_reference_numerics_large_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.4847385Z test_reference_numerics_large_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.4863738Z test_reference_numerics_large_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4879985Z test_reference_numerics_large_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4896212Z test_reference_numerics_large_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.4912232Z test_reference_numerics_large_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.4928268Z test_reference_numerics_large_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.4938881Z test_reference_numerics_large_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4949325Z test_reference_numerics_large_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.4964834Z test_reference_numerics_large_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.4975681Z test_reference_numerics_large_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5019749Z test_reference_numerics_large_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.5061995Z test_reference_numerics_large_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.5103812Z test_reference_numerics_large_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.5119767Z test_reference_numerics_large_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.5135524Z test_reference_numerics_large_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5151757Z test_reference_numerics_large_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5167973Z test_reference_numerics_large_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.5183495Z test_reference_numerics_large_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5199335Z test_reference_numerics_large_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5210217Z test_reference_numerics_large_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5220466Z test_reference_numerics_large_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5236062Z test_reference_numerics_large_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5246688Z test_reference_numerics_large_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5289220Z test_reference_numerics_large_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.5329112Z test_reference_numerics_large_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.5367988Z test_reference_numerics_large_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.5383549Z test_reference_numerics_large_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5399843Z test_reference_numerics_large_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.5415505Z test_reference_numerics_large_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5431247Z test_reference_numerics_large_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5447141Z test_reference_numerics_large_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5462930Z test_reference_numerics_large_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5473815Z test_reference_numerics_large_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5484184Z test_reference_numerics_large_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5499986Z test_reference_numerics_large_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5510641Z test_reference_numerics_large_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5553097Z test_reference_numerics_large_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.5596564Z test_reference_numerics_large_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.5638716Z test_reference_numerics_large_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.5654642Z test_reference_numerics_large_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5670858Z test_reference_numerics_large_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.5687079Z test_reference_numerics_large_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.5703053Z test_reference_numerics_large_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5719506Z test_reference_numerics_large_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.5735642Z test_reference_numerics_large_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.5746404Z test_reference_numerics_large_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5756969Z test_reference_numerics_large_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5766805Z test_reference_numerics_large_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5781176Z test_reference_numerics_large_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5795965Z test_reference_numerics_large_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5810200Z test_reference_numerics_large_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5820619Z test_reference_numerics_large_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5830691Z test_reference_numerics_large_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5846099Z test_reference_numerics_large_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5861841Z test_reference_numerics_large_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5878112Z test_reference_numerics_large_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.5893758Z test_reference_numerics_large_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5908876Z test_reference_numerics_large_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5924416Z test_reference_numerics_large_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5939373Z test_reference_numerics_large_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5949939Z test_reference_numerics_large_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5960177Z test_reference_numerics_large_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.5975395Z test_reference_numerics_large_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.5986037Z test_reference_numerics_large_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6022335Z test_reference_numerics_large_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.6059408Z test_reference_numerics_large_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.6095054Z test_reference_numerics_large_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.6110667Z test_reference_numerics_large_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6126336Z test_reference_numerics_large_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6142043Z test_reference_numerics_large_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6156728Z test_reference_numerics_large_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6170708Z test_reference_numerics_large_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6184825Z test_reference_numerics_large_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6195311Z test_reference_numerics_large_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6205447Z test_reference_numerics_large_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6220683Z test_reference_numerics_large_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6231245Z test_reference_numerics_large_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6266842Z test_reference_numerics_large_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.6303962Z test_reference_numerics_large_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.6339908Z test_reference_numerics_large_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.6355528Z test_reference_numerics_large_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6371024Z test_reference_numerics_large_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6386336Z test_reference_numerics_large_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6401093Z test_reference_numerics_large_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6415149Z test_reference_numerics_large_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6429285Z test_reference_numerics_large_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6440138Z test_reference_numerics_large_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6450124Z test_reference_numerics_large_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6465473Z test_reference_numerics_large_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6476498Z test_reference_numerics_large_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6482851Z test_reference_numerics_large_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:07.6525008Z test_reference_numerics_large_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.6566755Z test_reference_numerics_large_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.6582968Z test_reference_numerics_large_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.6599778Z test_reference_numerics_large_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.6616159Z test_reference_numerics_large_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.6632912Z test_reference_numerics_large_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.6648617Z test_reference_numerics_large_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6664159Z test_reference_numerics_large_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6674895Z test_reference_numerics_large_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6685211Z test_reference_numerics_large_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6701084Z test_reference_numerics_large_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6711896Z test_reference_numerics_large_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6718140Z test_reference_numerics_large_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:07.6757237Z test_reference_numerics_large_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.6796983Z test_reference_numerics_large_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.6812810Z test_reference_numerics_large_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6828982Z test_reference_numerics_large_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.6845213Z test_reference_numerics_large_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.6860915Z test_reference_numerics_large_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6877314Z test_reference_numerics_large_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.6893105Z test_reference_numerics_large_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6903840Z test_reference_numerics_large_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6914259Z test_reference_numerics_large_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6920570Z test_reference_numerics_large_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:07.6931219Z test_reference_numerics_large_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.6947067Z test_reference_numerics_large_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6963221Z test_reference_numerics_large_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.6979093Z test_reference_numerics_large_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.6995097Z test_reference_numerics_large_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7010748Z test_reference_numerics_large_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7026719Z test_reference_numerics_large_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7037622Z test_reference_numerics_large_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7048126Z test_reference_numerics_large_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7058189Z test_reference_numerics_large_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7074018Z test_reference_numerics_large_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7089665Z test_reference_numerics_large_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7105275Z test_reference_numerics_large_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7121203Z test_reference_numerics_large_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7136888Z test_reference_numerics_large_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7152883Z test_reference_numerics_large_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7163548Z test_reference_numerics_large_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7173812Z test_reference_numerics_large_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7189142Z test_reference_numerics_large_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7200062Z test_reference_numerics_large_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7215444Z test_reference_numerics_large_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7231732Z test_reference_numerics_large_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7248041Z test_reference_numerics_large_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.7263685Z test_reference_numerics_large_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7279677Z test_reference_numerics_large_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7295538Z test_reference_numerics_large_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7306270Z test_reference_numerics_large_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7316609Z test_reference_numerics_large_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7331821Z test_reference_numerics_large_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7342602Z test_reference_numerics_large_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7358136Z test_reference_numerics_large_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7373872Z test_reference_numerics_large_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7389469Z test_reference_numerics_large_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7405239Z test_reference_numerics_large_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7420968Z test_reference_numerics_large_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7437093Z test_reference_numerics_large_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.7447799Z test_reference_numerics_large_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7458058Z test_reference_numerics_large_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7468170Z test_reference_numerics_large_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7485398Z test_reference_numerics_large_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.7501486Z test_reference_numerics_large_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.7517889Z test_reference_numerics_large_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.7533752Z test_reference_numerics_large_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7549716Z test_reference_numerics_large_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7565803Z test_reference_numerics_large_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.7576713Z test_reference_numerics_large_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7587435Z test_reference_numerics_large_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7603840Z test_reference_numerics_large_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.7614302Z test_reference_numerics_large_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7630102Z test_reference_numerics_large_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7646465Z test_reference_numerics_large_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.7662445Z test_reference_numerics_large_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7678641Z test_reference_numerics_large_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.7694185Z test_reference_numerics_large_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7709960Z test_reference_numerics_large_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7720866Z test_reference_numerics_large_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7731270Z test_reference_numerics_large_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7737601Z test_reference_numerics_large_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:07.7747565Z test_reference_numerics_large_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7753950Z test_reference_numerics_large_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:07.7792668Z test_reference_numerics_large_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.7831816Z test_reference_numerics_large_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.7847807Z test_reference_numerics_large_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7863846Z test_reference_numerics_large_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7879928Z test_reference_numerics_large_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.7895789Z test_reference_numerics_large_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7911683Z test_reference_numerics_large_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7927614Z test_reference_numerics_large_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7938163Z test_reference_numerics_large_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7948640Z test_reference_numerics_large_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7964450Z test_reference_numerics_large_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.7975061Z test_reference_numerics_large_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.7990484Z test_reference_numerics_large_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8006536Z test_reference_numerics_large_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8022447Z test_reference_numerics_large_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8038436Z test_reference_numerics_large_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8054449Z test_reference_numerics_large_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8069816Z test_reference_numerics_large_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8080971Z test_reference_numerics_large_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.8091164Z test_reference_numerics_large_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.8107069Z test_reference_numerics_large_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8118163Z test_reference_numerics_large_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.8154432Z test_reference_numerics_large_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.8192075Z test_reference_numerics_large_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.8228002Z test_reference_numerics_large_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:07.8244508Z test_reference_numerics_large_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8261080Z test_reference_numerics_large_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8277572Z test_reference_numerics_large_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8292768Z test_reference_numerics_large_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8307875Z test_reference_numerics_large_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8323048Z test_reference_numerics_large_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8333638Z test_reference_numerics_large_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.8343462Z test_reference_numerics_large_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.8358966Z test_reference_numerics_large_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8374555Z test_reference_numerics_large_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8390424Z test_reference_numerics_large_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8406185Z test_reference_numerics_large_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8421155Z test_reference_numerics_large_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8436470Z test_reference_numerics_large_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8451420Z test_reference_numerics_large_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8462032Z test_reference_numerics_large_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.8472748Z test_reference_numerics_large_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.8488378Z test_reference_numerics_large_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8503909Z test_reference_numerics_large_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8520285Z test_reference_numerics_large_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8536191Z test_reference_numerics_large_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8554212Z test_reference_numerics_large_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8572158Z test_reference_numerics_large_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8589913Z test_reference_numerics_large_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8606116Z test_reference_numerics_large_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8616975Z test_reference_numerics_large_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.8632514Z test_reference_numerics_large_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8648565Z test_reference_numerics_large_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8664434Z test_reference_numerics_large_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8681302Z test_reference_numerics_large_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8696685Z test_reference_numerics_large_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8712510Z test_reference_numerics_large_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8718912Z test_reference_numerics_large_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:07.8729493Z test_reference_numerics_large_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.8763314Z test_reference_numerics_large_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.8798425Z test_reference_numerics_large_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.8833154Z test_reference_numerics_large_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.8849380Z test_reference_numerics_large_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:07.8860054Z test_reference_numerics_large_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.8892921Z test_reference_numerics_large_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.8925910Z test_reference_numerics_large_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.8958377Z test_reference_numerics_large_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.8973406Z test_reference_numerics_large_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.8988881Z test_reference_numerics_large_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9004264Z test_reference_numerics_large_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9019017Z test_reference_numerics_large_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9033379Z test_reference_numerics_large_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9048312Z test_reference_numerics_large_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9058375Z test_reference_numerics_large_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9068271Z test_reference_numerics_large_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9084402Z test_reference_numerics_large_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9094969Z test_reference_numerics_large_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9126968Z test_reference_numerics_large_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.9159570Z test_reference_numerics_large_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.9191186Z test_reference_numerics_large_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.9206134Z test_reference_numerics_large_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9221073Z test_reference_numerics_large_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9236299Z test_reference_numerics_large_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9250911Z test_reference_numerics_large_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9265229Z test_reference_numerics_large_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9280005Z test_reference_numerics_large_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9290295Z test_reference_numerics_large_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9300343Z test_reference_numerics_large_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9316045Z test_reference_numerics_large_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9326664Z test_reference_numerics_large_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9358114Z test_reference_numerics_large_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.9388819Z test_reference_numerics_large_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.9403510Z test_reference_numerics_large_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9418124Z test_reference_numerics_large_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9433030Z test_reference_numerics_large_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9447482Z test_reference_numerics_large_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9462044Z test_reference_numerics_large_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9476912Z test_reference_numerics_large_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9487081Z test_reference_numerics_large_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9497220Z test_reference_numerics_large_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9513019Z test_reference_numerics_large_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9523668Z test_reference_numerics_large_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9538336Z test_reference_numerics_large_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9553384Z test_reference_numerics_large_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9567980Z test_reference_numerics_large_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9582898Z test_reference_numerics_large_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9597570Z test_reference_numerics_large_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9612173Z test_reference_numerics_large_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9622437Z test_reference_numerics_large_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9632840Z test_reference_numerics_large_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9648293Z test_reference_numerics_large_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9659003Z test_reference_numerics_large_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9673893Z test_reference_numerics_large_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9688935Z test_reference_numerics_large_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9703403Z test_reference_numerics_large_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9718298Z test_reference_numerics_large_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9732784Z test_reference_numerics_large_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9747344Z test_reference_numerics_large_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9757901Z test_reference_numerics_large_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9767878Z test_reference_numerics_large_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9783466Z test_reference_numerics_large_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9794375Z test_reference_numerics_large_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9825797Z test_reference_numerics_large_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.9857854Z test_reference_numerics_large_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.9889069Z test_reference_numerics_large_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:07.9903571Z test_reference_numerics_large_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9918520Z test_reference_numerics_large_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9933242Z test_reference_numerics_large_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9947813Z test_reference_numerics_large_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9962615Z test_reference_numerics_large_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9977100Z test_reference_numerics_large_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:07.9987438Z test_reference_numerics_large_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:07.9997747Z test_reference_numerics_large_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0014154Z test_reference_numerics_large_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.0024454Z test_reference_numerics_large_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0060940Z test_reference_numerics_large_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.0097118Z test_reference_numerics_large_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.0113405Z test_reference_numerics_large_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0129629Z test_reference_numerics_large_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0145513Z test_reference_numerics_large_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.0160831Z test_reference_numerics_large_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.0175885Z test_reference_numerics_large_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.0190933Z test_reference_numerics_large_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.0201848Z test_reference_numerics_large_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0212278Z test_reference_numerics_large_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0222309Z test_reference_numerics_large_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0239097Z test_reference_numerics_large_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0255983Z test_reference_numerics_large_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0272984Z test_reference_numerics_large_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0289149Z test_reference_numerics_large_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0305467Z test_reference_numerics_large_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0322293Z test_reference_numerics_large_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0332781Z test_reference_numerics_large_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0343236Z test_reference_numerics_large_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0359968Z test_reference_numerics_large_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0370740Z test_reference_numerics_large_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0414660Z test_reference_numerics_large_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.0456033Z test_reference_numerics_large_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.0473094Z test_reference_numerics_large_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0490094Z test_reference_numerics_large_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0506691Z test_reference_numerics_large_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0523685Z test_reference_numerics_large_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0540748Z test_reference_numerics_large_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0557817Z test_reference_numerics_large_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0568987Z test_reference_numerics_large_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0580069Z test_reference_numerics_large_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0596057Z test_reference_numerics_large_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0606808Z test_reference_numerics_large_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0622507Z test_reference_numerics_large_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.0638732Z test_reference_numerics_large_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0654665Z test_reference_numerics_large_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.0670666Z test_reference_numerics_large_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.0687122Z test_reference_numerics_large_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0703010Z test_reference_numerics_large_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.0713895Z test_reference_numerics_large_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0724074Z test_reference_numerics_large_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0740508Z test_reference_numerics_large_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0751389Z test_reference_numerics_large_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0795305Z test_reference_numerics_large_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.0836325Z test_reference_numerics_large_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.0853080Z test_reference_numerics_large_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0870049Z test_reference_numerics_large_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0886971Z test_reference_numerics_large_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0903529Z test_reference_numerics_large_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0920629Z test_reference_numerics_large_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0937249Z test_reference_numerics_large_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0948111Z test_reference_numerics_large_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0958387Z test_reference_numerics_large_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.0974773Z test_reference_numerics_large_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.0985509Z test_reference_numerics_large_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1029074Z test_reference_numerics_large_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.1071745Z test_reference_numerics_large_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.1112713Z test_reference_numerics_large_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.1129175Z test_reference_numerics_large_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1145978Z test_reference_numerics_large_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1162982Z test_reference_numerics_large_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1179745Z test_reference_numerics_large_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1196878Z test_reference_numerics_large_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1213375Z test_reference_numerics_large_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1223997Z test_reference_numerics_large_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1234461Z test_reference_numerics_large_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1250009Z test_reference_numerics_large_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.1260708Z test_reference_numerics_large_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1291928Z test_reference_numerics_large_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:08.1322640Z test_reference_numerics_large_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:08.1338077Z test_reference_numerics_large_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.1353493Z test_reference_numerics_large_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.1368317Z test_reference_numerics_large_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.1382846Z test_reference_numerics_large_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.1397660Z test_reference_numerics_large_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.1412166Z test_reference_numerics_large_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.1422337Z test_reference_numerics_large_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1432603Z test_reference_numerics_large_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1448313Z test_reference_numerics_large_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.1459030Z test_reference_numerics_large_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1475459Z test_reference_numerics_large_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1491538Z test_reference_numerics_large_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1507702Z test_reference_numerics_large_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1523916Z test_reference_numerics_large_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1540047Z test_reference_numerics_large_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1556505Z test_reference_numerics_large_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1567127Z test_reference_numerics_large_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1577248Z test_reference_numerics_large_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1583689Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.1602482Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1620213Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1638092Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1655622Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1673616Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1680187Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.1690707Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1696731Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.1714527Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1732355Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1750079Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1767959Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1785834Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1792700Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.1802993Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1809280Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.1826653Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1844713Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1862554Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1880524Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1898269Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1905303Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.1915763Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1932174Z test_reference_numerics_large_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1942764Z test_reference_numerics_large_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.1959087Z test_reference_numerics_large_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1975463Z test_reference_numerics_large_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.1992236Z test_reference_numerics_large_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2007210Z test_reference_numerics_large_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2021737Z test_reference_numerics_large_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2036384Z test_reference_numerics_large_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2046690Z test_reference_numerics_large_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.2056934Z test_reference_numerics_large_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.2072458Z test_reference_numerics_large_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2109463Z test_reference_numerics_large_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.2146211Z test_reference_numerics_large_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.2181880Z test_reference_numerics_large_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:08.2197815Z test_reference_numerics_large_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2226612Z test_reference_numerics_large_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:08.2243631Z test_reference_numerics_large_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2258615Z test_reference_numerics_large_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2273293Z test_reference_numerics_large_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2287940Z test_reference_numerics_large_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2298266Z test_reference_numerics_large_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.2308295Z test_reference_numerics_large_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.2324923Z test_reference_numerics_large_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2341977Z test_reference_numerics_large_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2358700Z test_reference_numerics_large_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2375001Z test_reference_numerics_large_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2391860Z test_reference_numerics_large_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2407954Z test_reference_numerics_large_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2424305Z test_reference_numerics_large_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2440999Z test_reference_numerics_large_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2457843Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2474771Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2491218Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2507744Z test_reference_numerics_large_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2524482Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2540637Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2557408Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2573909Z test_reference_numerics_large_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2590473Z test_reference_numerics_large_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2606984Z test_reference_numerics_large_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2623285Z test_reference_numerics_large_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2639785Z test_reference_numerics_large_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2657137Z test_reference_numerics_large_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2675103Z test_reference_numerics_large_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2692567Z test_reference_numerics_large_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2708724Z test_reference_numerics_large_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2724950Z test_reference_numerics_large_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2741164Z test_reference_numerics_large_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2757500Z test_reference_numerics_large_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2772809Z test_reference_numerics_large_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2787733Z test_reference_numerics_large_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2802660Z test_reference_numerics_large_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2812910Z test_reference_numerics_large_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.2822966Z test_reference_numerics_large_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.2839082Z test_reference_numerics_large_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2855147Z test_reference_numerics_large_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.2871428Z test_reference_numerics_large_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2887591Z test_reference_numerics_large_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2904005Z test_reference_numerics_large_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2920295Z test_reference_numerics_large_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2936264Z test_reference_numerics_large_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2952752Z test_reference_numerics_large_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2969217Z test_reference_numerics_large_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.2985374Z test_reference_numerics_large_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3001942Z test_reference_numerics_large_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3018232Z test_reference_numerics_large_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3035361Z test_reference_numerics_large_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3045994Z test_reference_numerics_large_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3085949Z test_reference_numerics_large_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.3136356Z test_reference_numerics_large_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.005s) 2022-09-27T16:40:08.3153687Z test_reference_numerics_large_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3170202Z test_reference_numerics_large_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3186440Z test_reference_numerics_large_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3202998Z test_reference_numerics_large_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3220116Z test_reference_numerics_large_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3236135Z test_reference_numerics_large_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3246479Z test_reference_numerics_large_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3256914Z test_reference_numerics_large_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3272841Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.3318947Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:08.3363299Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.3378813Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.3395408Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3411140Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3426949Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.3443337Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3459081Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.3470387Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3481199Z test_reference_numerics_large_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3496946Z test_reference_numerics_large_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.3513282Z test_reference_numerics_large_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3529191Z test_reference_numerics_large_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3545536Z test_reference_numerics_large_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3560895Z test_reference_numerics_large_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.3575616Z test_reference_numerics_large_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.3590349Z test_reference_numerics_large_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.3600535Z test_reference_numerics_large_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3610612Z test_reference_numerics_large_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3620560Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3636828Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3653444Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3669874Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3686036Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3702319Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.3718891Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3729263Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3739471Z test_reference_numerics_large_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3745618Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.3751944Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.3758218Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.3764627Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.3770379Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.3776108Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.3782380Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.3788362Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.3795189Z test_reference_numerics_large_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.3806200Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3823611Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3841796Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3859120Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3876164Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3893228Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3910027Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3920766Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3931184Z test_reference_numerics_large_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3940907Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.3957893Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3975564Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.3993434Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4009928Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4026829Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4043937Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4054502Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4064841Z test_reference_numerics_large_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4075162Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4091855Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4109666Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4127353Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4144193Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4161233Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4177956Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4188519Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4199241Z test_reference_numerics_large_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4213995Z test_reference_numerics_large_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4249901Z test_reference_numerics_large_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.4286485Z test_reference_numerics_large_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.4321928Z test_reference_numerics_large_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:08.4337039Z test_reference_numerics_large_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4352585Z test_reference_numerics_large_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4367809Z test_reference_numerics_large_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4382397Z test_reference_numerics_large_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4396886Z test_reference_numerics_large_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4410857Z test_reference_numerics_large_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4420970Z test_reference_numerics_large_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4430962Z test_reference_numerics_large_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4437527Z test_reference_numerics_large_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.4448049Z test_reference_numerics_large_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4463820Z test_reference_numerics_large_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4479951Z test_reference_numerics_large_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.4495498Z test_reference_numerics_large_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4511320Z test_reference_numerics_large_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4526868Z test_reference_numerics_large_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4542643Z test_reference_numerics_large_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4553530Z test_reference_numerics_large_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4563941Z test_reference_numerics_large_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4578596Z test_reference_numerics_large_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4589163Z test_reference_numerics_large_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4623517Z test_reference_numerics_large_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:08.4659238Z test_reference_numerics_large_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:08.4693541Z test_reference_numerics_large_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:08.4708348Z test_reference_numerics_large_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4723979Z test_reference_numerics_large_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4739160Z test_reference_numerics_large_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4753996Z test_reference_numerics_large_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4767902Z test_reference_numerics_large_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4781763Z test_reference_numerics_large_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4792244Z test_reference_numerics_large_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4802167Z test_reference_numerics_large_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4808589Z test_reference_numerics_large_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.4818194Z test_reference_numerics_large_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.4854431Z test_reference_numerics_large_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.4890350Z test_reference_numerics_large_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:40:08.4906060Z test_reference_numerics_large_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4922205Z test_reference_numerics_large_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4938018Z test_reference_numerics_large_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4953819Z test_reference_numerics_large_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4969480Z test_reference_numerics_large_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4985006Z test_reference_numerics_large_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.4995919Z test_reference_numerics_large_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5005918Z test_reference_numerics_large_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5021435Z test_reference_numerics_large_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5037347Z test_reference_numerics_large_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5053098Z test_reference_numerics_large_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5069006Z test_reference_numerics_large_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5084187Z test_reference_numerics_large_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5098461Z test_reference_numerics_large_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5113033Z test_reference_numerics_large_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5123090Z test_reference_numerics_large_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5132991Z test_reference_numerics_large_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5148423Z test_reference_numerics_large_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5164511Z test_reference_numerics_large_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5180355Z test_reference_numerics_large_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5196171Z test_reference_numerics_large_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5213201Z test_reference_numerics_large_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5229212Z test_reference_numerics_large_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5245255Z test_reference_numerics_large_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5261079Z test_reference_numerics_large_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5277809Z test_reference_numerics_large_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5293527Z test_reference_numerics_large_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5309517Z test_reference_numerics_large_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5325474Z test_reference_numerics_large_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5341601Z test_reference_numerics_large_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5352559Z test_reference_numerics_large_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5391912Z test_reference_numerics_large_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.5438174Z test_reference_numerics_large_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.005s) 2022-09-27T16:40:08.5478112Z test_reference_numerics_large_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.5494127Z test_reference_numerics_large_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5509934Z test_reference_numerics_large_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5525928Z test_reference_numerics_large_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5541746Z test_reference_numerics_large_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5558091Z test_reference_numerics_large_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5578153Z test_reference_numerics_large_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5588838Z test_reference_numerics_large_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5599689Z test_reference_numerics_large_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5614891Z test_reference_numerics_large_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5625642Z test_reference_numerics_large_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5663528Z test_reference_numerics_large_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.5702068Z test_reference_numerics_large_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.5739191Z test_reference_numerics_large_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.5755229Z test_reference_numerics_large_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5771228Z test_reference_numerics_large_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5787230Z test_reference_numerics_large_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5802496Z test_reference_numerics_large_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5816832Z test_reference_numerics_large_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5831202Z test_reference_numerics_large_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.5841719Z test_reference_numerics_large_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5851751Z test_reference_numerics_large_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5868238Z test_reference_numerics_large_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5879214Z test_reference_numerics_large_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.5885937Z test_reference_numerics_large_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.5891989Z test_reference_numerics_large_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.5897591Z test_reference_numerics_large_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.5914215Z test_reference_numerics_large_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5930826Z test_reference_numerics_large_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5948003Z test_reference_numerics_large_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5964949Z test_reference_numerics_large_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5981365Z test_reference_numerics_large_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.5998421Z test_reference_numerics_large_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.6009374Z test_reference_numerics_large_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6019429Z test_reference_numerics_large_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6035085Z test_reference_numerics_large_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6045799Z test_reference_numerics_large_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6061817Z test_reference_numerics_large_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6078189Z test_reference_numerics_large_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.6093574Z test_reference_numerics_large_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6108361Z test_reference_numerics_large_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6123510Z test_reference_numerics_large_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6137668Z test_reference_numerics_large_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6148101Z test_reference_numerics_large_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6158254Z test_reference_numerics_large_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6173678Z test_reference_numerics_large_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6184345Z test_reference_numerics_large_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6199255Z test_reference_numerics_large_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6213981Z test_reference_numerics_large_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6229486Z test_reference_numerics_large_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6244508Z test_reference_numerics_large_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6259678Z test_reference_numerics_large_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6275011Z test_reference_numerics_large_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6285945Z test_reference_numerics_large_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6296658Z test_reference_numerics_large_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6312984Z test_reference_numerics_large_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.6323768Z test_reference_numerics_large_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6330524Z test_reference_numerics_large_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.6370655Z test_reference_numerics_large_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.6410133Z test_reference_numerics_large_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.6425921Z test_reference_numerics_large_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6442044Z test_reference_numerics_large_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.6457951Z test_reference_numerics_large_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6473747Z test_reference_numerics_large_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6489263Z test_reference_numerics_large_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6504913Z test_reference_numerics_large_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6515975Z test_reference_numerics_large_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6526039Z test_reference_numerics_large_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6541785Z test_reference_numerics_large_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6552728Z test_reference_numerics_large_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6603814Z test_reference_numerics_large_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:08.6644483Z test_reference_numerics_large_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.6660756Z test_reference_numerics_large_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.6677078Z test_reference_numerics_large_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.6693400Z test_reference_numerics_large_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.6709357Z test_reference_numerics_large_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6725535Z test_reference_numerics_large_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.6741529Z test_reference_numerics_large_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6752474Z test_reference_numerics_large_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6762836Z test_reference_numerics_large_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6778549Z test_reference_numerics_large_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6789504Z test_reference_numerics_large_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6795994Z test_reference_numerics_large_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.6834533Z test_reference_numerics_large_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.6874410Z test_reference_numerics_large_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.6890261Z test_reference_numerics_large_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6906237Z test_reference_numerics_large_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6922415Z test_reference_numerics_large_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.6938295Z test_reference_numerics_large_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6954299Z test_reference_numerics_large_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6969903Z test_reference_numerics_large_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.6980621Z test_reference_numerics_large_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6990986Z test_reference_numerics_large_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.6997128Z test_reference_numerics_large_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.7003532Z test_reference_numerics_large_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.7009572Z test_reference_numerics_large_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.7015516Z test_reference_numerics_large_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.7021333Z test_reference_numerics_large_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.7027653Z test_reference_numerics_large_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.7034218Z test_reference_numerics_large_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.7040312Z test_reference_numerics_large_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.7050440Z test_reference_numerics_large_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7065769Z test_reference_numerics_large_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7081795Z test_reference_numerics_large_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7097448Z test_reference_numerics_large_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7113226Z test_reference_numerics_large_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7128771Z test_reference_numerics_large_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7139560Z test_reference_numerics_large_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7149803Z test_reference_numerics_large_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7160018Z test_reference_numerics_large_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7175383Z test_reference_numerics_large_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7191395Z test_reference_numerics_large_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7207351Z test_reference_numerics_large_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7223017Z test_reference_numerics_large_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7238845Z test_reference_numerics_large_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7249627Z test_reference_numerics_large_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7259931Z test_reference_numerics_large_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7270065Z test_reference_numerics_large_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7285409Z test_reference_numerics_large_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7301014Z test_reference_numerics_large_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7316809Z test_reference_numerics_large_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7332497Z test_reference_numerics_large_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7348588Z test_reference_numerics_large_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.7359572Z test_reference_numerics_large_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7369841Z test_reference_numerics_large_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7379948Z test_reference_numerics_large_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7395655Z test_reference_numerics_large_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7411030Z test_reference_numerics_large_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7426644Z test_reference_numerics_large_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7442458Z test_reference_numerics_large_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7458075Z test_reference_numerics_large_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7468918Z test_reference_numerics_large_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7479387Z test_reference_numerics_large_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7485490Z test_reference_numerics_large_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.7495492Z test_reference_numerics_large_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7501711Z test_reference_numerics_large_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.7517192Z test_reference_numerics_large_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7533063Z test_reference_numerics_large_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7548914Z test_reference_numerics_large_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7564586Z test_reference_numerics_large_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7580319Z test_reference_numerics_large_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7591014Z test_reference_numerics_large_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7601626Z test_reference_numerics_large_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7611633Z test_reference_numerics_large_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7626854Z test_reference_numerics_large_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7642918Z test_reference_numerics_large_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7658366Z test_reference_numerics_large_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7674252Z test_reference_numerics_large_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7690058Z test_reference_numerics_large_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7700911Z test_reference_numerics_large_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7711128Z test_reference_numerics_large_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7726652Z test_reference_numerics_large_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7737321Z test_reference_numerics_large_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7753212Z test_reference_numerics_large_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7769208Z test_reference_numerics_large_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7784746Z test_reference_numerics_large_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7800614Z test_reference_numerics_large_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7816149Z test_reference_numerics_large_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7832064Z test_reference_numerics_large_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7842644Z test_reference_numerics_large_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7852950Z test_reference_numerics_large_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7862921Z test_reference_numerics_large_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7878509Z test_reference_numerics_large_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7894244Z test_reference_numerics_large_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7910395Z test_reference_numerics_large_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7926098Z test_reference_numerics_large_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7941733Z test_reference_numerics_large_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.7948588Z test_reference_numerics_large_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Incorrect result! (0.001s) 2022-09-27T16:40:08.7959264Z test_reference_numerics_large_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7969296Z test_reference_numerics_large_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.7984666Z test_reference_numerics_large_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8000517Z test_reference_numerics_large_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8016060Z test_reference_numerics_large_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8031856Z test_reference_numerics_large_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8047320Z test_reference_numerics_large_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8058114Z test_reference_numerics_large_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8068531Z test_reference_numerics_large_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8078877Z test_reference_numerics_large_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8094010Z test_reference_numerics_large_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8109702Z test_reference_numerics_large_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8125335Z test_reference_numerics_large_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8141122Z test_reference_numerics_large_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8157154Z test_reference_numerics_large_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8167823Z test_reference_numerics_large_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8178314Z test_reference_numerics_large_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8188992Z test_reference_numerics_large_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8205142Z test_reference_numerics_large_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8221083Z test_reference_numerics_large_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8237255Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8252781Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8268358Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8279263Z test_reference_numerics_large_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8289689Z test_reference_numerics_large_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8299740Z test_reference_numerics_large_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8315326Z test_reference_numerics_large_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8331294Z test_reference_numerics_large_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8346931Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8362980Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8378446Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8389441Z test_reference_numerics_large_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8399869Z test_reference_numerics_large_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8410137Z test_reference_numerics_large_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8425269Z test_reference_numerics_large_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8440902Z test_reference_numerics_large_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8456588Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8472507Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8488119Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8498769Z test_reference_numerics_large_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8508794Z test_reference_numerics_large_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8519347Z test_reference_numerics_large_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8534377Z test_reference_numerics_large_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8550115Z test_reference_numerics_large_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8566132Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8581783Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8597841Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8608709Z test_reference_numerics_large_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8618636Z test_reference_numerics_large_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8634801Z test_reference_numerics_large_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8645291Z test_reference_numerics_large_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8661524Z test_reference_numerics_large_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8678204Z test_reference_numerics_large_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8694278Z test_reference_numerics_large_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8710950Z test_reference_numerics_large_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8727201Z test_reference_numerics_large_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8742990Z test_reference_numerics_large_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8753853Z test_reference_numerics_large_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8764025Z test_reference_numerics_large_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8774210Z test_reference_numerics_large_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8789716Z test_reference_numerics_large_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8805928Z test_reference_numerics_large_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8822143Z test_reference_numerics_large_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.8838041Z test_reference_numerics_large_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8854036Z test_reference_numerics_large_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8864656Z test_reference_numerics_large_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8875067Z test_reference_numerics_large_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8885065Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.8901958Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8919540Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8936406Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8953512Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8970437Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8987328Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.8998322Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9008915Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9019336Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9034590Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9050341Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9065930Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9082158Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.9097907Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9108606Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9119120Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9128981Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9144330Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9160385Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.9176566Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9192920Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.9208641Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9219341Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9229691Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9240082Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9255499Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9271711Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9287581Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9303161Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9319239Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.9329899Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9340227Z test_reference_numerics_large_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9346413Z test_reference_numerics_large_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.9357098Z test_reference_numerics_large_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9396153Z test_reference_numerics_large_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.9436415Z test_reference_numerics_large_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.9474402Z test_reference_numerics_large_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:08.9490428Z test_reference_numerics_large_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.9506676Z test_reference_numerics_large_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.9522782Z test_reference_numerics_large_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.9538793Z test_reference_numerics_large_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9555331Z test_reference_numerics_large_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.9571130Z test_reference_numerics_large_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9581875Z test_reference_numerics_large_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9592474Z test_reference_numerics_large_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9598703Z test_reference_numerics_large_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.9608845Z test_reference_numerics_large_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9614836Z test_reference_numerics_large_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.9620861Z test_reference_numerics_large_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:08.9636560Z test_reference_numerics_large_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9652392Z test_reference_numerics_large_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9668119Z test_reference_numerics_large_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9683348Z test_reference_numerics_large_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9698265Z test_reference_numerics_large_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9713658Z test_reference_numerics_large_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:08.9724030Z test_reference_numerics_large_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9734254Z test_reference_numerics_large_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9751971Z test_reference_numerics_large_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:08.9762514Z test_reference_numerics_large_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:08.9827154Z test_reference_numerics_large_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:09.4658442Z test_reference_numerics_large_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.483s) 2022-09-27T16:40:09.4703876Z test_reference_numerics_large_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:09.4721465Z test_reference_numerics_large_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.4739293Z test_reference_numerics_large_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.4781258Z test_reference_numerics_large_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:09.4799418Z test_reference_numerics_large_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.4816191Z test_reference_numerics_large_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.4833985Z test_reference_numerics_large_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.4844760Z test_reference_numerics_large_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:09.4855124Z test_reference_numerics_large_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:09.4871324Z test_reference_numerics_large_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.4882102Z test_reference_numerics_large_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:09.4924342Z test_reference_numerics_large_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:09.4967057Z test_reference_numerics_large_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:09.5009810Z test_reference_numerics_large_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:40:09.5026545Z test_reference_numerics_large_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.5043538Z test_reference_numerics_large_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.5059845Z test_reference_numerics_large_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.5076534Z test_reference_numerics_large_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.5093103Z test_reference_numerics_large_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.5109497Z test_reference_numerics_large_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.5120556Z test_reference_numerics_large_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:09.5130888Z test_reference_numerics_large_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:09.5146193Z test_reference_numerics_large_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:09.5162620Z test_reference_numerics_large_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:40:09.5178402Z test_reference_numerics_large_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:09.5194223Z test_reference_numerics_large_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:09.5209310Z test_reference_numerics_large_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:09.5224223Z test_reference_numerics_large_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:09.5239279Z test_reference_numerics_large_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:40:09.5249959Z test_reference_numerics_large_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:09.5260617Z test_reference_numerics_large_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:40:09.5422932Z test_reference_numerics_normal_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:09.5590535Z test_reference_numerics_normal_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:09.5954966Z test_reference_numerics_normal_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:09.6207903Z test_reference_numerics_normal_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:40:09.6425361Z test_reference_numerics_normal_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:09.6602941Z test_reference_numerics_normal_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:09.6752736Z test_reference_numerics_normal_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:09.6911990Z test_reference_numerics_normal_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:09.6995335Z test_reference_numerics_normal_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:09.7070169Z test_reference_numerics_normal_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:09.7152007Z test_reference_numerics_normal_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:09.7255199Z test_reference_numerics_normal_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:09.7353901Z test_reference_numerics_normal_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:09.7636693Z test_reference_numerics_normal_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:09.8327831Z test_reference_numerics_normal_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-09-27T16:40:09.9668704Z test_reference_numerics_normal_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.134s) 2022-09-27T16:40:10.0756556Z test_reference_numerics_normal_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-09-27T16:40:10.1823028Z test_reference_numerics_normal_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.106s) 2022-09-27T16:40:10.2136485Z test_reference_numerics_normal_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:40:10.2374808Z test_reference_numerics_normal_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:10.2770557Z test_reference_numerics_normal_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:40:10.3036460Z test_reference_numerics_normal_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:10.3339162Z test_reference_numerics_normal_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:40:10.3804978Z test_reference_numerics_normal_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:40:10.4185787Z test_reference_numerics_normal_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:10.4463752Z test_reference_numerics_normal_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:10.4756318Z test_reference_numerics_normal_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:40:10.5527755Z test_reference_numerics_normal_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-09-27T16:40:10.7003038Z test_reference_numerics_normal_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.147s) 2022-09-27T16:40:10.8169980Z test_reference_numerics_normal_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-09-27T16:40:10.9376792Z test_reference_numerics_normal_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.120s) 2022-09-27T16:40:10.9711356Z test_reference_numerics_normal_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:40:10.9968796Z test_reference_numerics_normal_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:11.0482833Z test_reference_numerics_normal_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-09-27T16:40:11.0739253Z test_reference_numerics_normal_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:40:11.1199946Z test_reference_numerics_normal_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:40:11.1693525Z test_reference_numerics_normal_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-09-27T16:40:11.2054345Z test_reference_numerics_normal_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:11.2413015Z test_reference_numerics_normal_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:11.2881290Z test_reference_numerics_normal_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:40:11.3438031Z test_reference_numerics_normal_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:40:11.3895017Z test_reference_numerics_normal_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:40:11.4360110Z test_reference_numerics_normal_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:40:11.4586214Z test_reference_numerics_normal_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:11.4821223Z test_reference_numerics_normal_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:11.5049582Z test_reference_numerics_normal_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:11.5280755Z test_reference_numerics_normal_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:11.5527899Z test_reference_numerics_normal_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:40:11.5912748Z test_reference_numerics_normal_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:11.6272189Z test_reference_numerics_normal_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:11.6514570Z test_reference_numerics_normal_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:11.7211101Z test_reference_numerics_normal_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-09-27T16:40:11.8838361Z test_reference_numerics_normal_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-09-27T16:40:11.9914579Z test_reference_numerics_normal_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-09-27T16:40:12.1007982Z test_reference_numerics_normal_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-09-27T16:40:12.1315688Z test_reference_numerics_normal_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:40:12.1556302Z test_reference_numerics_normal_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:12.1892785Z test_reference_numerics_normal_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:40:12.2083376Z test_reference_numerics_normal_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:40:12.2304820Z test_reference_numerics_normal_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:12.2536317Z test_reference_numerics_normal_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:12.2883452Z test_reference_numerics_normal_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:40:12.3129046Z test_reference_numerics_normal_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:12.3412434Z test_reference_numerics_normal_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:12.4271294Z test_reference_numerics_normal_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-09-27T16:40:12.5832153Z test_reference_numerics_normal_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.156s) 2022-09-27T16:40:12.6904631Z test_reference_numerics_normal_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.107s) 2022-09-27T16:40:12.8000563Z test_reference_numerics_normal_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-09-27T16:40:12.8363420Z test_reference_numerics_normal_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:12.8650026Z test_reference_numerics_normal_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:12.9168934Z test_reference_numerics_normal_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:40:12.9431394Z test_reference_numerics_normal_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:12.9907003Z test_reference_numerics_normal_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:40:13.0394686Z test_reference_numerics_normal_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-09-27T16:40:13.0785760Z test_reference_numerics_normal_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:40:13.1179026Z test_reference_numerics_normal_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:40:13.1416963Z test_reference_numerics_normal_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:13.2152015Z test_reference_numerics_normal_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:40:13.3295712Z test_reference_numerics_normal_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.114s) 2022-09-27T16:40:13.4049896Z test_reference_numerics_normal_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-09-27T16:40:13.4795669Z test_reference_numerics_normal_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-09-27T16:40:13.5124437Z test_reference_numerics_normal_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:40:13.5379360Z test_reference_numerics_normal_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:40:13.5792051Z test_reference_numerics_normal_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:13.6025961Z test_reference_numerics_normal_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:13.6337832Z test_reference_numerics_normal_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:40:13.6657427Z test_reference_numerics_normal_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:40:13.7016959Z test_reference_numerics_normal_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:13.7363711Z test_reference_numerics_normal_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:40:13.7733501Z test_reference_numerics_normal_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:13.8469665Z test_reference_numerics_normal_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:40:13.9397364Z test_reference_numerics_normal_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.093s) 2022-09-27T16:40:14.0219151Z test_reference_numerics_normal_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.082s) 2022-09-27T16:40:14.1034607Z test_reference_numerics_normal_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.081s) 2022-09-27T16:40:14.1508871Z test_reference_numerics_normal_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:40:14.1892881Z test_reference_numerics_normal_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:14.2303866Z test_reference_numerics_normal_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:14.2526966Z test_reference_numerics_normal_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:14.2775414Z test_reference_numerics_normal_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:40:14.3030412Z test_reference_numerics_normal_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:40:14.3413705Z test_reference_numerics_normal_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:14.3659247Z test_reference_numerics_normal_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:14.3795329Z test_reference_numerics_normal_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:14.3852364Z test_reference_numerics_normal_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:14.3915338Z test_reference_numerics_normal_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:14.3995762Z test_reference_numerics_normal_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:14.4071442Z test_reference_numerics_normal_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:14.4146788Z test_reference_numerics_normal_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:14.4254487Z test_reference_numerics_normal_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:14.4458074Z test_reference_numerics_normal_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:40:14.4570584Z test_reference_numerics_normal_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:14.4698657Z test_reference_numerics_normal_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:14.4764836Z test_reference_numerics_normal_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:14.4842270Z test_reference_numerics_normal_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:14.4926295Z test_reference_numerics_normal_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:14.5156105Z test_reference_numerics_normal_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:14.5399915Z test_reference_numerics_normal_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:14.5504883Z test_reference_numerics_normal_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:14.5641187Z test_reference_numerics_normal_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:14.5879860Z test_reference_numerics_normal_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:14.6066429Z test_reference_numerics_normal_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:14.6370486Z test_reference_numerics_normal_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:40:14.6480385Z test_reference_numerics_normal_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:14.6596236Z test_reference_numerics_normal_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:14.6725987Z test_reference_numerics_normal_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:14.6780085Z test_reference_numerics_normal_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:14.6850011Z test_reference_numerics_normal_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:14.6930751Z test_reference_numerics_normal_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:14.7007196Z test_reference_numerics_normal_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:14.7081109Z test_reference_numerics_normal_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:14.7198268Z test_reference_numerics_normal_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:14.7341238Z test_reference_numerics_normal_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:14.7566545Z test_reference_numerics_normal_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:14.7738705Z test_reference_numerics_normal_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:14.7926780Z test_reference_numerics_normal_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:40:14.8024629Z test_reference_numerics_normal_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:14.8141540Z test_reference_numerics_normal_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:14.8268722Z test_reference_numerics_normal_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:14.8326113Z test_reference_numerics_normal_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:14.8390080Z test_reference_numerics_normal_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:14.8468102Z test_reference_numerics_normal_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:14.8544628Z test_reference_numerics_normal_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:14.8626651Z test_reference_numerics_normal_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:14.8746691Z test_reference_numerics_normal_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:14.9452381Z test_reference_numerics_normal_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-09-27T16:40:15.0620158Z test_reference_numerics_normal_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-09-27T16:40:15.1777199Z test_reference_numerics_normal_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-09-27T16:40:15.2940473Z test_reference_numerics_normal_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-09-27T16:40:15.3258220Z test_reference_numerics_normal_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:40:15.3383163Z test_reference_numerics_normal_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:15.3791249Z test_reference_numerics_normal_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:15.3914919Z test_reference_numerics_normal_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:15.4291272Z test_reference_numerics_normal_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:15.4670919Z test_reference_numerics_normal_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:15.5024405Z test_reference_numerics_normal_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:40:15.5386409Z test_reference_numerics_normal_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:15.5584992Z test_reference_numerics_normal_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:40:15.6006819Z test_reference_numerics_normal_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:40:15.7184633Z test_reference_numerics_normal_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.118s) 2022-09-27T16:40:15.8058576Z test_reference_numerics_normal_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.087s) 2022-09-27T16:40:15.8944430Z test_reference_numerics_normal_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-09-27T16:40:15.9219772Z test_reference_numerics_normal_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:40:15.9418719Z test_reference_numerics_normal_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:40:15.9714323Z test_reference_numerics_normal_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:40:15.9914162Z test_reference_numerics_normal_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:40:16.0119401Z test_reference_numerics_normal_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:40:16.0330452Z test_reference_numerics_normal_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:40:16.0524188Z test_reference_numerics_normal_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:40:16.0727082Z test_reference_numerics_normal_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:40:16.0852134Z test_reference_numerics_normal_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:16.1500207Z test_reference_numerics_normal_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-09-27T16:40:16.1691144Z test_reference_numerics_normal_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:40:16.1816932Z test_reference_numerics_normal_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:16.1962533Z test_reference_numerics_normal_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:16.2086979Z test_reference_numerics_normal_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:16.2220014Z test_reference_numerics_normal_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:16.2361162Z test_reference_numerics_normal_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:16.2600455Z test_reference_numerics_normal_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:16.2849442Z test_reference_numerics_normal_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:40:16.3357458Z test_reference_numerics_normal_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-09-27T16:40:17.1022590Z test_reference_numerics_normal_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.766s) 2022-09-27T16:40:17.6725824Z test_reference_numerics_normal_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.570s) 2022-09-27T16:40:18.2448819Z test_reference_numerics_normal_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.572s) 2022-09-27T16:40:18.2814964Z test_reference_numerics_normal_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:18.3180048Z test_reference_numerics_normal_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:18.3532685Z test_reference_numerics_normal_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:40:18.3865276Z test_reference_numerics_normal_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:40:18.4175401Z test_reference_numerics_normal_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:40:18.4617066Z test_reference_numerics_normal_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:40:18.4917494Z test_reference_numerics_normal_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:40:18.5381024Z test_reference_numerics_normal_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:40:18.5825010Z test_reference_numerics_normal_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:40:18.6273374Z test_reference_numerics_normal_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:40:18.6709806Z test_reference_numerics_normal_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:40:18.7142506Z test_reference_numerics_normal_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:40:18.7588663Z test_reference_numerics_normal_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:40:18.8021128Z test_reference_numerics_normal_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:40:18.8408359Z test_reference_numerics_normal_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:18.8816827Z test_reference_numerics_normal_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:18.9467871Z test_reference_numerics_normal_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-09-27T16:40:18.9890059Z test_reference_numerics_normal_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:40:19.0297898Z test_reference_numerics_normal_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:19.0706148Z test_reference_numerics_normal_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:19.1113931Z test_reference_numerics_normal_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:19.1517656Z test_reference_numerics_normal_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:40:19.1932312Z test_reference_numerics_normal_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:19.2332256Z test_reference_numerics_normal_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:40:19.2712693Z test_reference_numerics_normal_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:19.3049255Z test_reference_numerics_normal_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:40:19.3547763Z test_reference_numerics_normal_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-09-27T16:40:19.4032094Z test_reference_numerics_normal_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-09-27T16:40:19.4521893Z test_reference_numerics_normal_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-09-27T16:40:19.4698456Z test_reference_numerics_normal_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:19.4880790Z test_reference_numerics_normal_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:19.5071929Z test_reference_numerics_normal_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:40:19.5250771Z test_reference_numerics_normal_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:19.5372855Z test_reference_numerics_normal_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:19.5542581Z test_reference_numerics_normal_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:19.5878843Z test_reference_numerics_normal_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:40:19.6117870Z test_reference_numerics_normal_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:19.6292701Z test_reference_numerics_normal_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:19.6578253Z test_reference_numerics_normal_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:19.6752620Z test_reference_numerics_normal_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:19.6930028Z test_reference_numerics_normal_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:19.7115500Z test_reference_numerics_normal_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:19.7284161Z test_reference_numerics_normal_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:19.7450089Z test_reference_numerics_normal_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:19.7566713Z test_reference_numerics_normal_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:19.7787466Z test_reference_numerics_normal_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:19.8667933Z test_reference_numerics_normal_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-09-27T16:40:19.9171105Z test_reference_numerics_normal_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-09-27T16:40:19.9792392Z test_reference_numerics_normal_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.062s) 2022-09-27T16:40:20.0029418Z test_reference_numerics_normal_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:20.0150986Z test_reference_numerics_normal_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:20.0425610Z test_reference_numerics_normal_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:40:20.0545002Z test_reference_numerics_normal_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:20.0670319Z test_reference_numerics_normal_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:20.0804770Z test_reference_numerics_normal_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:20.0930076Z test_reference_numerics_normal_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:20.1054032Z test_reference_numerics_normal_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:20.1339034Z test_reference_numerics_normal_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:20.1750689Z test_reference_numerics_normal_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:20.2137537Z test_reference_numerics_normal_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:40:20.2425086Z test_reference_numerics_normal_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:40:20.2739736Z test_reference_numerics_normal_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:40:20.3025560Z test_reference_numerics_normal_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:20.3313315Z test_reference_numerics_normal_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:40:20.3609110Z test_reference_numerics_normal_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:40:20.3891481Z test_reference_numerics_normal_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:20.4148204Z test_reference_numerics_normal_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:20.4266595Z test_reference_numerics_normal_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:20.4416428Z test_reference_numerics_normal_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:20.4656067Z test_reference_numerics_normal_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:20.4840769Z test_reference_numerics_normal_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:20.5034127Z test_reference_numerics_normal_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:40:20.5150889Z test_reference_numerics_normal_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:20.5281513Z test_reference_numerics_normal_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:20.5420245Z test_reference_numerics_normal_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:20.5481945Z test_reference_numerics_normal_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:20.5550758Z test_reference_numerics_normal_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:20.5634143Z test_reference_numerics_normal_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:20.5715598Z test_reference_numerics_normal_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:20.5790049Z test_reference_numerics_normal_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:20.5906678Z test_reference_numerics_normal_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:20.6124654Z test_reference_numerics_normal_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:20.6241301Z test_reference_numerics_normal_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:20.6375160Z test_reference_numerics_normal_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:20.6440362Z test_reference_numerics_normal_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:20.6515951Z test_reference_numerics_normal_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:20.6600822Z test_reference_numerics_normal_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:20.6835108Z test_reference_numerics_normal_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:20.7079410Z test_reference_numerics_normal_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:20.7228159Z test_reference_numerics_normal_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:20.7495429Z test_reference_numerics_normal_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:40:20.7645506Z test_reference_numerics_normal_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:20.7824083Z test_reference_numerics_normal_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:20.8074527Z test_reference_numerics_normal_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:40:20.8242321Z test_reference_numerics_normal_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:20.8424623Z test_reference_numerics_normal_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:20.9424151Z test_reference_numerics_normal_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:40:21.1235219Z test_reference_numerics_normal_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-09-27T16:40:21.2251726Z test_reference_numerics_normal_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-09-27T16:40:21.3252443Z test_reference_numerics_normal_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:40:21.4243076Z test_reference_numerics_normal_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-09-27T16:40:21.5232225Z test_reference_numerics_normal_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-09-27T16:40:21.6249318Z test_reference_numerics_normal_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.102s) 2022-09-27T16:40:21.7287256Z test_reference_numerics_normal_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.104s) 2022-09-27T16:40:21.8294794Z test_reference_numerics_normal_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-09-27T16:40:21.9291160Z test_reference_numerics_normal_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-09-27T16:40:21.9506386Z test_reference_numerics_normal_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:40:21.9640707Z test_reference_numerics_normal_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:21.9778570Z test_reference_numerics_normal_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:21.9872109Z test_reference_numerics_normal_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.0012745Z test_reference_numerics_normal_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:22.0136100Z test_reference_numerics_normal_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:22.0223174Z test_reference_numerics_normal_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.0317380Z test_reference_numerics_normal_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.0394261Z test_reference_numerics_normal_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:22.0459539Z test_reference_numerics_normal_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.0543958Z test_reference_numerics_normal_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:22.0596525Z test_reference_numerics_normal_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:22.0648194Z test_reference_numerics_normal_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:22.0705605Z test_reference_numerics_normal_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.0782798Z test_reference_numerics_normal_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.0859348Z test_reference_numerics_normal_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.0948835Z test_reference_numerics_normal_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.1077682Z test_reference_numerics_normal_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:22.1197990Z test_reference_numerics_normal_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:22.1287079Z test_reference_numerics_normal_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.1382077Z test_reference_numerics_normal_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.1458124Z test_reference_numerics_normal_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.1524398Z test_reference_numerics_normal_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.1603047Z test_reference_numerics_normal_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:22.1652001Z test_reference_numerics_normal_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:22.1701457Z test_reference_numerics_normal_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:22.1755883Z test_reference_numerics_normal_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:22.1830933Z test_reference_numerics_normal_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.1905375Z test_reference_numerics_normal_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.1996028Z test_reference_numerics_normal_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.2127625Z test_reference_numerics_normal_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:22.2242255Z test_reference_numerics_normal_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:22.2328509Z test_reference_numerics_normal_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.2400075Z test_reference_numerics_normal_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.2460275Z test_reference_numerics_normal_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.2536874Z test_reference_numerics_normal_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:22.2586173Z test_reference_numerics_normal_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:22.2636385Z test_reference_numerics_normal_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:22.2692804Z test_reference_numerics_normal_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.2769479Z test_reference_numerics_normal_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.2844294Z test_reference_numerics_normal_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.2939442Z test_reference_numerics_normal_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.3313105Z test_reference_numerics_normal_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:22.3427766Z test_reference_numerics_normal_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:22.3495259Z test_reference_numerics_normal_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.3580672Z test_reference_numerics_normal_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:22.3638997Z test_reference_numerics_normal_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.3701353Z test_reference_numerics_normal_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.3775048Z test_reference_numerics_normal_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.3927192Z test_reference_numerics_normal_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:22.4083860Z test_reference_numerics_normal_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:22.4181347Z test_reference_numerics_normal_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:22.4551800Z test_reference_numerics_normal_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:22.4652983Z test_reference_numerics_normal_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:22.4722782Z test_reference_numerics_normal_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.4810936Z test_reference_numerics_normal_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.4871050Z test_reference_numerics_normal_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.4937146Z test_reference_numerics_normal_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.5011822Z test_reference_numerics_normal_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.5165106Z test_reference_numerics_normal_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:22.5323679Z test_reference_numerics_normal_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:22.5421212Z test_reference_numerics_normal_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:22.5571995Z test_reference_numerics_normal_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:22.5709723Z test_reference_numerics_normal_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:22.5790143Z test_reference_numerics_normal_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:22.5876248Z test_reference_numerics_normal_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.6001446Z test_reference_numerics_normal_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:22.6066685Z test_reference_numerics_normal_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.6153434Z test_reference_numerics_normal_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.6206887Z test_reference_numerics_normal_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:22.6264988Z test_reference_numerics_normal_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.6335242Z test_reference_numerics_normal_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.6415698Z test_reference_numerics_normal_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:22.6490336Z test_reference_numerics_normal_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.6609548Z test_reference_numerics_normal_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:22.6614916Z test_reference_numerics_normal_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:40:22.6856716Z test_reference_numerics_normal_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:22.7051417Z test_reference_numerics_normal_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:40:22.7382852Z test_reference_numerics_normal_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:40:22.7504942Z test_reference_numerics_normal_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:22.7648098Z test_reference_numerics_normal_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:22.7709693Z test_reference_numerics_normal_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:22.7780859Z test_reference_numerics_normal_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:22.7870664Z test_reference_numerics_normal_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:22.7949912Z test_reference_numerics_normal_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:22.8026474Z test_reference_numerics_normal_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:22.8537390Z test_reference_numerics_normal_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-09-27T16:40:22.9132502Z test_reference_numerics_normal_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:40:22.9568315Z test_reference_numerics_normal_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:40:23.0026271Z test_reference_numerics_normal_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:40:23.0397552Z test_reference_numerics_normal_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:23.0784109Z test_reference_numerics_normal_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:23.1186280Z test_reference_numerics_normal_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:40:23.1555978Z test_reference_numerics_normal_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:23.2026032Z test_reference_numerics_normal_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:40:23.2234668Z test_reference_numerics_normal_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:40:23.3000934Z test_reference_numerics_normal_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.076s) 2022-09-27T16:40:23.4104754Z test_reference_numerics_normal_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-09-27T16:40:23.4827455Z test_reference_numerics_normal_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-09-27T16:40:23.5104255Z test_reference_numerics_normal_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:23.5316280Z test_reference_numerics_normal_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:40:23.5737454Z test_reference_numerics_normal_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:40:23.5978252Z test_reference_numerics_normal_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:23.6331651Z test_reference_numerics_normal_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:40:23.6702689Z test_reference_numerics_normal_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:23.7069646Z test_reference_numerics_normal_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:23.7434201Z test_reference_numerics_normal_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:23.7693665Z test_reference_numerics_normal_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:23.8423526Z test_reference_numerics_normal_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:40:23.8768655Z test_reference_numerics_normal_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:40:23.9032482Z test_reference_numerics_normal_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:23.9319866Z test_reference_numerics_normal_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:40:23.9564328Z test_reference_numerics_normal_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:23.9826860Z test_reference_numerics_normal_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:24.0099702Z test_reference_numerics_normal_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:40:24.0477180Z test_reference_numerics_normal_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:24.0851521Z test_reference_numerics_normal_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:24.1014698Z test_reference_numerics_normal_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:24.1770243Z test_reference_numerics_normal_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-09-27T16:40:24.2918352Z test_reference_numerics_normal_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.115s) 2022-09-27T16:40:24.3658668Z test_reference_numerics_normal_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-09-27T16:40:24.3890933Z test_reference_numerics_normal_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:24.4056391Z test_reference_numerics_normal_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:24.4294021Z test_reference_numerics_normal_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:24.4470755Z test_reference_numerics_normal_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:24.4702830Z test_reference_numerics_normal_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:24.4944311Z test_reference_numerics_normal_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:24.5227032Z test_reference_numerics_normal_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:24.5506427Z test_reference_numerics_normal_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:24.5630311Z test_reference_numerics_normal_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:24.6358493Z test_reference_numerics_normal_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:40:24.7464067Z test_reference_numerics_normal_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.110s) 2022-09-27T16:40:24.8151153Z test_reference_numerics_normal_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-09-27T16:40:24.8848134Z test_reference_numerics_normal_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-09-27T16:40:24.9081178Z test_reference_numerics_normal_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:24.9211297Z test_reference_numerics_normal_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:24.9566176Z test_reference_numerics_normal_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:40:24.9694187Z test_reference_numerics_normal_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:25.0042453Z test_reference_numerics_normal_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:40:25.0402139Z test_reference_numerics_normal_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:40:25.0683108Z test_reference_numerics_normal_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:25.0968729Z test_reference_numerics_normal_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:25.1061005Z test_reference_numerics_normal_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:25.1188375Z test_reference_numerics_normal_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:25.1305893Z test_reference_numerics_normal_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:25.1396024Z test_reference_numerics_normal_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:25.1496891Z test_reference_numerics_normal_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:25.1565389Z test_reference_numerics_normal_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:25.1641910Z test_reference_numerics_normal_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:25.1690294Z test_reference_numerics_normal_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:25.1742905Z test_reference_numerics_normal_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:25.1809209Z test_reference_numerics_normal_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:25.1886637Z test_reference_numerics_normal_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:25.1987810Z test_reference_numerics_normal_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:25.2183011Z test_reference_numerics_normal_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:40:25.2701320Z test_reference_numerics_normal_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:40:25.2918325Z test_reference_numerics_normal_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:25.3114045Z test_reference_numerics_normal_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:40:25.3567669Z test_reference_numerics_normal_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:40:25.3784999Z test_reference_numerics_normal_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:25.4010764Z test_reference_numerics_normal_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:25.4248210Z test_reference_numerics_normal_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:25.4471084Z test_reference_numerics_normal_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:25.4689701Z test_reference_numerics_normal_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:25.5543505Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.085s) 2022-09-27T16:40:25.6155278Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:40:25.6786257Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:40:25.7340959Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-09-27T16:40:25.7900761Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:40:25.8469118Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:40:25.9022960Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-09-27T16:40:25.9578721Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.055s) 2022-09-27T16:40:26.1550846Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.197s) 2022-09-27T16:40:26.3034756Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.148s) 2022-09-27T16:40:26.4739197Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.170s) 2022-09-27T16:40:26.6194473Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.145s) 2022-09-27T16:40:26.7632471Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.144s) 2022-09-27T16:40:26.9111119Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.148s) 2022-09-27T16:40:27.0569063Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.146s) 2022-09-27T16:40:27.2024319Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.145s) 2022-09-27T16:40:27.5180339Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.315s) 2022-09-27T16:40:27.7613382Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.243s) 2022-09-27T16:40:28.0233389Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.262s) 2022-09-27T16:40:28.2679795Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.244s) 2022-09-27T16:40:28.5127553Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.245s) 2022-09-27T16:40:28.7597973Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.247s) 2022-09-27T16:40:29.0045926Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.245s) 2022-09-27T16:40:29.2559097Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.251s) 2022-09-27T16:40:29.2710545Z test_reference_numerics_normal_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:29.2847799Z test_reference_numerics_normal_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:29.3062980Z test_reference_numerics_normal_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:40:29.3207883Z test_reference_numerics_normal_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:29.3377198Z test_reference_numerics_normal_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:29.3435194Z test_reference_numerics_normal_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:29.3499260Z test_reference_numerics_normal_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:29.3582193Z test_reference_numerics_normal_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:29.3659906Z test_reference_numerics_normal_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:29.3733605Z test_reference_numerics_normal_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:29.3841261Z test_reference_numerics_normal_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:29.4155327Z test_reference_numerics_normal_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:40:29.4391894Z test_reference_numerics_normal_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:29.4622253Z test_reference_numerics_normal_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:29.4750379Z test_reference_numerics_normal_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:29.4868516Z test_reference_numerics_normal_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:29.5105256Z test_reference_numerics_normal_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:29.5161188Z test_reference_numerics_normal_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:29.5225027Z test_reference_numerics_normal_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:29.5304121Z test_reference_numerics_normal_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:29.5380922Z test_reference_numerics_normal_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:29.5456940Z test_reference_numerics_normal_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:29.5701907Z test_reference_numerics_normal_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:29.6789573Z test_reference_numerics_normal_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.109s) 2022-09-27T16:40:29.7039849Z test_reference_numerics_normal_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:40:29.7464662Z test_reference_numerics_normal_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:40:29.7700159Z test_reference_numerics_normal_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:29.8587468Z test_reference_numerics_normal_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-09-27T16:40:29.8825235Z test_reference_numerics_normal_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:29.9237069Z test_reference_numerics_normal_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:29.9452332Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:40:30.0028497Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:40:30.0244806Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:40:30.0510785Z test_reference_numerics_normal_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:30.1018003Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-09-27T16:40:30.2191014Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.117s) 2022-09-27T16:40:30.2702632Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.051s) 2022-09-27T16:40:30.3560732Z test_reference_numerics_normal_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-09-27T16:40:30.3967649Z test_reference_numerics_normal_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:40:30.5386107Z test_reference_numerics_normal_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.142s) 2022-09-27T16:40:30.5801009Z test_reference_numerics_normal_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:30.6647247Z test_reference_numerics_normal_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-09-27T16:40:30.7329927Z test_reference_numerics_normal_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-09-27T16:40:30.7564077Z test_reference_numerics_normal_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:30.7824598Z test_reference_numerics_normal_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:30.7980067Z test_reference_numerics_normal_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:30.8238040Z test_reference_numerics_normal_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:30.8396215Z test_reference_numerics_normal_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:30.8568003Z test_reference_numerics_normal_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:30.8674174Z test_reference_numerics_normal_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:30.8786472Z test_reference_numerics_normal_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:30.8910389Z test_reference_numerics_normal_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:30.9042262Z test_reference_numerics_normal_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:30.9142401Z test_reference_numerics_normal_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:30.9380808Z test_reference_numerics_normal_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:31.0385320Z test_reference_numerics_normal_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:40:31.0628503Z test_reference_numerics_normal_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:31.1042473Z test_reference_numerics_normal_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:31.1175773Z test_reference_numerics_normal_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:31.1649699Z test_reference_numerics_normal_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:40:31.1786494Z test_reference_numerics_normal_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:40:31.2100131Z test_reference_numerics_normal_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:40:31.2372128Z test_reference_numerics_normal_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:40:31.3507520Z test_reference_numerics_normal_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.113s) 2022-09-27T16:40:31.3784040Z test_reference_numerics_normal_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:40:31.4227486Z test_reference_numerics_normal_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:40:31.4348237Z test_reference_numerics_normal_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:31.4626695Z test_reference_numerics_normal_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:31.5082621Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:40:31.5363952Z test_reference_numerics_normal_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:40:31.5699075Z test_reference_numerics_normal_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:40:31.5833185Z test_reference_numerics_normal_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:31.6002075Z test_reference_numerics_normal_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:31.6273763Z test_reference_numerics_normal_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.027s) 2022-09-27T16:40:31.6433275Z test_reference_numerics_normal_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:31.6593650Z test_reference_numerics_normal_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:31.6726211Z test_reference_numerics_normal_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:31.6853694Z test_reference_numerics_normal_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:31.7198777Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:40:31.8522321Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.132s) 2022-09-27T16:40:31.9427048Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-09-27T16:40:31.9985362Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:40:32.0333880Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:40:32.0718462Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:32.1049833Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:40:32.1419277Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:32.1800675Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:40:32.2444759Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-09-27T16:40:32.3079497Z test_reference_numerics_normal_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:40:32.3242868Z test_reference_numerics_normal_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:40:32.3500456Z test_reference_numerics_normal_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:32.3669561Z test_reference_numerics_normal_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:32.3863840Z test_reference_numerics_normal_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:40:32.3978506Z test_reference_numerics_normal_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:32.4104333Z test_reference_numerics_normal_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:32.4252102Z test_reference_numerics_normal_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:32.4387647Z test_reference_numerics_normal_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:32.4491817Z test_reference_numerics_normal_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:32.5141078Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.065s) 2022-09-27T16:40:33.2892677Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.775s) 2022-09-27T16:40:33.8645374Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.575s) 2022-09-27T16:40:34.4396908Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.575s) 2022-09-27T16:40:34.4793727Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:40:34.5204290Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:40:34.5626904Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:40:34.6020538Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:40:34.6387860Z test_reference_numerics_normal_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:40:35.3475638Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.709s) 2022-09-27T16:40:36.0441036Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.696s) 2022-09-27T16:40:36.7366824Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.692s) 2022-09-27T16:40:37.4328199Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.696s) 2022-09-27T16:40:38.1005983Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-09-27T16:40:38.7695927Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.669s) 2022-09-27T16:40:39.4374639Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-09-27T16:40:40.1024934Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.665s) 2022-09-27T16:40:40.7787652Z test_reference_numerics_normal_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.676s) 2022-09-27T16:40:41.4891009Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.710s) 2022-09-27T16:40:42.1891268Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.700s) 2022-09-27T16:40:42.8843064Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.695s) 2022-09-27T16:40:43.5813546Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.697s) 2022-09-27T16:40:44.2536717Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.672s) 2022-09-27T16:40:44.9270062Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.673s) 2022-09-27T16:40:45.6014648Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.674s) 2022-09-27T16:40:46.2758735Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.674s) 2022-09-27T16:40:46.9659292Z test_reference_numerics_normal_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.690s) 2022-09-27T16:40:47.6802697Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.714s) 2022-09-27T16:40:48.3779983Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.698s) 2022-09-27T16:40:49.0720921Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.694s) 2022-09-27T16:40:49.7703644Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.698s) 2022-09-27T16:40:50.4383425Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-09-27T16:40:51.1085883Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.670s) 2022-09-27T16:40:51.7807145Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.672s) 2022-09-27T16:40:52.4485896Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.668s) 2022-09-27T16:40:53.1327242Z test_reference_numerics_normal_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.684s) 2022-09-27T16:40:53.8468430Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.714s) 2022-09-27T16:40:54.5468565Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.700s) 2022-09-27T16:40:55.2443781Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.697s) 2022-09-27T16:40:55.9435837Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.699s) 2022-09-27T16:40:56.6199456Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.676s) 2022-09-27T16:40:57.2957919Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.676s) 2022-09-27T16:40:57.9727005Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.677s) 2022-09-27T16:40:58.6466213Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.674s) 2022-09-27T16:40:59.3375797Z test_reference_numerics_normal_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.691s) 2022-09-27T16:40:59.3500711Z test_reference_numerics_normal_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:59.3767655Z test_reference_numerics_normal_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:40:59.3993839Z test_reference_numerics_normal_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:40:59.4202253Z test_reference_numerics_normal_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:40:59.4299323Z test_reference_numerics_normal_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:59.4403772Z test_reference_numerics_normal_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:59.4526246Z test_reference_numerics_normal_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:59.4579727Z test_reference_numerics_normal_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:59.4640244Z test_reference_numerics_normal_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:59.4718987Z test_reference_numerics_normal_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:40:59.4791894Z test_reference_numerics_normal_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:59.4864318Z test_reference_numerics_normal_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:59.4979194Z test_reference_numerics_normal_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:59.5620300Z test_reference_numerics_normal_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-09-27T16:40:59.5804907Z test_reference_numerics_normal_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:40:59.5923984Z test_reference_numerics_normal_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:59.6058072Z test_reference_numerics_normal_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:59.6173581Z test_reference_numerics_normal_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:59.6295705Z test_reference_numerics_normal_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:59.6431247Z test_reference_numerics_normal_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:59.6668784Z test_reference_numerics_normal_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:59.6914012Z test_reference_numerics_normal_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:40:59.7006779Z test_reference_numerics_normal_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:40:59.7131811Z test_reference_numerics_normal_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:59.7281684Z test_reference_numerics_normal_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:40:59.7389908Z test_reference_numerics_normal_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:59.7508681Z test_reference_numerics_normal_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:59.7608033Z test_reference_numerics_normal_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:59.7710829Z test_reference_numerics_normal_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:59.7826040Z test_reference_numerics_normal_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:59.7876943Z test_reference_numerics_normal_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:59.7931369Z test_reference_numerics_normal_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:40:59.7994292Z test_reference_numerics_normal_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:40:59.8064487Z test_reference_numerics_normal_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:59.8132814Z test_reference_numerics_normal_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:40:59.8237710Z test_reference_numerics_normal_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:59.8439137Z test_reference_numerics_normal_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:40:59.8695887Z test_reference_numerics_normal_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:40:59.8926940Z test_reference_numerics_normal_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:40:59.9103019Z test_reference_numerics_normal_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:40:59.9211000Z test_reference_numerics_normal_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:59.9340034Z test_reference_numerics_normal_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:40:59.9450401Z test_reference_numerics_normal_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:59.9567341Z test_reference_numerics_normal_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:40:59.9689072Z test_reference_numerics_normal_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:40:59.9795113Z test_reference_numerics_normal_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:40:59.9898010Z test_reference_numerics_normal_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:41:00.0002878Z test_reference_numerics_normal_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:41:00.0195726Z test_reference_numerics_normal_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:00.0306285Z test_reference_numerics_normal_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:00.0436998Z test_reference_numerics_normal_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:41:00.0489546Z test_reference_numerics_normal_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:41:00.0542937Z test_reference_numerics_normal_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:41:00.0606783Z test_reference_numerics_normal_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:41:00.0680196Z test_reference_numerics_normal_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:41:00.0760108Z test_reference_numerics_normal_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:41:00.0872446Z test_reference_numerics_normal_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:00.1079939Z test_reference_numerics_normal_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:00.1201660Z test_reference_numerics_normal_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:41:00.1353335Z test_reference_numerics_normal_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:00.1480275Z test_reference_numerics_normal_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:41:00.1898531Z test_reference_numerics_normal_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:41:00.2018573Z test_reference_numerics_normal_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:41:00.2166869Z test_reference_numerics_normal_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:00.2280521Z test_reference_numerics_normal_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:00.2716172Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:41:00.2832314Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:00.2972221Z test_reference_numerics_normal_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:00.3085485Z test_reference_numerics_normal_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:00.3986166Z test_reference_numerics_normal_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.090s) 2022-09-27T16:41:00.4543275Z test_reference_numerics_normal_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:41:00.4944923Z test_reference_numerics_normal_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:41:00.5360853Z test_reference_numerics_normal_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:41:00.5624559Z test_reference_numerics_normal_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:41:00.5738463Z test_reference_numerics_normal_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:00.5888332Z test_reference_numerics_normal_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:00.5997989Z test_reference_numerics_normal_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:00.6141420Z test_reference_numerics_normal_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:00.6295694Z test_reference_numerics_normal_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:00.6636944Z test_reference_numerics_normal_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:41:00.6970616Z test_reference_numerics_normal_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:41:00.7122000Z test_reference_numerics_normal_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:00.7261155Z test_reference_numerics_normal_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:00.7744768Z test_reference_numerics_normal_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-09-27T16:41:00.8029800Z test_reference_numerics_normal_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.028s) 2022-09-27T16:41:00.8321468Z test_reference_numerics_normal_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.029s) 2022-09-27T16:41:00.8439383Z test_reference_numerics_normal_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:41:00.8592275Z test_reference_numerics_normal_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:00.8777613Z test_reference_numerics_normal_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:00.8836813Z test_reference_numerics_normal_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:41:00.8902752Z test_reference_numerics_normal_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:41:00.9017607Z test_reference_numerics_normal_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:00.9107384Z test_reference_numerics_normal_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:41:00.9195504Z test_reference_numerics_normal_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:41:00.9386958Z test_reference_numerics_normal_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:00.9725781Z test_reference_numerics_normal_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:41:01.0613677Z test_reference_numerics_normal_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-09-27T16:41:01.1202582Z test_reference_numerics_normal_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:41:01.1814768Z test_reference_numerics_normal_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:41:01.2037688Z test_reference_numerics_normal_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:41:01.2232326Z test_reference_numerics_normal_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:01.2532603Z test_reference_numerics_normal_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:41:01.2725333Z test_reference_numerics_normal_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:01.3022639Z test_reference_numerics_normal_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:41:01.3324520Z test_reference_numerics_normal_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.030s) 2022-09-27T16:41:01.3509453Z test_reference_numerics_normal_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:01.3693689Z test_reference_numerics_normal_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:01.3852543Z test_reference_numerics_normal_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:01.3994757Z test_reference_numerics_normal_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:01.4115132Z test_reference_numerics_normal_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:41:01.4273434Z test_reference_numerics_normal_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:01.4444323Z test_reference_numerics_normal_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:01.4520750Z test_reference_numerics_normal_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:41:01.4583802Z test_reference_numerics_normal_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:41:01.4697490Z test_reference_numerics_normal_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:01.4774481Z test_reference_numerics_normal_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:41:01.4852948Z test_reference_numerics_normal_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:41:01.4943801Z test_reference_numerics_normal_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.009s) 2022-09-27T16:41:01.5340415Z test_reference_numerics_normal_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:41:01.5419679Z test_reference_numerics_normal_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:41:01.5486912Z test_reference_numerics_normal_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:41:01.5565697Z test_reference_numerics_normal_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:41:01.5623019Z test_reference_numerics_normal_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:41:01.5685493Z test_reference_numerics_normal_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:41:01.5757456Z test_reference_numerics_normal_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:41:01.5904431Z test_reference_numerics_normal_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:01.6059846Z test_reference_numerics_normal_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:01.6173342Z test_reference_numerics_normal_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:01.6886561Z test_reference_numerics_normal_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-09-27T16:41:01.8095267Z test_reference_numerics_normal_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.121s) 2022-09-27T16:41:01.8981050Z test_reference_numerics_normal_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-09-27T16:41:01.9870873Z test_reference_numerics_normal_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.089s) 2022-09-27T16:41:02.0185757Z test_reference_numerics_normal_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:41:02.0307103Z test_reference_numerics_normal_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:41:02.0699916Z test_reference_numerics_normal_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:41:02.0815956Z test_reference_numerics_normal_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:02.1182642Z test_reference_numerics_normal_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:41:02.1556614Z test_reference_numerics_normal_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:41:02.1916453Z test_reference_numerics_normal_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:41:02.2293687Z test_reference_numerics_normal_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:41:02.2458777Z test_reference_numerics_normal_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:02.4839034Z test_reference_numerics_normal_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.238s) 2022-09-27T16:41:02.6208364Z test_reference_numerics_normal_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.137s) 2022-09-27T16:41:02.7210786Z test_reference_numerics_normal_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:41:02.7378265Z test_reference_numerics_normal_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:02.7526396Z test_reference_numerics_normal_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:02.7968909Z test_reference_numerics_normal_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:41:02.9856875Z test_reference_numerics_normal_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-09-27T16:41:03.1747188Z test_reference_numerics_normal_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-09-27T16:41:03.3654877Z test_reference_numerics_normal_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.191s) 2022-09-27T16:41:03.5542482Z test_reference_numerics_normal_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.189s) 2022-09-27T16:41:03.7354580Z test_reference_numerics_normal_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.181s) 2022-09-27T16:41:03.7740614Z test_reference_numerics_normal_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:41:03.8281995Z test_reference_numerics_normal_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:41:03.9553365Z test_reference_numerics_normal_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.127s) 2022-09-27T16:41:04.0388464Z test_reference_numerics_normal_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.083s) 2022-09-27T16:41:04.1231668Z test_reference_numerics_normal_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.084s) 2022-09-27T16:41:04.1693147Z test_reference_numerics_normal_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:41:04.2060947Z test_reference_numerics_normal_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:41:04.2456123Z test_reference_numerics_normal_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:41:04.2817060Z test_reference_numerics_normal_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:41:04.3178704Z test_reference_numerics_normal_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:41:04.3559350Z test_reference_numerics_normal_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:41:04.3931794Z test_reference_numerics_normal_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:41:04.4267043Z test_reference_numerics_normal_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:41:04.6409016Z test_reference_numerics_normal_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.214s) 2022-09-27T16:41:04.9393419Z test_reference_numerics_normal_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.298s) 2022-09-27T16:41:05.2380818Z test_reference_numerics_normal_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.299s) 2022-09-27T16:41:05.5186545Z test_reference_numerics_normal_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.280s) 2022-09-27T16:41:05.7991407Z test_reference_numerics_normal_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.280s) 2022-09-27T16:41:06.0809534Z test_reference_numerics_normal_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.282s) 2022-09-27T16:41:06.3636323Z test_reference_numerics_normal_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.283s) 2022-09-27T16:41:06.7576125Z test_reference_numerics_normal_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.394s) 2022-09-27T16:41:06.7990828Z test_reference_numerics_normal_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:41:06.8494159Z test_reference_numerics_normal_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-09-27T16:41:06.8990555Z test_reference_numerics_normal_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-09-27T16:41:06.9445947Z test_reference_numerics_normal_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:41:06.9896629Z test_reference_numerics_normal_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:41:07.0359289Z test_reference_numerics_normal_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:41:07.0813650Z test_reference_numerics_normal_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:41:07.1214939Z test_reference_numerics_normal_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:41:07.1573818Z test_reference_numerics_normal_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:41:07.2066877Z test_reference_numerics_normal_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-09-27T16:41:07.2561607Z test_reference_numerics_normal_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.049s) 2022-09-27T16:41:07.3013331Z test_reference_numerics_normal_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:41:07.3464697Z test_reference_numerics_normal_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:41:07.3924403Z test_reference_numerics_normal_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:41:07.4370288Z test_reference_numerics_normal_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:41:07.4762007Z test_reference_numerics_normal_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.039s) 2022-09-27T16:41:07.5350783Z test_reference_numerics_normal_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:41:07.5796577Z test_reference_numerics_normal_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:41:07.6241237Z test_reference_numerics_normal_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:41:07.6655091Z test_reference_numerics_normal_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:41:07.7063956Z test_reference_numerics_normal_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:41:07.7477730Z test_reference_numerics_normal_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:41:07.7883635Z test_reference_numerics_normal_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:41:07.8447619Z test_reference_numerics_normal_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:41:07.9018567Z test_reference_numerics_normal_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:41:07.9452222Z test_reference_numerics_normal_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:41:07.9887906Z test_reference_numerics_normal_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:41:08.0290648Z test_reference_numerics_normal_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:41:08.0696604Z test_reference_numerics_normal_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:41:08.1110123Z test_reference_numerics_normal_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:41:08.1513258Z test_reference_numerics_normal_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:41:08.2072608Z test_reference_numerics_normal_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.056s) 2022-09-27T16:41:08.2389083Z test_reference_numerics_normal_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:41:08.2822754Z test_reference_numerics_normal_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:41:08.3164265Z test_reference_numerics_normal_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:41:08.3482444Z test_reference_numerics_normal_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:41:08.3809667Z test_reference_numerics_normal_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:41:08.4129721Z test_reference_numerics_normal_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:41:08.4451861Z test_reference_numerics_normal_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:41:08.4783351Z test_reference_numerics_normal_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:41:08.5099072Z test_reference_numerics_normal_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.031s) 2022-09-27T16:41:08.5471056Z test_reference_numerics_normal_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:41:08.5945539Z test_reference_numerics_normal_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:41:08.6405474Z test_reference_numerics_normal_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:41:08.6858811Z test_reference_numerics_normal_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:41:08.7280611Z test_reference_numerics_normal_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:41:08.7701978Z test_reference_numerics_normal_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:41:08.8132466Z test_reference_numerics_normal_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:41:08.8550314Z test_reference_numerics_normal_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:41:08.8867616Z test_reference_numerics_normal_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:41:08.9598280Z test_reference_numerics_normal_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:41:09.0964777Z test_reference_numerics_normal_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.136s) 2022-09-27T16:41:09.1694606Z test_reference_numerics_normal_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:41:09.2405063Z test_reference_numerics_normal_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-09-27T16:41:09.3106299Z test_reference_numerics_normal_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-09-27T16:41:09.3810193Z test_reference_numerics_normal_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-09-27T16:41:09.4531955Z test_reference_numerics_normal_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-09-27T16:41:09.5265223Z test_reference_numerics_normal_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:41:09.5995506Z test_reference_numerics_normal_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:41:09.6699099Z test_reference_numerics_normal_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.070s) 2022-09-27T16:41:09.8497187Z test_reference_numerics_normal_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.180s) 2022-09-27T16:41:09.9488251Z test_reference_numerics_normal_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-09-27T16:41:10.0471554Z test_reference_numerics_normal_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-09-27T16:41:10.1455340Z test_reference_numerics_normal_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-09-27T16:41:10.2439964Z test_reference_numerics_normal_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-09-27T16:41:10.3433442Z test_reference_numerics_normal_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-09-27T16:41:10.4412837Z test_reference_numerics_normal_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-09-27T16:41:10.5382842Z test_reference_numerics_normal_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-09-27T16:41:10.6802278Z test_reference_numerics_normal_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.142s) 2022-09-27T16:41:10.7543112Z test_reference_numerics_normal_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-09-27T16:41:10.8274854Z test_reference_numerics_normal_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:41:10.9006234Z test_reference_numerics_normal_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:41:10.9728815Z test_reference_numerics_normal_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-09-27T16:41:11.0468260Z test_reference_numerics_normal_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.074s) 2022-09-27T16:41:11.1198997Z test_reference_numerics_normal_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.073s) 2022-09-27T16:41:11.1907839Z test_reference_numerics_normal_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-09-27T16:41:11.3084468Z test_reference_numerics_normal_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.116s) 2022-09-27T16:41:11.3788986Z test_reference_numerics_normal_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-09-27T16:41:11.4505481Z test_reference_numerics_normal_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-09-27T16:41:11.5183077Z test_reference_numerics_normal_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-09-27T16:41:11.5863985Z test_reference_numerics_normal_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.068s) 2022-09-27T16:41:11.6555980Z test_reference_numerics_normal_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.069s) 2022-09-27T16:41:11.7231409Z test_reference_numerics_normal_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.067s) 2022-09-27T16:41:11.7840095Z test_reference_numerics_normal_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:41:11.9689702Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.185s) 2022-09-27T16:41:12.0703779Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.101s) 2022-09-27T16:41:12.1706811Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:41:12.2709893Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:41:12.3706466Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-09-27T16:41:12.4708767Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:41:12.5713173Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:41:12.6703983Z test_reference_numerics_normal_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-09-27T16:41:12.8500573Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.179s) 2022-09-27T16:41:12.9496463Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.099s) 2022-09-27T16:41:13.0479988Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.098s) 2022-09-27T16:41:13.1454366Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.097s) 2022-09-27T16:41:13.2408997Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-09-27T16:41:13.3361031Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-09-27T16:41:13.4309154Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.095s) 2022-09-27T16:41:13.5247619Z test_reference_numerics_normal_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.094s) 2022-09-27T16:41:13.6820991Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.157s) 2022-09-27T16:41:13.7456504Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:41:13.8088046Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.063s) 2022-09-27T16:41:13.8697158Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:41:13.9293607Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:41:13.9893473Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-09-27T16:41:14.0487551Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.059s) 2022-09-27T16:41:14.1399781Z test_reference_numerics_normal_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.091s) 2022-09-27T16:41:14.3031716Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.163s) 2022-09-27T16:41:14.3676879Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-09-27T16:41:14.4321140Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-09-27T16:41:14.4928366Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:41:14.5532519Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-09-27T16:41:14.6141991Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.061s) 2022-09-27T16:41:14.6746421Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.060s) 2022-09-27T16:41:14.7668255Z test_reference_numerics_normal_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.092s) 2022-09-27T16:41:14.8088075Z test_reference_numerics_normal_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:41:14.8570813Z test_reference_numerics_normal_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-09-27T16:41:14.9014492Z test_reference_numerics_normal_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.044s) 2022-09-27T16:41:14.9446717Z test_reference_numerics_normal_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:41:14.9877339Z test_reference_numerics_normal_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:41:15.0294180Z test_reference_numerics_normal_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:41:15.0711723Z test_reference_numerics_normal_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:41:15.1137992Z test_reference_numerics_normal_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:41:15.1551415Z test_reference_numerics_normal_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:41:15.1937365Z test_reference_numerics_normal_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:41:15.2264401Z test_reference_numerics_normal_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.032s) 2022-09-27T16:41:15.2676041Z test_reference_numerics_normal_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:41:15.3086847Z test_reference_numerics_normal_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:41:15.3213962Z test_reference_numerics_normal_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:41:15.3348914Z test_reference_numerics_normal_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:41:15.3490759Z test_reference_numerics_normal_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:15.3615310Z test_reference_numerics_normal_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:41:15.3734025Z test_reference_numerics_normal_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:41:15.4381550Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-09-27T16:41:15.4846192Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.046s) 2022-09-27T16:41:15.5265703Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:41:15.5702523Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:41:15.6043164Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:41:15.6395501Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:41:15.6763828Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:41:15.7101572Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:41:15.7461958Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:41:15.9231332Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.177s) 2022-09-27T16:41:15.9807813Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:41:16.0376699Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:41:16.0912361Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:41:16.1443900Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:41:16.1985284Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:41:16.2520332Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:41:16.3295419Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-09-27T16:41:16.5081507Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.178s) 2022-09-27T16:41:16.5656763Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:41:16.6228379Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.057s) 2022-09-27T16:41:16.6767937Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:41:16.7303087Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:41:16.7846668Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:41:16.8385898Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.054s) 2022-09-27T16:41:16.9163400Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.078s) 2022-09-27T16:41:16.9749966Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.058s) 2022-09-27T16:41:17.0216868Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.047s) 2022-09-27T16:41:17.0672641Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:41:17.1157476Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-09-27T16:41:17.1580132Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.042s) 2022-09-27T16:41:17.2007804Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.043s) 2022-09-27T16:41:17.2424708Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.041s) 2022-09-27T16:41:17.2829028Z test_reference_numerics_normal_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:41:17.2935893Z test_reference_numerics_normal_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:17.3582636Z test_reference_numerics_normal_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.064s) 2022-09-27T16:41:17.4084401Z test_reference_numerics_normal_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-09-27T16:41:17.4461044Z test_reference_numerics_normal_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.037s) 2022-09-27T16:41:17.4839228Z test_reference_numerics_normal_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:41:17.5029144Z test_reference_numerics_normal_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:17.5141076Z test_reference_numerics_normal_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:17.5275084Z test_reference_numerics_normal_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:41:17.5379959Z test_reference_numerics_normal_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:41:17.5508200Z test_reference_numerics_normal_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:41:17.5645791Z test_reference_numerics_normal_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:17.5896129Z test_reference_numerics_normal_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:41:17.6146847Z test_reference_numerics_normal_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:41:17.6252860Z test_reference_numerics_normal_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:41:17.6404391Z test_reference_numerics_normal_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:17.6638945Z test_reference_numerics_normal_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:41:17.6822968Z test_reference_numerics_normal_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:17.6996827Z test_reference_numerics_normal_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:17.7109215Z test_reference_numerics_normal_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:17.7234408Z test_reference_numerics_normal_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.012s) 2022-09-27T16:41:17.7290941Z test_reference_numerics_normal_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:41:17.7353171Z test_reference_numerics_normal_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:41:17.7431929Z test_reference_numerics_normal_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:41:17.7505135Z test_reference_numerics_normal_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:41:17.7578608Z test_reference_numerics_normal_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:41:17.7940552Z test_reference_numerics_normal_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:41:17.8825215Z test_reference_numerics_normal_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.088s) 2022-09-27T16:41:18.0988533Z test_reference_numerics_normal_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.216s) 2022-09-27T16:41:18.1743556Z test_reference_numerics_normal_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.075s) 2022-09-27T16:41:18.2510258Z test_reference_numerics_normal_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.077s) 2022-09-27T16:41:18.2958786Z test_reference_numerics_normal_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:41:18.3344294Z test_reference_numerics_normal_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.038s) 2022-09-27T16:41:29.0361594Z test_reference_numerics_normal_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (10.702s) 2022-09-27T16:41:29.0760760Z test_reference_numerics_normal_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.040s) 2022-09-27T16:41:29.1277933Z test_reference_numerics_normal_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.052s) 2022-09-27T16:41:29.1804831Z test_reference_numerics_normal_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.053s) 2022-09-27T16:41:29.2308299Z test_reference_numerics_normal_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.050s) 2022-09-27T16:41:29.2794870Z test_reference_numerics_normal_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-09-27T16:41:29.3136093Z test_reference_numerics_normal_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:41:29.3999079Z test_reference_numerics_normal_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... ok (0.086s) 2022-09-27T16:41:29.4999105Z test_reference_numerics_normal_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.100s) 2022-09-27T16:41:29.5710724Z test_reference_numerics_normal_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.071s) 2022-09-27T16:41:29.6436618Z test_reference_numerics_normal_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.072s) 2022-09-27T16:41:29.6892145Z test_reference_numerics_normal_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:41:29.7252545Z test_reference_numerics_normal_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:41:29.7736599Z test_reference_numerics_normal_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-09-27T16:41:29.8065134Z test_reference_numerics_normal_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.033s) 2022-09-27T16:41:29.8417650Z test_reference_numerics_normal_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.035s) 2022-09-27T16:41:29.8779095Z test_reference_numerics_normal_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.036s) 2022-09-27T16:41:29.9258969Z test_reference_numerics_normal_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.048s) 2022-09-27T16:41:29.9710831Z test_reference_numerics_normal_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.045s) 2022-09-27T16:41:29.9814574Z test_reference_numerics_normal_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:41:30.0012423Z test_reference_numerics_normal_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:41:30.0128908Z test_reference_numerics_normal_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.011s) 2022-09-27T16:41:30.0258012Z test_reference_numerics_normal_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:41:30.0318267Z test_reference_numerics_normal_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:41:30.0388687Z test_reference_numerics_normal_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:41:30.0471501Z test_reference_numerics_normal_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.008s) 2022-09-27T16:41:30.0694424Z test_reference_numerics_normal_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:41:30.0929587Z test_reference_numerics_normal_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:41:30.0946962Z test_reference_numerics_small_abs_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.0957804Z test_reference_numerics_small_abs_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.1120647Z test_reference_numerics_small_abs_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:30.1272485Z test_reference_numerics_small_abs_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:30.1420050Z test_reference_numerics_small_abs_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:30.1436481Z test_reference_numerics_small_abs_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.1454149Z test_reference_numerics_small_abs_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.1471429Z test_reference_numerics_small_abs_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.1487732Z test_reference_numerics_small_abs_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.1503738Z test_reference_numerics_small_abs_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.1519992Z test_reference_numerics_small_abs_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.1535243Z test_reference_numerics_small_abs_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.1550773Z test_reference_numerics_small_abs_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.1567236Z test_reference_numerics_small_acos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.1577512Z test_reference_numerics_small_acos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.1790691Z test_reference_numerics_small_acos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:30.2001669Z test_reference_numerics_small_acos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:30.2209876Z test_reference_numerics_small_acos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:30.2226398Z test_reference_numerics_small_acos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.2244287Z test_reference_numerics_small_acos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.2261721Z test_reference_numerics_small_acos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.2279427Z test_reference_numerics_small_acos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.2296776Z test_reference_numerics_small_acos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.2314284Z test_reference_numerics_small_acos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.2330450Z test_reference_numerics_small_acos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.2346266Z test_reference_numerics_small_acos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.2363348Z test_reference_numerics_small_acosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.2373929Z test_reference_numerics_small_acosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.2594865Z test_reference_numerics_small_acosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:41:30.2805736Z test_reference_numerics_small_acosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:30.3010663Z test_reference_numerics_small_acosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:41:30.3028030Z test_reference_numerics_small_acosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3045168Z test_reference_numerics_small_acosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3062014Z test_reference_numerics_small_acosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3078938Z test_reference_numerics_small_acosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3095504Z test_reference_numerics_small_acosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3112440Z test_reference_numerics_small_acosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3128839Z test_reference_numerics_small_acosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3145628Z test_reference_numerics_small_acosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3156735Z test_reference_numerics_small_angle_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.3318091Z test_reference_numerics_small_angle_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:30.3479129Z test_reference_numerics_small_angle_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:30.3633072Z test_reference_numerics_small_angle_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:30.3653253Z test_reference_numerics_small_angle_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-09-27T16:41:30.3673320Z test_reference_numerics_small_angle_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... expected failure (0.002s) 2022-09-27T16:41:30.3689635Z test_reference_numerics_small_angle_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3705615Z test_reference_numerics_small_angle_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.3721612Z test_reference_numerics_small_angle_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.3737465Z test_reference_numerics_small_angle_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.3753649Z test_reference_numerics_small_angle_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3770097Z test_reference_numerics_small_asin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.3781226Z test_reference_numerics_small_asin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.4012462Z test_reference_numerics_small_asin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.023s) 2022-09-27T16:41:30.4219233Z test_reference_numerics_small_asin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:30.4422654Z test_reference_numerics_small_asin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:41:30.4439606Z test_reference_numerics_small_asin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.4456333Z test_reference_numerics_small_asin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.4473448Z test_reference_numerics_small_asin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.4489723Z test_reference_numerics_small_asin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.4506365Z test_reference_numerics_small_asin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.4523073Z test_reference_numerics_small_asin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.4539584Z test_reference_numerics_small_asin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.4556499Z test_reference_numerics_small_asin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.4573264Z test_reference_numerics_small_asinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.4584479Z test_reference_numerics_small_asinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.4803867Z test_reference_numerics_small_asinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.022s) 2022-09-27T16:41:30.5015974Z test_reference_numerics_small_asinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:30.5222007Z test_reference_numerics_small_asinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:30.5239403Z test_reference_numerics_small_asinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.5256429Z test_reference_numerics_small_asinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.5273222Z test_reference_numerics_small_asinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.5289272Z test_reference_numerics_small_asinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.5305067Z test_reference_numerics_small_asinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.5321633Z test_reference_numerics_small_asinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.5337106Z test_reference_numerics_small_asinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.5352977Z test_reference_numerics_small_asinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.5369841Z test_reference_numerics_small_atan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.5380811Z test_reference_numerics_small_atan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.5592019Z test_reference_numerics_small_atan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:30.5792069Z test_reference_numerics_small_atan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:41:30.5975512Z test_reference_numerics_small_atan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:30.5991736Z test_reference_numerics_small_atan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6008327Z test_reference_numerics_small_atan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6025078Z test_reference_numerics_small_atan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6040558Z test_reference_numerics_small_atan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.6056264Z test_reference_numerics_small_atan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.6071554Z test_reference_numerics_small_atan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.6086996Z test_reference_numerics_small_atan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.6102659Z test_reference_numerics_small_atan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.6119247Z test_reference_numerics_small_atanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6129419Z test_reference_numerics_small_atanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.6317388Z test_reference_numerics_small_atanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:30.6506657Z test_reference_numerics_small_atanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:30.6688629Z test_reference_numerics_small_atanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:30.6705478Z test_reference_numerics_small_atanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6723109Z test_reference_numerics_small_atanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6739815Z test_reference_numerics_small_atanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6756430Z test_reference_numerics_small_atanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6772652Z test_reference_numerics_small_atanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6789747Z test_reference_numerics_small_atanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6806304Z test_reference_numerics_small_atanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6823333Z test_reference_numerics_small_atanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6834904Z test_reference_numerics_small_bitwise_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.6849718Z test_reference_numerics_small_bitwise_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.6864263Z test_reference_numerics_small_bitwise_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.6879566Z test_reference_numerics_small_bitwise_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.6895354Z test_reference_numerics_small_bitwise_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.6911218Z test_reference_numerics_small_bitwise_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6928312Z test_reference_numerics_small_ceil_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6944481Z test_reference_numerics_small_ceil_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6961371Z test_reference_numerics_small_ceil_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6977967Z test_reference_numerics_small_ceil_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.6993615Z test_reference_numerics_small_ceil_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.7009103Z test_reference_numerics_small_ceil_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.7024427Z test_reference_numerics_small_ceil_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.7041040Z test_reference_numerics_small_ceil_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.7057336Z test_reference_numerics_small_ceil_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.7073896Z test_reference_numerics_small_conj_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.7084762Z test_reference_numerics_small_conj_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.7240906Z test_reference_numerics_small_conj_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:30.7396124Z test_reference_numerics_small_conj_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:30.7550200Z test_reference_numerics_small_conj_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:30.7566356Z test_reference_numerics_small_conj_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.7583299Z test_reference_numerics_small_conj_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.7599542Z test_reference_numerics_small_conj_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.7614648Z test_reference_numerics_small_conj_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.7629050Z test_reference_numerics_small_conj_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.7643776Z test_reference_numerics_small_conj_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.7659342Z test_reference_numerics_small_conj_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.7675756Z test_reference_numerics_small_conj_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.7691789Z test_reference_numerics_small_conj_physical_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.7702776Z test_reference_numerics_small_conj_physical_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.7870590Z test_reference_numerics_small_conj_physical_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:30.8044666Z test_reference_numerics_small_conj_physical_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:30.8197904Z test_reference_numerics_small_conj_physical_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:30.8213865Z test_reference_numerics_small_conj_physical_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.8230725Z test_reference_numerics_small_conj_physical_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.8247502Z test_reference_numerics_small_conj_physical_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.8262766Z test_reference_numerics_small_conj_physical_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.8277205Z test_reference_numerics_small_conj_physical_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.8291440Z test_reference_numerics_small_conj_physical_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.8306780Z test_reference_numerics_small_conj_physical_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.8322727Z test_reference_numerics_small_conj_physical_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.8339333Z test_reference_numerics_small_cos_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.8350366Z test_reference_numerics_small_cos_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.8608640Z test_reference_numerics_small_cos_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:41:30.8819186Z test_reference_numerics_small_cos_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:30.9022636Z test_reference_numerics_small_cos_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:41:30.9038725Z test_reference_numerics_small_cos_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9055012Z test_reference_numerics_small_cos_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9072065Z test_reference_numerics_small_cos_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9088400Z test_reference_numerics_small_cos_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9104663Z test_reference_numerics_small_cos_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9121092Z test_reference_numerics_small_cos_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9136961Z test_reference_numerics_small_cos_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:30.9153321Z test_reference_numerics_small_cos_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9169968Z test_reference_numerics_small_cosh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9181529Z test_reference_numerics_small_cosh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.9437549Z test_reference_numerics_small_cosh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:41:30.9633203Z test_reference_numerics_small_cosh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:30.9822648Z test_reference_numerics_small_cosh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:30.9838904Z test_reference_numerics_small_cosh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9855552Z test_reference_numerics_small_cosh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9872223Z test_reference_numerics_small_cosh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9888997Z test_reference_numerics_small_cosh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9905100Z test_reference_numerics_small_cosh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9921599Z test_reference_numerics_small_cosh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9937833Z test_reference_numerics_small_cosh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9954449Z test_reference_numerics_small_cosh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9971876Z test_reference_numerics_small_deg2rad_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:30.9982929Z test_reference_numerics_small_deg2rad_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:30.9999556Z test_reference_numerics_small_deg2rad_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0016620Z test_reference_numerics_small_deg2rad_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0033449Z test_reference_numerics_small_deg2rad_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0049319Z test_reference_numerics_small_deg2rad_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0065641Z test_reference_numerics_small_deg2rad_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0082051Z test_reference_numerics_small_deg2rad_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0098341Z test_reference_numerics_small_deg2rad_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0115142Z test_reference_numerics_small_deg2rad_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0126485Z test_reference_numerics_small_digamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.0146635Z test_reference_numerics_small_digamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0166974Z test_reference_numerics_small_digamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0187238Z test_reference_numerics_small_digamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0203504Z test_reference_numerics_small_digamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0219606Z test_reference_numerics_small_digamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0236142Z test_reference_numerics_small_digamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0252375Z test_reference_numerics_small_digamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0268487Z test_reference_numerics_small_digamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0285444Z test_reference_numerics_small_erf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0296512Z test_reference_numerics_small_erf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.0313540Z test_reference_numerics_small_erf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0329937Z test_reference_numerics_small_erf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0346694Z test_reference_numerics_small_erf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0362928Z test_reference_numerics_small_erf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0378970Z test_reference_numerics_small_erf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.0395241Z test_reference_numerics_small_erf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0411541Z test_reference_numerics_small_erf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0427709Z test_reference_numerics_small_erf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0444714Z test_reference_numerics_small_erfc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0455909Z test_reference_numerics_small_erfc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.0472535Z test_reference_numerics_small_erfc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0489107Z test_reference_numerics_small_erfc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0505700Z test_reference_numerics_small_erfc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0522154Z test_reference_numerics_small_erfc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0538478Z test_reference_numerics_small_erfc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0554895Z test_reference_numerics_small_erfc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0570736Z test_reference_numerics_small_erfc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.0586916Z test_reference_numerics_small_erfc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0598195Z test_reference_numerics_small_erfinv_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.0615025Z test_reference_numerics_small_erfinv_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0632324Z test_reference_numerics_small_erfinv_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0649425Z test_reference_numerics_small_erfinv_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0665889Z test_reference_numerics_small_erfinv_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0682795Z test_reference_numerics_small_erfinv_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0699630Z test_reference_numerics_small_erfinv_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0716028Z test_reference_numerics_small_erfinv_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0732602Z test_reference_numerics_small_erfinv_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0749705Z test_reference_numerics_small_exp2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0761329Z test_reference_numerics_small_exp2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.0777294Z test_reference_numerics_small_exp2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0794234Z test_reference_numerics_small_exp2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0810657Z test_reference_numerics_small_exp2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0826912Z test_reference_numerics_small_exp2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0843135Z test_reference_numerics_small_exp2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0859342Z test_reference_numerics_small_exp2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0875847Z test_reference_numerics_small_exp2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0892466Z test_reference_numerics_small_exp2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.0899648Z test_reference_numerics_small_exp_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:41:31.0910222Z test_reference_numerics_small_exp_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.1156792Z test_reference_numerics_small_exp_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:41:31.1331759Z test_reference_numerics_small_exp_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:31.1502587Z test_reference_numerics_small_exp_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:31.1519988Z test_reference_numerics_small_exp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1536835Z test_reference_numerics_small_exp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1555033Z test_reference_numerics_small_exp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1572261Z test_reference_numerics_small_exp_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1589018Z test_reference_numerics_small_exp_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1606128Z test_reference_numerics_small_exp_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1623111Z test_reference_numerics_small_exp_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1640814Z test_reference_numerics_small_exp_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1658993Z test_reference_numerics_small_expm1_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1671425Z test_reference_numerics_small_expm1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.1688413Z test_reference_numerics_small_expm1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1705646Z test_reference_numerics_small_expm1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1722746Z test_reference_numerics_small_expm1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1739549Z test_reference_numerics_small_expm1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1756776Z test_reference_numerics_small_expm1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1773550Z test_reference_numerics_small_expm1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1790187Z test_reference_numerics_small_expm1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1807042Z test_reference_numerics_small_expm1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1824894Z test_reference_numerics_small_fill_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.1836763Z test_reference_numerics_small_fill_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.1996529Z test_reference_numerics_small_fill_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:31.2154513Z test_reference_numerics_small_fill_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:31.2305896Z test_reference_numerics_small_fill_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:31.2322835Z test_reference_numerics_small_fill_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2339918Z test_reference_numerics_small_fill_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2358040Z test_reference_numerics_small_fill_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2374096Z test_reference_numerics_small_fill_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2390172Z test_reference_numerics_small_fill_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2405871Z test_reference_numerics_small_fill_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.2422579Z test_reference_numerics_small_fill_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2439527Z test_reference_numerics_small_fill_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2455722Z test_reference_numerics_small_floor_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2472207Z test_reference_numerics_small_floor_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2488280Z test_reference_numerics_small_floor_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2504506Z test_reference_numerics_small_floor_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2520016Z test_reference_numerics_small_floor_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.2535261Z test_reference_numerics_small_floor_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.2550206Z test_reference_numerics_small_floor_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.2565954Z test_reference_numerics_small_floor_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.2581787Z test_reference_numerics_small_floor_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.2598432Z test_reference_numerics_small_frac_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2614603Z test_reference_numerics_small_frac_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2630651Z test_reference_numerics_small_frac_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2646957Z test_reference_numerics_small_frac_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2665507Z test_reference_numerics_small_frexp_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2684123Z test_reference_numerics_small_frexp_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2702193Z test_reference_numerics_small_frexp_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2719235Z test_reference_numerics_small_i0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2730484Z test_reference_numerics_small_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.2746682Z test_reference_numerics_small_i0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2763929Z test_reference_numerics_small_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2779902Z test_reference_numerics_small_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2795853Z test_reference_numerics_small_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.2811733Z test_reference_numerics_small_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.2827654Z test_reference_numerics_small_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.2843429Z test_reference_numerics_small_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.2859448Z test_reference_numerics_small_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.3008148Z test_reference_numerics_small_imag_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:31.3158128Z test_reference_numerics_small_imag_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:31.3301792Z test_reference_numerics_small_imag_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.3319181Z test_reference_numerics_small_isfinite_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.3330390Z test_reference_numerics_small_isfinite_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.3471946Z test_reference_numerics_small_isfinite_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.3615229Z test_reference_numerics_small_isfinite_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.3754748Z test_reference_numerics_small_isfinite_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.3769801Z test_reference_numerics_small_isfinite_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.3785799Z test_reference_numerics_small_isfinite_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.3802476Z test_reference_numerics_small_isfinite_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.3817686Z test_reference_numerics_small_isfinite_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.3833132Z test_reference_numerics_small_isfinite_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.3848594Z test_reference_numerics_small_isfinite_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.3864179Z test_reference_numerics_small_isfinite_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.3880648Z test_reference_numerics_small_isfinite_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.3898326Z test_reference_numerics_small_isinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.3909855Z test_reference_numerics_small_isinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.4052451Z test_reference_numerics_small_isinf_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.4195792Z test_reference_numerics_small_isinf_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.4335288Z test_reference_numerics_small_isinf_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.4350528Z test_reference_numerics_small_isinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.4366369Z test_reference_numerics_small_isinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4382199Z test_reference_numerics_small_isinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4397750Z test_reference_numerics_small_isinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4413387Z test_reference_numerics_small_isinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4428756Z test_reference_numerics_small_isinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4444679Z test_reference_numerics_small_isinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.4461168Z test_reference_numerics_small_isinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.4478437Z test_reference_numerics_small_isnan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.4489876Z test_reference_numerics_small_isnan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.4631627Z test_reference_numerics_small_isnan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.4768873Z test_reference_numerics_small_isnan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.4783475Z test_reference_numerics_small_isnan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4798210Z test_reference_numerics_small_isnan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4813354Z test_reference_numerics_small_isnan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4827578Z test_reference_numerics_small_isnan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4843697Z test_reference_numerics_small_isnan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4858588Z test_reference_numerics_small_isnan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4875400Z test_reference_numerics_small_isnan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.4890889Z test_reference_numerics_small_isnan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4907444Z test_reference_numerics_small_isneginf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.4918445Z test_reference_numerics_small_isneginf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.4933319Z test_reference_numerics_small_isneginf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4948227Z test_reference_numerics_small_isneginf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4963444Z test_reference_numerics_small_isneginf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4978086Z test_reference_numerics_small_isneginf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.4992784Z test_reference_numerics_small_isneginf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5007318Z test_reference_numerics_small_isneginf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5022910Z test_reference_numerics_small_isneginf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5038797Z test_reference_numerics_small_isneginf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.5055032Z test_reference_numerics_small_isposinf_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.5065707Z test_reference_numerics_small_isposinf_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.5080914Z test_reference_numerics_small_isposinf_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5095939Z test_reference_numerics_small_isposinf_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5111095Z test_reference_numerics_small_isposinf_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5125662Z test_reference_numerics_small_isposinf_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5140492Z test_reference_numerics_small_isposinf_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5155674Z test_reference_numerics_small_isposinf_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5170982Z test_reference_numerics_small_isposinf_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5186797Z test_reference_numerics_small_isposinf_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5203400Z test_reference_numerics_small_isreal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.5214195Z test_reference_numerics_small_isreal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.5359992Z test_reference_numerics_small_isreal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.5501804Z test_reference_numerics_small_isreal_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.5638099Z test_reference_numerics_small_isreal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.5652496Z test_reference_numerics_small_isreal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5668458Z test_reference_numerics_small_isreal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5683287Z test_reference_numerics_small_isreal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5697788Z test_reference_numerics_small_isreal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5712910Z test_reference_numerics_small_isreal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5727316Z test_reference_numerics_small_isreal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5742139Z test_reference_numerics_small_isreal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5757705Z test_reference_numerics_small_isreal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.5773829Z test_reference_numerics_small_jiterator_unary_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.5784651Z test_reference_numerics_small_jiterator_unary_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.5942450Z test_reference_numerics_small_jiterator_unary_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:31.6094342Z test_reference_numerics_small_jiterator_unary_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:31.6111691Z test_reference_numerics_small_jiterator_unary_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6128536Z test_reference_numerics_small_jiterator_unary_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6145529Z test_reference_numerics_small_jiterator_unary_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6160921Z test_reference_numerics_small_jiterator_unary_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.6176504Z test_reference_numerics_small_jiterator_unary_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.6192404Z test_reference_numerics_small_jiterator_unary_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.6208958Z test_reference_numerics_small_jiterator_unary_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6225194Z test_reference_numerics_small_jiterator_unary_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6236422Z test_reference_numerics_small_lgamma_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.6253857Z test_reference_numerics_small_lgamma_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6271582Z test_reference_numerics_small_lgamma_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6288729Z test_reference_numerics_small_lgamma_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6305616Z test_reference_numerics_small_lgamma_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6322652Z test_reference_numerics_small_lgamma_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6339728Z test_reference_numerics_small_lgamma_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6356399Z test_reference_numerics_small_lgamma_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6373019Z test_reference_numerics_small_lgamma_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6390720Z test_reference_numerics_small_log10_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6401789Z test_reference_numerics_small_log10_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.6597747Z test_reference_numerics_small_log10_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:31.6778052Z test_reference_numerics_small_log10_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:31.6795606Z test_reference_numerics_small_log10_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6813483Z test_reference_numerics_small_log10_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6831367Z test_reference_numerics_small_log10_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6848619Z test_reference_numerics_small_log10_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6866378Z test_reference_numerics_small_log10_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6883958Z test_reference_numerics_small_log10_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6901609Z test_reference_numerics_small_log10_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6919302Z test_reference_numerics_small_log10_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6936648Z test_reference_numerics_small_log1p_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6947982Z test_reference_numerics_small_log1p_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.6965143Z test_reference_numerics_small_log1p_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6982669Z test_reference_numerics_small_log1p_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.6999696Z test_reference_numerics_small_log1p_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7016368Z test_reference_numerics_small_log1p_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7033957Z test_reference_numerics_small_log1p_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7051251Z test_reference_numerics_small_log1p_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7068491Z test_reference_numerics_small_log1p_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7085488Z test_reference_numerics_small_log1p_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7102500Z test_reference_numerics_small_log2_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7113579Z test_reference_numerics_small_log2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.7307353Z test_reference_numerics_small_log2_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:31.7486964Z test_reference_numerics_small_log2_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:31.7503889Z test_reference_numerics_small_log2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7521032Z test_reference_numerics_small_log2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7537907Z test_reference_numerics_small_log2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7554733Z test_reference_numerics_small_log2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7571595Z test_reference_numerics_small_log2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7588259Z test_reference_numerics_small_log2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7605091Z test_reference_numerics_small_log2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7623381Z test_reference_numerics_small_log2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7641549Z test_reference_numerics_small_log_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.7652399Z test_reference_numerics_small_log_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.7844608Z test_reference_numerics_small_log_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:31.8032226Z test_reference_numerics_small_log_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:31.8214266Z test_reference_numerics_small_log_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:31.8232277Z test_reference_numerics_small_log_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8249407Z test_reference_numerics_small_log_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8266301Z test_reference_numerics_small_log_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8282987Z test_reference_numerics_small_log_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8299530Z test_reference_numerics_small_log_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8316574Z test_reference_numerics_small_log_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8333212Z test_reference_numerics_small_log_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8350335Z test_reference_numerics_small_log_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8366934Z test_reference_numerics_small_logical_not_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8377709Z test_reference_numerics_small_logical_not_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.8526451Z test_reference_numerics_small_logical_not_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:31.8663494Z test_reference_numerics_small_logical_not_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:31.8679822Z test_reference_numerics_small_logical_not_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8694882Z test_reference_numerics_small_logical_not_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.8710222Z test_reference_numerics_small_logical_not_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.8724946Z test_reference_numerics_small_logical_not_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.8739430Z test_reference_numerics_small_logical_not_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.8754443Z test_reference_numerics_small_logical_not_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.8769698Z test_reference_numerics_small_logical_not_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.8785235Z test_reference_numerics_small_logical_not_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.8802011Z test_reference_numerics_small_logit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8813228Z test_reference_numerics_small_logit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.8829413Z test_reference_numerics_small_logit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8846017Z test_reference_numerics_small_logit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8862933Z test_reference_numerics_small_logit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8879294Z test_reference_numerics_small_logit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8895542Z test_reference_numerics_small_logit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8912245Z test_reference_numerics_small_logit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8927846Z test_reference_numerics_small_logit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.8943892Z test_reference_numerics_small_logit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8963686Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.8982334Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9000322Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9018108Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9036008Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9053531Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9060734Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:41:31.9079127Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9098104Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9116220Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9134106Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9151987Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9169838Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9188072Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9194917Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:41:31.9212509Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9231833Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9250322Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9269109Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9286927Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9305186Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9322907Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9329057Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:41:31.9347065Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9364149Z test_reference_numerics_small_nan_to_num_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9374819Z test_reference_numerics_small_nan_to_num_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:31.9391343Z test_reference_numerics_small_nan_to_num_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9407720Z test_reference_numerics_small_nan_to_num_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9424035Z test_reference_numerics_small_nan_to_num_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9439482Z test_reference_numerics_small_nan_to_num_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.9454206Z test_reference_numerics_small_nan_to_num_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.9468226Z test_reference_numerics_small_nan_to_num_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.9483626Z test_reference_numerics_small_nan_to_num_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.9499313Z test_reference_numerics_small_nan_to_num_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:31.9516088Z test_reference_numerics_small_neg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:31.9677058Z test_reference_numerics_small_neg_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:31.9833229Z test_reference_numerics_small_neg_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:31.9990465Z test_reference_numerics_small_neg_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:32.0006744Z test_reference_numerics_small_neg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0023435Z test_reference_numerics_small_neg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0039758Z test_reference_numerics_small_neg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0054693Z test_reference_numerics_small_neg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.0068940Z test_reference_numerics_small_neg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.0083432Z test_reference_numerics_small_neg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.0098571Z test_reference_numerics_small_neg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.0114632Z test_reference_numerics_small_neg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.0131623Z test_reference_numerics_small_nn_functional_celu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0148541Z test_reference_numerics_small_nn_functional_celu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0165057Z test_reference_numerics_small_nn_functional_celu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0181797Z test_reference_numerics_small_nn_functional_celu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0198882Z test_reference_numerics_small_nn_functional_elu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0217425Z test_reference_numerics_small_nn_functional_elu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0233841Z test_reference_numerics_small_nn_functional_elu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0249930Z test_reference_numerics_small_nn_functional_elu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0266934Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0284264Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0300882Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0318075Z test_reference_numerics_small_nn_functional_hardsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0335304Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0351877Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0368981Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0385245Z test_reference_numerics_small_nn_functional_logsigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0402080Z test_reference_numerics_small_nn_functional_mish_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0419972Z test_reference_numerics_small_nn_functional_mish_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0436799Z test_reference_numerics_small_nn_functional_mish_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0453529Z test_reference_numerics_small_nn_functional_mish_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0471608Z test_reference_numerics_small_nn_functional_prelu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0489133Z test_reference_numerics_small_nn_functional_prelu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0506527Z test_reference_numerics_small_nn_functional_prelu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0523655Z test_reference_numerics_small_nn_functional_relu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0540079Z test_reference_numerics_small_nn_functional_relu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0556651Z test_reference_numerics_small_nn_functional_relu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0572987Z test_reference_numerics_small_nn_functional_relu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0588592Z test_reference_numerics_small_nn_functional_relu_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.0603866Z test_reference_numerics_small_nn_functional_relu_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.0618285Z test_reference_numerics_small_nn_functional_relu_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.0633957Z test_reference_numerics_small_nn_functional_relu_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.0650337Z test_reference_numerics_small_nn_functional_relu_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0667203Z test_reference_numerics_small_nn_functional_selu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0684304Z test_reference_numerics_small_nn_functional_selu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0701055Z test_reference_numerics_small_nn_functional_selu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0717804Z test_reference_numerics_small_nn_functional_selu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0734462Z test_reference_numerics_small_nn_functional_silu_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0751230Z test_reference_numerics_small_nn_functional_silu_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0767460Z test_reference_numerics_small_nn_functional_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0783637Z test_reference_numerics_small_nn_functional_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0800716Z test_reference_numerics_small_nn_functional_softplus_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0817449Z test_reference_numerics_small_nn_functional_softplus_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0834052Z test_reference_numerics_small_nn_functional_softplus_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0850617Z test_reference_numerics_small_nn_functional_softplus_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0867520Z test_reference_numerics_small_nn_functional_softsign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.0878345Z test_reference_numerics_small_nn_functional_softsign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.1042882Z test_reference_numerics_small_nn_functional_softsign_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:32.1200482Z test_reference_numerics_small_nn_functional_softsign_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:32.1218168Z test_reference_numerics_small_nn_functional_softsign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1236477Z test_reference_numerics_small_nn_functional_softsign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1254596Z test_reference_numerics_small_nn_functional_softsign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1272368Z test_reference_numerics_small_nn_functional_softsign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1279336Z test_reference_numerics_small_nn_functional_softsign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:41:32.1297028Z test_reference_numerics_small_nn_functional_softsign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1303302Z test_reference_numerics_small_nn_functional_softsign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:41:32.1320077Z test_reference_numerics_small_nn_functional_softsign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1336567Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1593105Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.026s) 2022-09-27T16:41:32.1793559Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:41:32.1811258Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1829048Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1846648Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1863681Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1881060Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1898046Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1914682Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1929899Z test_reference_numerics_small_nn_functional_tanhshrink_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.1946201Z test_reference_numerics_small_nn_functional_threshold_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1962931Z test_reference_numerics_small_nn_functional_threshold_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1979337Z test_reference_numerics_small_nn_functional_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.1995595Z test_reference_numerics_small_nn_functional_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2010751Z test_reference_numerics_small_nn_functional_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.2026281Z test_reference_numerics_small_nn_functional_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.2042344Z test_reference_numerics_small_nn_functional_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2059149Z test_reference_numerics_small_nn_functional_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2076830Z test_reference_numerics_small_nn_functional_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2088174Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.2110368Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2131380Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2151564Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2167629Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2183899Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2200524Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2216152Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.2232613Z test_reference_numerics_small_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2243703Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.2264209Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2285267Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2305946Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2325121Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2343395Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2360933Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2378696Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2396420Z test_reference_numerics_small_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2406460Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.2426068Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2445894Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2465065Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2483829Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2502711Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2521582Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2540148Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2559187Z test_reference_numerics_small_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2570196Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.2589021Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2607872Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2626851Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2643453Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2660468Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2678741Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2697028Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2715890Z test_reference_numerics_small_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2727493Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.2747958Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2769073Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2789314Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2807032Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2823999Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2841197Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2857749Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2875307Z test_reference_numerics_small_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.2891201Z test_reference_numerics_small_positive_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.3057971Z test_reference_numerics_small_positive_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:32.3224525Z test_reference_numerics_small_positive_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:32.3385479Z test_reference_numerics_small_positive_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:32.3402359Z test_reference_numerics_small_positive_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.3419107Z test_reference_numerics_small_positive_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.3436034Z test_reference_numerics_small_positive_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.3452223Z test_reference_numerics_small_positive_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.3467024Z test_reference_numerics_small_positive_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.3482306Z test_reference_numerics_small_positive_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.3497626Z test_reference_numerics_small_positive_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.3512819Z test_reference_numerics_small_positive_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.3519538Z test_reference_numerics_small_rad2deg_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:41:32.3529221Z test_reference_numerics_small_rad2deg_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.3544797Z test_reference_numerics_small_rad2deg_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.3562211Z test_reference_numerics_small_rad2deg_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.3579865Z test_reference_numerics_small_rad2deg_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.3596823Z test_reference_numerics_small_rad2deg_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.3613823Z test_reference_numerics_small_rad2deg_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.3630725Z test_reference_numerics_small_rad2deg_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.3647839Z test_reference_numerics_small_rad2deg_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.3663767Z test_reference_numerics_small_rad2deg_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.3680875Z test_reference_numerics_small_real_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.3692190Z test_reference_numerics_small_real_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.3847782Z test_reference_numerics_small_real_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:32.3995819Z test_reference_numerics_small_real_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:32.4140190Z test_reference_numerics_small_real_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.014s) 2022-09-27T16:41:32.4156970Z test_reference_numerics_small_real_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4173200Z test_reference_numerics_small_real_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4189795Z test_reference_numerics_small_real_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4205016Z test_reference_numerics_small_real_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4219779Z test_reference_numerics_small_real_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4234760Z test_reference_numerics_small_real_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4250387Z test_reference_numerics_small_real_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4267170Z test_reference_numerics_small_real_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4274037Z test_reference_numerics_small_reciprocal_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:41:32.4285281Z test_reference_numerics_small_reciprocal_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.4442763Z test_reference_numerics_small_reciprocal_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:32.4593178Z test_reference_numerics_small_reciprocal_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:32.4608964Z test_reference_numerics_small_reciprocal_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4624685Z test_reference_numerics_small_reciprocal_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4640995Z test_reference_numerics_small_reciprocal_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4656956Z test_reference_numerics_small_reciprocal_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4672745Z test_reference_numerics_small_reciprocal_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4688416Z test_reference_numerics_small_reciprocal_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4704138Z test_reference_numerics_small_reciprocal_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4720360Z test_reference_numerics_small_reciprocal_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4736477Z test_reference_numerics_small_round_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4752934Z test_reference_numerics_small_round_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4768858Z test_reference_numerics_small_round_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4784638Z test_reference_numerics_small_round_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4800325Z test_reference_numerics_small_round_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4814771Z test_reference_numerics_small_round_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4829324Z test_reference_numerics_small_round_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4845205Z test_reference_numerics_small_round_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.4861085Z test_reference_numerics_small_round_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4877630Z test_reference_numerics_small_round_decimals_0_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4893831Z test_reference_numerics_small_round_decimals_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4909945Z test_reference_numerics_small_round_decimals_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4926366Z test_reference_numerics_small_round_decimals_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4942848Z test_reference_numerics_small_round_decimals_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4959404Z test_reference_numerics_small_round_decimals_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4976072Z test_reference_numerics_small_round_decimals_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.4992397Z test_reference_numerics_small_round_decimals_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5009042Z test_reference_numerics_small_round_decimals_neg_3_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5026292Z test_reference_numerics_small_round_decimals_neg_3_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5043171Z test_reference_numerics_small_round_decimals_neg_3_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5059178Z test_reference_numerics_small_round_decimals_neg_3_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5076701Z test_reference_numerics_small_rsqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5087393Z test_reference_numerics_small_rsqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.5261714Z test_reference_numerics_small_rsqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:32.5435327Z test_reference_numerics_small_rsqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:32.5603531Z test_reference_numerics_small_rsqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:32.5620239Z test_reference_numerics_small_rsqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5637093Z test_reference_numerics_small_rsqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5653481Z test_reference_numerics_small_rsqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5670037Z test_reference_numerics_small_rsqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5686257Z test_reference_numerics_small_rsqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5702283Z test_reference_numerics_small_rsqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5719002Z test_reference_numerics_small_rsqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5734981Z test_reference_numerics_small_rsqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5751314Z test_reference_numerics_small_sgn_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.5762305Z test_reference_numerics_small_sgn_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.5927792Z test_reference_numerics_small_sgn_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:32.6102985Z test_reference_numerics_small_sgn_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:32.6271201Z test_reference_numerics_small_sgn_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:32.6287915Z test_reference_numerics_small_sgn_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.6304970Z test_reference_numerics_small_sgn_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.6321487Z test_reference_numerics_small_sgn_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.6336319Z test_reference_numerics_small_sgn_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.6350688Z test_reference_numerics_small_sgn_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.6365215Z test_reference_numerics_small_sgn_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.6380686Z test_reference_numerics_small_sgn_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.6396619Z test_reference_numerics_small_sgn_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.6413552Z test_reference_numerics_small_sigmoid_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.6424807Z test_reference_numerics_small_sigmoid_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.6637230Z test_reference_numerics_small_sigmoid_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.021s) 2022-09-27T16:41:32.6816748Z test_reference_numerics_small_sigmoid_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:32.6993108Z test_reference_numerics_small_sigmoid_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:32.7010500Z test_reference_numerics_small_sigmoid_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7027567Z test_reference_numerics_small_sigmoid_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7044821Z test_reference_numerics_small_sigmoid_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7060953Z test_reference_numerics_small_sigmoid_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7077908Z test_reference_numerics_small_sigmoid_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7094401Z test_reference_numerics_small_sigmoid_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7110541Z test_reference_numerics_small_sigmoid_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7127212Z test_reference_numerics_small_sigmoid_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7144103Z test_reference_numerics_small_sign_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7155213Z test_reference_numerics_small_sign_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.7171216Z test_reference_numerics_small_sign_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7189315Z test_reference_numerics_small_sign_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7205819Z test_reference_numerics_small_sign_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7220755Z test_reference_numerics_small_sign_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7235625Z test_reference_numerics_small_sign_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7249920Z test_reference_numerics_small_sign_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7265183Z test_reference_numerics_small_sign_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7281329Z test_reference_numerics_small_sign_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7297416Z test_reference_numerics_small_signbit_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7308180Z test_reference_numerics_small_signbit_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.7323357Z test_reference_numerics_small_signbit_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7338403Z test_reference_numerics_small_signbit_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7353532Z test_reference_numerics_small_signbit_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7367846Z test_reference_numerics_small_signbit_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7382277Z test_reference_numerics_small_signbit_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7396985Z test_reference_numerics_small_signbit_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7412670Z test_reference_numerics_small_signbit_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7428427Z test_reference_numerics_small_signbit_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.7445365Z test_reference_numerics_small_sin_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.7456474Z test_reference_numerics_small_sin_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.7711297Z test_reference_numerics_small_sin_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:41:32.7905776Z test_reference_numerics_small_sin_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:32.8095628Z test_reference_numerics_small_sin_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:32.8112527Z test_reference_numerics_small_sin_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8129123Z test_reference_numerics_small_sin_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8145389Z test_reference_numerics_small_sin_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8161187Z test_reference_numerics_small_sin_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.8176949Z test_reference_numerics_small_sin_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.8192827Z test_reference_numerics_small_sin_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.8208982Z test_reference_numerics_small_sin_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8224520Z test_reference_numerics_small_sin_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.8241784Z test_reference_numerics_small_sinc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8252935Z test_reference_numerics_small_sinc_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.8490921Z test_reference_numerics_small_sinc_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.024s) 2022-09-27T16:41:32.8496575Z test_reference_numerics_small_sinc_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Skipped! (0.001s) 2022-09-27T16:41:32.8513644Z test_reference_numerics_small_sinc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8530379Z test_reference_numerics_small_sinc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8546683Z test_reference_numerics_small_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8563405Z test_reference_numerics_small_sinc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8579542Z test_reference_numerics_small_sinc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8596234Z test_reference_numerics_small_sinc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8613072Z test_reference_numerics_small_sinc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8628814Z test_reference_numerics_small_sinc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8645799Z test_reference_numerics_small_sinh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.8656491Z test_reference_numerics_small_sinh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.8913843Z test_reference_numerics_small_sinh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.025s) 2022-09-27T16:41:32.9119024Z test_reference_numerics_small_sinh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.020s) 2022-09-27T16:41:32.9312474Z test_reference_numerics_small_sinh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:32.9330219Z test_reference_numerics_small_sinh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9348303Z test_reference_numerics_small_sinh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9366197Z test_reference_numerics_small_sinh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9383458Z test_reference_numerics_small_sinh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9400903Z test_reference_numerics_small_sinh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9417904Z test_reference_numerics_small_sinh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9434388Z test_reference_numerics_small_sinh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9449738Z test_reference_numerics_small_sinh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.9461062Z test_reference_numerics_small_special_airy_ai_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.9477549Z test_reference_numerics_small_special_airy_ai_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9493351Z test_reference_numerics_small_special_airy_ai_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.9510447Z test_reference_numerics_small_special_airy_ai_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9528599Z test_reference_numerics_small_special_airy_ai_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9547389Z test_reference_numerics_small_special_airy_ai_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9565970Z test_reference_numerics_small_special_airy_ai_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9583673Z test_reference_numerics_small_special_airy_ai_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9595435Z test_reference_numerics_small_special_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.9612668Z test_reference_numerics_small_special_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9630015Z test_reference_numerics_small_special_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9646295Z test_reference_numerics_small_special_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9662482Z test_reference_numerics_small_special_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9679339Z test_reference_numerics_small_special_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9695286Z test_reference_numerics_small_special_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.9710403Z test_reference_numerics_small_special_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.9720579Z test_reference_numerics_small_special_bessel_j1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.9736111Z test_reference_numerics_small_special_bessel_j1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:32.9752996Z test_reference_numerics_small_special_bessel_j1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9769587Z test_reference_numerics_small_special_bessel_j1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9786500Z test_reference_numerics_small_special_bessel_j1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9803532Z test_reference_numerics_small_special_bessel_j1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9820347Z test_reference_numerics_small_special_bessel_j1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9837425Z test_reference_numerics_small_special_bessel_j1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9848859Z test_reference_numerics_small_special_bessel_y0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.9865201Z test_reference_numerics_small_special_bessel_y0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9882547Z test_reference_numerics_small_special_bessel_y0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9899742Z test_reference_numerics_small_special_bessel_y0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9916863Z test_reference_numerics_small_special_bessel_y0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9933889Z test_reference_numerics_small_special_bessel_y0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9950638Z test_reference_numerics_small_special_bessel_y0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9967599Z test_reference_numerics_small_special_bessel_y0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:32.9978078Z test_reference_numerics_small_special_bessel_y1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:32.9994511Z test_reference_numerics_small_special_bessel_y1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0010339Z test_reference_numerics_small_special_bessel_y1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0026343Z test_reference_numerics_small_special_bessel_y1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0042282Z test_reference_numerics_small_special_bessel_y1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0058036Z test_reference_numerics_small_special_bessel_y1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0074117Z test_reference_numerics_small_special_bessel_y1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0090908Z test_reference_numerics_small_special_bessel_y1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0108512Z test_reference_numerics_small_special_entr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0120516Z test_reference_numerics_small_special_entr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.0138058Z test_reference_numerics_small_special_entr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0155690Z test_reference_numerics_small_special_entr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0172845Z test_reference_numerics_small_special_entr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0189063Z test_reference_numerics_small_special_entr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0204674Z test_reference_numerics_small_special_entr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0220130Z test_reference_numerics_small_special_entr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0235470Z test_reference_numerics_small_special_entr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0250623Z test_reference_numerics_small_special_entr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0261488Z test_reference_numerics_small_special_erfcx_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.0277411Z test_reference_numerics_small_special_erfcx_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0293230Z test_reference_numerics_small_special_erfcx_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0309961Z test_reference_numerics_small_special_erfcx_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0327004Z test_reference_numerics_small_special_erfcx_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0343870Z test_reference_numerics_small_special_erfcx_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0360685Z test_reference_numerics_small_special_erfcx_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0377640Z test_reference_numerics_small_special_erfcx_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0395677Z test_reference_numerics_small_special_i0e_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0406459Z test_reference_numerics_small_special_i0e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.0422728Z test_reference_numerics_small_special_i0e_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0438939Z test_reference_numerics_small_special_i0e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0454791Z test_reference_numerics_small_special_i0e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0469852Z test_reference_numerics_small_special_i0e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0485035Z test_reference_numerics_small_special_i0e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0500091Z test_reference_numerics_small_special_i0e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0515926Z test_reference_numerics_small_special_i0e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0532371Z test_reference_numerics_small_special_i0e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0543851Z test_reference_numerics_small_special_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.0561706Z test_reference_numerics_small_special_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0579273Z test_reference_numerics_small_special_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0596699Z test_reference_numerics_small_special_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0613699Z test_reference_numerics_small_special_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0630125Z test_reference_numerics_small_special_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0646315Z test_reference_numerics_small_special_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0661757Z test_reference_numerics_small_special_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0672649Z test_reference_numerics_small_special_i1e_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.0688334Z test_reference_numerics_small_special_i1e_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0703966Z test_reference_numerics_small_special_i1e_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0719829Z test_reference_numerics_small_special_i1e_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0735982Z test_reference_numerics_small_special_i1e_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0752846Z test_reference_numerics_small_special_i1e_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0769543Z test_reference_numerics_small_special_i1e_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0786450Z test_reference_numerics_small_special_i1e_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0798124Z test_reference_numerics_small_special_log_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.0815292Z test_reference_numerics_small_special_log_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0833057Z test_reference_numerics_small_special_log_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0849640Z test_reference_numerics_small_special_log_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0865438Z test_reference_numerics_small_special_log_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0882588Z test_reference_numerics_small_special_log_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0899562Z test_reference_numerics_small_special_log_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0916721Z test_reference_numerics_small_special_log_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0928299Z test_reference_numerics_small_special_modified_bessel_i0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.0945639Z test_reference_numerics_small_special_modified_bessel_i0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0963293Z test_reference_numerics_small_special_modified_bessel_i0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.0979454Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.0995001Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1010160Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1025630Z test_reference_numerics_small_special_modified_bessel_i0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1041337Z test_reference_numerics_small_special_modified_bessel_i0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1051498Z test_reference_numerics_small_special_modified_bessel_i1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.1066855Z test_reference_numerics_small_special_modified_bessel_i1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1083186Z test_reference_numerics_small_special_modified_bessel_i1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1100156Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1117545Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1134792Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1152104Z test_reference_numerics_small_special_modified_bessel_i1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1169033Z test_reference_numerics_small_special_modified_bessel_i1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1180820Z test_reference_numerics_small_special_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.1196928Z test_reference_numerics_small_special_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1212759Z test_reference_numerics_small_special_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1227846Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1243725Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1258498Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1273909Z test_reference_numerics_small_special_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1288922Z test_reference_numerics_small_special_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1300351Z test_reference_numerics_small_special_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.1317530Z test_reference_numerics_small_special_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1334827Z test_reference_numerics_small_special_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1352465Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1367935Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1382983Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1398236Z test_reference_numerics_small_special_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1413752Z test_reference_numerics_small_special_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1430804Z test_reference_numerics_small_special_ndtr_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1441527Z test_reference_numerics_small_special_ndtr_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.1458299Z test_reference_numerics_small_special_ndtr_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1474444Z test_reference_numerics_small_special_ndtr_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1490494Z test_reference_numerics_small_special_ndtr_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1506240Z test_reference_numerics_small_special_ndtr_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1521863Z test_reference_numerics_small_special_ndtr_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1538007Z test_reference_numerics_small_special_ndtr_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1553924Z test_reference_numerics_small_special_ndtr_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1569350Z test_reference_numerics_small_special_ndtr_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1579450Z test_reference_numerics_small_special_ndtri_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.1595545Z test_reference_numerics_small_special_ndtri_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1611798Z test_reference_numerics_small_special_ndtri_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1627271Z test_reference_numerics_small_special_ndtri_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1642739Z test_reference_numerics_small_special_ndtri_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1658280Z test_reference_numerics_small_special_ndtri_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1674294Z test_reference_numerics_small_special_ndtri_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1690076Z test_reference_numerics_small_special_ndtri_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1700220Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.1717840Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1735021Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1752808Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1769860Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1786101Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1803064Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1820082Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1836826Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1846951Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.1862492Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1878299Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1893235Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1908371Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1924498Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1939949Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1956042Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.1966672Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.1982558Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.1998375Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2013326Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2029095Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2045039Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.2060731Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2075957Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2086008Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.2101557Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2117618Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.2133026Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2148206Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2163323Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2178396Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2193996Z test_reference_numerics_small_special_spherical_bessel_j0_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2209855Z test_reference_numerics_small_sqrt_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2219849Z test_reference_numerics_small_sqrt_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.2395022Z test_reference_numerics_small_sqrt_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:33.2567368Z test_reference_numerics_small_sqrt_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:33.2732826Z test_reference_numerics_small_sqrt_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:33.2749111Z test_reference_numerics_small_sqrt_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.2766129Z test_reference_numerics_small_sqrt_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.2782458Z test_reference_numerics_small_sqrt_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.2798988Z test_reference_numerics_small_sqrt_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.2815109Z test_reference_numerics_small_sqrt_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.2831596Z test_reference_numerics_small_sqrt_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.2847520Z test_reference_numerics_small_sqrt_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2863663Z test_reference_numerics_small_sqrt_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.2880540Z test_reference_numerics_small_square_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.2891540Z test_reference_numerics_small_square_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.3048907Z test_reference_numerics_small_square_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.016s) 2022-09-27T16:41:33.3198722Z test_reference_numerics_small_square_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.015s) 2022-09-27T16:41:33.3213898Z test_reference_numerics_small_square_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.3229936Z test_reference_numerics_small_square_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.3246560Z test_reference_numerics_small_square_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.3261829Z test_reference_numerics_small_square_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.3276921Z test_reference_numerics_small_square_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.3292333Z test_reference_numerics_small_square_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.3308068Z test_reference_numerics_small_square_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.3323973Z test_reference_numerics_small_square_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.3342503Z test_reference_numerics_small_tan_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.3353686Z test_reference_numerics_small_tan_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.3698336Z test_reference_numerics_small_tan_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.034s) 2022-09-27T16:41:33.3879128Z test_reference_numerics_small_tan_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:33.4058156Z test_reference_numerics_small_tan_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:33.4076352Z test_reference_numerics_small_tan_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4094693Z test_reference_numerics_small_tan_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4227302Z test_reference_numerics_small_tan_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.013s) 2022-09-27T16:41:33.4245415Z test_reference_numerics_small_tan_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4263585Z test_reference_numerics_small_tan_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4281856Z test_reference_numerics_small_tan_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4299909Z test_reference_numerics_small_tan_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4318500Z test_reference_numerics_small_tan_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4336385Z test_reference_numerics_small_tanh_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4348898Z test_reference_numerics_small_tanh_cuda_bool (__main__.TestUnaryUfuncsCUDA) ... skip: bool has no small values (0.001s) 2022-09-27T16:41:33.4540455Z test_reference_numerics_small_tanh_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... ok (0.019s) 2022-09-27T16:41:33.4716566Z test_reference_numerics_small_tanh_cuda_complex32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.018s) 2022-09-27T16:41:33.4889401Z test_reference_numerics_small_tanh_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.017s) 2022-09-27T16:41:33.4907497Z test_reference_numerics_small_tanh_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4925997Z test_reference_numerics_small_tanh_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4944349Z test_reference_numerics_small_tanh_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4962450Z test_reference_numerics_small_tanh_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4980281Z test_reference_numerics_small_tanh_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.4998516Z test_reference_numerics_small_tanh_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.5016379Z test_reference_numerics_small_tanh_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.5033191Z test_reference_numerics_small_tanh_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.5049589Z test_reference_numerics_small_trunc_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.5065779Z test_reference_numerics_small_trunc_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.5081875Z test_reference_numerics_small_trunc_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.5097819Z test_reference_numerics_small_trunc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.5113343Z test_reference_numerics_small_trunc_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.5128458Z test_reference_numerics_small_trunc_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.5143479Z test_reference_numerics_small_trunc_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.5159536Z test_reference_numerics_small_trunc_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.5175403Z test_reference_numerics_small_trunc_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... ok (0.001s) 2022-09-27T16:41:33.5215143Z test_silu_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.004s) 2022-09-27T16:41:33.5250459Z test_silu_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.003s) 2022-09-27T16:41:33.8329831Z test_sinc_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.308s) 2022-09-27T16:41:33.8399112Z test_special_i0_i1_vs_scipy_cuda_bfloat16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.007s) 2022-09-27T16:41:33.8462523Z test_special_i0_i1_vs_scipy_cuda_float16 (__main__.TestUnaryUfuncsCUDA) ... ok (0.006s) 2022-09-27T16:41:33.8562034Z test_special_i0_i1_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:41:33.8661596Z test_special_i0_i1_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.010s) 2022-09-27T16:41:33.8678548Z test_special_log_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.8695828Z test_special_log_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.8718065Z test_special_ndtr_vs_scipy_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.8739954Z test_special_ndtr_vs_scipy_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.002s) 2022-09-27T16:41:33.8750831Z test_threshold_cuda_complex128 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:41:33.8761456Z test_threshold_cuda_complex64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:41:33.8771680Z test_threshold_cuda_float32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:41:33.8781869Z test_threshold_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:41:33.8792325Z test_threshold_cuda_int16 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:41:33.8802427Z test_threshold_cuda_int32 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:41:33.8812516Z test_threshold_cuda_int64 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:41:33.8822640Z test_threshold_cuda_int8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:41:33.8833067Z test_threshold_cuda_uint8 (__main__.TestUnaryUfuncsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:41:33.8880083Z test_unary_out_op_mem_overlap_cuda_float64 (__main__.TestUnaryUfuncsCUDA) ... ok (0.005s) 2022-09-27T16:41:33.8883937Z 2022-09-27T16:41:33.8884675Z ---------------------------------------------------------------------- 2022-09-27T16:41:33.8885063Z Ran 13178 tests in 413.396s 2022-09-27T16:41:33.8885247Z 2022-09-27T16:41:33.8888339Z OK (skipped=478, expected failures=13) 2022-09-27T16:41:33.8888912Z 2022-09-27T16:41:33.8889060Z Generating XML reports... 2022-09-27T16:41:35.4636437Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCUDA-20220927163440.xml 2022-09-27T16:41:36.2595312Z Running test_modules ... [2022-09-27 16:41:36.258924] 2022-09-27T16:41:36.2596134Z Executing ['/opt/conda/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:41:36.259021] 2022-09-27T16:41:40.4411771Z Test results will be stored in test-reports/python-unittest/test_modules 2022-09-27T16:41:40.4538235Z 2022-09-27T16:41:40.4538554Z Running tests... 2022-09-27T16:41:40.4539134Z ---------------------------------------------------------------------- 2022-09-27T16:41:40.4686270Z test_check_inplace_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:41:40.4792992Z test_check_inplace_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:41:40.4861941Z test_check_inplace_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:41:40.4928517Z test_check_inplace_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:41:40.5017765Z test_check_inplace_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:41:40.5104021Z test_check_inplace_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:41:40.5133948Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:41:40.5163661Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:41:40.5245775Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:41:40.5321461Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:41:40.5402128Z test_cpu_gpu_parity_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:41:40.5478772Z test_cpu_gpu_parity_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:41:41.1395477Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.591s) 2022-09-27T16:41:41.1507864Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:41:41.2164924Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-09-27T16:41:41.2277558Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:41:41.2387949Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:41:41.2499203Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:41:41.2610604Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:41:41.2722428Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:41:41.3163843Z test_cpu_gpu_parity_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-09-27T16:41:41.3612829Z test_cpu_gpu_parity_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.045s) 2022-09-27T16:41:42.0190182Z test_cpu_gpu_parity_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.657s) 2022-09-27T16:41:42.0594090Z test_cpu_gpu_parity_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.040s) 2022-09-27T16:41:42.1233164Z test_cpu_gpu_parity_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-09-27T16:41:42.1676973Z test_cpu_gpu_parity_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-09-27T16:41:42.2392016Z test_cpu_gpu_parity_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.071s) 2022-09-27T16:41:42.2849408Z test_cpu_gpu_parity_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.046s) 2022-09-27T16:41:42.2897420Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py:975: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:41:42.2898462Z warnings.warn( 2022-09-27T16:41:42.3227555Z ok (0.038s) 2022-09-27T16:41:42.3266377Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:41:42.3267804Z result = torch.complex(real, imag) 2022-09-27T16:41:42.3389066Z expected failure (0.016s) 2022-09-27T16:41:42.3751323Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-09-27T16:41:42.3959728Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-09-27T16:41:42.4161485Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-09-27T16:41:42.4387940Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-09-27T16:41:42.4596192Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-09-27T16:41:42.4814458Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-09-27T16:41:42.5071106Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-09-27T16:41:42.5772801Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.070s) 2022-09-27T16:41:42.6436485Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-09-27T16:41:42.6619188Z test_cpu_gpu_parity_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-09-27T16:41:42.6798575Z test_cpu_gpu_parity_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-09-27T16:41:42.6966858Z test_cpu_gpu_parity_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-09-27T16:41:42.7156473Z test_cpu_gpu_parity_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-09-27T16:41:42.7457087Z test_cpu_gpu_parity_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-09-27T16:41:42.7749322Z test_cpu_gpu_parity_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-09-27T16:41:42.7783630Z test_cpu_gpu_parity_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:41:42.7817266Z test_cpu_gpu_parity_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:41:43.6954787Z test_cpu_gpu_parity_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.913s) 2022-09-27T16:41:44.5031932Z test_cpu_gpu_parity_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.808s) 2022-09-27T16:41:44.5369414Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-09-27T16:41:44.5689827Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-09-27T16:41:44.5800144Z test_cpu_gpu_parity_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:41:44.5909348Z test_cpu_gpu_parity_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:41:44.6210975Z test_cpu_gpu_parity_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-09-27T16:41:44.6506116Z test_cpu_gpu_parity_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-09-27T16:41:44.7082486Z test_cpu_gpu_parity_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-09-27T16:41:44.7643197Z test_cpu_gpu_parity_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.056s) 2022-09-27T16:41:44.7678410Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:41:44.7713105Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:41:47.4866873Z test_cpu_gpu_parity_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.715s) 2022-09-27T16:41:50.1143467Z test_cpu_gpu_parity_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.627s) 2022-09-27T16:41:50.1186853Z test_cpu_gpu_parity_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:41:50.1187689Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:41:50.1653825Z ok (0.051s) 2022-09-27T16:41:50.2036460Z test_cpu_gpu_parity_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.038s) 2022-09-27T16:41:50.2510937Z test_cpu_gpu_parity_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-09-27T16:41:50.2922429Z test_cpu_gpu_parity_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-09-27T16:41:50.3486221Z test_cpu_gpu_parity_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.056s) 2022-09-27T16:41:50.3986641Z test_cpu_gpu_parity_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-09-27T16:41:50.4229617Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-09-27T16:41:50.4466870Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-09-27T16:41:50.4702045Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-09-27T16:41:50.4928404Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-09-27T16:41:50.5165597Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-09-27T16:41:50.5437253Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-09-27T16:41:50.5678233Z test_cpu_gpu_parity_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-09-27T16:41:50.5915947Z test_cpu_gpu_parity_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-09-27T16:41:52.7234359Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.131s) 2022-09-27T16:41:54.7997335Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.076s) 2022-09-27T16:41:56.9263824Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.126s) 2022-09-27T16:41:59.0223763Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.096s) 2022-09-27T16:41:59.0563161Z test_cpu_gpu_parity_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-09-27T16:41:59.0895546Z test_cpu_gpu_parity_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-09-27T16:41:59.1317516Z test_cpu_gpu_parity_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-09-27T16:41:59.1724033Z test_cpu_gpu_parity_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-09-27T16:41:59.1760634Z test_cpu_gpu_parity_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:41:59.1798690Z test_cpu_gpu_parity_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:42:00.6084935Z test_cpu_gpu_parity_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.428s) 2022-09-27T16:42:02.0032421Z test_cpu_gpu_parity_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.395s) 2022-09-27T16:42:02.0177623Z test_cpu_gpu_parity_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-09-27T16:42:02.0320354Z test_cpu_gpu_parity_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:42:02.0428989Z test_cpu_gpu_parity_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:42:02.0537355Z test_cpu_gpu_parity_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:42:02.9576826Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.904s) 2022-09-27T16:42:03.8237194Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.866s) 2022-09-27T16:42:04.4706737Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.647s) 2022-09-27T16:42:05.1030117Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.632s) 2022-09-27T16:42:05.6841608Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.581s) 2022-09-27T16:42:06.2544657Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.570s) 2022-09-27T16:42:07.6574486Z test_cpu_gpu_parity_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.403s) 2022-09-27T16:42:09.1127820Z test_cpu_gpu_parity_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.455s) 2022-09-27T16:42:09.1177672Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.1224141Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.1257552Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:09.1289658Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:09.1322952Z test_factory_kwargs_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:09.1355190Z test_factory_kwargs_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:09.1408372Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.1458891Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.1510635Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.1561351Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.1611889Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.1663381Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.1714910Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.1779316Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.1854083Z test_factory_kwargs_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:09.1930105Z test_factory_kwargs_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:09.2025279Z test_factory_kwargs_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:09.2120441Z test_factory_kwargs_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:09.2233277Z test_factory_kwargs_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:42:09.2328502Z test_factory_kwargs_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:09.2423522Z test_factory_kwargs_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:09.2519979Z test_factory_kwargs_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:42:09.2598039Z test_factory_kwargs_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:42:09.2657954Z test_factory_kwargs_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.2721026Z test_factory_kwargs_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.2781337Z test_factory_kwargs_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.2843509Z test_factory_kwargs_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.2905472Z test_factory_kwargs_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.2968063Z test_factory_kwargs_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.3028699Z test_factory_kwargs_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.3106604Z test_factory_kwargs_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:42:09.3258301Z test_factory_kwargs_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-09-27T16:42:09.3428172Z test_factory_kwargs_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-09-27T16:42:09.3482231Z test_factory_kwargs_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.3536412Z test_factory_kwargs_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.3587438Z test_factory_kwargs_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.3638622Z test_factory_kwargs_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:09.3725318Z test_factory_kwargs_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:09.3795188Z test_factory_kwargs_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:09.4436071Z test_factory_kwargs_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-09-27T16:42:09.5063574Z test_factory_kwargs_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.063s) 2022-09-27T16:42:09.5710076Z test_factory_kwargs_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-09-27T16:42:09.6359357Z test_factory_kwargs_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-09-27T16:42:09.6422456Z test_factory_kwargs_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.6484557Z test_factory_kwargs_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.6541420Z test_factory_kwargs_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.6580259Z test_factory_kwargs_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:42:09.6644714Z test_factory_kwargs_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.6709207Z test_factory_kwargs_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:09.6778859Z test_factory_kwargs_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:09.6851764Z test_factory_kwargs_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:09.8237006Z test_factory_kwargs_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.138s) 2022-09-27T16:42:09.9664108Z test_factory_kwargs_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.143s) 2022-09-27T16:42:10.1052098Z test_factory_kwargs_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.139s) 2022-09-27T16:42:10.2417817Z test_factory_kwargs_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.136s) 2022-09-27T16:42:10.2557201Z test_factory_kwargs_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:42:10.2671305Z test_factory_kwargs_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:42:10.2807443Z test_factory_kwargs_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:42:10.2922409Z test_factory_kwargs_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:42:10.3059143Z test_factory_kwargs_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:42:10.3173620Z test_factory_kwargs_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:42:10.3244760Z test_factory_kwargs_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:10.3338218Z test_factory_kwargs_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:10.3408563Z test_factory_kwargs_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:10.3479821Z test_factory_kwargs_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:10.3551416Z test_factory_kwargs_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:10.3643795Z test_factory_kwargs_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:10.3716698Z test_factory_kwargs_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:10.3789341Z test_factory_kwargs_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:10.5511283Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.172s) 2022-09-27T16:42:10.7232621Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.172s) 2022-09-27T16:42:10.8940446Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.171s) 2022-09-27T16:42:11.0665976Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.172s) 2022-09-27T16:42:11.0788762Z test_factory_kwargs_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:42:11.0890720Z test_factory_kwargs_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:42:11.0979079Z test_factory_kwargs_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:11.1090607Z test_factory_kwargs_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:42:11.2361833Z test_factory_kwargs_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.127s) 2022-09-27T16:42:11.3629977Z test_factory_kwargs_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.127s) 2022-09-27T16:42:11.4916808Z test_factory_kwargs_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.128s) 2022-09-27T16:42:11.6182768Z test_factory_kwargs_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.127s) 2022-09-27T16:42:11.6228246Z test_factory_kwargs_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:42:11.6273427Z test_factory_kwargs_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:42:11.6312748Z test_factory_kwargs_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:42:11.6351794Z test_factory_kwargs_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:42:11.7559292Z test_factory_kwargs_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.121s) 2022-09-27T16:42:11.8803693Z test_factory_kwargs_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.124s) 2022-09-27T16:42:11.9814155Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.101s) 2022-09-27T16:42:12.0784297Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.097s) 2022-09-27T16:42:12.1717264Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.092s) 2022-09-27T16:42:12.2598469Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.089s) 2022-09-27T16:42:12.6422941Z test_factory_kwargs_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.382s) 2022-09-27T16:42:12.9224380Z test_factory_kwargs_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.280s) 2022-09-27T16:42:12.9254305Z test_forward_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9283381Z test_forward_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9304834Z test_forward_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:42:12.9326454Z test_forward_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:42:12.9358172Z test_forward_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9387443Z test_forward_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9421380Z test_forward_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9455552Z test_forward_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9489920Z test_forward_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9524938Z test_forward_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9558215Z test_forward_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9592225Z test_forward_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9625768Z test_forward_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9660806Z test_forward_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:12.9758140Z test_forward_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:42:12.9854081Z test_forward_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:12.9941589Z test_forward_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:13.0028648Z test_forward_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:13.0119055Z test_forward_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:13.0208325Z test_forward_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:13.0294341Z test_forward_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:13.0389551Z test_forward_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:13.0498037Z test_forward_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:42:13.0585217Z test_forward_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:13.0646742Z test_forward_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:13.0700823Z test_forward_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:13.0754377Z test_forward_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:13.0806288Z test_forward_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:13.0858844Z test_forward_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:13.0911339Z test_forward_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:13.0964423Z test_forward_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:13.1195520Z test_forward_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-09-27T16:42:13.1420454Z test_forward_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-09-27T16:42:13.1466734Z test_forward_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:13.1513376Z test_forward_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:13.1545023Z test_forward_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:13.1577542Z test_forward_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:13.1649062Z test_forward_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:13.1721566Z test_forward_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:13.2617525Z test_forward_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.089s) 2022-09-27T16:42:13.3525995Z test_forward_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.091s) 2022-09-27T16:42:13.4420551Z test_forward_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.089s) 2022-09-27T16:42:13.5335115Z test_forward_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.091s) 2022-09-27T16:42:13.5444449Z test_forward_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:42:13.5550934Z test_forward_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:42:13.5583421Z test_forward_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:13.5615609Z test_forward_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:13.5705045Z test_forward_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:13.5792286Z test_forward_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:13.5877999Z test_forward_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:42:13.5962810Z test_forward_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:42:13.8053784Z test_forward_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.209s) 2022-09-27T16:42:14.0153172Z test_forward_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.210s) 2022-09-27T16:42:14.2227492Z test_forward_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.207s) 2022-09-27T16:42:14.4325129Z test_forward_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.210s) 2022-09-27T16:42:14.4422218Z test_forward_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:42:14.4517428Z test_forward_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:14.4617063Z test_forward_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:42:14.4712505Z test_forward_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:14.4808456Z test_forward_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:14.4909188Z test_forward_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:42:14.4969109Z test_forward_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:14.5026878Z test_forward_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:14.5084450Z test_forward_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:14.5141323Z test_forward_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:14.5199511Z test_forward_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:14.5257020Z test_forward_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:42:14.5325875Z test_forward_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:14.5394125Z test_forward_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:42:14.8828170Z test_forward_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.343s) 2022-09-27T16:42:15.2251292Z test_forward_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.342s) 2022-09-27T16:42:15.5676341Z test_forward_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.342s) 2022-09-27T16:42:15.9103077Z test_forward_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.342s) 2022-09-27T16:42:15.9348274Z test_forward_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-09-27T16:42:15.9589494Z test_forward_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-09-27T16:42:15.9689450Z test_forward_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:42:15.9789519Z test_forward_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:42:16.1541343Z test_forward_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.175s) 2022-09-27T16:42:16.3327714Z test_forward_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.178s) 2022-09-27T16:42:16.5077675Z test_forward_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.175s) 2022-09-27T16:42:16.6853797Z test_forward_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.178s) 2022-09-27T16:42:16.6881376Z test_forward_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:16.6908542Z test_forward_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:42:16.6933118Z test_forward_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:42:16.6957326Z test_forward_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:42:16.8800243Z test_forward_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.184s) 2022-09-27T16:42:17.0681187Z test_forward_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.188s) 2022-09-27T16:42:17.2038025Z test_forward_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.136s) 2022-09-27T16:42:17.3434803Z test_forward_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.140s) 2022-09-27T16:42:17.4665441Z test_forward_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.123s) 2022-09-27T16:42:17.5922981Z test_forward_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.126s) 2022-09-27T16:42:17.9039411Z test_forward_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.311s) 2022-09-27T16:42:18.2230617Z test_forward_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.319s) 2022-09-27T16:42:18.2383598Z test_grad_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-09-27T16:42:18.2437617Z test_grad_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:18.2492307Z test_grad_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:42:18.2587059Z test_grad_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:18.2686773Z test_grad_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:42:18.2782123Z test_grad_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:18.2881984Z test_grad_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:42:18.3384681Z test_grad_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-09-27T16:42:18.3798414Z test_grad_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-09-27T16:42:18.4214152Z test_grad_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-09-27T16:42:18.4645664Z test_grad_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-09-27T16:42:18.4858289Z test_grad_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-09-27T16:42:18.5072447Z test_grad_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-09-27T16:42:18.5324677Z test_grad_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-09-27T16:42:18.6093729Z test_grad_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.077s) 2022-09-27T16:42:18.6272554Z test_grad_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-09-27T16:42:18.6410398Z test_grad_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:42:18.6739449Z test_grad_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-09-27T16:42:18.6951884Z test_grad_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.021s) 2022-09-27T16:42:18.7234443Z test_grad_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.028s) 2022-09-27T16:42:18.7615965Z test_grad_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.038s) 2022-09-27T16:42:18.7711035Z test_grad_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:18.8050259Z test_grad_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-09-27T16:42:18.8641585Z test_grad_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.059s) 2022-09-27T16:42:18.8912875Z test_grad_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.027s) 2022-09-27T16:42:18.9301109Z test_grad_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.039s) 2022-09-27T16:42:18.9318332Z test_grad_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:18.9320288Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:18.9423089Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:18.9423790Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:18.9525411Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:18.9527328Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:18.9630979Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:18.9631954Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:18.9735072Z ok (0.043s) 2022-09-27T16:42:18.9751291Z test_grad_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:18.9752075Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:18.9854874Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:18.9855543Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:18.9959190Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:18.9959911Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.0066131Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.0067103Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.0171351Z ok (0.044s) 2022-09-27T16:42:19.0187696Z test_grad_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.0188483Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.0296615Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.0297314Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.0407740Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.0408438Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.0518552Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.0519246Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.0630532Z ok (0.046s) 2022-09-27T16:42:19.0644591Z test_grad_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.0645419Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.0747479Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.0748376Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.0853114Z ok (0.022s) 2022-09-27T16:42:19.0866620Z test_grad_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.0867899Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.0971596Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.0972535Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.1078267Z ok (0.022s) 2022-09-27T16:42:19.1091663Z test_grad_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.1092685Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.1215954Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:19.1216631Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:19.1339647Z ok (0.026s) 2022-09-27T16:42:19.1586868Z test_grad_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-09-27T16:42:22.0950913Z test_grad_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.936s) 2022-09-27T16:42:25.0229807Z test_grad_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.928s) 2022-09-27T16:42:25.0558102Z test_grad_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-09-27T16:42:25.1048472Z test_grad_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-09-27T16:42:25.1287494Z test_grad_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.024s) 2022-09-27T16:42:25.1600014Z test_grad_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.031s) 2022-09-27T16:42:25.1736745Z test_grad_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:42:25.1831793Z test_grad_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:27.2084127Z test_grad_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.025s) 2022-09-27T16:42:28.3419455Z test_grad_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.133s) 2022-09-27T16:42:29.3626746Z test_grad_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.021s) 2022-09-27T16:42:33.6486236Z test_grad_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (4.286s) 2022-09-27T16:42:33.6734572Z test_gradgrad_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-09-27T16:42:33.6820674Z test_gradgrad_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:33.6911212Z test_gradgrad_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:42:33.7219428Z test_gradgrad_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-09-27T16:42:33.7589425Z test_gradgrad_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-09-27T16:42:33.7903810Z test_gradgrad_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-09-27T16:42:33.8287229Z test_gradgrad_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.038s) 2022-09-27T16:42:34.0344696Z test_gradgrad_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.206s) 2022-09-27T16:42:34.1641219Z test_gradgrad_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.130s) 2022-09-27T16:42:34.2942737Z test_gradgrad_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.130s) 2022-09-27T16:42:34.4398286Z test_gradgrad_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.145s) 2022-09-27T16:42:34.5052395Z test_gradgrad_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-09-27T16:42:34.5703783Z test_gradgrad_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-09-27T16:42:34.6397385Z test_gradgrad_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.069s) 2022-09-27T16:42:34.7927828Z test_gradgrad_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.153s) 2022-09-27T16:42:34.8260527Z test_gradgrad_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-09-27T16:42:34.8456173Z test_gradgrad_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-09-27T16:42:35.0747444Z test_gradgrad_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.229s) 2022-09-27T16:42:35.0886718Z test_gradgrad_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.014s) 2022-09-27T16:42:35.1245858Z test_gradgrad_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.036s) 2022-09-27T16:42:35.2324927Z test_gradgrad_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.108s) 2022-09-27T16:42:35.3265342Z test_gradgrad_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.094s) 2022-09-27T16:42:35.6329027Z test_gradgrad_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.306s) 2022-09-27T16:42:35.6515867Z test_gradgrad_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.019s) 2022-09-27T16:42:35.6961419Z test_gradgrad_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.044s) 2022-09-27T16:42:35.6978533Z test_gradgrad_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:35.6979339Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:35.7297068Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:35.7297782Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:35.7612224Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:35.7612918Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:35.7936771Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:35.7937434Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:35.8264470Z ok (0.130s) 2022-09-27T16:42:35.8281796Z test_gradgrad_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:35.8282726Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:35.8600809Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:35.8601492Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:35.8918747Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:35.8919740Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:35.9248074Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:35.9248773Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:35.9575843Z ok (0.131s) 2022-09-27T16:42:35.9593219Z test_gradgrad_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:35.9594004Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:35.9928271Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:35.9929038Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:36.0286353Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:36.0287086Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:36.0623244Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:36.0623944Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:36.0977724Z ok (0.140s) 2022-09-27T16:42:36.0994035Z test_gradgrad_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:36.0994858Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:36.1313337Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:36.1314017Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:36.1641007Z ok (0.066s) 2022-09-27T16:42:36.1655052Z test_gradgrad_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:36.1655837Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:36.1973521Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:36.1974209Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:36.2301213Z ok (0.066s) 2022-09-27T16:42:36.2315770Z test_gradgrad_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:36.2316551Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:36.2661859Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:36.2662802Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:36.3007218Z ok (0.070s) 2022-09-27T16:42:36.3732117Z test_gradgrad_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.072s) 2022-09-27T16:42:48.0631770Z test_gradgrad_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (11.690s) 2022-09-27T16:42:59.4889585Z test_gradgrad_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (11.426s) 2022-09-27T16:42:59.5413937Z test_gradgrad_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-09-27T16:42:59.7829188Z test_gradgrad_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.241s) 2022-09-27T16:42:59.7996700Z test_gradgrad_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.017s) 2022-09-27T16:42:59.8364110Z test_gradgrad_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.037s) 2022-09-27T16:42:59.8586339Z test_gradgrad_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-09-27T16:42:59.8741194Z test_gradgrad_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-09-27T16:43:20.9537411Z test_gradgrad_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (21.079s) 2022-09-27T16:43:30.7960212Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (9.842s) 2022-09-27T16:43:39.6856931Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (8.890s) 2022-09-27T16:44:36.2427829Z test_gradgrad_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (56.557s) 2022-09-27T16:44:36.2450798Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.2471698Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.2488773Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.2505832Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.2524431Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.2541659Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.2562959Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.2584116Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.2607060Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.2626506Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.2666037Z test_if_train_and_eval_modes_differ_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.2706495Z test_if_train_and_eval_modes_differ_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.2746000Z test_if_train_and_eval_modes_differ_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.2786455Z test_if_train_and_eval_modes_differ_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.2826437Z test_if_train_and_eval_modes_differ_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.2867830Z test_if_train_and_eval_modes_differ_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.2907001Z test_if_train_and_eval_modes_differ_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.2952903Z test_if_train_and_eval_modes_differ_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.2977898Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/module.py:975: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:44:36.2978896Z warnings.warn( 2022-09-27T16:44:36.2994961Z ok (0.004s) 2022-09-27T16:44:36.3033672Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.3074072Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.3101986Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.3130428Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.3157776Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.3186988Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.3214763Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.3243181Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.3310089Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:36.3376257Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:36.3398827Z test_if_train_and_eval_modes_differ_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.3420887Z test_if_train_and_eval_modes_differ_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.3442195Z test_if_train_and_eval_modes_differ_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.3463222Z test_if_train_and_eval_modes_differ_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.3494299Z test_if_train_and_eval_modes_differ_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.3526831Z test_if_train_and_eval_modes_differ_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.3800534Z test_if_train_and_eval_modes_differ_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-09-27T16:44:36.4101575Z test_if_train_and_eval_modes_differ_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-09-27T16:44:36.4142952Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.4183674Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.4202993Z test_if_train_and_eval_modes_differ_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.4221551Z test_if_train_and_eval_modes_differ_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.4253280Z test_if_train_and_eval_modes_differ_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.4285059Z test_if_train_and_eval_modes_differ_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.4318282Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.4353091Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.4963487Z test_if_train_and_eval_modes_differ_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.061s) 2022-09-27T16:44:36.5629330Z test_if_train_and_eval_modes_differ_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.067s) 2022-09-27T16:44:36.5651577Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:44:36.5652398Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:44:36.5680537Z ok (0.005s) 2022-09-27T16:44:36.5729177Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:44:36.5779412Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:44:36.5828677Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:44:36.5877521Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:44:36.5926721Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:44:36.5962598Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.5995743Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.6029703Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.6063959Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.6098817Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.6133445Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.6164259Z test_if_train_and_eval_modes_differ_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.6195826Z test_if_train_and_eval_modes_differ_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:36.6719732Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-09-27T16:44:36.7306756Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.059s) 2022-09-27T16:44:36.7346592Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.7385985Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.7424735Z test_if_train_and_eval_modes_differ_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.7468084Z test_if_train_and_eval_modes_differ_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:36.8002762Z test_if_train_and_eval_modes_differ_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.053s) 2022-09-27T16:44:36.8584112Z test_if_train_and_eval_modes_differ_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-09-27T16:44:36.8605146Z test_if_train_and_eval_modes_differ_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.8627028Z test_if_train_and_eval_modes_differ_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.8647184Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.8667184Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:44:36.9321756Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-09-27T16:44:37.0026728Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.070s) 2022-09-27T16:44:37.0435219Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-09-27T16:44:37.0881076Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-09-27T16:44:37.2243201Z test_if_train_and_eval_modes_differ_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.136s) 2022-09-27T16:44:37.3676659Z test_if_train_and_eval_modes_differ_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.143s) 2022-09-27T16:44:37.3804793Z test_memory_format_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:44:37.3924042Z test_memory_format_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:37.3988122Z test_memory_format_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:37.4050473Z test_memory_format_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:37.4080596Z test_memory_format_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:37.4110386Z test_memory_format_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:37.4186895Z test_memory_format_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:37.4261470Z test_memory_format_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:37.4341161Z test_memory_format_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:37.4423138Z test_memory_format_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:37.4503417Z test_memory_format_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:37.4577613Z test_memory_format_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:37.4656533Z test_memory_format_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:37.4733522Z test_memory_format_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:37.4764105Z test_memory_format_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:37.4793985Z test_memory_format_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:37.4911402Z test_memory_format_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:37.5027904Z test_memory_format_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:44:37.5199644Z test_memory_format_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-09-27T16:44:37.5265702Z test_memory_format_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.006s) 2022-09-27T16:44:37.5529943Z test_memory_format_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.026s) 2022-09-27T16:44:37.5601612Z test_memory_format_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-09-27T16:44:37.5704501Z test_memory_format_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:37.5806678Z test_memory_format_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:37.5914874Z test_memory_format_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:44:37.5990176Z test_memory_format_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:37.6063640Z test_memory_format_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:37.6171137Z test_memory_format_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:44:37.6233878Z test_memory_format_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.006s) 2022-09-27T16:44:37.6439824Z test_memory_format_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.020s) 2022-09-27T16:44:37.6503011Z test_memory_format_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.006s) 2022-09-27T16:44:37.6735624Z test_memory_format_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-09-27T16:44:37.6958413Z test_memory_format_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-09-27T16:44:37.7056447Z test_memory_format_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:37.7150410Z test_memory_format_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:37.7180457Z test_memory_format_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:37.7209843Z test_memory_format_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:37.7287677Z test_memory_format_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:37.7364964Z test_memory_format_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:37.8215322Z test_memory_format_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.085s) 2022-09-27T16:44:37.9058865Z test_memory_format_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.084s) 2022-09-27T16:44:37.9902898Z test_memory_format_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.084s) 2022-09-27T16:44:38.0748371Z test_memory_format_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.084s) 2022-09-27T16:44:38.0777812Z test_memory_format_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:38.0807354Z test_memory_format_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:38.0883135Z test_memory_format_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:38.0955322Z test_memory_format_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:38.0985591Z test_memory_format_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:38.1014898Z test_memory_format_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:38.1110851Z test_memory_format_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:38.1204396Z test_memory_format_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:38.3230965Z test_memory_format_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.202s) 2022-09-27T16:44:38.5222858Z test_memory_format_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.199s) 2022-09-27T16:44:38.7246449Z test_memory_format_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.202s) 2022-09-27T16:44:38.9252306Z test_memory_format_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.201s) 2022-09-27T16:44:38.9374920Z test_memory_format_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:38.9493671Z test_memory_format_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:38.9673930Z test_memory_format_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-09-27T16:44:38.9741527Z test_memory_format_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-09-27T16:44:39.0006932Z test_memory_format_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.026s) 2022-09-27T16:44:39.0088024Z test_memory_format_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.008s) 2022-09-27T16:44:39.0174197Z test_memory_format_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:39.0252032Z test_memory_format_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:39.0358993Z test_memory_format_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:44:39.0424112Z test_memory_format_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.006s) 2022-09-27T16:44:39.0633057Z test_memory_format_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.021s) 2022-09-27T16:44:39.0702788Z test_memory_format_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-09-27T16:44:39.0736278Z test_memory_format_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.0770009Z test_memory_format_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.0802906Z test_memory_format_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.0836049Z test_memory_format_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.0869724Z test_memory_format_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.0902976Z test_memory_format_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.0936805Z test_memory_format_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.0970085Z test_memory_format_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.1075553Z test_memory_format_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:39.1175567Z test_memory_format_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:39.2817000Z test_memory_format_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.164s) 2022-09-27T16:44:39.4461080Z test_memory_format_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.164s) 2022-09-27T16:44:39.6104850Z test_memory_format_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.164s) 2022-09-27T16:44:39.7756539Z test_memory_format_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.165s) 2022-09-27T16:44:39.7862660Z test_memory_format_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:44:39.7962547Z test_memory_format_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:39.8055936Z test_memory_format_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:39.8144527Z test_memory_format_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:39.8174173Z test_memory_format_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.8203843Z test_memory_format_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.8233921Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.8262785Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.8292266Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.8326547Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.8359991Z test_memory_format_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.8389749Z test_memory_format_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:39.8429438Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:39.8468254Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:39.8498442Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:39.8529719Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:39.8559904Z test_multiple_device_transfer_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:39.8591033Z test_multiple_device_transfer_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:39.8648743Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:39.8706361Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:39.8764305Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:39.8822934Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:39.8879749Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:39.8937121Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:39.8995278Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:39.9054430Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:39.9155624Z test_multiple_device_transfer_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:39.9256513Z test_multiple_device_transfer_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:39.9375693Z test_multiple_device_transfer_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:39.9492914Z test_multiple_device_transfer_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:39.9614607Z test_multiple_device_transfer_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:39.9733541Z test_multiple_device_transfer_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:39.9851909Z test_multiple_device_transfer_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:39.9974311Z test_multiple_device_transfer_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:40.0060770Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:40.0207685Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.015s) 2022-09-27T16:44:40.0300996Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:40.0372387Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:40.0443843Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:40.0514609Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:40.0584434Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:40.0655284Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:40.0727626Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:40.0902462Z test_multiple_device_transfer_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-09-27T16:44:40.1075211Z test_multiple_device_transfer_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-09-27T16:44:40.1118242Z test_multiple_device_transfer_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:40.1159971Z test_multiple_device_transfer_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:40.1208883Z test_multiple_device_transfer_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:44:40.1257663Z test_multiple_device_transfer_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:44:40.1350147Z test_multiple_device_transfer_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:40.1444170Z test_multiple_device_transfer_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:40.2690716Z test_multiple_device_transfer_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.124s) 2022-09-27T16:44:40.3960883Z test_multiple_device_transfer_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.127s) 2022-09-27T16:44:40.5201822Z test_multiple_device_transfer_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.124s) 2022-09-27T16:44:40.6476696Z test_multiple_device_transfer_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.127s) 2022-09-27T16:44:40.6556961Z test_multiple_device_transfer_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:40.6635768Z test_multiple_device_transfer_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:40.6669367Z test_multiple_device_transfer_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:40.6703366Z test_multiple_device_transfer_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:40.6764761Z test_multiple_device_transfer_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:40.6826027Z test_multiple_device_transfer_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:44:40.6923169Z test_multiple_device_transfer_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:40.7021145Z test_multiple_device_transfer_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:40.9783297Z test_multiple_device_transfer_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.276s) 2022-09-27T16:44:41.2611580Z test_multiple_device_transfer_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.283s) 2022-09-27T16:44:41.5369572Z test_multiple_device_transfer_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.276s) 2022-09-27T16:44:41.8199015Z test_multiple_device_transfer_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.283s) 2022-09-27T16:44:41.8489303Z test_multiple_device_transfer_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-09-27T16:44:41.8614867Z test_multiple_device_transfer_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:44:41.8747039Z test_multiple_device_transfer_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:44:41.8873045Z test_multiple_device_transfer_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:44:41.9002676Z test_multiple_device_transfer_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:44:41.9133970Z test_multiple_device_transfer_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:44:41.9209605Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:41.9285087Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:41.9359892Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:41.9435278Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:41.9510868Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:44:41.9587307Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:41.9665221Z test_multiple_device_transfer_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:41.9744038Z test_multiple_device_transfer_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:44:42.3113519Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.337s) 2022-09-27T16:44:42.6511886Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.340s) 2022-09-27T16:44:42.9870557Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.336s) 2022-09-27T16:44:43.3269104Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.340s) 2022-09-27T16:44:43.3363441Z test_multiple_device_transfer_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:43.3453430Z test_multiple_device_transfer_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:44:43.3576590Z test_multiple_device_transfer_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:43.3701818Z test_multiple_device_transfer_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:44:43.6011431Z test_multiple_device_transfer_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.231s) 2022-09-27T16:44:43.8378260Z test_multiple_device_transfer_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.236s) 2022-09-27T16:44:44.0699925Z test_multiple_device_transfer_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.232s) 2022-09-27T16:44:44.3073889Z test_multiple_device_transfer_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.237s) 2022-09-27T16:44:44.3110991Z test_multiple_device_transfer_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:44.3148335Z test_multiple_device_transfer_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:44:44.3181507Z test_multiple_device_transfer_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:44.3215066Z test_multiple_device_transfer_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:44:44.5795184Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.258s) 2022-09-27T16:44:44.8430430Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.263s) 2022-09-27T16:44:45.0353165Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.192s) 2022-09-27T16:44:45.2326150Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.197s) 2022-09-27T16:44:45.4047548Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.172s) 2022-09-27T16:44:45.5801211Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.175s) 2022-09-27T16:44:46.0209499Z test_multiple_device_transfer_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.441s) 2022-09-27T16:44:46.4698991Z test_multiple_device_transfer_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.449s) 2022-09-27T16:44:46.4732082Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:46.4765819Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-09-27T16:44:46.4874191Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:44:46.4975020Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:46.5080159Z test_non_contiguous_tensors_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:46.5180650Z test_non_contiguous_tensors_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:44:46.5321301Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:44:46.5455267Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:44:46.5598939Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:44:46.5735958Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:44:46.5875619Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:44:46.6009109Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:44:46.6154477Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:44:46.6291890Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:44:46.6816484Z test_non_contiguous_tensors_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-09-27T16:44:46.7316284Z test_non_contiguous_tensors_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-09-27T16:44:46.7805672Z test_non_contiguous_tensors_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-09-27T16:44:46.8264687Z test_non_contiguous_tensors_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.046s) 2022-09-27T16:44:46.8755987Z test_non_contiguous_tensors_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-09-27T16:44:46.9218211Z test_non_contiguous_tensors_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.046s) 2022-09-27T16:44:46.9704578Z test_non_contiguous_tensors_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-09-27T16:44:47.0173843Z test_non_contiguous_tensors_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-09-27T16:44:47.0573257Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.040s) 2022-09-27T16:44:47.0610412Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81732 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.004s) 2022-09-27T16:44:47.1024939Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.041s) 2022-09-27T16:44:47.1288579Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-09-27T16:44:47.1537985Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-09-27T16:44:47.1808107Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-09-27T16:44:47.2064372Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-09-27T16:44:47.2328600Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-09-27T16:44:47.2592730Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-09-27T16:44:47.3579804Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.099s) 2022-09-27T16:44:47.4521613Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.094s) 2022-09-27T16:44:47.4749940Z test_non_contiguous_tensors_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-09-27T16:44:47.4969364Z test_non_contiguous_tensors_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-09-27T16:44:47.5167320Z test_non_contiguous_tensors_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-09-27T16:44:47.5358311Z test_non_contiguous_tensors_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-09-27T16:44:47.5716587Z test_non_contiguous_tensors_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-09-27T16:44:47.6053420Z test_non_contiguous_tensors_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-09-27T16:44:47.6211323Z test_non_contiguous_tensors_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.016s) 2022-09-27T16:44:47.6362914Z test_non_contiguous_tensors_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.015s) 2022-09-27T16:44:47.6851025Z test_non_contiguous_tensors_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.049s) 2022-09-27T16:44:47.7322957Z test_non_contiguous_tensors_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.047s) 2022-09-27T16:44:47.7792929Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-09-27T16:44:47.8243228Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.045s) 2022-09-27T16:44:47.8406806Z test_non_contiguous_tensors_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-09-27T16:44:47.8563280Z test_non_contiguous_tensors_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-09-27T16:44:47.8936153Z test_non_contiguous_tensors_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-09-27T16:44:47.9290820Z test_non_contiguous_tensors_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.035s) 2022-09-27T16:44:47.9770448Z test_non_contiguous_tensors_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.048s) 2022-09-27T16:44:48.0226143Z test_non_contiguous_tensors_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.045s) 2022-09-27T16:44:48.0426238Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.020s) 2022-09-27T16:44:48.0622199Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.019s) 2022-09-27T16:44:48.1249630Z test_non_contiguous_tensors_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.063s) 2022-09-27T16:44:48.1859404Z test_non_contiguous_tensors_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.061s) 2022-09-27T16:44:48.2360006Z test_non_contiguous_tensors_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-09-27T16:44:48.2832648Z test_non_contiguous_tensors_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-09-27T16:44:48.3337129Z test_non_contiguous_tensors_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-09-27T16:44:48.3806119Z test_non_contiguous_tensors_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-09-27T16:44:48.4301540Z test_non_contiguous_tensors_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-09-27T16:44:48.4779126Z test_non_contiguous_tensors_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.048s) 2022-09-27T16:44:48.5049105Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-09-27T16:44:48.5302966Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-09-27T16:44:48.5574382Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-09-27T16:44:48.5834506Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-09-27T16:44:48.6102757Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-09-27T16:44:48.6371533Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-09-27T16:44:48.6700416Z test_non_contiguous_tensors_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-09-27T16:44:48.7012782Z test_non_contiguous_tensors_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-09-27T16:44:50.5412098Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.840s) 2022-09-27T16:44:52.2953469Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.754s) 2022-09-27T16:44:54.1391976Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.844s) 2022-09-27T16:44:55.8954264Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.756s) 2022-09-27T16:44:55.9476213Z test_non_contiguous_tensors_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-09-27T16:44:55.9974409Z test_non_contiguous_tensors_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-09-27T16:44:56.0491260Z test_non_contiguous_tensors_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-09-27T16:44:56.0976625Z test_non_contiguous_tensors_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.048s) 2022-09-27T16:44:56.1159237Z test_non_contiguous_tensors_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.018s) 2022-09-27T16:44:56.1337311Z test_non_contiguous_tensors_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.018s) 2022-09-27T16:44:56.1848593Z test_non_contiguous_tensors_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.051s) 2022-09-27T16:44:56.2356515Z test_non_contiguous_tensors_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.051s) 2022-09-27T16:44:56.2586758Z test_non_contiguous_tensors_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-09-27T16:44:56.2805566Z test_non_contiguous_tensors_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-09-27T16:44:56.2970188Z test_non_contiguous_tensors_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-09-27T16:44:56.3129649Z test_non_contiguous_tensors_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-09-27T16:44:57.2366676Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.923s) 2022-09-27T16:44:58.1087270Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.872s) 2022-09-27T16:44:58.7843454Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.676s) 2022-09-27T16:44:59.4227572Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.638s) 2022-09-27T16:45:00.0327267Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.610s) 2022-09-27T16:45:00.6118220Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.579s) 2022-09-27T16:45:01.9910443Z test_non_contiguous_tensors_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.379s) 2022-09-27T16:45:03.3021672Z test_non_contiguous_tensors_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.311s) 2022-09-27T16:45:03.3086849Z test_pickle_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:03.3143128Z test_pickle_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:45:03.3172586Z test_pickle_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:03.3201396Z test_pickle_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:03.3231050Z test_pickle_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:03.3259861Z test_pickle_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:03.3308938Z test_pickle_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:03.3356995Z test_pickle_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:03.3405450Z test_pickle_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:03.3453964Z test_pickle_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:03.3500651Z test_pickle_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:03.3547525Z test_pickle_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:03.3595999Z test_pickle_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:03.3643679Z test_pickle_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:03.3743491Z test_pickle_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:45:03.3841469Z test_pickle_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-09-27T16:45:03.3957294Z test_pickle_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:45:03.4071699Z test_pickle_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:45:03.4190904Z test_pickle_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:45:03.4306424Z test_pickle_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:45:03.4421855Z test_pickle_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:45:03.4547559Z test_pickle_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:45:03.4635597Z test_pickle_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:45:03.4676951Z test_pickle_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.004s) 2022-09-27T16:45:03.4769222Z test_pickle_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:45:03.4836991Z test_pickle_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:03.4902444Z test_pickle_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:45:03.4969554Z test_pickle_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:03.5036517Z test_pickle_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:03.5103370Z test_pickle_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:03.5170219Z test_pickle_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:03.5399365Z test_pickle_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-09-27T16:45:03.5623327Z test_pickle_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-09-27T16:45:03.5688568Z test_pickle_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-09-27T16:45:03.5754455Z test_pickle_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:03.5808471Z test_pickle_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:03.5861371Z test_pickle_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:03.5940834Z test_pickle_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:45:03.6021382Z test_pickle_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:45:03.6788572Z test_pickle_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.077s) 2022-09-27T16:45:03.7567550Z test_pickle_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.078s) 2022-09-27T16:45:03.8334901Z test_pickle_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.077s) 2022-09-27T16:45:03.9114104Z test_pickle_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.078s) 2022-09-27T16:45:03.9206876Z test_pickle_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:45:03.9298404Z test_pickle_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:45:03.9339263Z test_pickle_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:45:03.9378942Z test_pickle_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:45:03.9465405Z test_pickle_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:45:03.9549774Z test_pickle_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:45:03.9639489Z test_pickle_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:45:03.9728998Z test_pickle_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-09-27T16:45:04.1487969Z test_pickle_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.176s) 2022-09-27T16:45:04.3274659Z test_pickle_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.178s) 2022-09-27T16:45:04.5038943Z test_pickle_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.176s) 2022-09-27T16:45:04.6820275Z test_pickle_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.178s) 2022-09-27T16:45:04.6946181Z test_pickle_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:45:04.7069539Z test_pickle_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:45:04.7201335Z test_pickle_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:45:04.7325590Z test_pickle_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:45:04.7453517Z test_pickle_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-09-27T16:45:04.7589958Z test_pickle_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-09-27T16:45:04.7665505Z test_pickle_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:04.7738872Z test_pickle_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:04.7812805Z test_pickle_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:04.7886154Z test_pickle_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:04.7960525Z test_pickle_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:04.8034436Z test_pickle_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-09-27T16:45:04.8116699Z test_pickle_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:45:04.8196027Z test_pickle_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-09-27T16:45:05.1401062Z test_pickle_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.320s) 2022-09-27T16:45:05.4598284Z test_pickle_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.319s) 2022-09-27T16:45:05.7798766Z test_pickle_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.320s) 2022-09-27T16:45:06.1042429Z test_pickle_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.324s) 2022-09-27T16:45:06.1167547Z test_pickle_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:45:06.1287920Z test_pickle_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-09-27T16:45:06.1398512Z test_pickle_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:45:06.1509359Z test_pickle_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-09-27T16:45:06.3024762Z test_pickle_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.151s) 2022-09-27T16:45:06.4566253Z test_pickle_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.154s) 2022-09-27T16:45:06.6085762Z test_pickle_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.152s) 2022-09-27T16:45:06.7622566Z test_pickle_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.154s) 2022-09-27T16:45:06.7675892Z test_pickle_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:06.7727217Z test_pickle_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-09-27T16:45:06.7767944Z test_pickle_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:45:06.7807606Z test_pickle_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:45:06.9876815Z test_pickle_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.207s) 2022-09-27T16:45:07.2000284Z test_pickle_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.212s) 2022-09-27T16:45:07.3608069Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.161s) 2022-09-27T16:45:07.5259436Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.165s) 2022-09-27T16:45:07.6709007Z test_pickle_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.145s) 2022-09-27T16:45:07.8182648Z test_pickle_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.147s) 2022-09-27T16:45:08.1717905Z test_pickle_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.353s) 2022-09-27T16:45:08.6248385Z test_pickle_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.453s) 2022-09-27T16:45:08.6268011Z test_repr_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6285679Z test_repr_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6299699Z test_repr_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-09-27T16:45:08.6313787Z test_repr_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-09-27T16:45:08.6328012Z test_repr_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-09-27T16:45:08.6342226Z test_repr_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-09-27T16:45:08.6360616Z test_repr_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6379141Z test_repr_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6397049Z test_repr_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6416034Z test_repr_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6434323Z test_repr_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6452438Z test_repr_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6470298Z test_repr_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6489147Z test_repr_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6515995Z test_repr_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.6543569Z test_repr_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.6574673Z test_repr_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.6607634Z test_repr_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.6638790Z test_repr_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.6671824Z test_repr_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.6703446Z test_repr_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.6735016Z test_repr_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.6758870Z test_repr_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6782340Z test_repr_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6806176Z test_repr_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6826469Z test_repr_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6848472Z test_repr_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6869052Z test_repr_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6890885Z test_repr_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6911917Z test_repr_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6933832Z test_repr_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.6975137Z test_repr_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:45:08.7016473Z test_repr_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-09-27T16:45:08.7034400Z test_repr_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.7051921Z test_repr_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.7067784Z test_repr_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-09-27T16:45:08.7084512Z test_repr_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.7107885Z test_repr_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.7133630Z test_repr_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.7393577Z test_repr_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-09-27T16:45:08.7683472Z test_repr_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-09-27T16:45:08.7942732Z test_repr_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-09-27T16:45:08.8232061Z test_repr_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-09-27T16:45:08.8258079Z test_repr_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.8284610Z test_repr_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.8299199Z test_repr_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-09-27T16:45:08.8314212Z test_repr_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-09-27T16:45:08.8337949Z test_repr_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.8362022Z test_repr_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.8387443Z test_repr_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:08.8414768Z test_repr_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:08.8983943Z test_repr_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-09-27T16:45:08.9621415Z test_repr_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-09-27T16:45:09.0191259Z test_repr_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-09-27T16:45:09.0834485Z test_repr_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-09-27T16:45:09.0867441Z test_repr_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:09.0901074Z test_repr_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:09.0934429Z test_repr_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:09.0968578Z test_repr_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:09.1002143Z test_repr_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:09.1036457Z test_repr_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:09.1057922Z test_repr_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:09.1080147Z test_repr_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:09.1101647Z test_repr_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:09.1124142Z test_repr_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:09.1145812Z test_repr_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:09.1168161Z test_repr_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:09.1190352Z test_repr_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:09.1213964Z test_repr_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:09.1724457Z test_repr_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-09-27T16:45:09.2291862Z test_repr_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-09-27T16:45:09.2800608Z test_repr_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-09-27T16:45:09.3371847Z test_repr_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-09-27T16:45:09.3405243Z test_repr_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:09.3438274Z test_repr_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:09.3467620Z test_repr_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:09.3499613Z test_repr_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-09-27T16:45:09.4007192Z test_repr_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-09-27T16:45:09.4574555Z test_repr_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-09-27T16:45:09.5082658Z test_repr_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-09-27T16:45:09.5648503Z test_repr_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.056s) 2022-09-27T16:45:09.5664331Z test_repr_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:09.5680583Z test_repr_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-09-27T16:45:09.5694854Z test_repr_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-09-27T16:45:09.5709080Z test_repr_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.001s) 2022-09-27T16:45:09.6104829Z test_repr_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-09-27T16:45:09.6569300Z test_repr_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.046s) 2022-09-27T16:45:09.6878569Z test_repr_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-09-27T16:45:09.7228854Z test_repr_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.035s) 2022-09-27T16:45:09.7502457Z test_repr_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-09-27T16:45:09.7820231Z test_repr_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-09-27T16:45:09.8811369Z test_repr_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.099s) 2022-09-27T16:45:09.9955279Z test_repr_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.114s) 2022-09-27T16:45:09.9955594Z 2022-09-27T16:45:09.9956050Z ---------------------------------------------------------------------- 2022-09-27T16:45:09.9956424Z Ran 918 tests in 209.542s 2022-09-27T16:45:09.9959497Z 2022-09-27T16:45:09.9959921Z OK (skipped=31, expected failures=39) 2022-09-27T16:45:09.9960158Z 2022-09-27T16:45:09.9960298Z Generating XML reports... 2022-09-27T16:45:10.0864821Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCUDA-20220927164140.xml 2022-09-27T16:45:10.8413724Z Running test_tensor_creation_ops ... [2022-09-27 16:45:10.840794] 2022-09-27T16:45:10.8414512Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:45:10.840892] 2022-09-27T16:45:14.3441236Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-09-27T16:45:14.3521638Z 2022-09-27T16:45:14.3522354Z Running tests... 2022-09-27T16:45:14.3522882Z ---------------------------------------------------------------------- 2022-09-27T16:45:14.3542433Z test_alias_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:45:14.3550896Z test_alias_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.3559455Z test_alias_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.3568035Z test_alias_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.3576809Z test_alias_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.3585444Z test_alias_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.3593957Z test_alias_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.3602216Z test_alias_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.3610425Z test_alias_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.3618488Z test_alias_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.3626725Z test_alias_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.3713866Z test_alias_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.009s) 2022-09-27T16:45:14.3832430Z test_alias_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.012s) 2022-09-27T16:45:14.3904157Z test_alias_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-09-27T16:45:14.3973599Z test_alias_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-09-27T16:45:14.4043471Z test_alias_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-09-27T16:45:14.4109073Z test_alias_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-09-27T16:45:14.4158232Z test_alias_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-09-27T16:45:14.4205710Z test_alias_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-09-27T16:45:14.4252755Z test_alias_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-09-27T16:45:14.4303490Z test_alias_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-09-27T16:45:14.4354208Z test_alias_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-09-27T16:45:14.4362254Z test_alias_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4370297Z test_alias_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4378509Z test_alias_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4386337Z test_alias_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4394594Z test_alias_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4402877Z test_alias_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4411230Z test_alias_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4419552Z test_alias_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4427822Z test_alias_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4436399Z test_alias_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4444756Z test_alias_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.4510893Z test_alias_from_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-09-27T16:45:14.4555833Z test_alias_from_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-09-27T16:45:14.4621485Z test_alias_from_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-09-27T16:45:14.4693678Z test_alias_from_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-09-27T16:45:14.4760451Z test_alias_from_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.007s) 2022-09-27T16:45:14.4823412Z test_alias_from_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-09-27T16:45:14.4883052Z test_alias_from_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-09-27T16:45:14.4929967Z test_alias_from_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-09-27T16:45:14.4977967Z test_alias_from_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-09-27T16:45:14.5022701Z test_alias_from_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-09-27T16:45:14.5066069Z test_alias_from_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-09-27T16:45:14.5112413Z test_alias_from_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.005s) 2022-09-27T16:45:14.5124407Z test_astensor_consistency_cuda (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5132464Z test_copy_from_buffer_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5140745Z test_copy_from_buffer_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5149055Z test_copy_from_buffer_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5157652Z test_copy_from_buffer_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5166217Z test_copy_from_buffer_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5174929Z test_copy_from_buffer_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5183436Z test_copy_from_buffer_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5192053Z test_copy_from_buffer_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5200709Z test_copy_from_buffer_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5209450Z test_copy_from_buffer_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5218208Z test_copy_from_buffer_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.5388249Z test_copy_from_dlpack_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.017s) 2022-09-27T16:45:14.5458741Z test_copy_from_dlpack_cuda_complex128 (__main__.TestAsArrayCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:3675: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:45:14.5459533Z result = torch.asarray(cvt(original), **kwargs) 2022-09-27T16:45:14.5554642Z ok (0.017s) 2022-09-27T16:45:14.5721050Z test_copy_from_dlpack_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.017s) 2022-09-27T16:45:14.5882696Z test_copy_from_dlpack_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-09-27T16:45:14.6043592Z test_copy_from_dlpack_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-09-27T16:45:14.6203051Z test_copy_from_dlpack_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-09-27T16:45:14.6348902Z test_copy_from_dlpack_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-09-27T16:45:14.6493656Z test_copy_from_dlpack_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-09-27T16:45:14.6635043Z test_copy_from_dlpack_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-09-27T16:45:14.6777880Z test_copy_from_dlpack_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-09-27T16:45:14.6922977Z test_copy_from_dlpack_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-09-27T16:45:14.6931601Z test_copy_from_dlpack_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.6939973Z test_copy_from_dlpack_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.6948408Z test_copy_from_dlpack_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.6956991Z test_copy_from_dlpack_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.6965515Z test_copy_from_dlpack_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.6973949Z test_copy_from_dlpack_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.6982177Z test_copy_from_dlpack_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.6990757Z test_copy_from_dlpack_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.6999254Z test_copy_from_dlpack_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7007568Z test_copy_from_dlpack_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7016241Z test_copy_from_dlpack_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7024051Z test_copy_from_numpy_cuda_bool (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7032408Z test_copy_from_numpy_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7040334Z test_copy_from_numpy_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7048676Z test_copy_from_numpy_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7057046Z test_copy_from_numpy_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7065286Z test_copy_from_numpy_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7073845Z test_copy_from_numpy_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7081890Z test_copy_from_numpy_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7089816Z test_copy_from_numpy_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7097707Z test_copy_from_numpy_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7105858Z test_copy_from_numpy_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.7114743Z test_copy_from_tensor_mult_devices_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7123146Z test_copy_from_tensor_mult_devices_cuda_complex128 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7132547Z test_copy_from_tensor_mult_devices_cuda_complex64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7140721Z test_copy_from_tensor_mult_devices_cuda_float16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7149235Z test_copy_from_tensor_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7157815Z test_copy_from_tensor_mult_devices_cuda_float64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7166348Z test_copy_from_tensor_mult_devices_cuda_int16 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7174745Z test_copy_from_tensor_mult_devices_cuda_int32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7183280Z test_copy_from_tensor_mult_devices_cuda_int64 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7192368Z test_copy_from_tensor_mult_devices_cuda_int8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7201066Z test_copy_from_tensor_mult_devices_cuda_uint8 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.7240737Z test_copy_list_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-09-27T16:45:14.7274322Z test_copy_list_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-09-27T16:45:14.7313924Z test_copy_list_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-09-27T16:45:14.7354586Z test_copy_list_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-09-27T16:45:14.7392441Z test_copy_list_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-09-27T16:45:14.7430599Z test_copy_list_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-09-27T16:45:14.7468540Z test_copy_list_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.004s) 2022-09-27T16:45:14.7502478Z test_copy_list_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-09-27T16:45:14.7535650Z test_copy_list_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-09-27T16:45:14.7568634Z test_copy_list_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-09-27T16:45:14.7601640Z test_copy_list_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-09-27T16:45:14.7634948Z test_copy_list_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.003s) 2022-09-27T16:45:14.7786952Z test_copy_tensor_cuda_bfloat16 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-09-27T16:45:14.7923327Z test_copy_tensor_cuda_bool (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-09-27T16:45:14.8077748Z test_copy_tensor_cuda_complex128 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-09-27T16:45:14.8234866Z test_copy_tensor_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-09-27T16:45:14.8386130Z test_copy_tensor_cuda_float16 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-09-27T16:45:14.8543135Z test_copy_tensor_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.016s) 2022-09-27T16:45:14.8694867Z test_copy_tensor_cuda_float64 (__main__.TestAsArrayCUDA) ... ok (0.015s) 2022-09-27T16:45:14.8832766Z test_copy_tensor_cuda_int16 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-09-27T16:45:14.8968552Z test_copy_tensor_cuda_int32 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-09-27T16:45:14.9102674Z test_copy_tensor_cuda_int64 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-09-27T16:45:14.9239258Z test_copy_tensor_cuda_int8 (__main__.TestAsArrayCUDA) ... ok (0.014s) 2022-09-27T16:45:14.9375045Z test_copy_tensor_cuda_uint8 (__main__.TestAsArrayCUDA) ... ok (0.013s) 2022-09-27T16:45:14.9396480Z test_retain_autograd_history_cuda_complex64 (__main__.TestAsArrayCUDA) ... ok (0.002s) 2022-09-27T16:45:14.9415836Z test_retain_autograd_history_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.002s) 2022-09-27T16:45:14.9475022Z test_unsupported_alias_cuda_float32 (__main__.TestAsArrayCUDA) ... ok (0.006s) 2022-09-27T16:45:14.9485380Z test_unsupported_alias_mult_devices_cuda_float32 (__main__.TestAsArrayCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.9497733Z test_empty_like_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:14.9511095Z test_full_like_inference_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:45:14.9529203Z test_ones_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:14.9539007Z test_ones_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.9552791Z test_zeros_like_cuda (__main__.TestLikeTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:45:14.9562443Z test_zeros_like_multiple_device_cuda (__main__.TestLikeTensorCreationCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:45:14.9736384Z test_normal_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.017s) 2022-09-27T16:45:14.9903492Z test_normal_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.017s) 2022-09-27T16:45:15.0145511Z test_normal_std_error_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.024s) 2022-09-27T16:45:15.0166356Z test_rand_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0178370Z test_rand_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:3323: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:45:15.0179211Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-09-27T16:45:15.0188133Z ok (0.002s) 2022-09-27T16:45:15.0209408Z test_rand_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0229610Z test_rand_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0249396Z test_rand_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0267036Z test_randint_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:45:15.0284477Z test_randint_inference_cuda (__main__.TestRandomTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:45:15.0304715Z test_randn_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0325678Z test_randn_cuda_complex128 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0346733Z test_randn_cuda_complex32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0368436Z test_randn_cuda_complex64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0388493Z test_randn_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0409123Z test_randn_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0429008Z test_randn_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.0450194Z test_random_neg_values_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.2830784Z test_randperm_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.238s) 2022-09-27T16:45:15.4777390Z test_randperm_device_compatibility_cuda (__main__.TestRandomTensorCreationCUDA) ... ok (0.194s) 2022-09-27T16:45:15.4982178Z test_uniform_from_to_cuda_bfloat16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.020s) 2022-09-27T16:45:15.5208442Z test_uniform_from_to_cuda_float16 (__main__.TestRandomTensorCreationCUDA) ... ok (0.023s) 2022-09-27T16:45:15.5923781Z test_uniform_from_to_cuda_float32 (__main__.TestRandomTensorCreationCUDA) ... ok (0.071s) 2022-09-27T16:45:15.7341452Z test_uniform_from_to_cuda_float64 (__main__.TestRandomTensorCreationCUDA) ... ok (0.142s) 2022-09-27T16:45:15.7366490Z test_arange_bfloat16_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:15.8153218Z test_arange_cuda (__main__.TestTensorCreationCUDA) ... ok (0.079s) 2022-09-27T16:45:15.8166861Z test_arange_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:45:15.8180422Z test_arange_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:45:15.8193678Z test_arange_device_vs_cpu_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:45:15.8206067Z test_arange_device_vs_cpu_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:45:15.8231390Z test_arange_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:45:15.8376149Z test_as_strided_neg_cuda (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-09-27T16:45:15.8404006Z test_as_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-09-27T16:45:15.9016736Z test_block_diag_cuda (__main__.TestTensorCreationCUDA) ... ok (0.061s) 2022-09-27T16:45:15.9736969Z test_block_diag_scipy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.072s) 2022-09-27T16:45:15.9786184Z test_cartesian_prod_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-09-27T16:45:15.9832502Z test_cat2_cuda_float16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-09-27T16:45:15.9877861Z test_cat2_cuda_float64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-09-27T16:45:15.9922465Z test_cat2_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-09-27T16:45:16.0125915Z test_cat_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.020s) 2022-09-27T16:45:16.0146932Z test_cat_big_cuda (__main__.TestTensorCreationCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:45:16.0296148Z test_cat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-09-27T16:45:16.0333783Z test_cat_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:45:16.0370119Z test_cat_empty_legacy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-09-27T16:45:16.1431632Z test_cat_in_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.106s) 2022-09-27T16:45:16.1497244Z test_cat_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-09-27T16:45:16.1512686Z test_cat_out_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:45:16.1564725Z test_cat_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-09-27T16:45:16.1591908Z test_cat_out_memory_format_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-09-27T16:45:16.1620374Z test_cat_preserve_channels_last_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-09-27T16:45:16.1750291Z test_cat_stack_cross_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-09-27T16:45:16.1830633Z test_combinations_cuda (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-09-27T16:45:16.1840964Z test_complex_type_conversions_cuda (__main__.TestTensorCreationCUDA) ... skip: real and imag not implemented for complex (0.001s) 2022-09-27T16:45:16.1874373Z test_constructor_device_legacy_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-09-27T16:45:16.1896810Z test_constructor_dtypes_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:45:16.1912828Z test_ctor_with_numpy_array_cuda (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1443: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. 2022-09-27T16:45:16.1914069Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-09-27T16:45:16.1914476Z np.float, 2022-09-27T16:45:16.1915102Z /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1450: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. 2022-09-27T16:45:16.1916025Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-09-27T16:45:16.1916532Z np.bool, 2022-09-27T16:45:16.2034380Z ok (0.014s) 2022-09-27T16:45:16.2050735Z test_device_rounding_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:16.2067350Z test_device_rounding_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:16.2084149Z test_device_rounding_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:16.2096871Z test_diag_embed_cuda_float32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:16.2139505Z test_diagflat_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:45:16.2450294Z test_dsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-09-27T16:45:16.2743801Z test_dsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-09-27T16:45:16.3013588Z test_dsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2022-09-27T16:45:16.3544841Z test_dstack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.053s) 2022-09-27T16:45:16.4075515Z test_dstack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.053s) 2022-09-27T16:45:16.4600070Z test_dstack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2022-09-27T16:45:16.5122784Z test_dstack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2022-09-27T16:45:16.5644451Z test_dstack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.052s) 2022-09-27T16:45:16.5931325Z test_dstack_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-09-27T16:45:16.6215165Z test_dstack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.028s) 2022-09-27T16:45:16.6507785Z test_dstack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-09-27T16:45:16.6802221Z test_dstack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-09-27T16:45:16.7096116Z test_dstack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.029s) 2022-09-27T16:45:16.7972850Z test_empty_full_cuda (__main__.TestTensorCreationCUDA) ... ok (0.088s) 2022-09-27T16:45:16.8143898Z test_empty_overflow_cuda (__main__.TestTensorCreationCUDA) ... ok (0.017s) 2022-09-27T16:45:16.8171929Z test_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-09-27T16:45:16.8199054Z test_empty_tensor_props_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-09-27T16:45:17.0578161Z test_eye_cuda (__main__.TestTensorCreationCUDA) ... ok (0.238s) 2022-09-27T16:45:17.3921837Z test_fill_all_dtypes_and_devices_cuda (__main__.TestTensorCreationCUDA) ... ok (0.334s) 2022-09-27T16:45:17.3939771Z test_float_to_int_conversion_finite_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:17.3957334Z test_float_to_int_conversion_finite_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:17.3974318Z test_float_to_int_conversion_finite_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:17.3991553Z test_float_to_int_conversion_finite_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:17.4009143Z test_float_to_int_conversion_finite_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:17.4027393Z test_float_to_int_conversion_finite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:17.4037974Z test_float_to_int_conversion_nonfinite_cuda_bool (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:17.4047991Z test_float_to_int_conversion_nonfinite_cuda_int16 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:17.4058039Z test_float_to_int_conversion_nonfinite_cuda_int32 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:17.4068007Z test_float_to_int_conversion_nonfinite_cuda_int64 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:17.4078295Z test_float_to_int_conversion_nonfinite_cuda_int8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:17.4088402Z test_float_to_int_conversion_nonfinite_cuda_uint8 (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:45:17.4106769Z test_full_inference_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:17.4125387Z test_full_inference_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:17.4144107Z test_full_inference_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:45:17.4177650Z test_full_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-09-27T16:45:17.4572609Z test_hsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.039s) 2022-09-27T16:45:17.4945515Z test_hsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.037s) 2022-09-27T16:45:17.5281975Z test_hsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.034s) 2022-09-27T16:45:17.6277832Z test_hstack_column_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.099s) 2022-09-27T16:45:17.7270726Z test_hstack_column_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.099s) 2022-09-27T16:45:17.8258750Z test_hstack_column_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.099s) 2022-09-27T16:45:17.9247299Z test_hstack_column_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.099s) 2022-09-27T16:45:18.0237228Z test_hstack_column_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.099s) 2022-09-27T16:45:18.0936845Z test_hstack_column_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.070s) 2022-09-27T16:45:18.1653883Z test_hstack_column_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.072s) 2022-09-27T16:45:18.2349666Z test_hstack_column_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.069s) 2022-09-27T16:45:18.3045458Z test_hstack_column_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.069s) 2022-09-27T16:45:18.3742040Z test_hstack_column_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.070s) 2022-09-27T16:45:19.5382265Z test_kaiser_window_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (1.164s) 2022-09-27T16:45:20.4323170Z test_kaiser_window_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.894s) 2022-09-27T16:45:21.3287898Z test_kaiser_window_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.896s) 2022-09-27T16:45:22.2490865Z test_kaiser_window_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.920s) 2022-09-27T16:45:22.4673810Z test_kaiser_window_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.218s) 2022-09-27T16:45:22.4686600Z test_large_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:45:22.4698610Z test_large_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:45:22.6320868Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cuda (__main__.TestTensorCreationCUDA) ... ok (0.162s) 2022-09-27T16:45:22.6483827Z test_linlogspace_mem_overlap_cuda (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-09-27T16:45:22.6600135Z test_linspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.012s) 2022-09-27T16:45:37.3589499Z test_linspace_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (14.698s) 2022-09-27T16:45:51.4917867Z test_linspace_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (14.133s) 2022-09-27T16:46:05.8883891Z test_linspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (14.396s) 2022-09-27T16:46:20.0799786Z test_linspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (14.191s) 2022-09-27T16:46:20.0908260Z test_linspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-09-27T16:46:34.5556692Z test_linspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (14.464s) 2022-09-27T16:46:48.9057976Z test_linspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (14.350s) 2022-09-27T16:46:48.9160117Z test_linspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-09-27T16:46:48.9259691Z test_linspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-09-27T16:46:48.9273452Z test_linspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9287136Z test_linspace_device_vs_cpu_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9300520Z test_linspace_device_vs_cpu_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9313980Z test_linspace_device_vs_cpu_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9326863Z test_linspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9339788Z test_linspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9353020Z test_linspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9368085Z test_linspace_special_steps_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9383014Z test_linspace_special_steps_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9398816Z test_linspace_special_steps_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9413680Z test_linspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9428377Z test_linspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:48.9442712Z test_linspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:49.0391182Z test_linspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.094s) 2022-09-27T16:46:49.1214441Z test_linspace_vs_numpy_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.082s) 2022-09-27T16:46:49.2219959Z test_linspace_vs_numpy_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.100s) 2022-09-27T16:46:49.2682914Z test_linspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.046s) 2022-09-27T16:46:49.3090770Z test_linspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.041s) 2022-09-27T16:46:49.3105757Z test_logspace_base2_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:49.3119579Z test_logspace_base2_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:49.3132727Z test_logspace_base2_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:49.3233128Z test_logspace_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-09-27T16:46:49.3329502Z test_logspace_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-09-27T16:46:49.3544848Z test_logspace_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.021s) 2022-09-27T16:46:49.3638451Z test_logspace_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:49.3726838Z test_logspace_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:49.3816038Z test_logspace_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:49.3902168Z test_logspace_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:49.3990744Z test_logspace_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:49.4080803Z test_logspace_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:49.4094201Z test_logspace_deduction_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:49.4107507Z test_logspace_device_vs_cpu_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:49.4121163Z test_logspace_device_vs_cpu_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:49.4134709Z test_logspace_device_vs_cpu_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:49.4156079Z test_logspace_special_steps_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:49.4176002Z test_logspace_special_steps_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:49.4196731Z test_logspace_special_steps_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:49.5177639Z test_logspace_vs_numpy_complex_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.097s) 2022-09-27T16:46:49.8082843Z test_logspace_vs_numpy_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.290s) 2022-09-27T16:46:50.1017729Z test_logspace_vs_numpy_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.293s) 2022-09-27T16:46:50.1045017Z test_meshgrid_default_indexing_cuda (__main__.TestTensorCreationCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:482: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3145.) 2022-09-27T16:46:50.1046787Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-09-27T16:46:50.1060344Z ok (0.004s) 2022-09-27T16:46:50.1103795Z test_meshgrid_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:50.1141048Z test_meshgrid_ij_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:50.1159517Z test_meshgrid_ij_indexing_is_default_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.1202105Z test_meshgrid_inconsistent_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:50.1244976Z test_meshgrid_inconsistent_dtype_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:50.1287512Z test_meshgrid_non_1d_tensor_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:50.1325541Z test_meshgrid_unsupported_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:50.1554098Z test_meshgrid_vs_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.023s) 2022-09-27T16:46:50.1567354Z test_meshgrid_warns_if_no_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:50.1603956Z test_meshgrid_xy_indexing_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:50.1731230Z test_new_empty_strided_cuda (__main__.TestTensorCreationCUDA) ... ok (0.013s) 2022-09-27T16:46:50.1746459Z test_new_methods_requires_grad_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:50.1775525Z test_new_tensor_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-09-27T16:46:50.1786168Z test_offset_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:50.1816801Z test_ones_cuda (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-09-27T16:46:50.1840531Z test_random_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.1860995Z test_random_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.1881493Z test_random_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.1901919Z test_random_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.1922584Z test_random_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.1942644Z test_random_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.1963098Z test_random_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.1982665Z test_random_default_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.2001923Z test_random_default_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.2021413Z test_random_default_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.2040184Z test_random_default_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.2059371Z test_random_default_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.2079037Z test_random_default_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.2098204Z test_random_default_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.2117721Z test_random_default_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.2136704Z test_random_default_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:50.4817776Z test_random_from_to_bool_cuda (__main__.TestTensorCreationCUDA) ... ok (0.268s) 2022-09-27T16:46:50.5391037Z test_random_from_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.057s) 2022-09-27T16:46:50.5937878Z test_random_from_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.055s) 2022-09-27T16:46:50.6485344Z test_random_from_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.055s) 2022-09-27T16:46:50.7034640Z test_random_from_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.055s) 2022-09-27T16:46:50.9874483Z test_random_from_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.284s) 2022-09-27T16:46:51.2778744Z test_random_from_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.290s) 2022-09-27T16:46:51.3171294Z test_random_from_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.039s) 2022-09-27T16:46:51.6027033Z test_random_from_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.285s) 2022-09-27T16:46:51.8522820Z test_random_from_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.249s) 2022-09-27T16:46:51.8546558Z test_random_full_range_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8570749Z test_random_full_range_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8594806Z test_random_full_range_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8618249Z test_random_full_range_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8642326Z test_random_full_range_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8666351Z test_random_full_range_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8690583Z test_random_full_range_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8714775Z test_random_full_range_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8738590Z test_random_full_range_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:51.8881755Z test_random_to_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:46:51.8883441Z t.random_(to_) 2022-09-27T16:46:51.8884310Z ok (0.014s) 2022-09-27T16:46:51.9024819Z test_random_to_cuda_float16 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:46:51.9025956Z t.random_(to_) 2022-09-27T16:46:51.9028374Z ok (0.014s) 2022-09-27T16:46:51.9170070Z test_random_to_cuda_float32 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:46:51.9171986Z t.random_(to_) 2022-09-27T16:46:51.9172885Z ok (0.014s) 2022-09-27T16:46:51.9314463Z test_random_to_cuda_float64 (__main__.TestTensorCreationCUDA) ... /var/lib/jenkins/workspace/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:96.) 2022-09-27T16:46:51.9315995Z t.random_(to_) 2022-09-27T16:46:51.9316366Z ok (0.014s) 2022-09-27T16:46:51.9630692Z test_random_to_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-09-27T16:46:51.9940775Z test_random_to_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-09-27T16:46:52.0082787Z test_random_to_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-09-27T16:46:52.0395445Z test_random_to_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.031s) 2022-09-27T16:46:52.0650855Z test_random_to_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.026s) 2022-09-27T16:46:52.0693207Z test_range_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:52.4036334Z test_range_factories_64bit_indexing_cuda (__main__.TestTensorCreationCUDA) ... skip: Insufficient cuda:0 memory (0.334s) 2022-09-27T16:46:52.4074866Z test_range_warning_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:52.4374254Z test_repeat_interleave_cuda (__main__.TestTensorCreationCUDA) ... ok (0.030s) 2022-09-27T16:46:52.4697950Z test_roll_cuda (__main__.TestTensorCreationCUDA) ... ok (0.032s) 2022-09-27T16:46:52.4855352Z test_signal_window_functions_window_bartlett_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-09-27T16:46:52.5010850Z test_signal_window_functions_window_bartlett_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-09-27T16:46:52.5169255Z test_signal_window_functions_window_bartlett_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-09-27T16:46:52.5324987Z test_signal_window_functions_window_bartlett_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-09-27T16:46:52.5381228Z test_signal_window_functions_window_bartlett_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-09-27T16:46:52.5537986Z test_signal_window_functions_window_blackman_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.016s) 2022-09-27T16:46:52.5686639Z test_signal_window_functions_window_blackman_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-09-27T16:46:52.5835731Z test_signal_window_functions_window_blackman_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-09-27T16:46:52.5982463Z test_signal_window_functions_window_blackman_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-09-27T16:46:52.6038351Z test_signal_window_functions_window_blackman_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-09-27T16:46:52.6186545Z test_signal_window_functions_window_hamming_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-09-27T16:46:52.6334201Z test_signal_window_functions_window_hamming_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-09-27T16:46:52.6482254Z test_signal_window_functions_window_hamming_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.015s) 2022-09-27T16:46:52.6627809Z test_signal_window_functions_window_hamming_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-09-27T16:46:52.6695009Z test_signal_window_functions_window_hamming_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-09-27T16:46:52.6834717Z test_signal_window_functions_window_hann_cuda_bfloat16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-09-27T16:46:52.6974545Z test_signal_window_functions_window_hann_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-09-27T16:46:52.7114204Z test_signal_window_functions_window_hann_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-09-27T16:46:52.7251173Z test_signal_window_functions_window_hann_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-09-27T16:46:52.7307193Z test_signal_window_functions_window_hann_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-09-27T16:46:52.7325911Z test_simple_scalar_cast_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:46:52.7345902Z test_stack_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:46:52.7367015Z test_stack_out_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:46:52.7636737Z test_strided_mismatched_stride_shape_cuda (__main__.TestTensorCreationCUDA) ... ok (0.027s) 2022-09-27T16:46:52.7677474Z test_tensor_ctor_device_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:52.7745994Z test_tensor_device_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-09-27T16:46:53.0134892Z test_tensor_factories_empty_cuda (__main__.TestTensorCreationCUDA) ... ok (0.239s) 2022-09-27T16:46:53.0154351Z test_tensor_factory_copy_var_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:46:53.0195421Z test_tensor_factory_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.004s) 2022-09-27T16:46:53.0210499Z test_tensor_factory_gpu_type_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:53.0228604Z test_tensor_factory_gpu_type_inference_cuda (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:53.0258863Z test_tensor_factory_type_inference_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.003s) 2022-09-27T16:46:53.0270964Z test_tensor_from_non_writable_numpy_cuda (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:53.0285679Z test_tensor_from_sequence_cuda (__main__.TestTensorCreationCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:46:53.0304334Z test_torch_complex_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:53.0323215Z test_torch_complex_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:53.0342842Z test_torch_complex_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:53.0409124Z test_torch_complex_floating_dtype_error_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-09-27T16:46:53.0473177Z test_torch_complex_floating_dtype_error_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0537317Z test_torch_complex_floating_dtype_error_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0601837Z test_torch_complex_floating_dtype_error_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0664853Z test_torch_complex_floating_dtype_error_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0729192Z test_torch_complex_floating_dtype_error_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0793573Z test_torch_complex_floating_dtype_error_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0854991Z test_torch_complex_floating_dtype_error_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.006s) 2022-09-27T16:46:53.0958726Z test_torch_complex_out_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.010s) 2022-09-27T16:46:53.1068605Z test_torch_complex_out_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.011s) 2022-09-27T16:46:53.1210249Z test_torch_complex_same_dtype_error_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-09-27T16:46:53.1349911Z test_torch_complex_same_dtype_error_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.014s) 2022-09-27T16:46:53.1369899Z test_torch_polar_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:53.1390274Z test_torch_polar_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.002s) 2022-09-27T16:46:53.1426828Z test_unpack_double_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.004s) 2022-09-27T16:46:53.1462046Z test_unpack_double_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.003s) 2022-09-27T16:46:53.1533266Z test_vander_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-09-27T16:46:53.1622794Z test_vander_types_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:53.1711939Z test_vander_types_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:53.1802863Z test_vander_types_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:53.1890193Z test_vander_types_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:53.1975563Z test_vander_types_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.008s) 2022-09-27T16:46:53.2064096Z test_vander_types_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:53.2153528Z test_vander_types_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:53.2242181Z test_vander_types_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:53.2330407Z test_vander_types_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:53.2417537Z test_vander_types_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.009s) 2022-09-27T16:46:53.2663151Z test_vsplit_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.024s) 2022-09-27T16:46:53.2893184Z test_vsplit_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.023s) 2022-09-27T16:46:53.3100406Z test_vsplit_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.021s) 2022-09-27T16:46:53.4221711Z test_vstack_row_stack_cuda_complex128 (__main__.TestTensorCreationCUDA) ... ok (0.112s) 2022-09-27T16:46:53.5344374Z test_vstack_row_stack_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.112s) 2022-09-27T16:46:53.6458477Z test_vstack_row_stack_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.111s) 2022-09-27T16:46:53.7573217Z test_vstack_row_stack_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.111s) 2022-09-27T16:46:53.8687703Z test_vstack_row_stack_cuda_float64 (__main__.TestTensorCreationCUDA) ... ok (0.111s) 2022-09-27T16:46:53.9369765Z test_vstack_row_stack_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.068s) 2022-09-27T16:46:54.0061712Z test_vstack_row_stack_cuda_int32 (__main__.TestTensorCreationCUDA) ... ok (0.069s) 2022-09-27T16:46:54.0743537Z test_vstack_row_stack_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.068s) 2022-09-27T16:46:54.1425202Z test_vstack_row_stack_cuda_int8 (__main__.TestTensorCreationCUDA) ... ok (0.068s) 2022-09-27T16:46:54.2108024Z test_vstack_row_stack_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.068s) 2022-09-27T16:46:54.2158988Z test_zeros_cuda (__main__.TestTensorCreationCUDA) ... ok (0.005s) 2022-09-27T16:46:54.2173232Z test_zeros_dtype_layout_device_match_cuda_bool (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:54.2187182Z test_zeros_dtype_layout_device_match_cuda_complex64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:54.2201335Z test_zeros_dtype_layout_device_match_cuda_float16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:54.2215326Z test_zeros_dtype_layout_device_match_cuda_float32 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:54.2229350Z test_zeros_dtype_layout_device_match_cuda_int16 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:54.2243983Z test_zeros_dtype_layout_device_match_cuda_int64 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:54.2257902Z test_zeros_dtype_layout_device_match_cuda_uint8 (__main__.TestTensorCreationCUDA) ... ok (0.001s) 2022-09-27T16:46:54.2330827Z test_zeros_out_cuda (__main__.TestTensorCreationCUDA) ... ok (0.007s) 2022-09-27T16:46:54.2331503Z 2022-09-27T16:46:54.2332281Z ---------------------------------------------------------------------- 2022-09-27T16:46:54.2332900Z Ran 454 tests in 99.881s 2022-09-27T16:46:54.2333233Z 2022-09-27T16:46:54.2333444Z OK (skipped=100) 2022-09-27T16:46:54.2333751Z 2022-09-27T16:46:54.2335679Z Generating XML reports... 2022-09-27T16:46:54.2510307Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCUDA-20220927164514.xml 2022-09-27T16:46:54.2519381Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCUDA-20220927164514.xml 2022-09-27T16:46:54.2543933Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCUDA-20220927164514.xml 2022-09-27T16:46:54.2840000Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCUDA-20220927164514.xml 2022-09-27T16:46:54.7373285Z Running test_multiprocessing ... [2022-09-27 16:46:54.736747] 2022-09-27T16:46:54.7374053Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:46:54.736850] 2022-09-27T16:46:56.6125991Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-09-27T16:46:56.6160154Z 2022-09-27T16:46:56.6160466Z Running tests... 2022-09-27T16:46:56.6160947Z ---------------------------------------------------------------------- 2022-09-27T16:46:58.2137516Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (1.597s) 2022-09-27T16:46:59.8354155Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:46:59.8354993Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:46:59.8355645Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:46:59.8356135Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:46:59.8361528Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:46:59.8361993Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:46:59.8365490Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:46:59.8365984Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:46:59.8455250Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:46:59.8455706Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:46:59.8459352Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:46:59.8459854Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:00.1009772Z ok (1.887s) 2022-09-27T16:47:00.1307099Z test_cuda_bad_call (__main__.TestMultiprocessing) ... ok (0.030s) 2022-09-27T16:47:01.7228089Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:01.7228689Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:01.7229976Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:01.7230908Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:01.7248734Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:01.7249215Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:01.7252445Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:01.7252961Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:05.0195518Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-09-27T16:47:05.2067338Z ok (5.075s) 2022-09-27T16:47:06.8379250Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:06.8380184Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:06.8380824Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:06.8381909Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:08.6366603Z ok (3.430s) 2022-09-27T16:47:08.6408520Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/utils/hooks.py:58: UserWarning: backward hook .hook at 0x7f3cf3a4a9e0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-09-27T16:47:08.6409378Z warnings.warn("backward hook {} on tensor will not be " 2022-09-27T16:47:10.2696089Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:10.2696649Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:10.2698040Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:10.2698527Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:12.0784548Z ok (3.442s) 2022-09-27T16:47:12.0802228Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:47:13.7037837Z test_cuda_simple (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:13.7038442Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:13.7039258Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:13.7039764Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:17.1422028Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:17.1422613Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:17.1424010Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:17.1424513Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:18.7990246Z [W CudaIPCTypes.cpp:15] Producer process has been terminated before all shared CUDA tensors released. See Note [Sharing CUDA tensors] 2022-09-27T16:47:19.0261317Z ok (6.946s) 2022-09-27T16:47:19.0274122Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: found only 1 GPU (0.001s) 2022-09-27T16:47:19.0308364Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/utils/hooks.py:58: UserWarning: backward hook .hook at 0x7f3cf3a49fc0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-09-27T16:47:19.0309961Z warnings.warn("backward hook {} on tensor will not be " 2022-09-27T16:47:20.6501329Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:20.6501962Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:20.6503426Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:20.6503912Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:24.0419080Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:24.0419702Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:24.0420560Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:24.0421396Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:25.8517833Z ok (6.824s) 2022-09-27T16:47:25.8527291Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-09-27T16:47:25.8558956Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-09-27T16:47:25.8593560Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... ok (0.003s) 2022-09-27T16:47:27.4831536Z test_event (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:27.4832303Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:27.4834669Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:27.4835185Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:29.2880027Z ok (3.428s) 2022-09-27T16:47:30.9097813Z test_event_handle_exporter (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:30.9100145Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:30.9100776Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:30.9101272Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:32.7869898Z ok (3.499s) 2022-09-27T16:47:34.4177839Z test_event_handle_importer (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:34.4178494Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:34.4179593Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:34.4180124Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:36.2990645Z ok (3.512s) 2022-09-27T16:47:36.3001794Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: found only 1 GPU (0.001s) 2022-09-27T16:47:37.9243578Z test_event_multiprocess (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:37.9244531Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:37.9245533Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:37.9246332Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:39.8048953Z ok (3.504s) 2022-09-27T16:47:39.8056157Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:47:40.0456378Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.240s) 2022-09-27T16:47:40.0462086Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68831 for platform(s) win, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:47:40.0471151Z test_fs (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76866 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:47:40.5125123Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.465s) 2022-09-27T16:47:40.5136919Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:47:40.7214619Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.207s) 2022-09-27T16:47:40.7219817Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67002 for platform(s) windows, mac, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:47:40.7227003Z test_inherit_tensor (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79776 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:47:42.3230343Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:42.3231007Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:42.3232045Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:42.3232741Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:42.8125482Z ok (2.090s) 2022-09-27T16:47:44.3891344Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:44.3892182Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:44.3893235Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:44.3893961Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:46.1752626Z ok (3.362s) 2022-09-27T16:47:46.1762714Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-09-27T16:47:46.1772179Z test_is_shared_cuda (__main__.TestMultiprocessing) ... ok (0.001s) 2022-09-27T16:47:47.8425224Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:47.8426149Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:47.8427669Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:47.8428176Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:50.9286265Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:50.9287111Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:50.9288188Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:50.9288758Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:47:52.4023390Z ok (6.225s) 2022-09-27T16:47:54.0630624Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:47:54.0631416Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:47:54.0632586Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:47:54.0633095Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:48:00.5695066Z ok (8.167s) 2022-09-27T16:48:00.5718993Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-09-27T16:48:00.5886402Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/utils/hooks.py:58: UserWarning: backward hook .hook at 0x7f3cf3a4a200> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-09-27T16:48:00.5887293Z warnings.warn("backward hook {} on tensor will not be " 2022-09-27T16:48:00.6050328Z ok (0.033s) 2022-09-27T16:48:00.6192150Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.10/site-packages/torch/utils/hooks.py:58: UserWarning: backward hook .hook at 0x7f3cf3a49f30> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-09-27T16:48:00.6193094Z warnings.warn("backward hook {} on tensor will not be " 2022-09-27T16:48:00.6719491Z ok (0.066s) 2022-09-27T16:48:03.9129605Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... ok (3.241s) 2022-09-27T16:48:03.9130229Z 2022-09-27T16:48:03.9130942Z ---------------------------------------------------------------------- 2022-09-27T16:48:03.9131683Z Ran 37 tests in 67.297s 2022-09-27T16:48:03.9132619Z 2022-09-27T16:48:03.9132815Z OK (skipped=9) 2022-09-27T16:48:03.9133157Z 2022-09-27T16:48:03.9136735Z Generating XML reports... 2022-09-27T16:48:03.9216284Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220927164656.xml 2022-09-27T16:48:04.3521282Z Running distributions/test_distributions ... [2022-09-27 16:48:04.351542] 2022-09-27T16:48:04.3522084Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:48:04.351632] 2022-09-27T16:48:08.2117898Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-09-27T16:48:08.2251702Z 2022-09-27T16:48:08.2252140Z Running tests... 2022-09-27T16:48:08.2252971Z ---------------------------------------------------------------------- 2022-09-27T16:48:08.2625298Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:48:08.2626480Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:48:08.2772302Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:08.2773249Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:08.2780231Z ok (0.053s) 2022-09-27T16:48:08.3087355Z test_icdf (__main__.TestAgainstScipy) ... ok (0.031s) 2022-09-27T16:48:10.1941648Z test_mean (__main__.TestAgainstScipy) ... ok (1.885s) 2022-09-27T16:48:10.2318229Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:48:10.2319274Z return torch.as_tensor(tensor_like) 2022-09-27T16:48:10.2418293Z ok (0.048s) 2022-09-27T16:48:10.3237787Z test_params_constraints (__main__.TestConstraints) ... ok (0.082s) 2022-09-27T16:48:10.4274563Z test_support_constraints (__main__.TestConstraints) ... ok (0.104s) 2022-09-27T16:48:10.4298895Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.4327199Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.4353948Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.4386140Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.4410315Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.4436599Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.4483924Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-09-27T16:48:10.4506138Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.4531151Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.4555447Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.4580795Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.4613105Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.4648929Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.4678689Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.4999503Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.032s) 2022-09-27T16:48:10.5021101Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5043961Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5067351Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5092505Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5117558Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5146270Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.5169641Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5194193Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5220401Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.5250206Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.5273171Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5297909Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5327653Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.5363802Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:48:10.5386611Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5412114Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5480034Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.007s) 2022-09-27T16:48:10.5505237Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5531392Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.5560788Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.5583166Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5608691Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:48:10.5640972Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.5676247Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.5703441Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:48:10.5745771Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:48:10.5800847Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-09-27T16:48:10.6052784Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.025s) 2022-09-27T16:48:10.6167593Z test_bernoulli (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:48:10.6188498Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:48:10.6217140Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:48:10.7106815Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.089s) 2022-09-27T16:48:11.1130078Z test_beta_sample (__main__.TestDistributions) ... ok (0.402s) 2022-09-27T16:48:11.1167876Z test_beta_shape (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:48:11.1601303Z test_beta_underflow (__main__.TestDistributions) ... ok (0.043s) 2022-09-27T16:48:11.1734440Z test_beta_underflow_gpu (__main__.TestDistributions) ... ok (0.013s) 2022-09-27T16:48:11.2079224Z test_binomial (__main__.TestDistributions) ... ok (0.034s) 2022-09-27T16:48:11.2113968Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:48:11.2160835Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:48:11.2887506Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.073s) 2022-09-27T16:48:11.2936286Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:48:11.3655589Z test_binomial_sample (__main__.TestDistributions) ... ok (0.072s) 2022-09-27T16:48:11.3683665Z test_binomial_stable (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:48:11.4634727Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.095s) 2022-09-27T16:48:11.4703937Z test_categorical_1d (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:48:11.4818665Z test_categorical_2d (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:48:11.4839460Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:48:11.5014017Z test_cauchy (__main__.TestDistributions) ... ok (0.017s) 2022-09-27T16:48:11.7541243Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:11.7542247Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:11.7742308Z ok (0.273s) 2022-09-27T16:48:11.8960287Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.122s) 2022-09-27T16:48:12.0281606Z test_chi2_sample (__main__.TestDistributions) ... ok (0.132s) 2022-09-27T16:48:12.0347751Z test_chi2_shape (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:48:12.0541529Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.019s) 2022-09-27T16:48:12.0568282Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:48:12.0603933Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:48:12.0633679Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:48:12.1142325Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.051s) 2022-09-27T16:48:12.1164570Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:48:12.7682196Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:12.7683254Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:12.9461990Z ok (0.830s) 2022-09-27T16:48:13.1530538Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.207s) 2022-09-27T16:48:13.1938995Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.041s) 2022-09-27T16:48:13.2073545Z test_exponential (__main__.TestDistributions) ... ok (0.013s) 2022-09-27T16:48:13.3359890Z test_exponential_sample (__main__.TestDistributions) ... ok (0.128s) 2022-09-27T16:48:13.3445880Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:48:14.4828584Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (1.138s) 2022-09-27T16:48:14.8560273Z test_gamma_gpu_sample (__main__.TestDistributions) ... ok (0.373s) 2022-09-27T16:48:14.8686047Z test_gamma_gpu_shape (__main__.TestDistributions) ... ok (0.013s) 2022-09-27T16:48:14.8736782Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:48:15.2560030Z test_gamma_sample (__main__.TestDistributions) ... ok (0.382s) 2022-09-27T16:48:15.2625777Z test_gamma_shape (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:48:15.2713551Z test_geometric (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:48:15.2874432Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:48:15.2952902Z test_geometric_sample (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:48:15.3026610Z test_gumbel (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:48:16.0488384Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.746s) 2022-09-27T16:48:16.0615663Z test_halfcauchy (__main__.TestDistributions) ... ok (0.013s) 2022-09-27T16:48:16.0743789Z test_halfnormal (__main__.TestDistributions) ... ok (0.013s) 2022-09-27T16:48:16.0818379Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:48:16.2076732Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.126s) 2022-09-27T16:48:16.2087291Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:48:16.9948279Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:16.9950041Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:17.1344341Z ok (0.925s) 2022-09-27T16:48:17.5159526Z test_independent_shape (__main__.TestDistributions) ... ok (0.381s) 2022-09-27T16:48:17.5551189Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.039s) 2022-09-27T16:48:17.5800316Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.025s) 2022-09-27T16:48:17.5841872Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:48:17.6093222Z test_laplace (__main__.TestDistributions) ... ok (0.025s) 2022-09-27T16:48:17.9803463Z test_laplace_sample (__main__.TestDistributions) ... ok (0.371s) 2022-09-27T16:48:17.9832974Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:48:18.0002702Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.017s) 2022-09-27T16:48:18.0305183Z test_logisticnormal (__main__.TestDistributions) ... ok (0.030s) 2022-09-27T16:48:18.0327380Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:48:18.4434529Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.411s) 2022-09-27T16:48:18.4651435Z test_lognormal (__main__.TestDistributions) ... ok (0.022s) 2022-09-27T16:48:18.4731424Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:48:18.8489395Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.376s) 2022-09-27T16:48:18.8583984Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:48:18.8974354Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.039s) 2022-09-27T16:48:18.9013670Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:48:18.9516057Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.050s) 2022-09-27T16:48:19.0127589Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.061s) 2022-09-27T16:48:19.0226288Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.010s) 2022-09-27T16:48:19.0846229Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.062s) 2022-09-27T16:48:19.0959286Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:48:19.2330164Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:19.2331146Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:19.2478518Z ok (0.152s) 2022-09-27T16:48:19.2648757Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.017s) 2022-09-27T16:48:19.2704128Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:48:19.2886543Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.018s) 2022-09-27T16:48:19.2995123Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:48:19.3276953Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.028s) 2022-09-27T16:48:19.3300059Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:48:19.4664044Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.136s) 2022-09-27T16:48:19.5589784Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.092s) 2022-09-27T16:48:19.5605491Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:48:19.5874298Z test_negative_binomial (__main__.TestDistributions) ... ok (0.027s) 2022-09-27T16:48:19.6548666Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.067s) 2022-09-27T16:48:19.6595867Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:48:19.6844018Z test_normal (__main__.TestDistributions) ... ok (0.025s) 2022-09-27T16:48:20.0578473Z test_normal_sample (__main__.TestDistributions) ... ok (0.373s) 2022-09-27T16:48:20.0668202Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:48:20.0766730Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.010s) 2022-09-27T16:48:20.0793822Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:48:20.0871796Z test_pareto (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:48:20.4604927Z test_pareto_sample (__main__.TestDistributions) ... ok (0.373s) 2022-09-27T16:48:20.4615134Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:48:20.4688390Z test_poisson_gpu_sample (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:48:20.4794424Z test_poisson_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:48:20.4795261Z warnings.warn(msg, FutureWarning) 2022-09-27T16:48:20.4795532Z ok (0.010s) 2022-09-27T16:48:20.4876127Z test_poisson_sample (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:48:20.4898829Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:48:20.5112291Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.021s) 2022-09-27T16:48:20.5233139Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.012s) 2022-09-27T16:48:20.5436589Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.020s) 2022-09-27T16:48:20.5730269Z test_repr (__main__.TestDistributions) ... ok (0.029s) 2022-09-27T16:48:20.5973374Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.024s) 2022-09-27T16:48:20.6175666Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:20.6176220Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:20.6232405Z ok (0.026s) 2022-09-27T16:48:20.6506892Z test_sample_detached (__main__.TestDistributions) ... ok (0.027s) 2022-09-27T16:48:20.6598774Z test_studentT (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:48:20.7965325Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.136s) 2022-09-27T16:48:22.3680383Z test_studentT_sample (__main__.TestDistributions) ... ok (1.571s) 2022-09-27T16:48:22.4041784Z test_support_attributes (__main__.TestDistributions) ... ok (0.036s) 2022-09-27T16:48:22.4200294Z test_uniform (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:48:22.4622194Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.042s) 2022-09-27T16:48:22.4754123Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.013s) 2022-09-27T16:48:30.9330306Z test_vonmises_sample (__main__.TestDistributions) ... ok (8.457s) 2022-09-27T16:48:30.9375594Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:48:30.9377192Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:48:30.9417159Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:30.9418092Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:31.0316278Z ok (0.098s) 2022-09-27T16:48:32.7162547Z test_wishart_moments (__main__.TestDistributions) ... ok (1.684s) 2022-09-27T16:48:32.7194159Z test_wishart_properties (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:48:33.0976909Z test_wishart_sample (__main__.TestDistributions) ... ok (0.378s) 2022-09-27T16:48:33.1581162Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:33.1582191Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:33.1771447Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:33.1772311Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:33.1964487Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:33.1965365Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:33.2156901Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:33.2157780Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:33.2367263Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:33.2368551Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:33.2526614Z /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:33.2527471Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:33.2687186Z ok (0.171s) 2022-09-27T16:48:33.2707280Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:48:33.8547743Z test_zero_excluded_binomial (__main__.TestDistributions) ... ok (0.584s) 2022-09-27T16:48:33.8568881Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.002s) 2022-09-27T16:48:33.8616116Z test_cat_transform (__main__.TestFunctors) ... ok (0.005s) 2022-09-27T16:48:33.8664244Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.005s) 2022-09-27T16:48:33.8706298Z test_stack_transform (__main__.TestFunctors) ... ok (0.004s) 2022-09-27T16:48:36.8861291Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:48:36.8862287Z warnings.warn("Singular sample detected.") 2022-09-27T16:48:37.3575011Z ok (3.487s) 2022-09-27T16:48:41.4878636Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.10/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:48:41.4880186Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:48:42.1246872Z ok (4.767s) 2022-09-27T16:48:42.4646074Z test_enumerate_support (__main__.TestJit) ... ok (0.340s) 2022-09-27T16:48:50.5822797Z test_log_prob (__main__.TestJit) ... ok (8.117s) 2022-09-27T16:48:52.7547046Z test_mean (__main__.TestJit) ... ok (2.172s) 2022-09-27T16:48:52.7606217Z test_rsample (__main__.TestJit) ... /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7606980Z warnings.warn( 2022-09-27T16:48:52.7608011Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7608680Z warnings.warn( 2022-09-27T16:48:52.7609994Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7611057Z warnings.warn( 2022-09-27T16:48:52.7612054Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7612695Z warnings.warn( 2022-09-27T16:48:52.7614358Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7615748Z warnings.warn( 2022-09-27T16:48:52.7617731Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7619056Z warnings.warn( 2022-09-27T16:48:52.7621015Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7622245Z warnings.warn( 2022-09-27T16:48:52.7624385Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7625127Z warnings.warn( 2022-09-27T16:48:52.7626572Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7627738Z warnings.warn( 2022-09-27T16:48:52.7629636Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7630623Z warnings.warn( 2022-09-27T16:48:52.7631621Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7632256Z warnings.warn( 2022-09-27T16:48:52.7633226Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7633858Z warnings.warn( 2022-09-27T16:48:52.7634824Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7635985Z warnings.warn( 2022-09-27T16:48:52.7637373Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7638422Z warnings.warn( 2022-09-27T16:48:52.7640233Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7641466Z warnings.warn( 2022-09-27T16:48:52.7642739Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7643414Z warnings.warn( 2022-09-27T16:48:52.7645066Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7646426Z warnings.warn( 2022-09-27T16:48:52.7648318Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7649618Z warnings.warn( 2022-09-27T16:48:52.7651089Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7651966Z warnings.warn( 2022-09-27T16:48:52.7653094Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7653732Z warnings.warn( 2022-09-27T16:48:52.7655014Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7655880Z warnings.warn( 2022-09-27T16:48:52.7657350Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7658232Z warnings.warn( 2022-09-27T16:48:52.7659891Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7660906Z warnings.warn( 2022-09-27T16:48:52.7662391Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7663400Z warnings.warn( 2022-09-27T16:48:52.7665049Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7666275Z warnings.warn( 2022-09-27T16:48:52.7667916Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7668862Z warnings.warn( 2022-09-27T16:48:52.7670629Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7671751Z warnings.warn( 2022-09-27T16:48:52.7673614Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7674785Z warnings.warn( 2022-09-27T16:48:52.7676122Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7676945Z warnings.warn( 2022-09-27T16:48:52.7678270Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7679224Z warnings.warn( 2022-09-27T16:48:52.7680770Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7681821Z warnings.warn( 2022-09-27T16:48:52.7683214Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7684152Z warnings.warn( 2022-09-27T16:48:52.7685530Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7686521Z warnings.warn( 2022-09-27T16:48:52.7688017Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7688681Z warnings.warn( 2022-09-27T16:48:52.7690170Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7691503Z warnings.warn( 2022-09-27T16:48:52.7692830Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7693695Z warnings.warn( 2022-09-27T16:48:52.7695263Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7696125Z warnings.warn( 2022-09-27T16:48:52.7697598Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7698285Z warnings.warn( 2022-09-27T16:48:52.7699906Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7700918Z warnings.warn( 2022-09-27T16:48:52.7702364Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7703239Z warnings.warn( 2022-09-27T16:48:52.7704889Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7705716Z warnings.warn( 2022-09-27T16:48:52.7706707Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7707596Z warnings.warn( 2022-09-27T16:48:52.7709483Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7710512Z warnings.warn( 2022-09-27T16:48:52.7712338Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7713378Z warnings.warn( 2022-09-27T16:48:52.7714924Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7715929Z warnings.warn( 2022-09-27T16:48:52.7717145Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7718404Z warnings.warn( 2022-09-27T16:48:52.7719498Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7720530Z warnings.warn( 2022-09-27T16:48:52.7721529Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7722557Z warnings.warn( 2022-09-27T16:48:52.7724092Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7724871Z warnings.warn( 2022-09-27T16:48:52.7726667Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7727528Z warnings.warn( 2022-09-27T16:48:52.7728887Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7729976Z warnings.warn( 2022-09-27T16:48:52.7731184Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7732301Z warnings.warn( 2022-09-27T16:48:52.7733666Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7734662Z warnings.warn( 2022-09-27T16:48:52.7735979Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7736717Z warnings.warn( 2022-09-27T16:48:52.7737682Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7738324Z warnings.warn( 2022-09-27T16:48:52.7739823Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7741190Z warnings.warn( 2022-09-27T16:48:52.7742500Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7743434Z warnings.warn( 2022-09-27T16:48:52.7745217Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7746298Z warnings.warn( 2022-09-27T16:48:52.7747685Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7748476Z warnings.warn( 2022-09-27T16:48:52.7750095Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7750970Z warnings.warn( 2022-09-27T16:48:52.7752145Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7752830Z warnings.warn( 2022-09-27T16:48:52.7754219Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7755131Z warnings.warn( 2022-09-27T16:48:52.7756137Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7757119Z warnings.warn( 2022-09-27T16:48:52.7758469Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7759398Z warnings.warn( 2022-09-27T16:48:52.7760771Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7761456Z warnings.warn( 2022-09-27T16:48:52.7762952Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7763793Z warnings.warn( 2022-09-27T16:48:52.7765433Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7766546Z warnings.warn( 2022-09-27T16:48:52.7767524Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7768684Z warnings.warn( 2022-09-27T16:48:52.7770107Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7771162Z warnings.warn( 2022-09-27T16:48:52.7772520Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7773294Z warnings.warn( 2022-09-27T16:48:52.7774625Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7775478Z warnings.warn( 2022-09-27T16:48:52.7776953Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7777893Z warnings.warn( 2022-09-27T16:48:52.7779455Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7780108Z warnings.warn( 2022-09-27T16:48:52.7781089Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7781719Z warnings.warn( 2022-09-27T16:48:52.7782690Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7783455Z warnings.warn( 2022-09-27T16:48:52.7785116Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7786006Z warnings.warn( 2022-09-27T16:48:52.7787176Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7788106Z warnings.warn( 2022-09-27T16:48:52.7789632Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7790542Z warnings.warn( 2022-09-27T16:48:52.7791909Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7792564Z warnings.warn( 2022-09-27T16:48:52.7793784Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7794688Z warnings.warn( 2022-09-27T16:48:52.7795933Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7796719Z warnings.warn( 2022-09-27T16:48:52.7798314Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7799207Z warnings.warn( 2022-09-27T16:48:52.7800576Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7801374Z warnings.warn( 2022-09-27T16:48:52.7802822Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7803898Z warnings.warn( 2022-09-27T16:48:52.7805393Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7806378Z warnings.warn( 2022-09-27T16:48:52.7807393Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7808042Z warnings.warn( 2022-09-27T16:48:52.7809408Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7810365Z warnings.warn( 2022-09-27T16:48:52.7811880Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7812832Z warnings.warn( 2022-09-27T16:48:52.7813809Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7814550Z warnings.warn( 2022-09-27T16:48:52.7815504Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7816141Z warnings.warn( 2022-09-27T16:48:52.7817121Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7818080Z warnings.warn( 2022-09-27T16:48:52.7819569Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7820714Z warnings.warn( 2022-09-27T16:48:52.7822272Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7823116Z warnings.warn( 2022-09-27T16:48:52.7824631Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7825596Z warnings.warn( 2022-09-27T16:48:52.7827143Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7828232Z warnings.warn( 2022-09-27T16:48:52.7829951Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7830813Z warnings.warn( 2022-09-27T16:48:52.7833042Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7834475Z warnings.warn( 2022-09-27T16:48:52.7836156Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7837227Z warnings.warn( 2022-09-27T16:48:52.7839191Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7840021Z warnings.warn( 2022-09-27T16:48:52.7842055Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7842965Z warnings.warn( 2022-09-27T16:48:52.7844432Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7845484Z warnings.warn( 2022-09-27T16:48:52.7847258Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7848288Z warnings.warn( 2022-09-27T16:48:52.7850019Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7850950Z warnings.warn( 2022-09-27T16:48:52.7852657Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7853434Z warnings.warn( 2022-09-27T16:48:52.7854798Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7855724Z warnings.warn( 2022-09-27T16:48:52.7856773Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7857811Z warnings.warn( 2022-09-27T16:48:52.7859229Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7860275Z warnings.warn( 2022-09-27T16:48:52.7862276Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7863224Z warnings.warn( 2022-09-27T16:48:52.7864881Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7865706Z warnings.warn( 2022-09-27T16:48:52.7866690Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7867483Z warnings.warn( 2022-09-27T16:48:52.7868472Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7869322Z warnings.warn( 2022-09-27T16:48:52.7870338Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7870966Z warnings.warn( 2022-09-27T16:48:52.7872370Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7873042Z warnings.warn( 2022-09-27T16:48:52.7874638Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7875532Z warnings.warn( 2022-09-27T16:48:52.7876618Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7877377Z warnings.warn( 2022-09-27T16:48:52.7878555Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7879201Z warnings.warn( 2022-09-27T16:48:52.7880504Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7881163Z warnings.warn( 2022-09-27T16:48:52.7882471Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7883476Z warnings.warn( 2022-09-27T16:48:52.7884465Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7885379Z warnings.warn( 2022-09-27T16:48:52.7886373Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7887572Z warnings.warn( 2022-09-27T16:48:52.7888760Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7889579Z warnings.warn( 2022-09-27T16:48:52.7890574Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7891213Z warnings.warn( 2022-09-27T16:48:52.7892215Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7892851Z warnings.warn( 2022-09-27T16:48:52.7893889Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7894543Z warnings.warn( 2022-09-27T16:48:52.7895547Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7896178Z warnings.warn( 2022-09-27T16:48:52.7897180Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7897843Z warnings.warn( 2022-09-27T16:48:52.7898835Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7899489Z warnings.warn( 2022-09-27T16:48:52.7900459Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7901109Z warnings.warn( 2022-09-27T16:48:52.7902094Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7902745Z warnings.warn( 2022-09-27T16:48:52.7903715Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7904362Z warnings.warn( 2022-09-27T16:48:52.7905386Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7906121Z warnings.warn( 2022-09-27T16:48:52.7907097Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7907984Z warnings.warn( 2022-09-27T16:48:52.7909211Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7909869Z warnings.warn( 2022-09-27T16:48:52.7910861Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7911482Z warnings.warn( 2022-09-27T16:48:52.7912552Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7913209Z warnings.warn( 2022-09-27T16:48:52.7914185Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7914818Z warnings.warn( 2022-09-27T16:48:52.7915791Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7916452Z warnings.warn( 2022-09-27T16:48:52.7917418Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7918060Z warnings.warn( 2022-09-27T16:48:52.7919013Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7919657Z warnings.warn( 2022-09-27T16:48:52.7920617Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7921248Z warnings.warn( 2022-09-27T16:48:52.7922193Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7922826Z warnings.warn( 2022-09-27T16:48:52.7923820Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7924587Z warnings.warn( 2022-09-27T16:48:52.7925804Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7926432Z warnings.warn( 2022-09-27T16:48:52.7927426Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7928065Z warnings.warn( 2022-09-27T16:48:52.7929055Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7929777Z warnings.warn( 2022-09-27T16:48:52.7930806Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7931453Z warnings.warn( 2022-09-27T16:48:52.7932440Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7933092Z warnings.warn( 2022-09-27T16:48:52.7934027Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7934656Z warnings.warn( 2022-09-27T16:48:52.7935625Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7936256Z warnings.warn( 2022-09-27T16:48:52.7937197Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7937844Z warnings.warn( 2022-09-27T16:48:52.7938811Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7939437Z warnings.warn( 2022-09-27T16:48:52.7940397Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7941042Z warnings.warn( 2022-09-27T16:48:52.7942021Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7942742Z warnings.warn( 2022-09-27T16:48:52.7943721Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7944330Z warnings.warn( 2022-09-27T16:48:52.7945292Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7945916Z warnings.warn( 2022-09-27T16:48:52.7946936Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7947577Z warnings.warn( 2022-09-27T16:48:52.7948549Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7949337Z warnings.warn( 2022-09-27T16:48:52.7950342Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7950977Z warnings.warn( 2022-09-27T16:48:52.7951928Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7952577Z warnings.warn( 2022-09-27T16:48:52.7953549Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7954189Z warnings.warn( 2022-09-27T16:48:52.7955135Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7955782Z warnings.warn( 2022-09-27T16:48:52.7956746Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7957387Z warnings.warn( 2022-09-27T16:48:52.7958323Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7958957Z warnings.warn( 2022-09-27T16:48:52.7960056Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7960693Z warnings.warn( 2022-09-27T16:48:52.7961661Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7962269Z warnings.warn( 2022-09-27T16:48:52.7963222Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7963873Z warnings.warn( 2022-09-27T16:48:52.7964915Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7965553Z warnings.warn( 2022-09-27T16:48:52.7966525Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7967158Z warnings.warn( 2022-09-27T16:48:52.7968121Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7968765Z warnings.warn( 2022-09-27T16:48:52.7969719Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7970365Z warnings.warn( 2022-09-27T16:48:52.7971325Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7971951Z warnings.warn( 2022-09-27T16:48:52.7972919Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7973576Z warnings.warn( 2022-09-27T16:48:52.7974543Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7975183Z warnings.warn( 2022-09-27T16:48:52.7976117Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7976837Z warnings.warn( 2022-09-27T16:48:52.7977809Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7978449Z warnings.warn( 2022-09-27T16:48:52.7979418Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7980020Z warnings.warn( 2022-09-27T16:48:52.7980986Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7981617Z warnings.warn( 2022-09-27T16:48:52.7982648Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7983281Z warnings.warn( 2022-09-27T16:48:52.7984248Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7984879Z warnings.warn( 2022-09-27T16:48:52.7985842Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7986452Z warnings.warn( 2022-09-27T16:48:52.7987438Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7988082Z warnings.warn( 2022-09-27T16:48:52.7989199Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7989851Z warnings.warn( 2022-09-27T16:48:52.7990811Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7991444Z warnings.warn( 2022-09-27T16:48:52.7992411Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7993041Z warnings.warn( 2022-09-27T16:48:52.7993984Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7994727Z warnings.warn( 2022-09-27T16:48:52.7995711Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7996349Z warnings.warn( 2022-09-27T16:48:52.7997317Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7997961Z warnings.warn( 2022-09-27T16:48:52.7998949Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.7999600Z warnings.warn( 2022-09-27T16:48:52.8000658Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8001296Z warnings.warn( 2022-09-27T16:48:52.8002286Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8002933Z warnings.warn( 2022-09-27T16:48:52.8003904Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8004514Z warnings.warn( 2022-09-27T16:48:52.8005503Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8006159Z warnings.warn( 2022-09-27T16:48:52.8007123Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8007758Z warnings.warn( 2022-09-27T16:48:52.8008776Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8009664Z warnings.warn( 2022-09-27T16:48:52.8010671Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8011516Z warnings.warn( 2022-09-27T16:48:52.8012475Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8013199Z warnings.warn( 2022-09-27T16:48:52.8014167Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8014791Z warnings.warn( 2022-09-27T16:48:52.8015728Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8016363Z warnings.warn( 2022-09-27T16:48:52.8017330Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8017962Z warnings.warn( 2022-09-27T16:48:52.8018991Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8019628Z warnings.warn( 2022-09-27T16:48:52.8020592Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8021223Z warnings.warn( 2022-09-27T16:48:52.8022197Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8022812Z warnings.warn( 2022-09-27T16:48:52.8023789Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8024432Z warnings.warn( 2022-09-27T16:48:52.8025391Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8026030Z warnings.warn( 2022-09-27T16:48:52.8026984Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8027626Z warnings.warn( 2022-09-27T16:48:52.8028576Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8029355Z warnings.warn( 2022-09-27T16:48:52.8030305Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8031062Z warnings.warn( 2022-09-27T16:48:52.8032024Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8032649Z warnings.warn( 2022-09-27T16:48:52.8033597Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8034242Z warnings.warn( 2022-09-27T16:48:52.8035291Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8035952Z warnings.warn( 2022-09-27T16:48:52.8036920Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8037521Z warnings.warn( 2022-09-27T16:48:52.8038530Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8039184Z warnings.warn( 2022-09-27T16:48:52.8040179Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8040844Z warnings.warn( 2022-09-27T16:48:52.8041833Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8042482Z warnings.warn( 2022-09-27T16:48:52.8043465Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8044112Z warnings.warn( 2022-09-27T16:48:52.8045056Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8045693Z warnings.warn( 2022-09-27T16:48:52.8046663Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8047306Z warnings.warn( 2022-09-27T16:48:52.8048323Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8048968Z warnings.warn( 2022-09-27T16:48:52.8049946Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8050613Z warnings.warn( 2022-09-27T16:48:52.8051561Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8052205Z warnings.warn( 2022-09-27T16:48:52.8053258Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8053924Z warnings.warn( 2022-09-27T16:48:52.8054895Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8055504Z warnings.warn( 2022-09-27T16:48:52.8056481Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8057121Z warnings.warn( 2022-09-27T16:48:52.8058090Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8058702Z warnings.warn( 2022-09-27T16:48:52.8059663Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8060292Z warnings.warn( 2022-09-27T16:48:52.8061246Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8061923Z warnings.warn( 2022-09-27T16:48:52.8062908Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8063565Z warnings.warn( 2022-09-27T16:48:52.8064517Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8065231Z warnings.warn( 2022-09-27T16:48:52.8066197Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8066841Z warnings.warn( 2022-09-27T16:48:52.8067799Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8068432Z warnings.warn( 2022-09-27T16:48:52.8069525Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8070162Z warnings.warn( 2022-09-27T16:48:52.8071227Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8071889Z warnings.warn( 2022-09-27T16:48:52.8072872Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8073486Z warnings.warn( 2022-09-27T16:48:52.8074461Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8075111Z warnings.warn( 2022-09-27T16:48:52.8076091Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8076714Z warnings.warn( 2022-09-27T16:48:52.8077685Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8078323Z warnings.warn( 2022-09-27T16:48:52.8079290Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8079902Z warnings.warn( 2022-09-27T16:48:52.8080872Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8081508Z warnings.warn( 2022-09-27T16:48:52.8082471Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8083204Z warnings.warn( 2022-09-27T16:48:52.8084167Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8084810Z warnings.warn( 2022-09-27T16:48:52.8085776Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8086408Z warnings.warn( 2022-09-27T16:48:52.8087353Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8087996Z warnings.warn( 2022-09-27T16:48:52.8089021Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8089682Z warnings.warn( 2022-09-27T16:48:52.8090647Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8091289Z warnings.warn( 2022-09-27T16:48:52.8092278Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8092915Z warnings.warn( 2022-09-27T16:48:52.8093879Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8094489Z warnings.warn( 2022-09-27T16:48:52.8095446Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8096091Z warnings.warn( 2022-09-27T16:48:52.8097051Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8097658Z warnings.warn( 2022-09-27T16:48:52.8098921Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8099550Z warnings.warn( 2022-09-27T16:48:52.8100511Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8101226Z warnings.warn( 2022-09-27T16:48:52.8102168Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8102800Z warnings.warn( 2022-09-27T16:48:52.8103768Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8104399Z warnings.warn( 2022-09-27T16:48:52.8105327Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8106011Z warnings.warn( 2022-09-27T16:48:52.8106995Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8107615Z warnings.warn( 2022-09-27T16:48:52.8108590Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8109369Z warnings.warn( 2022-09-27T16:48:52.8110370Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8111017Z warnings.warn( 2022-09-27T16:48:52.8111991Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8112605Z warnings.warn( 2022-09-27T16:48:52.8113594Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8114245Z warnings.warn( 2022-09-27T16:48:52.8115209Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8115836Z warnings.warn( 2022-09-27T16:48:52.8116787Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8117415Z warnings.warn( 2022-09-27T16:48:52.8118367Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8119100Z warnings.warn( 2022-09-27T16:48:52.8120059Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8120684Z warnings.warn( 2022-09-27T16:48:52.8121646Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8122271Z warnings.warn( 2022-09-27T16:48:52.8123281Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8123933Z warnings.warn( 2022-09-27T16:48:52.8124914Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8125549Z warnings.warn( 2022-09-27T16:48:52.8126531Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8127154Z warnings.warn( 2022-09-27T16:48:52.8128126Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8128769Z warnings.warn( 2022-09-27T16:48:52.8129744Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8130354Z warnings.warn( 2022-09-27T16:48:52.8131320Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8131961Z warnings.warn( 2022-09-27T16:48:52.8132933Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8133577Z warnings.warn( 2022-09-27T16:48:52.8134515Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8135147Z warnings.warn( 2022-09-27T16:48:52.8136202Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8136842Z warnings.warn( 2022-09-27T16:48:52.8137774Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8138398Z warnings.warn( 2022-09-27T16:48:52.8139356Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8139989Z warnings.warn( 2022-09-27T16:48:52.8141034Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8141692Z warnings.warn( 2022-09-27T16:48:52.8142661Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8143289Z warnings.warn( 2022-09-27T16:48:52.8144222Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8144850Z warnings.warn( 2022-09-27T16:48:52.8145824Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8146462Z warnings.warn( 2022-09-27T16:48:52.8147457Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8148084Z warnings.warn( 2022-09-27T16:48:52.8149188Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8149836Z warnings.warn( 2022-09-27T16:48:52.8150840Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8151520Z warnings.warn( 2022-09-27T16:48:52.8152465Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8153214Z warnings.warn( 2022-09-27T16:48:52.8154215Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8154862Z warnings.warn( 2022-09-27T16:48:52.8155797Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8156430Z warnings.warn( 2022-09-27T16:48:52.8157384Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8158018Z warnings.warn( 2022-09-27T16:48:52.8159052Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8159712Z warnings.warn( 2022-09-27T16:48:52.8160670Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8161292Z warnings.warn( 2022-09-27T16:48:52.8162263Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8162882Z warnings.warn( 2022-09-27T16:48:52.8163837Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8164468Z warnings.warn( 2022-09-27T16:48:52.8165420Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8166028Z warnings.warn( 2022-09-27T16:48:52.8166997Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8167626Z warnings.warn( 2022-09-27T16:48:52.8168573Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8169177Z warnings.warn( 2022-09-27T16:48:52.8170145Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8170857Z warnings.warn( 2022-09-27T16:48:52.8171822Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8172452Z warnings.warn( 2022-09-27T16:48:52.8173401Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8174033Z warnings.warn( 2022-09-27T16:48:52.8175015Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8175669Z warnings.warn( 2022-09-27T16:48:52.8176677Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8177322Z warnings.warn( 2022-09-27T16:48:52.8178286Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8178912Z warnings.warn( 2022-09-27T16:48:52.8179868Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8180507Z warnings.warn( 2022-09-27T16:48:52.8181472Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8182105Z warnings.warn( 2022-09-27T16:48:52.8183062Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8183674Z warnings.warn( 2022-09-27T16:48:52.8184641Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8185275Z warnings.warn( 2022-09-27T16:48:52.8186237Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8186851Z warnings.warn( 2022-09-27T16:48:52.8187827Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8188546Z warnings.warn( 2022-09-27T16:48:52.8189667Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8190305Z warnings.warn( 2022-09-27T16:48:52.8191257Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8191887Z warnings.warn( 2022-09-27T16:48:52.8192850Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8193574Z warnings.warn( 2022-09-27T16:48:52.8194550Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8195180Z warnings.warn( 2022-09-27T16:48:52.8196132Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8196764Z warnings.warn( 2022-09-27T16:48:52.8197712Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8198356Z warnings.warn( 2022-09-27T16:48:52.8199355Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8200003Z warnings.warn( 2022-09-27T16:48:52.8200996Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8201623Z warnings.warn( 2022-09-27T16:48:52.8202583Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8203211Z warnings.warn( 2022-09-27T16:48:52.8204198Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8204827Z warnings.warn( 2022-09-27T16:48:52.8205843Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8206589Z warnings.warn( 2022-09-27T16:48:52.8207581Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8208220Z warnings.warn( 2022-09-27T16:48:52.8209181Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8209824Z warnings.warn( 2022-09-27T16:48:52.8210851Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8211497Z warnings.warn( 2022-09-27T16:48:52.8212450Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8213085Z warnings.warn( 2022-09-27T16:48:52.8214042Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8214679Z warnings.warn( 2022-09-27T16:48:52.8215626Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8216258Z warnings.warn( 2022-09-27T16:48:52.8217224Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8217851Z warnings.warn( 2022-09-27T16:48:52.8218815Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8219419Z warnings.warn( 2022-09-27T16:48:52.8220395Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8221036Z warnings.warn( 2022-09-27T16:48:52.8222008Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8222699Z warnings.warn( 2022-09-27T16:48:52.8223682Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8224327Z warnings.warn( 2022-09-27T16:48:52.8225303Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8225946Z warnings.warn( 2022-09-27T16:48:52.8226909Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8227554Z warnings.warn( 2022-09-27T16:48:52.8228590Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8229391Z warnings.warn( 2022-09-27T16:48:52.8230350Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8230985Z warnings.warn( 2022-09-27T16:48:52.8231938Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8232568Z warnings.warn( 2022-09-27T16:48:52.8233515Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8234162Z warnings.warn( 2022-09-27T16:48:52.8235120Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8235752Z warnings.warn( 2022-09-27T16:48:52.8236747Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8237379Z warnings.warn( 2022-09-27T16:48:52.8238366Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8239007Z warnings.warn( 2022-09-27T16:48:52.8239984Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8240718Z warnings.warn( 2022-09-27T16:48:52.8241716Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8242365Z warnings.warn( 2022-09-27T16:48:52.8243348Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8243992Z warnings.warn( 2022-09-27T16:48:52.8244934Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8245574Z warnings.warn( 2022-09-27T16:48:52.8246622Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8247288Z warnings.warn( 2022-09-27T16:48:52.8248238Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8248872Z warnings.warn( 2022-09-27T16:48:52.8249840Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8250473Z warnings.warn( 2022-09-27T16:48:52.8251432Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8252064Z warnings.warn( 2022-09-27T16:48:52.8253032Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8253663Z warnings.warn( 2022-09-27T16:48:52.8254630Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8255240Z warnings.warn( 2022-09-27T16:48:52.8256192Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8256821Z warnings.warn( 2022-09-27T16:48:52.8257791Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8258495Z warnings.warn( 2022-09-27T16:48:52.8259474Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8260110Z warnings.warn( 2022-09-27T16:48:52.8261078Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8261714Z warnings.warn( 2022-09-27T16:48:52.8262659Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8263358Z warnings.warn( 2022-09-27T16:48:52.8264340Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8264974Z warnings.warn( 2022-09-27T16:48:52.8265918Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8266559Z warnings.warn( 2022-09-27T16:48:52.8267517Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8268143Z warnings.warn( 2022-09-27T16:48:52.8269222Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8269867Z warnings.warn( 2022-09-27T16:48:52.8270834Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8271465Z warnings.warn( 2022-09-27T16:48:52.8272433Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8273044Z warnings.warn( 2022-09-27T16:48:52.8274002Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8274631Z warnings.warn( 2022-09-27T16:48:52.8275588Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8276312Z warnings.warn( 2022-09-27T16:48:52.8277286Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8277919Z warnings.warn( 2022-09-27T16:48:52.8278886Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8279496Z warnings.warn( 2022-09-27T16:48:52.8280532Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8281185Z warnings.warn( 2022-09-27T16:48:52.8282151Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8282783Z warnings.warn( 2022-09-27T16:48:52.8283741Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8284387Z warnings.warn( 2022-09-27T16:48:52.8285342Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8285968Z warnings.warn( 2022-09-27T16:48:52.8286906Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8287537Z warnings.warn( 2022-09-27T16:48:52.8288497Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8289137Z warnings.warn( 2022-09-27T16:48:52.8290076Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8290702Z warnings.warn( 2022-09-27T16:48:52.8291655Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8292275Z warnings.warn( 2022-09-27T16:48:52.8293235Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8293927Z warnings.warn( 2022-09-27T16:48:52.8294888Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8295518Z warnings.warn( 2022-09-27T16:48:52.8296473Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8297077Z warnings.warn( 2022-09-27T16:48:52.8298091Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8298734Z warnings.warn( 2022-09-27T16:48:52.8299693Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8300319Z warnings.warn( 2022-09-27T16:48:52.8301252Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8301874Z warnings.warn( 2022-09-27T16:48:52.8302830Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8303465Z warnings.warn( 2022-09-27T16:48:52.8304419Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8305066Z warnings.warn( 2022-09-27T16:48:52.8306021Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8306656Z warnings.warn( 2022-09-27T16:48:52.8307604Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8308250Z warnings.warn( 2022-09-27T16:48:52.8309431Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8310073Z warnings.warn( 2022-09-27T16:48:52.8311167Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8311787Z warnings.warn( 2022-09-27T16:48:52.8312761Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8313393Z warnings.warn( 2022-09-27T16:48:52.8314363Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8314984Z warnings.warn( 2022-09-27T16:48:52.8316021Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8316667Z warnings.warn( 2022-09-27T16:48:52.8317629Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8318239Z warnings.warn( 2022-09-27T16:48:52.8319205Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8319831Z warnings.warn( 2022-09-27T16:48:52.8320803Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8321443Z warnings.warn( 2022-09-27T16:48:52.8322395Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8323033Z warnings.warn( 2022-09-27T16:48:52.8324023Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8324661Z warnings.warn( 2022-09-27T16:48:52.8325605Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8326235Z warnings.warn( 2022-09-27T16:48:52.8327181Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8327889Z warnings.warn( 2022-09-27T16:48:52.8328882Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8329501Z warnings.warn( 2022-09-27T16:48:52.8330474Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8331111Z warnings.warn( 2022-09-27T16:48:52.8332088Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8332712Z warnings.warn( 2022-09-27T16:48:52.8333757Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8334421Z warnings.warn( 2022-09-27T16:48:52.8335402Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8336035Z warnings.warn( 2022-09-27T16:48:52.8337001Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8356165Z warnings.warn( 2022-09-27T16:48:52.8357243Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8357895Z warnings.warn( 2022-09-27T16:48:52.8358883Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8359526Z warnings.warn( 2022-09-27T16:48:52.8360487Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8361096Z warnings.warn( 2022-09-27T16:48:52.8362061Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8362691Z warnings.warn( 2022-09-27T16:48:52.8363658Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8364465Z warnings.warn( 2022-09-27T16:48:52.8365481Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8366133Z warnings.warn( 2022-09-27T16:48:52.8367133Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8367793Z warnings.warn( 2022-09-27T16:48:52.8368751Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8369472Z warnings.warn( 2022-09-27T16:48:52.8370470Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8371108Z warnings.warn( 2022-09-27T16:48:52.8372065Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8372706Z warnings.warn( 2022-09-27T16:48:52.8373686Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8374337Z warnings.warn( 2022-09-27T16:48:52.8375283Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8375921Z warnings.warn( 2022-09-27T16:48:52.8376906Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8377550Z warnings.warn( 2022-09-27T16:48:52.8378555Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8379180Z warnings.warn( 2022-09-27T16:48:52.8380165Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8380804Z warnings.warn( 2022-09-27T16:48:52.8381793Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8382498Z warnings.warn( 2022-09-27T16:48:52.8383504Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8384155Z warnings.warn( 2022-09-27T16:48:52.8385132Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8385775Z warnings.warn( 2022-09-27T16:48:52.8386788Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8387454Z warnings.warn( 2022-09-27T16:48:52.8388442Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8389325Z warnings.warn( 2022-09-27T16:48:52.8390298Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8390945Z warnings.warn( 2022-09-27T16:48:52.8391932Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8392577Z warnings.warn( 2022-09-27T16:48:52.8393542Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8394187Z warnings.warn( 2022-09-27T16:48:52.8395166Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8395802Z warnings.warn( 2022-09-27T16:48:52.8396793Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8397415Z warnings.warn( 2022-09-27T16:48:52.8398406Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8399167Z warnings.warn( 2022-09-27T16:48:52.8400158Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8400783Z warnings.warn( 2022-09-27T16:48:52.8401758Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8402407Z warnings.warn( 2022-09-27T16:48:52.8403376Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8404010Z warnings.warn( 2022-09-27T16:48:52.8405039Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8405701Z warnings.warn( 2022-09-27T16:48:52.8406679Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8407318Z warnings.warn( 2022-09-27T16:48:52.8408279Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8408926Z warnings.warn( 2022-09-27T16:48:52.8409907Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8410544Z warnings.warn( 2022-09-27T16:48:52.8411484Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8412113Z warnings.warn( 2022-09-27T16:48:52.8413100Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8413751Z warnings.warn( 2022-09-27T16:48:52.8414766Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8415410Z warnings.warn( 2022-09-27T16:48:52.8416374Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8417085Z warnings.warn( 2022-09-27T16:48:52.8418055Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8418667Z warnings.warn( 2022-09-27T16:48:52.8419647Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8420289Z warnings.warn( 2022-09-27T16:48:52.8421253Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8421948Z warnings.warn( 2022-09-27T16:48:52.8422934Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8423578Z warnings.warn( 2022-09-27T16:48:52.8424578Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8425239Z warnings.warn( 2022-09-27T16:48:52.8426190Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8426827Z warnings.warn( 2022-09-27T16:48:52.8427828Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8428473Z warnings.warn( 2022-09-27T16:48:52.8429607Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8430219Z warnings.warn( 2022-09-27T16:48:52.8431227Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8431866Z warnings.warn( 2022-09-27T16:48:52.8432827Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8433425Z warnings.warn( 2022-09-27T16:48:52.8434558Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8435215Z warnings.warn( 2022-09-27T16:48:52.8436190Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8436829Z warnings.warn( 2022-09-27T16:48:52.8437775Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8438421Z warnings.warn( 2022-09-27T16:48:52.8439472Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8440136Z warnings.warn( 2022-09-27T16:48:52.8441177Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8441827Z warnings.warn( 2022-09-27T16:48:52.8442825Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8443481Z warnings.warn( 2022-09-27T16:48:52.8444452Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8445107Z warnings.warn( 2022-09-27T16:48:52.8446094Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8446751Z warnings.warn( 2022-09-27T16:48:52.8447759Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8448389Z warnings.warn( 2022-09-27T16:48:52.8449399Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8450056Z warnings.warn( 2022-09-27T16:48:52.8451029Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8451728Z warnings.warn( 2022-09-27T16:48:52.8452766Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8453422Z warnings.warn( 2022-09-27T16:48:52.8454399Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8455040Z warnings.warn( 2022-09-27T16:48:52.8455994Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8456644Z warnings.warn( 2022-09-27T16:48:52.8457687Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8458350Z warnings.warn( 2022-09-27T16:48:52.8459305Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8459946Z warnings.warn( 2022-09-27T16:48:52.8460920Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8461571Z warnings.warn( 2022-09-27T16:48:52.8462531Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8463181Z warnings.warn( 2022-09-27T16:48:52.8464197Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8464868Z warnings.warn( 2022-09-27T16:48:52.8465878Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8466513Z warnings.warn( 2022-09-27T16:48:52.8467519Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8468175Z warnings.warn( 2022-09-27T16:48:52.8469303Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8470067Z warnings.warn( 2022-09-27T16:48:52.8471032Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8471672Z warnings.warn( 2022-09-27T16:48:52.8472677Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8473343Z warnings.warn( 2022-09-27T16:48:52.8474366Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8475027Z warnings.warn( 2022-09-27T16:48:52.8476009Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8476649Z warnings.warn( 2022-09-27T16:48:52.8477591Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8478230Z warnings.warn( 2022-09-27T16:48:52.8479205Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8479848Z warnings.warn( 2022-09-27T16:48:52.8480825Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8481442Z warnings.warn( 2022-09-27T16:48:52.8482413Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8483051Z warnings.warn( 2022-09-27T16:48:52.8484041Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8484661Z warnings.warn( 2022-09-27T16:48:52.8485640Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8486285Z warnings.warn( 2022-09-27T16:48:52.8487349Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8488000Z warnings.warn( 2022-09-27T16:48:52.8488951Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8489591Z warnings.warn( 2022-09-27T16:48:52.8490559Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8491209Z warnings.warn( 2022-09-27T16:48:52.8492212Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8492875Z warnings.warn( 2022-09-27T16:48:52.8493856Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8494499Z warnings.warn( 2022-09-27T16:48:52.8495448Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8496086Z warnings.warn( 2022-09-27T16:48:52.8497076Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8497723Z warnings.warn( 2022-09-27T16:48:52.8498691Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8499301Z warnings.warn( 2022-09-27T16:48:52.8500285Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8500946Z warnings.warn( 2022-09-27T16:48:52.8501948Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8502580Z warnings.warn( 2022-09-27T16:48:52.8503555Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8504272Z warnings.warn( 2022-09-27T16:48:52.8505255Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8505939Z warnings.warn( 2022-09-27T16:48:52.8506897Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8507539Z warnings.warn( 2022-09-27T16:48:52.8508504Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8509300Z warnings.warn( 2022-09-27T16:48:52.8510349Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8511011Z warnings.warn( 2022-09-27T16:48:52.8511996Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8512638Z warnings.warn( 2022-09-27T16:48:52.8513587Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8514244Z warnings.warn( 2022-09-27T16:48:52.8515225Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8515878Z warnings.warn( 2022-09-27T16:48:52.8516845Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8517463Z warnings.warn( 2022-09-27T16:48:52.8518445Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8519092Z warnings.warn( 2022-09-27T16:48:52.8520084Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8520716Z warnings.warn( 2022-09-27T16:48:52.8521689Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8522451Z warnings.warn( 2022-09-27T16:48:52.8523452Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8524105Z warnings.warn( 2022-09-27T16:48:52.8525071Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8525721Z warnings.warn( 2022-09-27T16:48:52.8526675Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8527311Z warnings.warn( 2022-09-27T16:48:52.8528312Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8528968Z warnings.warn( 2022-09-27T16:48:52.8529947Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8530590Z warnings.warn( 2022-09-27T16:48:52.8531534Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8532166Z warnings.warn( 2022-09-27T16:48:52.8533143Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8533785Z warnings.warn( 2022-09-27T16:48:52.8534742Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8535348Z warnings.warn( 2022-09-27T16:48:52.8536336Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8536988Z warnings.warn( 2022-09-27T16:48:52.8537972Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8538598Z warnings.warn( 2022-09-27T16:48:52.8539583Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8540319Z warnings.warn( 2022-09-27T16:48:52.8541311Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8541953Z warnings.warn( 2022-09-27T16:48:52.8542899Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8543531Z warnings.warn( 2022-09-27T16:48:52.8544565Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8545223Z warnings.warn( 2022-09-27T16:48:52.8546195Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8546842Z warnings.warn( 2022-09-27T16:48:52.8547683Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8547810Z warnings.warn( 2022-09-27T16:48:52.8548656Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8548786Z warnings.warn( 2022-09-27T16:48:52.8549803Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8549921Z warnings.warn( 2022-09-27T16:48:52.8550737Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8550839Z warnings.warn( 2022-09-27T16:48:52.8551665Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8551785Z warnings.warn( 2022-09-27T16:48:52.8552611Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8552731Z warnings.warn( 2022-09-27T16:48:52.8553705Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8553831Z warnings.warn( 2022-09-27T16:48:52.8554639Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8554762Z warnings.warn( 2022-09-27T16:48:52.8555582Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8555703Z warnings.warn( 2022-09-27T16:48:52.8556632Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8556745Z warnings.warn( 2022-09-27T16:48:52.8557573Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8557700Z warnings.warn( 2022-09-27T16:48:52.8558515Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8558644Z warnings.warn( 2022-09-27T16:48:52.8559463Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8559587Z warnings.warn( 2022-09-27T16:48:52.8560410Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8560537Z warnings.warn( 2022-09-27T16:48:52.8561366Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8561495Z warnings.warn( 2022-09-27T16:48:52.8562329Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8562424Z warnings.warn( 2022-09-27T16:48:52.8563270Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8563458Z warnings.warn( 2022-09-27T16:48:52.8564318Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8564443Z warnings.warn( 2022-09-27T16:48:52.8565294Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8565416Z warnings.warn( 2022-09-27T16:48:52.8566257Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8566388Z warnings.warn( 2022-09-27T16:48:52.8567288Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8567424Z warnings.warn( 2022-09-27T16:48:52.8568273Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8568401Z warnings.warn( 2022-09-27T16:48:52.8569237Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8569361Z warnings.warn( 2022-09-27T16:48:52.8570245Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8570368Z warnings.warn( 2022-09-27T16:48:52.8571207Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8571335Z warnings.warn( 2022-09-27T16:48:52.8572153Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8572276Z warnings.warn( 2022-09-27T16:48:52.8573094Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8573215Z warnings.warn( 2022-09-27T16:48:52.8574087Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8574278Z warnings.warn( 2022-09-27T16:48:52.8575079Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8575209Z warnings.warn( 2022-09-27T16:48:52.8576052Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8576182Z warnings.warn( 2022-09-27T16:48:52.8577058Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8577195Z warnings.warn( 2022-09-27T16:48:52.8578023Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8578145Z warnings.warn( 2022-09-27T16:48:52.8578963Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8579091Z warnings.warn( 2022-09-27T16:48:52.8579901Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8580023Z warnings.warn( 2022-09-27T16:48:52.8580835Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8580966Z warnings.warn( 2022-09-27T16:48:52.8581791Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8581916Z warnings.warn( 2022-09-27T16:48:52.8582748Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8582874Z warnings.warn( 2022-09-27T16:48:52.8583699Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8583824Z warnings.warn( 2022-09-27T16:48:52.8584716Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8584845Z warnings.warn( 2022-09-27T16:48:52.8585662Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8585788Z warnings.warn( 2022-09-27T16:48:52.8586597Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8586727Z warnings.warn( 2022-09-27T16:48:52.8587600Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8587737Z warnings.warn( 2022-09-27T16:48:52.8588579Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8588703Z warnings.warn( 2022-09-27T16:48:52.8589706Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8589839Z warnings.warn( 2022-09-27T16:48:52.8590676Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8590801Z warnings.warn( 2022-09-27T16:48:52.8591656Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8591783Z warnings.warn( 2022-09-27T16:48:52.8592619Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8592745Z warnings.warn( 2022-09-27T16:48:52.8593570Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8593692Z warnings.warn( 2022-09-27T16:48:52.8594566Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8594792Z warnings.warn( 2022-09-27T16:48:52.8595676Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8595800Z warnings.warn( 2022-09-27T16:48:52.8596640Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8596764Z warnings.warn( 2022-09-27T16:48:52.8597597Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8597735Z warnings.warn( 2022-09-27T16:48:52.8598616Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8598754Z warnings.warn( 2022-09-27T16:48:52.8599608Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8599735Z warnings.warn( 2022-09-27T16:48:52.8600556Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8600680Z warnings.warn( 2022-09-27T16:48:52.8601495Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8601617Z warnings.warn( 2022-09-27T16:48:52.8602459Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8602587Z warnings.warn( 2022-09-27T16:48:52.8603402Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8603526Z warnings.warn( 2022-09-27T16:48:52.8604335Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8604460Z warnings.warn( 2022-09-27T16:48:52.8605276Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8605463Z warnings.warn( 2022-09-27T16:48:52.8606297Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8606421Z warnings.warn( 2022-09-27T16:48:52.8607251Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8607374Z warnings.warn( 2022-09-27T16:48:52.8608282Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8608421Z warnings.warn( 2022-09-27T16:48:52.8609246Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8609375Z warnings.warn( 2022-09-27T16:48:52.8610197Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8610324Z warnings.warn( 2022-09-27T16:48:52.8611155Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8611279Z warnings.warn( 2022-09-27T16:48:52.8612108Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8612227Z warnings.warn( 2022-09-27T16:48:52.8613052Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8613181Z warnings.warn( 2022-09-27T16:48:52.8613995Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8614123Z warnings.warn( 2022-09-27T16:48:52.8614940Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8615064Z warnings.warn( 2022-09-27T16:48:52.8615961Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8616087Z warnings.warn( 2022-09-27T16:48:52.8616902Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8617028Z warnings.warn( 2022-09-27T16:48:52.8617845Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8617978Z warnings.warn( 2022-09-27T16:48:52.8618858Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8618993Z warnings.warn( 2022-09-27T16:48:52.8619830Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8619954Z warnings.warn( 2022-09-27T16:48:52.8620780Z /opt/conda/lib/python3.10/site-packages/torch/onnx/_internal/registration.py:168: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:48:52.8620914Z warnings.warn( 2022-09-27T16:48:53.3546557Z ok (0.600s) 2022-09-27T16:48:54.1087742Z test_sample (__main__.TestJit) ... ok (0.754s) 2022-09-27T16:48:57.8506543Z test_variance (__main__.TestJit) ... ok (3.742s) 2022-09-27T16:48:57.9081625Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.058s) 2022-09-27T16:49:00.8880709Z test_entropy_monte_carlo (__main__.TestKL) ... ok (2.979s) 2022-09-27T16:49:00.9075844Z test_kl_edgecases (__main__.TestKL) ... ok (0.019s) 2022-09-27T16:49:00.9403701Z test_kl_exponential_family (__main__.TestKL) ... ok (0.032s) 2022-09-27T16:49:00.9657589Z test_kl_infinite (__main__.TestKL) ... ok (0.025s) 2022-09-27T16:49:01.0050710Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.039s) 2022-09-27T16:49:01.0321221Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.027s) 2022-09-27T16:49:01.8699406Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.837s) 2022-09-27T16:49:01.9112547Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.041s) 2022-09-27T16:49:01.9352468Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.024s) 2022-09-27T16:49:01.9590694Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.023s) 2022-09-27T16:49:02.0280402Z test_kl_shape (__main__.TestKL) ... ok (0.069s) 2022-09-27T16:49:02.0466083Z test_kl_transformed (__main__.TestKL) ... ok (0.018s) 2022-09-27T16:49:02.0527048Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.006s) 2022-09-27T16:49:02.0557998Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.003s) 2022-09-27T16:49:02.0758667Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.020s) 2022-09-27T16:49:02.0797478Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-09-27T16:49:02.0835951Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-09-27T16:49:02.0860398Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-09-27T16:49:02.0892348Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-09-27T16:49:02.1287108Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.039s) 2022-09-27T16:49:02.1345938Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-09-27T16:49:02.1401805Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-09-27T16:49:02.1430983Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-09-27T16:49:02.1467134Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-09-27T16:49:02.2094934Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.063s) 2022-09-27T16:49:02.2719287Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.062s) 2022-09-27T16:49:02.3045112Z test_chi2 (__main__.TestRsample) ... ok (0.032s) 2022-09-27T16:49:02.9293601Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.624s) 2022-09-27T16:49:02.9937247Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.065s) 2022-09-27T16:49:03.1189003Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.125s) 2022-09-27T16:49:03.1503337Z test_gamma (__main__.TestRsample) ... ok (0.031s) 2022-09-27T16:49:03.1790505Z test_invalid (__main__.TestValidation) ... ok (0.028s) 2022-09-27T16:49:03.5821357Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.403s) 2022-09-27T16:49:03.6018868Z test_valid (__main__.TestValidation) ... ok (0.020s) 2022-09-27T16:49:03.6092767Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.007s) 2022-09-27T16:49:03.6094264Z 2022-09-27T16:49:03.6095212Z ---------------------------------------------------------------------- 2022-09-27T16:49:03.6095903Z Ran 219 tests in 55.384s 2022-09-27T16:49:03.6096152Z 2022-09-27T16:49:03.6096253Z OK 2022-09-27T16:49:03.6096402Z 2022-09-27T16:49:03.6096541Z Generating XML reports... 2022-09-27T16:49:03.6136805Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220927164808.xml 2022-09-27T16:49:03.6141658Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220927164808.xml 2022-09-27T16:49:03.6185729Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220927164808.xml 2022-09-27T16:49:03.6310202Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220927164808.xml 2022-09-27T16:49:03.6317240Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220927164808.xml 2022-09-27T16:49:03.6428606Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220927164808.xml 2022-09-27T16:49:03.6444448Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220927164808.xml 2022-09-27T16:49:03.6449618Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220927164808.xml 2022-09-27T16:49:03.6461556Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220927164808.xml 2022-09-27T16:49:03.6471012Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220927164808.xml 2022-09-27T16:49:03.6477846Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220927164808.xml 2022-09-27T16:49:04.4189794Z Running test_cuda ... [2022-09-27 16:49:04.418306] 2022-09-27T16:49:04.4190995Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:49:04.418400] 2022-09-27T16:49:07.8365747Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-09-27T16:49:07.8465715Z 2022-09-27T16:49:07.8466539Z Running tests... 2022-09-27T16:49:07.8467071Z ---------------------------------------------------------------------- 2022-09-27T16:49:07.8477008Z test_arithmetic_large_tensor (__main__.TestCuda) ... skip: was disabled due to not enough memory, but actually it always fail (0.001s) 2022-09-27T16:49:07.8666620Z test_autocast_banned (__main__.TestCuda) ... ok (0.019s) 2022-09-27T16:49:08.2961985Z test_autocast_cache_leak (__main__.TestCuda) ... ok (0.429s) 2022-09-27T16:49:08.3653375Z test_autocast_cat_jit (__main__.TestCuda) ... ok (0.069s) 2022-09-27T16:49:08.3717405Z test_autocast_checkpointing (__main__.TestCuda) ... ok (0.006s) 2022-09-27T16:49:08.3770266Z test_autocast_custom_cast_inputs (__main__.TestCuda) ... ok (0.005s) 2022-09-27T16:49:08.3812025Z test_autocast_custom_enabled (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:08.3926363Z test_autocast_ignored_types (__main__.TestCuda) ... ok (0.011s) 2022-09-27T16:49:08.3959706Z test_autocast_linalg_fp16 (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:08.4002381Z test_autocast_methods_expect_builtin_promote (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:08.4033382Z test_autocast_methods_fp16 (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:08.4064561Z test_autocast_methods_fp32 (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:08.4094540Z test_autocast_nn_bf16 (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:08.4126240Z test_autocast_nn_fp16 (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:08.4175944Z test_autocast_nn_fp32 (__main__.TestCuda) ... ok (0.005s) 2022-09-27T16:49:08.6466344Z test_autocast_rnn (__main__.TestCuda) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:476: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-09-27T16:49:09.1463740Z result = _VF.rnn_tanh(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-09-27T16:49:09.1465106Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:485: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-09-27T16:49:09.1465957Z result = _VF.rnn_tanh(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-09-27T16:49:11.7742581Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:955: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-09-27T16:49:11.7743516Z result = _VF.gru(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-09-27T16:49:12.2337505Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:958: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-09-27T16:49:12.2338375Z result = _VF.gru(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-09-27T16:49:14.9621994Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:774: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-09-27T16:49:14.9623058Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-09-27T16:49:15.4669374Z /opt/conda/lib/python3.10/site-packages/torch/nn/modules/rnn.py:777: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp:968.) 2022-09-27T16:49:15.4670447Z result = _VF.lstm(input, batch_sizes, hx, self._flat_weights, self.bias, 2022-09-27T16:49:18.3612067Z ok (9.943s) 2022-09-27T16:49:18.3653968Z test_autocast_torch_bf16 (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:18.3715463Z test_autocast_torch_expect_builtin_promote (__main__.TestCuda) ... ok (0.006s) 2022-09-27T16:49:18.9977023Z test_autocast_torch_fp16 (__main__.TestCuda) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:1558: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:989.) 2022-09-27T16:49:18.9978074Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-09-27T16:49:19.0016079Z ok (0.630s) 2022-09-27T16:49:19.9280107Z test_autocast_torch_fp32 (__main__.TestCuda) ... ok (0.926s) 2022-09-27T16:49:19.9354343Z test_autocast_torch_need_autocast_promote (__main__.TestCuda) ... ok (0.007s) 2022-09-27T16:49:19.9365446Z test_autogpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:19.9406683Z test_batch_norm_gather_stats (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:19.9478259Z test_bincount_ext (__main__.TestCuda) ... ok (0.007s) 2022-09-27T16:49:19.9486058Z test_caching_allocator_record_stream_oom (__main__.TestCuda) 2022-09-27T16:49:20.8799026Z allocations delayed by a record_stream call should still be freed on ... ok (0.932s) 2022-09-27T16:49:20.8811765Z test_caching_pinned_memory (__main__.TestCuda) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79508 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:49:20.8821546Z test_caching_pinned_memory_multi_gpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:20.8827757Z test_cat_autogpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:20.8858865Z test_check_error (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:20.8869878Z test_copy_device (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:21.0540216Z test_copy_non_blocking (__main__.TestCuda) ... ok (0.167s) 2022-09-27T16:49:21.0547019Z test_copy_streams (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:21.0577675Z test_cublas_allow_fp16_reduced_precision_reduction_get_set (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:21.0606499Z test_cublas_allow_tf32_get_set (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:21.4486034Z test_cublas_multiple_threads_same_device (__main__.TestCuda) ... ok (0.388s) 2022-09-27T16:49:21.4492807Z test_cuda_device_memory_allocated (__main__.TestCuda) ... skip: Test needs multiple GPUs (0.001s) 2022-09-27T16:49:21.4521874Z test_cuda_get_device_capability (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:21.4549577Z test_cuda_get_device_name (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:21.4555103Z test_cuda_init_race (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:21.7106280Z test_cuda_kernel_loop_overflow (__main__.TestCuda) ... ok (0.255s) 2022-09-27T16:49:21.7115180Z test_cuda_kernel_loop_overflow_large (__main__.TestCuda) ... skip: not enough memory (0.001s) 2022-09-27T16:49:21.9301288Z test_cuda_memory_leak_detection (__main__.TestCuda) ... ok (0.218s) 2022-09-27T16:49:21.9914195Z test_cuda_memory_leak_detection_propagates_errors (__main__.TestCuda) ... ok (0.061s) 2022-09-27T16:49:21.9922372Z test_cuda_set_device (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:21.9955254Z test_cuda_synchronize (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:22.0057408Z test_cudart_register (__main__.TestCuda) ... ok (0.010s) 2022-09-27T16:49:22.0084467Z test_cudnn_allow_tf32_get_set (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:33.1545188Z test_cudnn_multiple_threads_same_device (__main__.TestCuda) ... ok (11.146s) 2022-09-27T16:49:33.1556872Z test_current_stream (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:33.1573796Z test_cusparse_multiple_threads_same_device (__main__.TestCuda) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:49:33.1585666Z test_default_stream (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:33.2203146Z test_events (__main__.TestCuda) ... ok (0.062s) 2022-09-27T16:49:33.2218274Z test_events_multi_gpu_elapsed_time (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:33.2232827Z test_events_multi_gpu_query (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:33.2243108Z test_events_wait (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:33.2274282Z test_external_streams (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:33.2281131Z test_external_streams_multi_device (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:36.1127976Z test_fixed_cuda_assert_async (__main__.TestCuda) ... /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:106: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-09-27T16:49:36.1132221Z Traceback (most recent call last): 2022-09-27T16:49:36.1132713Z File "", line 4, in 2022-09-27T16:49:36.1135254Z File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 564, in synchronize 2022-09-27T16:49:36.1137029Z return torch._C._cuda_synchronize() 2022-09-27T16:49:36.1137471Z RuntimeError: CUDA error: device-side assert triggered 2022-09-27T16:49:36.1137965Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-09-27T16:49:36.1141478Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-09-27T16:49:39.2752375Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:106: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-09-27T16:49:39.2757790Z Traceback (most recent call last): 2022-09-27T16:49:39.2758344Z File "", line 4, in 2022-09-27T16:49:39.2759046Z File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 564, in synchronize 2022-09-27T16:49:39.2761392Z return torch._C._cuda_synchronize() 2022-09-27T16:49:39.2761829Z RuntimeError: CUDA error: device-side assert triggered 2022-09-27T16:49:39.2762324Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-09-27T16:49:39.2762802Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-09-27T16:49:42.4587805Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:106: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != 0` failed. 2022-09-27T16:49:42.4592393Z Traceback (most recent call last): 2022-09-27T16:49:42.4592823Z File "", line 4, in 2022-09-27T16:49:42.4593756Z File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 564, in synchronize 2022-09-27T16:49:42.4595035Z return torch._C._cuda_synchronize() 2022-09-27T16:49:42.4595626Z RuntimeError: CUDA error: device-side assert triggered 2022-09-27T16:49:42.4596203Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-09-27T16:49:42.4596824Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-09-27T16:49:45.6582085Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu:110: _assert_async_cuda_kernel: block: [0,0,0], thread: [0,0,0] Assertion `input[0] != c10::complex(0, 0)` failed. 2022-09-27T16:49:45.6585584Z Traceback (most recent call last): 2022-09-27T16:49:45.6586058Z File "", line 4, in 2022-09-27T16:49:45.6587367Z File "/opt/conda/lib/python3.10/site-packages/torch/cuda/__init__.py", line 564, in synchronize 2022-09-27T16:49:45.6588594Z return torch._C._cuda_synchronize() 2022-09-27T16:49:45.6590138Z RuntimeError: CUDA error: device-side assert triggered 2022-09-27T16:49:45.6591124Z CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect. 2022-09-27T16:49:45.6591932Z For debugging consider passing CUDA_LAUNCH_BLOCKING=1. 2022-09-27T16:49:45.9342393Z ok (12.706s) 2022-09-27T16:49:45.9377601Z test_float32_matmul_precision_get_set (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:45.9436288Z test_gather_bool (__main__.TestCuda) ... ok (0.006s) 2022-09-27T16:49:45.9477756Z test_get_device_index (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:45.9486903Z test_get_set_rng_state_all (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:45.9763607Z test_grad_scaling_accumulation (__main__.TestCuda) ... ok (0.028s) 2022-09-27T16:49:46.0418758Z test_grad_scaling_autocast (__main__.TestCuda) ... ok (0.065s) 2022-09-27T16:49:46.1047717Z test_grad_scaling_autocast_foreach (__main__.TestCuda) ... ok (0.063s) 2022-09-27T16:49:46.1191825Z test_grad_scaling_autocast_fused (__main__.TestCuda) ... ok (0.014s) 2022-09-27T16:49:46.2132425Z test_grad_scaling_autocast_fused_optimizers (__main__.TestCuda) ... ok (0.094s) 2022-09-27T16:49:46.2443267Z test_grad_scaling_clipping (__main__.TestCuda) ... ok (0.031s) 2022-09-27T16:49:46.2749696Z test_grad_scaling_clipping_separate_unscale (__main__.TestCuda) ... ok (0.031s) 2022-09-27T16:49:46.2760800Z test_grad_scaling_device_as_key (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:46.2786042Z test_grad_scaling_multigpu (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-09-27T16:49:46.3272133Z test_grad_scaling_multiple (__main__.TestCuda) ... ok (0.048s) 2022-09-27T16:49:46.3755626Z test_grad_scaling_penalty (__main__.TestCuda) ... ok (0.048s) 2022-09-27T16:49:46.3766826Z test_grad_scaling_scale (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:46.3805148Z test_grad_scaling_state_dict (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:46.3948048Z test_grad_scaling_unscale (__main__.TestCuda) ... ok (0.014s) 2022-09-27T16:49:46.4040729Z test_grad_scaling_unscale_sparse (__main__.TestCuda) ... ok (0.009s) 2022-09-27T16:49:46.4080298Z test_grad_scaling_update_scale (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:47.0097219Z test_graph_adam_adamw (__main__.TestCuda) ... ok (0.601s) 2022-09-27T16:49:47.0634302Z test_graph_capture_oom (__main__.TestCuda) ... ok (0.054s) 2022-09-27T16:49:47.0677720Z test_graph_capture_simple (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:47.0701469Z test_graph_concurrent_replay (__main__.TestCuda) ... skip: Temporarily disabled due to a graphs bug in libcuda.so, see https://github.com/pytorch/pytorch/pull/57556 (0.002s) 2022-09-27T16:49:47.3560976Z test_graph_cudnn_dropout (__main__.TestCuda) ... ok (0.286s) 2022-09-27T16:49:47.4813226Z test_graph_grad_scaling (__main__.TestCuda) ... ok (0.125s) 2022-09-27T16:49:47.4866706Z test_graph_is_current_stream_capturing (__main__.TestCuda) ... ok (0.005s) 2022-09-27T16:49:48.4678922Z test_graph_make_graphed_callables_with_amp_cache_disabled (__main__.TestCuda) ... ok (0.981s) 2022-09-27T16:49:48.6662723Z test_graph_make_graphed_callables_with_amp_cache_enabled (__main__.TestCuda) ... expected failure (0.198s) 2022-09-27T16:49:49.5988102Z test_graph_make_graphed_callables_without_amp (__main__.TestCuda) ... ok (0.932s) 2022-09-27T16:49:50.1768223Z test_graph_memory_stats_and_use_result_after_destroy_graph (__main__.TestCuda) ... ok (0.578s) 2022-09-27T16:49:50.2236446Z test_graph_record_stream (__main__.TestCuda) ... ok (0.047s) 2022-09-27T16:49:50.2971575Z test_graph_rng_distributions (__main__.TestCuda) ... ok (0.073s) 2022-09-27T16:49:50.3131423Z test_graph_rng_functional (__main__.TestCuda) ... ok (0.016s) 2022-09-27T16:49:50.4282444Z test_graph_scaling_fusedadam (__main__.TestCuda) ... ok (0.115s) 2022-09-27T16:49:50.4391817Z test_graph_three_successive (__main__.TestCuda) ... ok (0.011s) 2022-09-27T16:49:50.4524785Z test_graph_two_successive (__main__.TestCuda) ... ok (0.013s) 2022-09-27T16:49:50.4532071Z test_huge_index (__main__.TestCuda) ... skip: not enough memory (0.001s) 2022-09-27T16:49:50.4537362Z test_lazy_init (__main__.TestCuda) 2022-09-27T16:49:52.2977003Z Validate that no CUDA calls are made during `import torch` call ... ok (1.844s) 2022-09-27T16:49:52.3020633Z test_load_nonexistent_device (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:52.3064494Z test_manual_seed (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:52.3107981Z test_matmul_memory_use (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:52.3114840Z test_max_large_axis (__main__.TestCuda) ... skip: not enough memory (0.001s) 2022-09-27T16:49:52.3145391Z test_mean_fp16 (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:52.3176989Z test_mem_get_info (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:52.3750756Z test_memory_allocation (__main__.TestCuda) ... ok (0.057s) 2022-09-27T16:49:52.7308391Z test_memory_stats (__main__.TestCuda) ... ok (0.356s) 2022-09-27T16:49:52.7321727Z test_memory_stats_multigpu (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:52.7386018Z test_min_max_inits (__main__.TestCuda) ... ok (0.006s) 2022-09-27T16:49:52.7396092Z test_multigpu_serialization_remap (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:52.7404717Z test_multigpu_serialization_remap_dict (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:52.7411709Z test_multigpu_storage_clone (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:52.7674736Z test_multinomial_ext (__main__.TestCuda) ... ok (0.026s) 2022-09-27T16:49:52.7703015Z test_multinomial_invalid_probs_cuda (__main__.TestCuda) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:49:52.7712217Z test_new (__main__.TestCuda) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:52.7739104Z test_noncontiguous_pinned_memory (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:52.7823374Z test_norm_type_conversion (__main__.TestCuda) ... ok (0.008s) 2022-09-27T16:49:52.7848641Z test_nvtx (__main__.TestCuda) ... ok (0.002s) 2022-09-27T16:49:52.8304234Z test_out_of_memory (__main__.TestCuda) ... ok (0.045s) 2022-09-27T16:49:52.8550749Z test_prod_large (__main__.TestCuda) ... ok (0.024s) 2022-09-27T16:49:52.9094822Z test_record_stream (__main__.TestCuda) ... ok (0.054s) 2022-09-27T16:49:52.9131788Z test_record_stream_on_shifted_view (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:52.9649439Z test_reduction_gpu_memory_accessing (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:52.9661903Z test_rocm_backward_pass_guard (__main__.TestCuda) ... skip: ROCm-only test (0.001s) 2022-09-27T16:49:52.9716989Z test_serialization_array_with_empty (__main__.TestCuda) ... ok (0.005s) 2022-09-27T16:49:52.9809289Z test_serialization_array_with_storage (__main__.TestCuda) ... ok (0.009s) 2022-09-27T16:49:53.0015319Z test_set_per_process_memory_fraction (__main__.TestCuda) ... ok (0.020s) 2022-09-27T16:49:53.0060473Z test_specify_improper_device_name (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:53.0076727Z test_stream_context (__main__.TestCuda) ... skip: detected only one GPU (0.002s) 2022-09-27T16:49:53.0087184Z test_stream_event_device (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:53.0099071Z test_stream_event_nogil (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:53.0125467Z test_stream_event_repr (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:53.0344539Z test_streaming_backwards_callback (__main__.TestCuda) ... ok (0.022s) 2022-09-27T16:49:53.0360060Z test_streaming_backwards_device_transfer (__main__.TestCuda) ... skip: only one GPU detected (0.002s) 2022-09-27T16:49:53.1767694Z test_streaming_backwards_multiple_streams (__main__.TestCuda) ... ok (0.141s) 2022-09-27T16:49:53.1954690Z test_streaming_backwards_sync (__main__.TestCuda) ... ok (0.019s) 2022-09-27T16:49:53.4571043Z test_streaming_backwards_sync_graph_root (__main__.TestCuda) ... ok (0.261s) 2022-09-27T16:49:53.4607132Z test_streams (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:53.4615151Z test_streams_multi_gpu (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:53.4628485Z test_streams_multi_gpu_eq (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:53.4642650Z test_streams_multi_gpu_query (__main__.TestCuda) ... skip: detected only one GPU (0.001s) 2022-09-27T16:49:53.4651157Z test_streams_priority (__main__.TestCuda) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:49:53.4759125Z test_sum_fp16 (__main__.TestCuda) ... ok (0.011s) 2022-09-27T16:49:53.4768684Z test_tensor_device (__main__.TestCuda) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:49:53.4797096Z test_tiny_half_norm_ (__main__.TestCuda) ... ok (0.003s) 2022-09-27T16:49:53.5948030Z test_to_cpu_blocking_by_default (__main__.TestCuda) ... ok (0.115s) 2022-09-27T16:49:54.0466463Z test_to_non_blocking (__main__.TestCuda) ... ok (0.452s) 2022-09-27T16:49:54.0506883Z test_to_numpy (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:54.0543144Z test_torch_manual_seed_seeds_cuda_devices (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:54.0588425Z test_type_conversions (__main__.TestCuda) ... ok (0.004s) 2022-09-27T16:49:54.0769020Z test_allocator_settings (__main__.TestCudaComm) ... ok (0.018s) 2022-09-27T16:49:54.0780373Z test_broadcast_coalesced (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.0788813Z test_broadcast_coalesced_dense_only (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.0794476Z test_broadcast_coalesced_empty_tensors (__main__.TestCudaComm) ... skip: only one GPU detected (0.000s) 2022-09-27T16:49:54.0802227Z test_broadcast_cpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.0812090Z test_broadcast_gpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.0818944Z test_gather (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.0825828Z test_gather_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.0851150Z test_gather_namedtuple (__main__.TestCudaComm) ... skip: Test needs multiple GPUs (0.002s) 2022-09-27T16:49:54.0858015Z test_gather_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.1270921Z test_matmul_device_mismatch (__main__.TestCudaComm) ... ok (0.041s) 2022-09-27T16:49:54.1278556Z test_memory_format_scatter_gather (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.1831814Z test_memory_snapshot (__main__.TestCudaComm) ... Downloading flamegraph.pl to: /tmp/1000_flamegraph.pl 2022-09-27T16:49:54.2736323Z ok (0.146s) 2022-09-27T16:49:54.2790028Z test_raises_oom (__main__.TestCudaComm) ... ok (0.005s) 2022-09-27T16:49:54.2797097Z test_reduce_add (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2809347Z test_reduce_add_coalesced (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2817669Z test_reduce_add_coalesced_dense_only (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2824803Z test_scatter_cpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2832000Z test_scatter_cpu_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2838961Z test_scatter_cpu_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2846019Z test_scatter_cpu_sizes (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2855975Z test_scatter_gpu (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2863727Z test_scatter_gpu_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2871521Z test_scatter_gpu_neg_dim (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2879303Z test_scatter_gpu_sizes (__main__.TestCudaComm) ... skip: only one GPU detected (0.001s) 2022-09-27T16:49:54.2898913Z test_scatter_namedtuple (__main__.TestCudaComm) ... skip: Test needs multiple GPUs (0.002s) 2022-09-27T16:49:54.2899708Z 2022-09-27T16:49:54.2900384Z ---------------------------------------------------------------------- 2022-09-27T16:49:54.2900731Z Ran 174 tests in 46.443s 2022-09-27T16:49:54.2902354Z 2022-09-27T16:49:54.2902751Z OK (skipped=63, expected failures=1) 2022-09-27T16:49:54.2903129Z 2022-09-27T16:49:54.2903281Z Generating XML reports... 2022-09-27T16:49:54.3097222Z Generated XML report: test-reports/python-unittest/test_cuda/TEST-TestCuda-20220927164907.xml 2022-09-27T16:49:54.3134658Z Generated XML report: test-reports/python-unittest/test_cuda/TEST-TestCudaComm-20220927164907.xml 2022-09-27T16:49:54.9253714Z Running test_autograd ... [2022-09-27 16:49:54.924753] 2022-09-27T16:49:54.9254455Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:49:54.924849] 2022-09-27T16:49:59.1186343Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-09-27T16:49:59.1242568Z 2022-09-27T16:49:59.1242737Z Running tests... 2022-09-27T16:49:59.1243549Z ---------------------------------------------------------------------- 2022-09-27T16:49:59.1295973Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:49:59.1323813Z test_accumulate_grad (__main__.TestAutograd) ... /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:1061.) 2022-09-27T16:49:59.1325006Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:49:59.1325910Z ok (0.003s) 2022-09-27T16:49:59.1362265Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:49:59.1379435Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:49:59.1393142Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3640: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-09-27T16:49:59.1393736Z with detect_anomaly(): 2022-09-27T16:49:59.1404362Z ok (0.002s) 2022-09-27T16:49:59.1440139Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:49:59.1606595Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:49:59.1632009Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:49:59.1643949Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:49:59.4273100Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.263s) 2022-09-27T16:49:59.4296954Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:49:59.4353999Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:49:59.4459813Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:49:59.5446256Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.099s) 2022-09-27T16:49:59.5648559Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.020s) 2022-09-27T16:49:59.5677298Z test_backward (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:49:59.5687625Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:49:59.5711311Z test_backward_copy (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:49:59.5727228Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:49:59.5736864Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:49:59.5751399Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:49:59.5765343Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:49:59.5830021Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:49:59.5841678Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:49:59.5888750Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:49:59.5914880Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:49:59.5932018Z test_calculate_shape_util (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3499: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T16:49:59.5932699Z out = torch.nested_tensor([ 2022-09-27T16:49:59.5934415Z ok (0.002s) 2022-09-27T16:49:59.5950419Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:49:59.5973662Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:49:59.5991465Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:49:59.6003693Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:49:59.6007272Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-09-27T16:49:59.6029660Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.002s) 2022-09-27T16:49:59.6034558Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-09-27T16:49:59.6035043Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-09-27T16:49:59.6046191Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-09-27T16:49:59.6065596Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.003s) 2022-09-27T16:49:59.6074364Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-09-27T16:49:59.6089662Z Verifies that correct gradients are calculated for checkpoint ... ok (0.002s) 2022-09-27T16:49:59.6113399Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:49:59.6124529Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-09-27T16:50:00.0144698Z Verifies gradient correctness when checkpoint without reentrant autograd ... /var/lib/jenkins/workspace/test/test_autograd.py:4965: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:50:00.0145844Z b_grad = a.grad 2022-09-27T16:50:00.0164812Z /var/lib/jenkins/workspace/test/test_autograd.py:4972: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:50:00.0166111Z c_grad = a.grad 2022-09-27T16:50:00.0166855Z ok (0.405s) 2022-09-27T16:50:00.0193726Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:00.0225357Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:00.0240399Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-09-27T16:50:00.0244488Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:50:00.0258913Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-09-27T16:50:00.0263058Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:50:00.0287079Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:50:00.0293962Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-09-27T16:50:00.0303271Z Ensures that gradient hooks are only called once per tensor. ... ok (0.002s) 2022-09-27T16:50:00.4647541Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.434s) 2022-09-27T16:50:00.4776220Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:50:00.4818290Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:00.6208235Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.139s) 2022-09-27T16:50:00.6240198Z test_custom_function_error (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:00.6254835Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:00.6528181Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.027s) 2022-09-27T16:50:00.6616738Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:50:00.6652267Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:00.6820232Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.017s) 2022-09-27T16:50:00.6925569Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:50:00.6941852Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:00.6963221Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:00.7094080Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:50:00.7142671Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:00.7244238Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:50:00.7314290Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:50:01.0770785Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.345s) 2022-09-27T16:50:01.0819504Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:01.0840304Z test_dep_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:01.0856007Z test_dependent_backward (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:01.0911781Z test_detach (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:01.0917317Z test_detach_base (__main__.TestAutograd) 2022-09-27T16:50:01.0921493Z detaching base does not detach view ... ok (0.001s) 2022-09-27T16:50:01.0988626Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:50:01.1000189Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:01.1010341Z test_diagonal_expanded_v (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:2221: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:50:01.1011220Z v_expanded = torch.tensor(value).expand(10) 2022-09-27T16:50:01.1015642Z ok (0.001s) 2022-09-27T16:50:01.1059806Z test_dir (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:01.1071741Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:01.1088668Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:01.1098338Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:03.6937394Z test_free_deep_graph (__main__.TestAutograd) ... ok (2.583s) 2022-09-27T16:50:05.5020281Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.808s) 2022-09-27T16:50:07.1237298Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.622s) 2022-09-27T16:50:07.1641331Z test_function (__main__.TestAutograd) ... ok (0.040s) 2022-09-27T16:50:07.1668866Z test_function_returns_input (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:07.1686840Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:07.1692888Z test_gc_in_destructor (__main__.TestAutograd) 2022-09-27T16:50:07.8618028Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.693s) 2022-09-27T16:50:07.8657267Z test_grad (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:07.8669854Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:07.8701098Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:07.8732798Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:07.8902149Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.017s) 2022-09-27T16:50:07.8914616Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:07.8959022Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:07.8998068Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:07.9030609Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:07.9050700Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:07.9073104Z test_grad_nonleaf (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:528: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:50:07.9074150Z self.assertIsNone(x.grad) 2022-09-27T16:50:07.9093618Z ok (0.004s) 2022-09-27T16:50:07.9112141Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:07.9133636Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:580: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:50:07.9134939Z self.assertIsNone(x_list[0].grad) 2022-09-27T16:50:07.9137135Z /var/lib/jenkins/workspace/test/test_autograd.py:587: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:50:07.9138104Z self.assertIsNone(x_list[i].grad) 2022-09-27T16:50:07.9147620Z ok (0.003s) 2022-09-27T16:50:07.9172236Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:07.9194213Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:07.9495827Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.030s) 2022-09-27T16:50:08.0098363Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.060s) 2022-09-27T16:50:08.0114590Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-09-27T16:50:08.0398682Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.030s) 2022-09-27T16:50:08.0415706Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:50:08.0416435Z warnings.warn( 2022-09-27T16:50:08.0439586Z ok (0.004s) 2022-09-27T16:50:08.0558262Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.012s) 2022-09-27T16:50:08.0574858Z test_gradcheck_custom_error (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:50:08.0575847Z warnings.warn( 2022-09-27T16:50:08.0774722Z ok (0.022s) 2022-09-27T16:50:08.0852680Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:50:08.2109879Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.126s) 2022-09-27T16:50:08.2222994Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:50:08.2320840Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.010s) 2022-09-27T16:50:08.2411926Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:50:08.2527114Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-09-27T16:50:08.2528555Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-09-27T16:50:08.2528929Z ok (0.011s) 2022-09-27T16:50:08.2623392Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-09-27T16:50:08.2624431Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-09-27T16:50:08.2624796Z ok (0.010s) 2022-09-27T16:50:08.2647591Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:50:08.2648237Z warnings.warn( 2022-09-27T16:50:08.3237718Z ok (0.061s) 2022-09-27T16:50:08.3257095Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:50:08.3258443Z warnings.warn( 2022-09-27T16:50:08.3492968Z ok (0.025s) 2022-09-27T16:50:08.4698788Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.120s) 2022-09-27T16:50:08.4732425Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:08.4923326Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.019s) 2022-09-27T16:50:08.4937969Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3898: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:50:08.4938892Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-09-27T16:50:08.5022687Z expected failure (0.010s) 2022-09-27T16:50:08.5086338Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:50:08.5102008Z test_gradcheck_test_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:652: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:50:08.5102683Z warnings.warn( 2022-09-27T16:50:08.5110325Z ok (0.002s) 2022-09-27T16:50:08.5239271Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.013s) 2022-09-27T16:50:08.5329209Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:50:08.5423665Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.009s) 2022-09-27T16:50:08.5610028Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.018s) 2022-09-27T16:50:08.5635516Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.5663944Z test_hessian_vector (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:08.5682385Z test_hook_none (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.5694338Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.5732136Z test_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:08.5755820Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.5768075Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.6043712Z test_indexing (__main__.TestAutograd) ... ok (0.027s) 2022-09-27T16:50:08.6088212Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:08.6365439Z test_inplace (__main__.TestAutograd) ... ok (0.028s) 2022-09-27T16:50:08.6481558Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:50:08.6533787Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:08.6573032Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:08.6586145Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.7413089Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.082s) 2022-09-27T16:50:08.7430911Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.7474763Z test_integer_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:08.7534680Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:50:08.7548371Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.7567610Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.7580526Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.7607469Z test_lobpcg (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80338 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-09-27T16:50:08.7620144Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.7639065Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.7652421Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.7667469Z test_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.7695062Z test_multi_backward (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:08.7706984Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.7720006Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:1095: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1694.) 2022-09-27T16:50:08.7721184Z return super(Tensor, self).refine_names(names) 2022-09-27T16:50:08.7724946Z ok (0.002s) 2022-09-27T16:50:08.7751141Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.002s) 2022-09-27T16:50:08.7864009Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.011s) 2022-09-27T16:50:08.7877326Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.7934890Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:50:08.7958628Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.7976043Z test_next_functions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.7993455Z test_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.8002949Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.8025856Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.8055852Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.10/site-packages/torch/nn/functional.py:2321: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-09-27T16:50:08.8056542Z warnings.warn( 2022-09-27T16:50:08.8108514Z ok (0.008s) 2022-09-27T16:50:08.8119811Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.8188353Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:50:08.8194950Z test_no_grad_python_function (__main__.TestAutograd) 2022-09-27T16:50:08.8200178Z Python Functions should respect grad mode. ... ok (0.001s) 2022-09-27T16:50:08.8278409Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:50:08.8292922Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:08.8331953Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:08.8377730Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.004s) 2022-09-27T16:50:08.8451422Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:50:08.8477417Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:08.8501866Z test_once_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.8576129Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:50:08.8655777Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.008s) 2022-09-27T16:50:08.8703926Z test_pickle (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:08.8723276Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:08.8744015Z test_power_function (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:09.1505675Z test_profiler (__main__.TestAutograd) ... STAGE:2022-09-27 16:50:09 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:50:09.1514756Z STAGE:2022-09-27 16:50:09 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:50:09.1525004Z ok (0.278s) 2022-09-27T16:50:09.1544704Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:09.1562271Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... 2022-09-27T16:50:09.1575688Z STAGE:2022-09-27 16:50:09 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:50:09.2112850Z STAGE:2022-09-27 16:50:09 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:50:09.8818721Z =================================================================================================================================================================== 2022-09-27T16:50:09.8819771Z TEST 2022-09-27T16:50:09.8820872Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:09.8822267Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:50:09.8823557Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:09.8824699Z aten::lstm 1.13% 313.000us 4.90% 1.364ms 1.364ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:09.8825104Z aten::lstm 1.02% 284.000us 4.95% 1.376ms 1.376ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:09.8825541Z aten::lstm 1.00% 279.000us 4.87% 1.355ms 1.355ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:09.8826106Z aten::lstm 1.00% 278.000us 4.78% 1.329ms 1.329ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:09.8826530Z aten::lstm 0.98% 272.000us 4.70% 1.308ms 1.308ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:09.8826947Z aten::lstm 0.97% 271.000us 4.76% 1.324ms 1.324ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:09.8827341Z aten::lstm 0.97% 270.000us 5.06% 1.406ms 1.406ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:09.8827720Z aten::lstm 0.96% 267.000us 4.85% 1.349ms 1.349ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:09.8828129Z aten::lstm 0.96% 266.000us 5.81% 1.616ms 1.616ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:09.8828535Z aten::lstm 0.95% 264.000us 4.84% 1.347ms 1.347ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:09.8829552Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:09.8830041Z Self CPU time total: 27.810ms 2022-09-27T16:50:09.8830233Z 2022-09-27T16:50:10.1841179Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:10.1842157Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:50:10.1842953Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:10.1843554Z aten::lstm 18.70% 5.201ms 97.57% 27.135ms 1.357ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.1843974Z aten::addmm 9.97% 2.772ms 13.07% 3.635ms 18.175us 200 [[80], [3, 20], [20, 80], [], []] 2022-09-27T16:50:10.1844357Z aten::mul 8.77% 2.438ms 8.77% 2.438ms 4.063us 600 [[3, 20], [3, 20]] 2022-09-27T16:50:10.1845029Z aten::sigmoid_ 8.18% 2.274ms 8.18% 2.274ms 3.790us 600 [[3, 20]] 2022-09-27T16:50:10.1845465Z aten::unsafe_split 5.60% 1.556ms 14.44% 4.017ms 20.085us 200 [[3, 80], [], []] 2022-09-27T16:50:10.1845894Z aten::slice 4.79% 1.333ms 5.18% 1.440ms 1.800us 800 [[3, 80], [], [], [], []] 2022-09-27T16:50:10.1846307Z aten::narrow 3.66% 1.019ms 8.41% 2.338ms 2.922us 800 [[3, 80], [], [], []] 2022-09-27T16:50:10.1846691Z aten::tanh_ 3.54% 984.000us 3.54% 984.000us 4.920us 200 [[3, 20]] 2022-09-27T16:50:10.1847091Z aten::tanh 3.27% 908.000us 3.27% 908.000us 4.540us 200 [[3, 20]] 2022-09-27T16:50:10.1847499Z aten::add_ 2.79% 775.000us 2.79% 775.000us 3.875us 200 [[3, 80], [3, 80], []] 2022-09-27T16:50:10.1848284Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:10.1848796Z Self CPU time total: 27.810ms 2022-09-27T16:50:10.1848960Z 2022-09-27T16:50:10.3983236Z =================================================================================================================================================================== 2022-09-27T16:50:10.3983687Z TEST 2022-09-27T16:50:10.3984220Z =================================================================================================================================================================== 2022-09-27T16:50:10.3985041Z This report only display top-level ops statistics 2022-09-27T16:50:10.3985730Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:10.3986366Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:50:10.3987124Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:10.3987703Z aten::lstm 1.13% 313.000us 4.90% 1.364ms 1.364ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.3988110Z aten::lstm 1.02% 284.000us 4.95% 1.376ms 1.376ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.3988495Z aten::lstm 1.00% 279.000us 4.87% 1.355ms 1.355ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.3989202Z aten::lstm 1.00% 278.000us 4.78% 1.329ms 1.329ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.3989644Z aten::lstm 0.98% 272.000us 4.70% 1.308ms 1.308ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.3990051Z aten::lstm 0.97% 271.000us 4.76% 1.324ms 1.324ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.3990471Z aten::lstm 0.97% 270.000us 5.06% 1.406ms 1.406ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.3991058Z aten::lstm 0.96% 267.000us 4.85% 1.349ms 1.349ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.3991437Z aten::lstm 0.96% 266.000us 5.81% 1.616ms 1.616ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.3991841Z aten::lstm 0.95% 264.000us 4.84% 1.347ms 1.347ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.3992541Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:10.3993028Z Self CPU time total: 27.810ms 2022-09-27T16:50:10.3993216Z 2022-09-27T16:50:10.6996580Z =================================================================================================================================================================== 2022-09-27T16:50:10.6997300Z This report only display top-level ops statistics 2022-09-27T16:50:10.6998014Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:10.6998768Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:50:10.6999549Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:10.7000122Z aten::lstm 18.70% 5.201ms 97.57% 27.135ms 1.357ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:50:10.7000528Z aten::randn 1.38% 385.000us 2.42% 673.000us 11.217us 60 [[], [], [], [], []] 2022-09-27T16:50:10.7001212Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:50:10.7001668Z Self CPU time total: 27.810ms 2022-09-27T16:50:10.7001853Z 2022-09-27T16:50:10.7002031Z Total time based on python measurements: 29.567ms 2022-09-27T16:50:10.7339715Z CPU time measurement python side overhead: 6.32% 2022-09-27T16:50:10.7445858Z STAGE:2022-09-27 16:50:10 2148:2148 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:50:10.7542366Z ok (1.600s) 2022-09-27T16:50:10.7550089Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-09-27T16:50:10.7564127Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-09-27 16:50:10 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:50:10.7574506Z STAGE:2022-09-27 16:50:10 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:50:10.7586923Z ok (0.004s) 2022-09-27T16:50:10.7603752Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:10.8350856Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-09-27 16:50:10 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:50:10.8372370Z STAGE:2022-09-27 16:50:10 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:50:10.8385204Z ok (0.078s) 2022-09-27T16:50:10.8409340Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:50:10.8421453Z test_profiler_shapes (__main__.TestAutograd) ... 2022-09-27T16:50:10.8433929Z STAGE:2022-09-27 16:50:10 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:50:10.8446907Z STAGE:2022-09-27 16:50:10 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:50:10.8465607Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:50:10.8466585Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:50:10.8467650Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:50:10.8468224Z aten::linear 3.07% 8.000us 37.93% 99.000us 99.000us 1 [[128, 20], [30, 20], [30]] 2022-09-27T16:50:10.8468632Z aten::t 7.28% 19.000us 11.49% 30.000us 30.000us 1 [[30, 20]] 2022-09-27T16:50:10.8469477Z aten::transpose 2.68% 7.000us 4.21% 11.000us 11.000us 1 [[30, 20], [], []] 2022-09-27T16:50:10.8470047Z aten::as_strided 1.53% 4.000us 1.53% 4.000us 4.000us 1 [[30, 20], [], [], []] 2022-09-27T16:50:10.8470477Z aten::addmm 18.39% 48.000us 23.37% 61.000us 61.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-09-27T16:50:10.8470881Z aten::expand 1.92% 5.000us 1.92% 5.000us 5.000us 1 [[30], [], []] 2022-09-27T16:50:10.8471281Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[30], [], [], []] 2022-09-27T16:50:10.8471672Z aten::copy_ 3.07% 8.000us 3.07% 8.000us 8.000us 1 [[128, 30], [128, 30], []] 2022-09-27T16:50:10.8472164Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-09-27T16:50:10.8472700Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-09-27T16:50:10.8473107Z aten::linear 1.15% 3.000us 62.07% 162.000us 162.000us 1 [[128, 30], [40, 30], [40]] 2022-09-27T16:50:10.8473503Z aten::t 2.30% 6.000us 3.45% 9.000us 9.000us 1 [[40, 30]] 2022-09-27T16:50:10.8474060Z aten::transpose 0.77% 2.000us 1.15% 3.000us 3.000us 1 [[40, 30], [], []] 2022-09-27T16:50:10.8474532Z aten::as_strided 0.38% 1.000us 0.38% 1.000us 1.000us 1 [[40, 30], [], [], []] 2022-09-27T16:50:10.8474933Z aten::addmm 54.41% 142.000us 57.47% 150.000us 150.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-09-27T16:50:10.8475329Z aten::expand 0.77% 2.000us 0.77% 2.000us 2.000us 1 [[40], [], []] 2022-09-27T16:50:10.8475723Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-09-27T16:50:10.8476123Z aten::copy_ 2.30% 6.000us 2.30% 6.000us 6.000us 1 [[128, 40], [128, 40], []] 2022-09-27T16:50:10.8476505Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-09-27T16:50:10.8477030Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-09-27T16:50:10.8477700Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:50:10.8478163Z Self CPU time total: 261.000us 2022-09-27T16:50:10.8478348Z 2022-09-27T16:50:10.8478436Z ok (0.006s) 2022-09-27T16:50:10.8485146Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-09-27 16:50:10 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:50:10.8493243Z STAGE:2022-09-27 16:50:10 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:50:10.8495449Z ok (0.003s) 2022-09-27T16:50:12.7157456Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (1.866s) 2022-09-27T16:50:12.7184752Z test_record_function (__main__.TestAutograd) ... STAGE:2022-09-27 16:50:12 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:50:12.7196419Z STAGE:2022-09-27 16:50:12 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:50:12.7222168Z STAGE:2022-09-27 16:50:12 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:50:12.7231519Z STAGE:2022-09-27 16:50:12 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:50:12.7235732Z ok (0.008s) 2022-09-27T16:50:12.7252759Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-09-27 16:50:12 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:50:12.7262634Z STAGE:2022-09-27 16:50:12 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:50:12.7272488Z ok (0.004s) 2022-09-27T16:50:12.7281863Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.7300517Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-09-27 16:50:12 2148:2148 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:50:12.7312653Z STAGE:2022-09-27 16:50:12 2148:2148 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:50:12.7320040Z ok (0.004s) 2022-09-27T16:50:12.7339624Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7373560Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:12.7386634Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.7400216Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.7413096Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.7429449Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7447407Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7461304Z test_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.7477660Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7488596Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.7512958Z test_retain_grad (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7524746Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.7544557Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7563932Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7631981Z test_return_duplicate (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:50:12.7703593Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.007s) 2022-09-27T16:50:12.7727490Z test_return_leaf (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7745292Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7762292Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7794874Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:12.7813690Z test_save_output_nr (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7829436Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.7845660Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.7906023Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:50:12.8066233Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:50:12.8082064Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.8098907Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.8151291Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:12.8165684Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8217912Z test_select_sum (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:12.8226939Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8255476Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:12.8284263Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:12.8311570Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:12.8331551Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.8349960Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.8366397Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.8377213Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8398670Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.8418179Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.8616279Z test_setitem (__main__.TestAutograd) ... ok (0.020s) 2022-09-27T16:50:12.8664035Z test_setitem_mask (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:12.8672416Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8692175Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.8702396Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8755528Z test_sharded_grad (__main__.TestAutograd) ... ok (0.005s) 2022-09-27T16:50:12.8775938Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:12.8790480Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8802812Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8817145Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8830024Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8843430Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8855273Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.8867189Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:12.9167487Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.030s) 2022-09-27T16:50:12.9179636Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... /var/lib/jenkins/workspace/test/test_autograd.py:3750: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:50:12.9180881Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:50:12.9181344Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:50:12.9181644Z should be replaced with 2022-09-27T16:50:12.9182072Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:50:12.9182382Z and 2022-09-27T16:50:12.9182657Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:50:12.9182938Z should be replaced with 2022-09-27T16:50:12.9183581Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-09-27T16:50:12.9184086Z w, v = torch.symeig(A, eigenvectors=False) 2022-09-27T16:50:12.9238782Z ok (0.007s) 2022-09-27T16:50:12.9251190Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:14.7525013Z test_thread_shutdown (__main__.TestAutograd) ... ok (1.827s) 2022-09-27T16:50:14.7542877Z test_too_many_grads (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:14.7696006Z test_type_conversions (__main__.TestAutograd) ... ok (0.015s) 2022-09-27T16:50:14.7760744Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-09-27T16:50:14.7782686Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:14.7814643Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-09-27T16:50:14.8834908Z test_variable_traverse (__main__.TestAutograd) ... ok (0.102s) 2022-09-27T16:50:14.8851636Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-09-27T16:50:14.8861237Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:50:14.8904798Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.004s) 2022-09-27T16:50:14.8990351Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.008s) 2022-09-27T16:50:14.9029743Z test_advanced_indexing_backwards_large_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:50:14.9048374Z test_advanced_indexing_backwards_memory_format_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:14.9059669Z test_backward_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:50:14.9070014Z test_copy__cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:50:14.9083733Z test_copy_forward_ad_broadcasting_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:50:14.9099432Z test_copy_forward_ad_same_layout_copies_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:50:14.9121426Z test_copy_r_to_c_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:14.9149736Z test_cross_device_reentrant_autograd_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:50:14.9168256Z test_free_unneeded_tensor_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:14.9275987Z test_grad_assignment_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.011s) 2022-09-27T16:50:14.9351226Z test_gradcheck_input_output_different_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:50:14.9401152Z test_inplace_multiple_output_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-09-27T16:50:14.9420676Z test_inplace_on_view_backprop_base_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:14.9440913Z test_inplace_on_view_backprop_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... /var/lib/jenkins/workspace/test/test_autograd.py:8288: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:50:14.9442551Z self.assertIsNone(a.grad) 2022-09-27T16:50:14.9442802Z ok (0.002s) 2022-09-27T16:50:14.9459660Z test_inplace_on_view_backprop_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:14.9807356Z test_inplace_on_view_gradcheck_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.035s) 2022-09-27T16:50:14.9941915Z test_inplace_on_view_makes_base_require_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.013s) 2022-09-27T16:50:15.0072654Z test_inplace_on_view_modify_base_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.013s) 2022-09-27T16:50:15.0190083Z test_inplace_on_view_multi_output_safe_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.012s) 2022-09-27T16:50:15.0215843Z test_inplace_on_view_multi_output_unsafe_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:50:15.0259656Z test_inplace_on_view_multiple_outputs_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.004s) 2022-09-27T16:50:15.0280373Z test_inplace_on_view_non_contig_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:15.0326986Z test_inplace_on_view_of_multiple_output_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-09-27T16:50:15.0346118Z test_inplace_on_view_of_view_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:15.0949959Z test_inplace_on_view_python_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.060s) 2022-09-27T16:50:15.0968908Z test_inplace_on_view_then_no_grad_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:15.0978333Z test_inputbuffer_add_multidevice_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:50:15.1041081Z test_min_max_median_backprops_to_all_values_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.006s) 2022-09-27T16:50:15.1182156Z test_mv_grad_stride_0_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.014s) 2022-09-27T16:50:15.1197987Z test_non_differentiable_ops_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:15.1216791Z test_parameter_resize_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:15.1268685Z test_pin_memory_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-09-27T16:50:15.1281592Z test_profiler_emit_nvtx_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:50:15.1327514Z test_pyscalar_conversions_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-09-27T16:50:15.2786333Z test_reentrant_parent_error_on_cpu_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.146s) 2022-09-27T16:50:15.2809071Z test_requires_grad_factory_cuda_float32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:15.2827350Z test_requires_grad_factory_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:15.5827512Z test_rnn_backward_to_input_but_not_parameters_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.300s) 2022-09-27T16:50:15.5845965Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cuda (__main__.TestAutogradDeviceTypeCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:50:15.5846755Z func_out = func(*tupled_inputs) 2022-09-27T16:50:15.5945273Z /opt/conda/lib/python3.10/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu:884.) 2022-09-27T16:50:15.5946225Z func_out = func(*tupled_inputs) 2022-09-27T16:50:15.6036852Z ok (0.021s) 2022-09-27T16:50:15.6385401Z test_scatter_index_reduce_prod_gradgrad_error_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.035s) 2022-09-27T16:50:15.6402629Z test_set_requires_grad_only_for_floats_cuda_float16 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:15.6419576Z test_set_requires_grad_only_for_floats_cuda_float32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:15.6436677Z test_set_requires_grad_only_for_floats_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:15.6468803Z test_set_requires_grad_only_for_floats_cuda_int16 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:50:15.6500048Z test_set_requires_grad_only_for_floats_cuda_int32 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:50:15.6531046Z test_set_requires_grad_only_for_floats_cuda_int64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:50:15.6562395Z test_set_requires_grad_only_for_floats_cuda_int8 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:50:15.6597461Z test_simple_reentrant_cross_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:50:15.6721109Z test_sparse_backward_cuda_complex128 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.012s) 2022-09-27T16:50:15.6790948Z test_sparse_backward_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.007s) 2022-09-27T16:50:16.3118791Z test_sparse_ctor_getter_backward_cuda_complex128 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.632s) 2022-09-27T16:50:16.3530549Z test_sparse_ctor_getter_backward_cuda_float64 (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.041s) 2022-09-27T16:50:16.3561796Z test_sparse_mask_autograd_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:50:16.3646598Z test_strided_leaf_grad_layout_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.008s) 2022-09-27T16:50:16.3664885Z test_to_r_to_c_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:16.3677181Z test_unused_output_device_cuda (__main__.TestAutogradDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:50:16.3728675Z test_warning_in_backward_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.005s) 2022-09-27T16:50:16.3978902Z test_where_functional_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.025s) 2022-09-27T16:50:16.4206076Z test_where_scalar_cuda (__main__.TestAutogradDeviceTypeCUDA) ... ok (0.023s) 2022-09-27T16:50:16.4257317Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-09-27T16:50:16.4267200Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4286317Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:50:16.4527496Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.024s) 2022-09-27T16:50:16.4627351Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.010s) 2022-09-27T16:50:16.4641719Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4649811Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4663552Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4682635Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:50:16.4698468Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4709817Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4732577Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:50:16.4759198Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:50:16.4790491Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:50:16.4804237Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4818095Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4829735Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4842249Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4872067Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:50:16.4880988Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-09-27T16:50:16.4937060Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-09-27T16:50:16.4964067Z test_print (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:50:16.5010298Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-09-27T16:50:16.5058702Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-09-27T16:50:16.5084643Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-09-27T16:50:16.5115305Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:50:16.5148812Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-09-27T16:50:16.5163800Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-09-27T16:50:16.5177690Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-09-27T16:50:16.5233139Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.005s) 2022-09-27T16:50:16.5305503Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.007s) 2022-09-27T16:50:16.5317586Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-09-27T16:50:16.5378417Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:50:16.5401484Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:16.5468881Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:50:16.5661854Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-09-27T16:50:16.7423009Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.176s) 2022-09-27T16:50:18.3232162Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (1.581s) 2022-09-27T16:50:18.4124387Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.089s) 2022-09-27T16:50:19.0850594Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.672s) 2022-09-27T16:50:19.0895391Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:19.1031616Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-09-27T16:50:19.1044966Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:50:19.1069786Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:19.1132251Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:50:19.1392473Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.026s) 2022-09-27T16:50:19.1438379Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:19.1566456Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-09-27T16:50:19.1599956Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:19.1767729Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.017s) 2022-09-27T16:50:19.1805898Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:19.1970862Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:50:19.2019475Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:50:19.2249086Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.023s) 2022-09-27T16:50:19.2285578Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:19.2400867Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:50:19.2429293Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:19.2573759Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-09-27T16:50:19.2600237Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:19.2683708Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:50:19.2869905Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-09-27T16:50:19.4779265Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.191s) 2022-09-27T16:50:19.4857315Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:50:19.5432542Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.057s) 2022-09-27T16:50:19.5501950Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:50:19.6030913Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.053s) 2022-09-27T16:50:19.6045484Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:50:19.6088712Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:19.7198195Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.111s) 2022-09-27T16:50:20.5339887Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.814s) 2022-09-27T16:50:20.5388528Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:50:20.5523134Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-09-27T16:50:20.5556080Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:20.5636800Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:50:20.5666486Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:20.5777381Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:50:20.5805468Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:20.5890843Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:50:20.5920313Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:20.6013588Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:50:20.6763889Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.075s) 2022-09-27T16:50:21.2714266Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.595s) 2022-09-27T16:50:21.3285181Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.057s) 2022-09-27T16:50:21.7453599Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.417s) 2022-09-27T16:50:21.7497877Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:21.7623003Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-09-27T16:50:21.7632231Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:50:21.7642618Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:50:21.7682515Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:21.7810874Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-09-27T16:50:21.7840500Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:21.7907586Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:50:21.7935281Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:21.8061079Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-09-27T16:50:21.8087024Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:21.8181913Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:50:21.8222419Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:21.8376098Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-09-27T16:50:21.8410975Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:21.8506504Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:50:21.8527510Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:21.8591816Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:50:21.8610583Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:21.8655897Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:21.8706678Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:50:21.8993641Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.029s) 2022-09-27T16:50:21.9021432Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:21.9184920Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:50:21.9228131Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:21.9525277Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.030s) 2022-09-27T16:50:21.9639845Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-09-27T16:50:22.0633778Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.099s) 2022-09-27T16:50:22.0689719Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:50:22.1041440Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.035s) 2022-09-27T16:50:22.1090296Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:50:22.1484973Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.039s) 2022-09-27T16:50:22.1568550Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:50:22.2190638Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.062s) 2022-09-27T16:50:22.2201702Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-09-27T16:50:22.2227699Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:22.3042484Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.081s) 2022-09-27T16:50:22.8892186Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.585s) 2022-09-27T16:50:22.8922681Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:22.8967928Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:22.8999212Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:22.9081330Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:50:22.9101796Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:22.9140918Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:22.9172303Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:22.9257766Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:50:22.9283467Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:22.9345040Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:50:23.0335278Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.099s) 2022-09-27T16:50:23.7781856Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.744s) 2022-09-27T16:50:23.7824138Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:23.7914594Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:50:23.7944978Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:23.8027846Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-09-27T16:50:23.8057252Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:23.8158832Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:50:23.8184345Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:23.8255484Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:50:23.8278205Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:23.8334630Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:50:23.9058809Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.072s) 2022-09-27T16:50:24.4238002Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.518s) 2022-09-27T16:50:24.4266428Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:24.4313171Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-09-27T16:50:24.4343176Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:24.4418679Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-09-27T16:50:24.4445639Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:24.4534266Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-09-27T16:50:24.4563778Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-09-27T16:50:24.4628079Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-09-27T16:50:24.4650530Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-09-27T16:50:24.4695663Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-09-27T16:50:24.4705171Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:50:24.4720089Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:50:24.4790342Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.007s) 2022-09-27T16:50:24.4878224Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-09-27T16:50:24.4943200Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-09-27T16:50:24.4952753Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:50:24.4965213Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:50:24.4974949Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:50:24.4985405Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:50:24.5068017Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-09-27T16:50:24.5078214Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:50:24.5088890Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:50:24.5142124Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-09-27T16:50:24.5250062Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.011s) 2022-09-27T16:50:24.5261804Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:50:24.5280330Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-09-27T16:50:24.5294055Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-09-27T16:50:24.5312150Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-09-27T16:50:24.5365045Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-09-27T16:50:24.5410348Z test_autograd_composite_implicit_and_dispatch_registration_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.004s) 2022-09-27T16:50:24.5450870Z test_autograd_multiple_dispatch_registrations_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.004s) 2022-09-27T16:50:24.5496633Z test_foward_mode_AD_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.004s) 2022-09-27T16:50:24.5509276Z test_per_dispatch_key_input_saving_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:50:24.5545307Z test_view_copy_cuda (__main__.TestAutogradMultipleDispatchCUDA) ... ok (0.004s) 2022-09-27T16:50:24.6704734Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.116s) 2022-09-27T16:50:24.6726090Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-09-27T16:50:24.6971935Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.024s) 2022-09-27T16:50:24.6981184Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-09-27T16:50:24.7132259Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.015s) 2022-09-27T16:50:24.7147432Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-09-27T16:50:24.7406529Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.026s) 2022-09-27T16:50:24.7509745Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.010s) 2022-09-27T16:50:24.7670027Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.016s) 2022-09-27T16:50:24.7670431Z 2022-09-27T16:50:24.7671018Z ---------------------------------------------------------------------- 2022-09-27T16:50:24.7671489Z Ran 504 tests in 25.643s 2022-09-27T16:50:24.7671663Z 2022-09-27T16:50:24.7671815Z OK (skipped=12, expected failures=2) 2022-09-27T16:50:24.7671994Z 2022-09-27T16:50:24.7672124Z Generating XML reports... 2022-09-27T16:50:24.7981544Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220927164959.xml 2022-09-27T16:50:24.7985457Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220927164959.xml 2022-09-27T16:50:24.8059916Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCUDA-20220927164959.xml 2022-09-27T16:50:24.8085801Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220927164959.xml 2022-09-27T16:50:24.8092560Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220927164959.xml 2022-09-27T16:50:24.8203555Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220927164959.xml 2022-09-27T16:50:24.8222035Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220927164959.xml 2022-09-27T16:50:24.8229541Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCUDA-20220927164959.xml 2022-09-27T16:50:24.8239812Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220927164959.xml 2022-09-27T16:50:25.4555212Z Running test_testing ... [2022-09-27 16:50:25.454860] 2022-09-27T16:50:25.4556004Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:25.454986] 2022-09-27T16:50:29.5463216Z Test results will be stored in test-reports/python-unittest/test_testing 2022-09-27T16:50:29.5506236Z 2022-09-27T16:50:29.5506585Z Running tests... 2022-09-27T16:50:29.5507025Z ---------------------------------------------------------------------- 2022-09-27T16:50:29.5530487Z test_bool (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.5556777Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.5679823Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.012s) 2022-09-27T16:50:29.5689141Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:50:29.5711749Z test_matching_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.5736987Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.5776629Z test_matching_nan (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:50:29.5800187Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.5821860Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.5835661Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:50:29.5851977Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.5875376Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.5893467Z test_mismatching_layout (__main__.TestAssertClose) ... /var/lib/jenkins/workspace/test/test_testing.py:618: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:50:29.5895068Z sparse_csr = strided.to_sparse_csr() 2022-09-27T16:50:29.5915094Z ok (0.004s) 2022-09-27T16:50:29.5983356Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.007s) 2022-09-27T16:50:29.6000626Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.6019463Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.6045432Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.6065496Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.6091114Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.6121698Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:50:29.6129725Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.6158492Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:50:29.6186644Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:50:29.6197322Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:50:29.6221738Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.6249482Z test_numpy (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:50:29.6263547Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:50:29.6277927Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:50:29.6317291Z test_scalar (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:50:29.6339078Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.6352455Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:50:29.6372412Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.6391242Z test_unknown_type (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:50:29.6400077Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:50:29.6412690Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:50:29.6421260Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:50:29.6433602Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:50:29.6476609Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-09-27T16:50:29.6494674Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:50:29.6541986Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-09-27T16:50:29.6560143Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:50:29.6599978Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-09-27T16:50:29.6640315Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-09-27T16:50:29.6664572Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:50:29.6688351Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:50:29.6802269Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.011s) 2022-09-27T16:50:29.6843306Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-09-27T16:50:29.6886066Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-09-27T16:50:29.6903621Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:50:29.6950236Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-09-27T16:50:29.6997507Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.005s) 2022-09-27T16:50:29.7038658Z test_mismatching_device_cuda (__main__.TestAssertCloseMultiDeviceCUDA) ... ok (0.004s) 2022-09-27T16:50:29.7089651Z test_mismatching_device_no_check_cuda (__main__.TestAssertCloseMultiDeviceCUDA) ... ok (0.005s) 2022-09-27T16:50:29.7118688Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-09-27T16:50:29.7147093Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-09-27T16:50:29.7165335Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:50:29.7185833Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:50:29.7211864Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.002s) 2022-09-27T16:50:29.7256850Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-09-27T16:50:29.7303778Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-09-27T16:50:29.7354917Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-09-27T16:50:29.7379793Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.002s) 2022-09-27T16:50:29.7426789Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-09-27T16:50:29.7471424Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2022-09-27T16:50:29.7522112Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-09-27T16:50:29.7546619Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:50:29.7568667Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:50:29.7614574Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-09-27T16:50:29.7639170Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:50:29.7663464Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:50:29.7709280Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.005s) 2022-09-27T16:50:29.7734256Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.002s) 2022-09-27T16:50:29.7779033Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-09-27T16:50:29.7825547Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-09-27T16:50:29.7874053Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-09-27T16:50:29.7899145Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.002s) 2022-09-27T16:50:29.7946030Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-09-27T16:50:29.7990517Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-09-27T16:50:29.8039186Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-09-27T16:50:44.6764585Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (14.872s) 2022-09-27T16:50:44.6775745Z test_circular_dependencies (__main__.TestImports) 2022-09-27T16:50:47.5231833Z Checks that all modules inside torch can be imported ... ok (2.847s) 2022-09-27T16:50:49.3533903Z test_no_warning_on_import (__main__.TestImports) ... /var/lib/jenkins/workspace/test/test_testing.py:1815: DeprecationWarning: Please use assertEqual instead. 2022-09-27T16:50:49.3534443Z self.assertEquals(out, "") 2022-09-27T16:50:49.3534746Z ok (1.830s) 2022-09-27T16:50:49.3557222Z test_default_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-09-27T16:50:49.3569088Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:50:49.3581457Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:50:49.3605235Z test_name_fn (__main__.TestTestParametrization) ... ok (0.002s) 2022-09-27T16:50:49.3615060Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:50:49.3622380Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:50:49.3632004Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:50:49.3639131Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:50:49.3655353Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-09-27T16:50:49.3664926Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:50:49.3676449Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:50:49.3685922Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:50:49.3694841Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:50:49.3703145Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:50:49.3712914Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:50:49.3721314Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:50:49.3729582Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:50:49.3738961Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:50:49.3765022Z test_default_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:49.3784368Z test_dtypes_composition_invalid_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:49.3803222Z test_dtypes_composition_valid_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:49.3825310Z test_multiple_handling_of_same_param_error_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:49.3854034Z test_name_fn_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.003s) 2022-09-27T16:50:50.0058266Z test_ops_composition_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.620s) 2022-09-27T16:50:50.0067355Z test_subtest_expected_failure_x_1_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:50:50.0080672Z test_subtest_expected_failure_x_2_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-09-27T16:50:50.0089195Z test_subtest_expected_failure_x_3_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:50:50.0109329Z test_subtest_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:50.0121032Z test_two_things_subtest_expected_failure_x_1_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-09-27T16:50:50.0132415Z test_two_things_subtest_expected_failure_x_1_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-09-27T16:50:50.0143563Z test_two_things_subtest_expected_failure_x_1_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-09-27T16:50:50.0153926Z test_two_things_subtest_expected_failure_x_2_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:50:50.0163857Z test_two_things_subtest_expected_failure_x_2_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:50:50.0175430Z test_two_things_subtest_expected_failure_x_2_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-09-27T16:50:50.0185431Z test_two_things_subtest_expected_failure_x_3_y_4_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:50:50.0195660Z test_two_things_subtest_expected_failure_x_3_y_5_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:50:50.0207329Z test_two_things_subtest_expected_failure_x_3_y_6_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... expected failure (0.001s) 2022-09-27T16:50:50.0224698Z test_unparametrized_names_cuda (__main__.TestTestParametrizationDeviceTypeCUDA) ... ok (0.002s) 2022-09-27T16:50:50.0247553Z test_assertEqual_longMessage_cuda (__main__.TestTestingCUDA) ... ok (0.002s) 2022-09-27T16:50:50.0308065Z test_assertEqual_numpy_cuda_bool (__main__.TestTestingCUDA) ... ok (0.006s) 2022-09-27T16:50:50.0407381Z test_assertEqual_numpy_cuda_complex128 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-09-27T16:50:50.0509598Z test_assertEqual_numpy_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.010s) 2022-09-27T16:50:50.0586211Z test_assertEqual_numpy_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.008s) 2022-09-27T16:50:50.0661317Z test_assertEqual_numpy_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.007s) 2022-09-27T16:50:50.0738068Z test_assertEqual_numpy_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.008s) 2022-09-27T16:50:50.0797092Z test_assertEqual_numpy_cuda_int16 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-09-27T16:50:50.0855804Z test_assertEqual_numpy_cuda_int32 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-09-27T16:50:50.0914355Z test_assertEqual_numpy_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-09-27T16:50:50.0972402Z test_assertEqual_numpy_cuda_int8 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-09-27T16:50:50.1033078Z test_assertEqual_numpy_cuda_uint8 (__main__.TestTestingCUDA) ... ok (0.006s) 2022-09-27T16:50:50.1043977Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cuda (__main__.TestTestingCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:50:50.1053994Z test_cuda_assert_should_stop_common_device_type_test_suite_cuda (__main__.TestTestingCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:50:50.1064237Z test_cuda_assert_should_stop_common_utils_test_suite_cuda (__main__.TestTestingCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:50:50.4431255Z test_get_supported_dtypes_cuda (__main__.TestTestingCUDA) ... ok (0.337s) 2022-09-27T16:50:50.4527980Z test_isclose_atol_rtol_greater_than_zero_cuda_bool (__main__.TestTestingCUDA) ... ok (0.010s) 2022-09-27T16:50:50.4624172Z test_isclose_atol_rtol_greater_than_zero_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-09-27T16:50:50.4720434Z test_isclose_atol_rtol_greater_than_zero_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-09-27T16:50:50.4816565Z test_isclose_atol_rtol_greater_than_zero_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-09-27T16:50:50.4912790Z test_isclose_atol_rtol_greater_than_zero_cuda_int16 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-09-27T16:50:50.5009485Z test_isclose_atol_rtol_greater_than_zero_cuda_int32 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-09-27T16:50:50.5106321Z test_isclose_atol_rtol_greater_than_zero_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-09-27T16:50:50.5203751Z test_isclose_atol_rtol_greater_than_zero_cuda_int8 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-09-27T16:50:50.5300831Z test_isclose_atol_rtol_greater_than_zero_cuda_uint8 (__main__.TestTestingCUDA) ... ok (0.009s) 2022-09-27T16:50:50.5413095Z test_isclose_bool_cuda (__main__.TestTestingCUDA) ... ok (0.011s) 2022-09-27T16:50:50.6525892Z test_isclose_complex_cuda_complex128 (__main__.TestTestingCUDA) ... ok (0.111s) 2022-09-27T16:50:50.7651836Z test_isclose_complex_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.112s) 2022-09-27T16:50:50.7662800Z test_isclose_equality_shortcut_cuda (__main__.TestTestingCUDA) ... ok (0.001s) 2022-09-27T16:50:50.8174845Z test_isclose_float_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.051s) 2022-09-27T16:50:50.8698498Z test_isclose_float_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.052s) 2022-09-27T16:50:50.9220545Z test_isclose_float_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.052s) 2022-09-27T16:50:50.9450465Z test_isclose_integer_cuda_int16 (__main__.TestTestingCUDA) ... ok (0.023s) 2022-09-27T16:50:50.9682031Z test_isclose_integer_cuda_int32 (__main__.TestTestingCUDA) ... ok (0.023s) 2022-09-27T16:50:50.9913402Z test_isclose_integer_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.023s) 2022-09-27T16:50:51.0145873Z test_isclose_integer_cuda_int8 (__main__.TestTestingCUDA) ... ok (0.023s) 2022-09-27T16:50:51.0372620Z test_isclose_integer_cuda_uint8 (__main__.TestTestingCUDA) ... ok (0.022s) 2022-09-27T16:50:51.0401494Z test_isclose_nan_equality_shortcut_cuda_complex128 (__main__.TestTestingCUDA) ... ok (0.003s) 2022-09-27T16:50:51.0431177Z test_isclose_nan_equality_shortcut_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.003s) 2022-09-27T16:50:51.0461321Z test_isclose_nan_equality_shortcut_cuda_float16 (__main__.TestTestingCUDA) ... ok (0.003s) 2022-09-27T16:50:51.0491434Z test_isclose_nan_equality_shortcut_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.003s) 2022-09-27T16:50:51.0521792Z test_isclose_nan_equality_shortcut_cuda_float64 (__main__.TestTestingCUDA) ... ok (0.003s) 2022-09-27T16:50:51.0550499Z test_make_tensor_complex32_cuda (__main__.TestTestingCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:50:51.0551231Z result = torch.complex(real, imag) 2022-09-27T16:50:51.0554028Z ok (0.003s) 2022-09-27T16:50:51.0688887Z test_make_tensor_cuda_bool (__main__.TestTestingCUDA) ... ok (0.013s) 2022-09-27T16:50:51.0985694Z test_make_tensor_cuda_complex64 (__main__.TestTestingCUDA) ... ok (0.029s) 2022-09-27T16:50:51.1293330Z test_make_tensor_cuda_float32 (__main__.TestTestingCUDA) ... ok (0.030s) 2022-09-27T16:50:51.1545572Z test_make_tensor_cuda_int64 (__main__.TestTestingCUDA) ... ok (0.025s) 2022-09-27T16:50:51.1548163Z 2022-09-27T16:50:51.1549129Z ---------------------------------------------------------------------- 2022-09-27T16:50:51.1549508Z Ran 167 tests in 21.604s 2022-09-27T16:50:51.1549692Z 2022-09-27T16:50:51.1552592Z OK (skipped=3, expected failures=12) 2022-09-27T16:50:51.1552850Z 2022-09-27T16:50:51.1553102Z Generating XML reports... 2022-09-27T16:50:51.1620319Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927165029.xml 2022-09-27T16:50:51.1626546Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927165029.xml 2022-09-27T16:50:51.1642143Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927165029.xml 2022-09-27T16:50:51.1646295Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseMultiDeviceCUDA-20220927165029.xml 2022-09-27T16:50:51.1653127Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927165029.xml 2022-09-27T16:50:51.1659438Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927165029.xml 2022-09-27T16:50:51.1665812Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927165029.xml 2022-09-27T16:50:51.1673920Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927165029.xml 2022-09-27T16:50:51.1679668Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927165029.xml 2022-09-27T16:50:51.1686925Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927165029.xml 2022-09-27T16:50:51.1690398Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927165029.xml 2022-09-27T16:50:51.1695110Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20220927165029.xml 2022-09-27T16:50:51.1715537Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927165029.xml 2022-09-27T16:50:51.1738319Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCUDA-20220927165029.xml 2022-09-27T16:50:51.1784568Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCUDA-20220927165029.xml 2022-09-27T16:50:51.8327082Z Running test_type_promotion ... [2022-09-27 16:50:51.832117] 2022-09-27T16:50:51.8327839Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:51.832212] 2022-09-27T16:50:55.2640814Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-09-27T16:50:55.2857117Z 2022-09-27T16:50:55.2857355Z Running tests... 2022-09-27T16:50:55.2857865Z ---------------------------------------------------------------------- 2022-09-27T16:50:55.2902488Z test_add_wrapped_cuda (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-09-27T16:50:55.3109919Z test_alpha_mismatch_cuda (__main__.TestTypePromotionCUDA) ... ok (0.021s) 2022-09-27T16:50:55.3257588Z test_alternate_result_cuda (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:50:55.3439815Z test_bfloat16_cuda (__main__.TestTypePromotionCUDA) ... ok (0.018s) 2022-09-27T16:50:55.3518159Z test_booleans_cuda (__main__.TestTypePromotionCUDA) ... /var/lib/jenkins/workspace/test/test_type_promotion.py:437: UserWarning: This overload of add is deprecated: 2022-09-27T16:50:55.3518927Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-09-27T16:50:55.3519652Z Consider using one of the following signatures instead: 2022-09-27T16:50:55.3520235Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp:1418.) 2022-09-27T16:50:55.3520818Z self.assertEqual(torch.add(torch.tensor(True, device=device), 2022-09-27T16:50:55.3579452Z ok (0.014s) 2022-09-27T16:50:55.3587843Z test_can_cast_cuda (__main__.TestTypePromotionCUDA) ... ok (0.001s) 2022-09-27T16:50:55.4649928Z test_cat_different_dtypes_cuda (__main__.TestTypePromotionCUDA) ... ok (0.106s) 2022-09-27T16:50:58.0107533Z test_cat_out_different_dtypes_cuda (__main__.TestTypePromotionCUDA) ... ok (2.545s) 2022-09-27T16:50:58.0151314Z test_clamp_type_promotion_cuda_bool_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-09-27T16:50:58.0203419Z test_clamp_type_promotion_cuda_bool_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-09-27T16:50:58.0254033Z test_clamp_type_promotion_cuda_bool_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-09-27T16:50:58.0304727Z test_clamp_type_promotion_cuda_bool_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-09-27T16:50:58.0387799Z test_clamp_type_promotion_cuda_bool_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.0469477Z test_clamp_type_promotion_cuda_bool_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.0550082Z test_clamp_type_promotion_cuda_bool_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.0626555Z test_clamp_type_promotion_cuda_bool_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.0703267Z test_clamp_type_promotion_cuda_bool_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.0789523Z test_clamp_type_promotion_cuda_bool_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-09-27T16:50:58.0874612Z test_clamp_type_promotion_cuda_bool_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.0950354Z test_clamp_type_promotion_cuda_bool_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.1016840Z test_clamp_type_promotion_cuda_bool_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.1088789Z test_clamp_type_promotion_cuda_bool_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.1154161Z test_clamp_type_promotion_cuda_bool_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-09-27T16:50:58.1218127Z test_clamp_type_promotion_cuda_bool_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-09-27T16:50:58.1340457Z test_clamp_type_promotion_cuda_float32_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-09-27T16:50:58.1452249Z test_clamp_type_promotion_cuda_float32_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.1566375Z test_clamp_type_promotion_cuda_float32_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.1681237Z test_clamp_type_promotion_cuda_float32_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.1791976Z test_clamp_type_promotion_cuda_float32_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.1910620Z test_clamp_type_promotion_cuda_float32_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-09-27T16:50:58.2030658Z test_clamp_type_promotion_cuda_float32_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-09-27T16:50:58.2140142Z test_clamp_type_promotion_cuda_float32_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.2250291Z test_clamp_type_promotion_cuda_float32_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.2365737Z test_clamp_type_promotion_cuda_float32_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.2475338Z test_clamp_type_promotion_cuda_float32_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.2576789Z test_clamp_type_promotion_cuda_float32_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-09-27T16:50:58.2682723Z test_clamp_type_promotion_cuda_float32_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-09-27T16:50:58.2794097Z test_clamp_type_promotion_cuda_float32_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.2906094Z test_clamp_type_promotion_cuda_float32_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.3027856Z test_clamp_type_promotion_cuda_float32_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-09-27T16:50:58.3142745Z test_clamp_type_promotion_cuda_float64_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.3250653Z test_clamp_type_promotion_cuda_float64_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.3358138Z test_clamp_type_promotion_cuda_float64_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.3465638Z test_clamp_type_promotion_cuda_float64_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.3571059Z test_clamp_type_promotion_cuda_float64_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-09-27T16:50:58.3678424Z test_clamp_type_promotion_cuda_float64_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.3785367Z test_clamp_type_promotion_cuda_float64_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.3886273Z test_clamp_type_promotion_cuda_float64_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-09-27T16:50:58.3985542Z test_clamp_type_promotion_cuda_float64_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-09-27T16:50:58.4092852Z test_clamp_type_promotion_cuda_float64_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.4201395Z test_clamp_type_promotion_cuda_float64_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.4300816Z test_clamp_type_promotion_cuda_float64_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-09-27T16:50:58.4402781Z test_clamp_type_promotion_cuda_float64_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-09-27T16:50:58.4510332Z test_clamp_type_promotion_cuda_float64_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.4617212Z test_clamp_type_promotion_cuda_float64_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.4732974Z test_clamp_type_promotion_cuda_float64_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:50:58.4820278Z test_clamp_type_promotion_cuda_int32_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-09-27T16:50:58.4901723Z test_clamp_type_promotion_cuda_int32_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.4976434Z test_clamp_type_promotion_cuda_int32_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.5052264Z test_clamp_type_promotion_cuda_int32_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.5127045Z test_clamp_type_promotion_cuda_int32_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.5205549Z test_clamp_type_promotion_cuda_int32_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.5283315Z test_clamp_type_promotion_cuda_int32_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.5357708Z test_clamp_type_promotion_cuda_int32_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.5435724Z test_clamp_type_promotion_cuda_int32_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.5518789Z test_clamp_type_promotion_cuda_int32_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.5600311Z test_clamp_type_promotion_cuda_int32_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:58.5673527Z test_clamp_type_promotion_cuda_int32_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.5748784Z test_clamp_type_promotion_cuda_int32_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.5823520Z test_clamp_type_promotion_cuda_int32_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.5897829Z test_clamp_type_promotion_cuda_int32_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-09-27T16:50:58.5976469Z test_clamp_type_promotion_cuda_int32_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:50:59.4074131Z test_comparison_ops_with_type_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.810s) 2022-09-27T16:50:59.4092237Z test_complex_assertraises_cuda (__main__.TestTypePromotionCUDA) ... /var/lib/jenkins/workspace/test/test_type_promotion.py:650: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:50:59.4092976Z v = torch.tensor([2], dtype=dt2, device=device) 2022-09-27T16:51:00.4714023Z ok (1.064s) 2022-09-27T16:51:00.9222165Z test_complex_half_cuda (__main__.TestTypePromotionCUDA) ... ok (0.451s) 2022-09-27T16:51:04.0499811Z test_complex_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (3.128s) 2022-09-27T16:51:04.0522169Z test_complex_scalar_mult_tensor_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-09-27T16:51:04.0569902Z test_computation_ignores_out_cuda (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-09-27T16:51:04.0631978Z test_create_bool_tensors_cuda (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-09-27T16:51:04.0681346Z test_div_promotion_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-09-27T16:51:04.0730185Z test_div_promotion_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-09-27T16:51:04.0778659Z test_div_promotion_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-09-27T16:51:04.0826986Z test_div_promotion_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-09-27T16:51:04.0875905Z test_div_promotion_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-09-27T16:51:04.0924703Z test_div_promotion_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-09-27T16:51:04.1128093Z test_div_promotion_inplace_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-09-27T16:51:04.1161377Z test_div_promotion_inplace_cuda_float32 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-09-27T16:51:04.1193646Z test_div_promotion_inplace_cuda_float64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-09-27T16:51:04.1400566Z test_div_promotion_inplace_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.021s) 2022-09-27T16:51:04.1611129Z test_div_promotion_inplace_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.021s) 2022-09-27T16:51:04.1812614Z test_div_promotion_inplace_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-09-27T16:51:04.2013534Z test_div_promotion_inplace_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-09-27T16:51:04.2214082Z test_div_promotion_inplace_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-09-27T16:51:04.2414472Z test_div_promotion_out_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-09-27T16:51:04.2447896Z test_div_promotion_out_cuda_float32 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-09-27T16:51:04.2480283Z test_div_promotion_out_cuda_float64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-09-27T16:51:04.2681420Z test_div_promotion_out_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-09-27T16:51:04.2882536Z test_div_promotion_out_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-09-27T16:51:04.3083616Z test_div_promotion_out_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-09-27T16:51:04.3284506Z test_div_promotion_out_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-09-27T16:51:04.3485610Z test_div_promotion_out_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.020s) 2022-09-27T16:51:04.3515860Z test_float_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-09-27T16:51:04.3543505Z test_from_issue_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-09-27T16:51:04.3562022Z test_half_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-09-27T16:51:04.3598515Z test_indexing_cuda (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-09-27T16:51:04.3713771Z test_indexing_fail_cuda (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-09-27T16:51:04.3970923Z test_inplace_cuda (__main__.TestTypePromotionCUDA) ... ok (0.026s) 2022-09-27T16:51:04.3987574Z test_int_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-09-27T16:51:04.4000429Z test_int_to_float_cuda (__main__.TestTypePromotionCUDA) ... ok (0.001s) 2022-09-27T16:51:04.4152630Z test_integer_addcdiv_deprecated_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:04.4300403Z test_integer_addcdiv_deprecated_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:04.4454907Z test_integer_addcdiv_deprecated_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:04.4607986Z test_integer_addcdiv_deprecated_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:04.4755643Z test_integer_addcdiv_deprecated_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:04.4832523Z test_lt_with_type_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-09-27T16:51:05.6706652Z test_many_promotions_cuda (__main__.TestTypePromotionCUDA) ... ok (1.187s) 2022-09-27T16:51:05.7069535Z test_mixed_type_backward_cuda (__main__.TestTypePromotionCUDA) ... ok (0.036s) 2022-09-27T16:51:05.7174261Z test_non_promoting_ops_cuda (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-09-27T16:51:05.7196302Z test_numpy_array_binary_ufunc_promotion_cuda_bool_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7217907Z test_numpy_array_binary_ufunc_promotion_cuda_bool_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7239343Z test_numpy_array_binary_ufunc_promotion_cuda_bool_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7260744Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7282197Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7303350Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7324780Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7345986Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7369143Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7390399Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7412223Z test_numpy_array_binary_ufunc_promotion_cuda_bool_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7434115Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7455137Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7476775Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7498111Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7519591Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7541108Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7563475Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7585029Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7606578Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7627955Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7649581Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7670911Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7692384Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7713942Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7735275Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7757071Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7780216Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7801624Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7823436Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7846787Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7867936Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7891538Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7913124Z test_numpy_array_binary_ufunc_promotion_cuda_float16_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7934610Z test_numpy_array_binary_ufunc_promotion_cuda_float16_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7956506Z test_numpy_array_binary_ufunc_promotion_cuda_float16_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7978063Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.7999515Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8023258Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8044955Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8068887Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8090704Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8112411Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8133985Z test_numpy_array_binary_ufunc_promotion_cuda_float16_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8155744Z test_numpy_array_binary_ufunc_promotion_cuda_float32_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8177343Z test_numpy_array_binary_ufunc_promotion_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8198856Z test_numpy_array_binary_ufunc_promotion_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8220348Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8242149Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8263636Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8285297Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8309029Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8332795Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8354671Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8376254Z test_numpy_array_binary_ufunc_promotion_cuda_float32_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8397836Z test_numpy_array_binary_ufunc_promotion_cuda_float64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8421399Z test_numpy_array_binary_ufunc_promotion_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8445026Z test_numpy_array_binary_ufunc_promotion_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8468740Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8490573Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8512369Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8535941Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8557839Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8579248Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8600799Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8622211Z test_numpy_array_binary_ufunc_promotion_cuda_float64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8643993Z test_numpy_array_binary_ufunc_promotion_cuda_int16_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8665571Z test_numpy_array_binary_ufunc_promotion_cuda_int16_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8689565Z test_numpy_array_binary_ufunc_promotion_cuda_int16_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8711187Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8735062Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8756935Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8778330Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8802506Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8823917Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8845676Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8867229Z test_numpy_array_binary_ufunc_promotion_cuda_int16_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8890732Z test_numpy_array_binary_ufunc_promotion_cuda_int32_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8912431Z test_numpy_array_binary_ufunc_promotion_cuda_int32_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8934077Z test_numpy_array_binary_ufunc_promotion_cuda_int32_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8955709Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8977798Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.8999453Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9020814Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9042466Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9065623Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9087384Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9108888Z test_numpy_array_binary_ufunc_promotion_cuda_int32_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9130731Z test_numpy_array_binary_ufunc_promotion_cuda_int64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9152270Z test_numpy_array_binary_ufunc_promotion_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9174019Z test_numpy_array_binary_ufunc_promotion_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9195716Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9219477Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9241443Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9262905Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9284618Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9305958Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9327677Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9349329Z test_numpy_array_binary_ufunc_promotion_cuda_int64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9371150Z test_numpy_array_binary_ufunc_promotion_cuda_int8_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9392696Z test_numpy_array_binary_ufunc_promotion_cuda_int8_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9414131Z test_numpy_array_binary_ufunc_promotion_cuda_int8_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9435745Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9458373Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9480263Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9501904Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9523654Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9545103Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9566864Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9588263Z test_numpy_array_binary_ufunc_promotion_cuda_int8_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9609997Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9631515Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9654986Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9676877Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9698272Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9719885Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9741272Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9764975Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9784808Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9806444Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9827807Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:51:05.9850879Z test_promote_self_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-09-27T16:51:05.9864544Z test_promote_types_cuda (__main__.TestTypePromotionCUDA) ... ok (0.001s) 2022-09-27T16:51:05.9887828Z test_result_type_cuda_bfloat16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:05.9963595Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:05.9986675Z test_result_type_cuda_bfloat16_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0039471Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.0062384Z test_result_type_cuda_bfloat16_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0140383Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.0161519Z test_result_type_cuda_bfloat16_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0239422Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.0259584Z test_result_type_cuda_bfloat16_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0329090Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.0349460Z test_result_type_cuda_bfloat16_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0418093Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.0438613Z test_result_type_cuda_bfloat16_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0506413Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.0527101Z test_result_type_cuda_bfloat16_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0579385Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.0602778Z test_result_type_cuda_bfloat16_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0654910Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.0678355Z test_result_type_cuda_bfloat16_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0730516Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.0751182Z test_result_type_cuda_bfloat16_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0803702Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.0823917Z test_result_type_cuda_bfloat16_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0876396Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.0896608Z test_result_type_cuda_bool_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.0949118Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.0969981Z test_result_type_cuda_bool_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1003721Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.1024494Z test_result_type_cuda_bool_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1084157Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.1104671Z test_result_type_cuda_bool_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1165526Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.1186032Z test_result_type_cuda_bool_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1238913Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.1261888Z test_result_type_cuda_bool_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1313380Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.1333723Z test_result_type_cuda_bool_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1384428Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.1405279Z test_result_type_cuda_bool_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1439554Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.1459883Z test_result_type_cuda_bool_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1494531Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.1515226Z test_result_type_cuda_bool_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1548983Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.1569761Z test_result_type_cuda_bool_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1604240Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.1624586Z test_result_type_cuda_bool_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1659076Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.1679753Z test_result_type_cuda_complex128_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1756643Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.1777019Z test_result_type_cuda_complex128_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1837151Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.1857435Z test_result_type_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.1941519Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.1962195Z test_result_type_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2047506Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.2067858Z test_result_type_cuda_complex128_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2144803Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.2165548Z test_result_type_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2241603Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.2262111Z test_result_type_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2337105Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.2357795Z test_result_type_cuda_complex128_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2418225Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.2438883Z test_result_type_cuda_complex128_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2498308Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.2521402Z test_result_type_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2580894Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.2601403Z test_result_type_cuda_complex128_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2661434Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.2681877Z test_result_type_cuda_complex128_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2741247Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.2762098Z test_result_type_cuda_complex64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2839425Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.2859689Z test_result_type_cuda_complex64_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.2920467Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.2940714Z test_result_type_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3025874Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.3046259Z test_result_type_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3131625Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.3152461Z test_result_type_cuda_complex64_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3229560Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.3250074Z test_result_type_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3327281Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.3347673Z test_result_type_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3423777Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.3444291Z test_result_type_cuda_complex64_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3504710Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.3525285Z test_result_type_cuda_complex64_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3585659Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.3606326Z test_result_type_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3666699Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.3687923Z test_result_type_cuda_complex64_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3747783Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.3768529Z test_result_type_cuda_complex64_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3828790Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.3849387Z test_result_type_cuda_float16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3919199Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.3939362Z test_result_type_cuda_float16_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.3992012Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.4011975Z test_result_type_cuda_float16_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4088991Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.4109062Z test_result_type_cuda_float16_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4186775Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.4207435Z test_result_type_cuda_float16_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4276822Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.4296722Z test_result_type_cuda_float16_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4365067Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.4385371Z test_result_type_cuda_float16_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4453182Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.4473820Z test_result_type_cuda_float16_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4525969Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.4546334Z test_result_type_cuda_float16_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4599287Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.4619164Z test_result_type_cuda_float16_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4671353Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.4691905Z test_result_type_cuda_float16_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4743970Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.4764793Z test_result_type_cuda_float16_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4816943Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.4837697Z test_result_type_cuda_float32_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4905424Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.4926369Z test_result_type_cuda_float32_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.4977090Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.4997846Z test_result_type_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5073539Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.5094270Z test_result_type_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5170831Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:51:06.5191221Z test_result_type_cuda_float32_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5258777Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.5279485Z test_result_type_cuda_float32_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5346255Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.5366981Z test_result_type_cuda_float32_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5433851Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.5454304Z test_result_type_cuda_float32_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5505269Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.5526051Z test_result_type_cuda_float32_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5576905Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.5600329Z test_result_type_cuda_float32_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5651145Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.5671802Z test_result_type_cuda_float32_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5723086Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.5743674Z test_result_type_cuda_float32_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5795174Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.5815332Z test_result_type_cuda_float64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5882887Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.5903272Z test_result_type_cuda_float64_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.5953594Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.5974213Z test_result_type_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6049171Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.6069619Z test_result_type_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6144999Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.6165823Z test_result_type_cuda_float64_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6233030Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.6253614Z test_result_type_cuda_float64_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6319792Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:51:06.6340230Z test_result_type_cuda_float64_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6405964Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.6426414Z test_result_type_cuda_float64_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6476909Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.6497498Z test_result_type_cuda_float64_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6547844Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.6568741Z test_result_type_cuda_float64_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6618867Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.6639717Z test_result_type_cuda_float64_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6689908Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.6710657Z test_result_type_cuda_float64_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6761033Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.6781634Z test_result_type_cuda_int16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6834206Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.6854821Z test_result_type_cuda_int16_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6889618Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.6909993Z test_result_type_cuda_int16_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.6970145Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.6990865Z test_result_type_cuda_int16_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7051659Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.7075184Z test_result_type_cuda_int16_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7127226Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.7147850Z test_result_type_cuda_int16_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7199641Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.7220184Z test_result_type_cuda_int16_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7270611Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.7291475Z test_result_type_cuda_int16_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7325908Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.7346390Z test_result_type_cuda_int16_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7380562Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.7401326Z test_result_type_cuda_int16_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7435409Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.7456040Z test_result_type_cuda_int16_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7490277Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.7510950Z test_result_type_cuda_int16_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7544952Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.7565743Z test_result_type_cuda_int32_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7618324Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.7639129Z test_result_type_cuda_int32_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7673412Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.7693731Z test_result_type_cuda_int32_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7753860Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.7774571Z test_result_type_cuda_int32_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7835788Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.7858797Z test_result_type_cuda_int32_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7911440Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.7931863Z test_result_type_cuda_int32_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.7983150Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.8003766Z test_result_type_cuda_int32_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8054584Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.8075164Z test_result_type_cuda_int32_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8109211Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.8130121Z test_result_type_cuda_int32_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8164169Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.8184376Z test_result_type_cuda_int32_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8218620Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.8239259Z test_result_type_cuda_int32_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8273465Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.8293729Z test_result_type_cuda_int32_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8328260Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.8348840Z test_result_type_cuda_int64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8402230Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.8422556Z test_result_type_cuda_int64_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8456593Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.8477226Z test_result_type_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8537080Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.8557547Z test_result_type_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8617859Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.8638594Z test_result_type_cuda_int64_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8691077Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.8711324Z test_result_type_cuda_int64_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8762709Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.8783242Z test_result_type_cuda_int64_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8834202Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.8854595Z test_result_type_cuda_int64_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8888806Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.8909289Z test_result_type_cuda_int64_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8943053Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.8963810Z test_result_type_cuda_int64_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.8997919Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.9018390Z test_result_type_cuda_int64_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9052683Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.9073481Z test_result_type_cuda_int64_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9107284Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.9127864Z test_result_type_cuda_int8_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9180344Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.9200683Z test_result_type_cuda_int8_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9234907Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.9255199Z test_result_type_cuda_int8_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9315598Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.9335896Z test_result_type_cuda_int8_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9396629Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:06.9416984Z test_result_type_cuda_int8_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9469287Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.9489917Z test_result_type_cuda_int8_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9541156Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.9562039Z test_result_type_cuda_int8_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9612566Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.9633236Z test_result_type_cuda_int8_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9667247Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.9687656Z test_result_type_cuda_int8_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9721963Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.9742192Z test_result_type_cuda_int8_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9776517Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.9796944Z test_result_type_cuda_int8_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9830494Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.9850966Z test_result_type_cuda_int8_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9885259Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:06.9905589Z test_result_type_cuda_uint8_bfloat16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:06.9958028Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:06.9978137Z test_result_type_cuda_uint8_bool (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0012407Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:07.0033051Z test_result_type_cuda_uint8_complex128 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0092550Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:07.0116286Z test_result_type_cuda_uint8_complex64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0176912Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:51:07.0197210Z test_result_type_cuda_uint8_float16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0249450Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:07.0269843Z test_result_type_cuda_uint8_float32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0320800Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:07.0341390Z test_result_type_cuda_uint8_float64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0391970Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:51:07.0412382Z test_result_type_cuda_uint8_int16 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0446410Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:07.0466792Z test_result_type_cuda_uint8_int32 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0501105Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:07.0521743Z test_result_type_cuda_uint8_int64 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0555576Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:07.0575715Z test_result_type_cuda_uint8_int8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0609648Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:07.0629815Z test_result_type_cuda_uint8_uint8 (__main__.TestTypePromotionCUDA) 2022-09-27T16:51:07.0663767Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:51:07.0719904Z test_result_type_tensor_vs_scalar_cuda (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-09-27T16:51:10.4517306Z test_sparse_add_cuda (__main__.TestTypePromotionCUDA) ... ok (3.379s) 2022-09-27T16:51:10.7126061Z test_sparse_div_cuda (__main__.TestTypePromotionCUDA) ... ok (0.261s) 2022-09-27T16:51:10.7167661Z test_sparse_div_promotion_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-09-27T16:51:10.7208684Z test_sparse_div_promotion_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-09-27T16:51:10.7249394Z test_sparse_div_promotion_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-09-27T16:51:10.7291598Z test_sparse_div_promotion_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-09-27T16:51:10.7333464Z test_sparse_div_promotion_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-09-27T16:51:12.1647991Z test_sparse_mul_cuda (__main__.TestTypePromotionCUDA) ... ok (1.431s) 2022-09-27T16:51:15.5762301Z test_sparse_sub_cuda (__main__.TestTypePromotionCUDA) ... ok (3.411s) 2022-09-27T16:51:15.5778403Z test_transpose_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-09-27T16:51:15.5902665Z test_unary_op_out_casting_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-09-27T16:51:15.6039982Z test_unary_op_out_casting_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-09-27T16:51:15.6176141Z test_unary_op_out_casting_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-09-27T16:51:15.6312656Z test_unary_op_out_casting_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-09-27T16:51:15.6449172Z test_unary_op_out_casting_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-09-27T16:51:15.6585512Z test_unary_op_out_casting_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-09-27T16:51:15.6708644Z test_unary_op_out_casting_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-09-27T16:51:15.6848871Z test_unary_op_out_casting_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-09-27T16:51:15.6993980Z test_unary_op_out_casting_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-09-27T16:51:15.7132659Z test_unary_op_out_casting_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-09-27T16:51:15.7283700Z test_unary_op_out_casting_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:15.7443005Z test_unary_op_out_casting_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-09-27T16:51:15.7487990Z test_unary_op_out_casting_cuda_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-09-27T16:51:15.7645511Z test_unary_op_out_casting_cuda_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-09-27T16:51:15.7798860Z test_unary_op_out_casting_cuda_float32_int64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:15.7950484Z test_unary_op_out_casting_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:15.8102422Z test_unary_op_out_casting_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:15.8253558Z test_unary_op_out_casting_cuda_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:15.8296762Z test_unary_op_out_casting_cuda_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-09-27T16:51:15.8448124Z test_unary_op_out_casting_cuda_float64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:15.8599193Z test_unary_op_out_casting_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:15.8750409Z test_unary_op_out_casting_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:15.8901302Z test_unary_op_out_casting_cuda_int64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:15.9052776Z test_unary_op_out_casting_cuda_int64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-09-27T16:51:15.9085993Z test_unary_op_out_casting_cuda_int64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-09-27T16:51:15.9098411Z test_unsigned_cuda (__main__.TestTypePromotionCUDA) ... ok (0.001s) 2022-09-27T16:51:15.9099082Z 2022-09-27T16:51:15.9099830Z ---------------------------------------------------------------------- 2022-09-27T16:51:15.9100167Z Ran 422 tests in 20.624s 2022-09-27T16:51:15.9104298Z 2022-09-27T16:51:15.9104782Z OK (skipped=121) 2022-09-27T16:51:15.9105188Z 2022-09-27T16:51:15.9105464Z Generating XML reports... 2022-09-27T16:51:15.9580136Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCUDA-20220927165055.xml 2022-09-27T16:51:16.3610640Z Running test_spectral_ops ... [2022-09-27 16:51:16.360465] 2022-09-27T16:51:16.3611375Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:16.360561] 2022-09-27T16:51:20.7538829Z /var/lib/jenkins/workspace/test/test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:51:20.7539663Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-09-27T16:51:20.7540186Z /var/lib/jenkins/workspace/test/test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:51:20.7540840Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-09-27T16:51:20.7690023Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-09-27T16:51:20.7727693Z 2022-09-27T16:51:20.7727969Z Running tests... 2022-09-27T16:51:20.7728492Z ---------------------------------------------------------------------- 2022-09-27T16:51:20.8006729Z test_batch_istft_cuda (__main__.TestFFTCUDA) ... /var/lib/jenkins/workspace/test/test_spectral_ops.py:1502: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T16:51:20.8007502Z i_original = torch.istft(original, n_fft=4, length=4) 2022-09-27T16:51:20.8037072Z ok (0.030s) 2022-09-27T16:51:20.8684342Z test_complex_istft_real_equiv_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.065s) 2022-09-27T16:51:20.9034747Z test_complex_stft_definition_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.035s) 2022-09-27T16:51:20.9242119Z test_complex_stft_onesided_cuda (__main__.TestFFTCUDA) ... ok (0.021s) 2022-09-27T16:51:21.2696189Z test_complex_stft_real_equiv_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.345s) 2022-09-27T16:51:21.4029063Z test_complex_stft_roundtrip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.133s) 2022-09-27T16:51:21.6679300Z test_complex_stft_roundtrip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.265s) 2022-09-27T16:51:22.1926754Z test_cufft_plan_cache_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.525s) 2022-09-27T16:51:22.1977610Z test_empty_fft_fft_fft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.2025967Z test_empty_fft_fft_fft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.2067186Z test_empty_fft_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2108292Z test_empty_fft_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2149333Z test_empty_fft_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2192930Z test_empty_fft_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2249306Z test_empty_fft_fft_hfft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:22.2303068Z test_empty_fft_fft_hfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.2344535Z test_empty_fft_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2388112Z test_empty_fft_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2440820Z test_empty_fft_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.2489498Z test_empty_fft_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.2534886Z test_empty_fft_fft_ifft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2582343Z test_empty_fft_fft_ifft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.2625903Z test_empty_fft_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2668158Z test_empty_fft_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2709096Z test_empty_fft_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2751482Z test_empty_fft_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2803527Z test_empty_fft_fft_ihfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.2847375Z test_empty_fft_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2893052Z test_empty_fft_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.2946594Z test_empty_fft_fft_irfft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.2999822Z test_empty_fft_fft_irfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.3043399Z test_empty_fft_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.3087499Z test_empty_fft_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.3137688Z test_empty_fft_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.3186884Z test_empty_fft_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.3236225Z test_empty_fft_fft_rfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.3279545Z test_empty_fft_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:22.3327460Z test_empty_fft_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:22.3549727Z test_empty_ifft_cuda (__main__.TestFFTCUDA) ... ok (0.022s) 2022-09-27T16:51:22.4892139Z test_fft2_fftn_equivalence_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.134s) 2022-09-27T16:51:22.6852179Z test_fft2_fftn_equivalence_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.196s) 2022-09-27T16:51:22.7544402Z test_fft2_invalid_cuda (__main__.TestFFTCUDA) ... ok (0.069s) 2022-09-27T16:51:23.2334123Z test_fft2_numpy_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.479s) 2022-09-27T16:51:23.8344892Z test_fft2_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.601s) 2022-09-27T16:51:23.8410940Z test_fft_half_and_bfloat16_errors_fft_fft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.007s) 2022-09-27T16:51:23.8514972Z test_fft_half_and_bfloat16_errors_fft_fft2_cuda_float16 (__main__.TestFFTCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:51:23.8515748Z return self.op(*args, **kwargs) 2022-09-27T16:51:23.8516027Z ok (0.010s) 2022-09-27T16:51:23.8572563Z test_fft_half_and_bfloat16_errors_fft_fft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:23.8662228Z test_fft_half_and_bfloat16_errors_fft_fft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:23.8719213Z test_fft_half_and_bfloat16_errors_fft_fftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:23.8808172Z test_fft_half_and_bfloat16_errors_fft_fftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:23.8872635Z test_fft_half_and_bfloat16_errors_fft_hfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:23.8962526Z test_fft_half_and_bfloat16_errors_fft_hfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:23.9019868Z test_fft_half_and_bfloat16_errors_fft_hfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:23.9147750Z test_fft_half_and_bfloat16_errors_fft_hfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-09-27T16:51:23.9210305Z test_fft_half_and_bfloat16_errors_fft_hfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:23.9299315Z test_fft_half_and_bfloat16_errors_fft_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:23.9355614Z test_fft_half_and_bfloat16_errors_fft_ifft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:23.9446790Z test_fft_half_and_bfloat16_errors_fft_ifft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:23.9508795Z test_fft_half_and_bfloat16_errors_fft_ifft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:23.9596739Z test_fft_half_and_bfloat16_errors_fft_ifft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:23.9651037Z test_fft_half_and_bfloat16_errors_fft_ifftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:23.9742304Z test_fft_half_and_bfloat16_errors_fft_ifftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:23.9807690Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:23.9900022Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:23.9955434Z test_fft_half_and_bfloat16_errors_fft_ihfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:24.0043050Z test_fft_half_and_bfloat16_errors_fft_ihfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:24.0101604Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:24.0185886Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-09-27T16:51:24.0248617Z test_fft_half_and_bfloat16_errors_fft_irfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:24.0342807Z test_fft_half_and_bfloat16_errors_fft_irfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:24.0398505Z test_fft_half_and_bfloat16_errors_fft_irfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-09-27T16:51:24.0486496Z test_fft_half_and_bfloat16_errors_fft_irfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:24.0547909Z test_fft_half_and_bfloat16_errors_fft_irfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:24.0640554Z test_fft_half_and_bfloat16_errors_fft_irfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:24.0700684Z test_fft_half_and_bfloat16_errors_fft_rfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:24.0790719Z test_fft_half_and_bfloat16_errors_fft_rfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:24.0848482Z test_fft_half_and_bfloat16_errors_fft_rfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:24.0931606Z test_fft_half_and_bfloat16_errors_fft_rfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-09-27T16:51:24.0992642Z test_fft_half_and_bfloat16_errors_fft_rfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-09-27T16:51:24.1080144Z test_fft_half_and_bfloat16_errors_fft_rfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:24.2586169Z test_fft_ifft_rfft_irfft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.150s) 2022-09-27T16:51:24.2628607Z test_fft_input_modification_cuda (__main__.TestFFTCUDA) ... ok (0.004s) 2022-09-27T16:51:24.2740755Z test_fft_invalid_dtypes_cuda (__main__.TestFFTCUDA) ... ok (0.011s) 2022-09-27T16:51:24.2867403Z test_fft_plan_repeatable_cuda (__main__.TestFFTCUDA) ... ok (0.013s) 2022-09-27T16:51:24.3082832Z test_fft_round_trip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-09-27T16:51:24.3108446Z test_fft_round_trip_cuda_complex32 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-09-27T16:51:24.3424962Z test_fft_round_trip_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.031s) 2022-09-27T16:51:24.3450841Z test_fft_round_trip_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.003s) 2022-09-27T16:51:24.4014512Z test_fft_round_trip_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.056s) 2022-09-27T16:51:24.4553117Z test_fft_round_trip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.054s) 2022-09-27T16:51:24.4583234Z test_fft_type_promotion_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-09-27T16:51:24.4609084Z test_fft_type_promotion_cuda_complex32 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-09-27T16:51:24.4641413Z test_fft_type_promotion_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-09-27T16:51:24.4666529Z test_fft_type_promotion_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-09-27T16:51:24.4698052Z test_fft_type_promotion_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-09-27T16:51:24.4730649Z test_fft_type_promotion_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-09-27T16:51:24.4760404Z test_fft_type_promotion_cuda_int8 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-09-27T16:51:24.5019979Z test_fftfreq_numpy_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.026s) 2022-09-27T16:51:24.5280807Z test_fftfreq_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.026s) 2022-09-27T16:51:24.5385737Z test_fftfreq_out_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-09-27T16:51:24.5457380Z test_fftfreq_out_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.007s) 2022-09-27T16:51:24.5637643Z test_fftn_invalid_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.018s) 2022-09-27T16:51:24.5815475Z test_fftn_invalid_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.018s) 2022-09-27T16:51:24.6031327Z test_fftn_invalid_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-09-27T16:51:24.6248833Z test_fftn_invalid_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.021s) 2022-09-27T16:51:24.6426739Z test_fftn_invalid_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.018s) 2022-09-27T16:51:24.6604202Z test_fftn_invalid_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.018s) 2022-09-27T16:51:24.6800281Z test_fftn_invalid_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.019s) 2022-09-27T16:51:24.7017465Z test_fftn_invalid_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.022s) 2022-09-27T16:51:24.7236648Z test_fftn_invalid_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.022s) 2022-09-27T16:51:24.7434085Z test_fftn_invalid_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.020s) 2022-09-27T16:51:24.7796242Z test_fftn_round_trip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.036s) 2022-09-27T16:51:24.7822012Z test_fftn_round_trip_cuda_complex32 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-09-27T16:51:24.8183112Z test_fftn_round_trip_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.036s) 2022-09-27T16:51:24.8208763Z test_fftn_round_trip_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-09-27T16:51:24.9201755Z test_fftn_round_trip_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.099s) 2022-09-27T16:51:25.0162704Z test_fftn_round_trip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.096s) 2022-09-27T16:51:25.0250439Z test_fftshift_frequencies_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-09-27T16:51:25.0324193Z test_fftshift_frequencies_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.007s) 2022-09-27T16:51:25.0458317Z test_fftshift_numpy_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-09-27T16:51:25.0605459Z test_fftshift_numpy_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.015s) 2022-09-27T16:51:25.0743970Z test_fftshift_numpy_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-09-27T16:51:25.0880763Z test_fftshift_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-09-27T16:51:25.0902839Z test_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-09-27T16:51:25.1045291Z test_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-09-27T16:51:25.1182738Z test_hfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-09-27T16:51:25.1203507Z test_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... skip: half and complex32 are only supported on CUDA device with SM>53 (0.002s) 2022-09-27T16:51:25.1341399Z test_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-09-27T16:51:25.1477675Z test_ihfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-09-27T16:51:25.9331748Z test_istft_against_librosa_cuda_float64 (__main__.TestFFTCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_tensor.py:734: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:1120.) 2022-09-27T16:51:25.9332813Z return torch.istft( 2022-09-27T16:51:25.9432614Z ok (0.795s) 2022-09-27T16:51:26.5641213Z test_istft_linearity_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.620s) 2022-09-27T16:51:26.5742645Z test_istft_of_sine_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-09-27T16:51:26.5750892Z test_istft_round_trip_simple_cases_cuda_float64 (__main__.TestFFTCUDA) 2022-09-27T16:51:26.5778100Z stft -> istft should recover the original signale ... ok (0.003s) 2022-09-27T16:51:26.5796661Z test_istft_round_trip_various_params_cuda_float64 (__main__.TestFFTCUDA) 2022-09-27T16:51:27.6904798Z stft -> istft should recover the original signale ... ok (1.112s) 2022-09-27T16:51:27.6927605Z test_istft_round_trip_with_padding_cuda_float64 (__main__.TestFFTCUDA) 2022-09-27T16:51:27.9720907Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.281s) 2022-09-27T16:51:27.9729501Z test_istft_throws_cuda (__main__.TestFFTCUDA) 2022-09-27T16:51:27.9857228Z istft should throw exception for invalid parameters ... ok (0.014s) 2022-09-27T16:51:28.0390099Z test_reference_1d_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.053s) 2022-09-27T16:51:28.0957798Z test_reference_1d_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.057s) 2022-09-27T16:51:28.1553744Z test_reference_1d_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.059s) 2022-09-27T16:51:28.2139938Z test_reference_1d_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.058s) 2022-09-27T16:51:28.2663823Z test_reference_1d_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.052s) 2022-09-27T16:51:28.3247489Z test_reference_1d_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.058s) 2022-09-27T16:51:28.3837254Z test_reference_1d_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.059s) 2022-09-27T16:51:28.4368626Z test_reference_1d_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.053s) 2022-09-27T16:51:28.4917178Z test_reference_1d_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.055s) 2022-09-27T16:51:28.5439915Z test_reference_1d_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.052s) 2022-09-27T16:51:28.6107627Z test_reference_nd_fft_fftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.067s) 2022-09-27T16:51:28.6758197Z test_reference_nd_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.065s) 2022-09-27T16:51:28.7398511Z test_reference_nd_fft_hfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.064s) 2022-09-27T16:51:28.8008536Z test_reference_nd_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.061s) 2022-09-27T16:51:28.8644846Z test_reference_nd_fft_ifftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.063s) 2022-09-27T16:51:28.9289292Z test_reference_nd_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.064s) 2022-09-27T16:51:28.9945539Z test_reference_nd_fft_irfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.065s) 2022-09-27T16:51:29.0604039Z test_reference_nd_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.066s) 2022-09-27T16:51:29.1457954Z test_stft_cuda_float64 (__main__.TestFFTCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/functional.py:610: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T16:51:29.1459098Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T16:51:29.1666567Z ok (0.106s) 2022-09-27T16:51:29.1683857Z test_stft_requires_complex_cuda (__main__.TestFFTCUDA) ... ok (0.001s) 2022-09-27T16:51:29.2856087Z test_stft_roundtrip_complex_window_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.117s) 2022-09-27T16:51:29.4340226Z test_stft_roundtrip_complex_window_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.148s) 2022-09-27T16:51:29.4508105Z test_stft_window_device_cuda (__main__.TestFFTCUDA) ... ok (0.017s) 2022-09-27T16:51:29.4508592Z 2022-09-27T16:51:29.4509512Z ---------------------------------------------------------------------- 2022-09-27T16:51:29.4509880Z Ran 159 tests in 8.678s 2022-09-27T16:51:29.4510062Z 2022-09-27T16:51:29.4510158Z OK (skipped=8) 2022-09-27T16:51:29.4514400Z 2022-09-27T16:51:29.4514928Z Generating XML reports... 2022-09-27T16:51:29.4711384Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCUDA-20220927165120.xml 2022-09-27T16:51:30.1280920Z Running test_ao_sparsity ... [2022-09-27 16:51:30.127469] 2022-09-27T16:51:30.1281656Z Executing ['/opt/conda/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:30.127567] 2022-09-27T16:51:32.0640704Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-09-27T16:51:32.0672223Z 2022-09-27T16:51:32.0672631Z Running tests... 2022-09-27T16:51:32.0673179Z ---------------------------------------------------------------------- 2022-09-27T16:51:32.0699225Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-09-27T16:51:33.6050003Z Simulates the workflow of the activation sparsifier, starting from object creation ... 2022-09-27 16:51:33,604 - numba.cuda.cudadrv.driver - INFO - init 2022-09-27T16:51:33.6781816Z ok (1.610s) 2022-09-27T16:51:33.6789636Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-09-27T16:51:33.6807052Z Checks if the warning is thrown if the scheduler step is called ... ok (0.003s) 2022-09-27T16:51:33.6888405Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.008s) 2022-09-27T16:51:33.6932329Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.004s) 2022-09-27T16:51:33.7059457Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.013s) 2022-09-27T16:51:33.7146160Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... /opt/conda/lib/python3.10/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-09-27T16:51:33.7147060Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:51:33.7377091Z ok (0.032s) 2022-09-27T16:51:33.7619680Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.024s) 2022-09-27T16:51:33.7849348Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.023s) 2022-09-27T16:51:33.7910154Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-09-27T16:51:34.9164187Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (1.125s) 2022-09-27T16:51:34.9250124Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.009s) 2022-09-27T16:51:35.0023216Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.077s) 2022-09-27T16:51:35.0101861Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.008s) 2022-09-27T16:51:35.0306723Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.020s) 2022-09-27T16:51:35.0447249Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.014s) 2022-09-27T16:51:35.0474352Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-09-27T16:51:35.0493294Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:51:35.0518581Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:51:35.0542774Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:51:35.0568091Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:51:35.0590319Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:51:35.0638062Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.005s) 2022-09-27T16:51:35.0654345Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:51:35.0689615Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-09-27T16:51:35.0690431Z warnings.warn( 2022-09-27T16:51:35.4117119Z ok (0.346s) 2022-09-27T16:51:35.7567413Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.345s) 2022-09-27T16:51:36.0973381Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.340s) 2022-09-27T16:51:36.1079579Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.011s) 2022-09-27T16:51:36.4500012Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.342s) 2022-09-27T16:51:36.7920597Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.342s) 2022-09-27T16:51:36.8056086Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.013s) 2022-09-27T16:51:36.8748862Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.069s) 2022-09-27T16:51:36.8771240Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-09-27T16:51:36.8841375Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.007s) 2022-09-27T16:51:36.8866853Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-09-27T16:51:36.8883232Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:51:37.2636940Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.376s) 2022-09-27T16:51:37.2652141Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:51:37.6231036Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.359s) 2022-09-27T16:51:37.6244664Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:51:37.9791262Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.356s) 2022-09-27T16:51:37.9805980Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:51:38.0123908Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.033s) 2022-09-27T16:51:38.0138502Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:51:38.3695811Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.357s) 2022-09-27T16:51:38.3716841Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-09-27T16:51:38.3746774Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-09-27T16:51:38.3768273Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-09-27T16:51:38.9772712Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.600s) 2022-09-27T16:51:39.2031042Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.226s) 2022-09-27T16:51:39.5212142Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.318s) 2022-09-27T16:51:39.8222671Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.301s) 2022-09-27T16:51:40.1121103Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.290s) 2022-09-27T16:51:40.1139613Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:51:40.1239537Z The expectation is post_training_sparse_quantize function ... ok (0.012s) 2022-09-27T16:51:40.1253590Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:51:40.1310199Z The expectation is post_training_sparse_quantize function ... ok (0.007s) 2022-09-27T16:51:40.1422521Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-09-27 16:51:40,141 - root - INFO - static sparse qlinear is only available in fbgemm 2022-09-27T16:51:40.1567191Z 2022-09-27 16:51:40,156 - root - INFO - static sparse qlinear is only available in fbgemm 2022-09-27T16:51:40.1608338Z 2022-09-27 16:51:40,160 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:51:40.1621090Z 2022-09-27 16:51:40,161 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:51:40.1627422Z ok (0.032s) 2022-09-27T16:51:40.1672681Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/utils.py:287: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:51:40.1673341Z warnings.warn( 2022-09-27T16:51:40.1701443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:51:40.1899749Z /opt/conda/lib/python3.10/site-packages/torch/ao/quantization/utils.py:279: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:51:40.1900343Z warnings.warn( 2022-09-27T16:51:40.1969170Z ok (0.034s) 2022-09-27T16:51:40.2266498Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:51:40.3361566Z ok (0.139s) 2022-09-27T16:51:40.3377734Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-09-27T16:51:40.3394864Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... /opt/conda/lib/python3.10/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py:125: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-09-27T16:51:40.3395708Z warnings.warn("Detected call of `scheduler.step()` before `sparsifier.step()`. " 2022-09-27T16:51:40.3396413Z ok (0.002s) 2022-09-27T16:51:40.3404330Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-09-27T16:51:40.3447831Z Checks if the warning is thrown if the scheduler step is called ... ok (0.005s) 2022-09-27T16:51:40.3466040Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-09-27T16:51:40.3473730Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:51:40.3527541Z Tests that fqn_to_module operates as inverse ... ok (0.006s) 2022-09-27T16:51:40.3531683Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:51:40.3553011Z Tests that fqn_to_module returns None when it tries to ... ok (0.002s) 2022-09-27T16:51:40.3560288Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:51:40.3622007Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.007s) 2022-09-27T16:51:40.3630855Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:51:40.3689194Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.007s) 2022-09-27T16:51:40.3695582Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:51:40.3728199Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.004s) 2022-09-27T16:51:40.3734068Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:51:40.3773019Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.004s) 2022-09-27T16:51:40.3777597Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:51:40.3804161Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.003s) 2022-09-27T16:51:40.3808467Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:51:40.3833078Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.003s) 2022-09-27T16:51:40.3853058Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-09-27T16:51:40.3875912Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-09-27T16:51:40.3896758Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-09-27T16:51:40.4362160Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.046s) 2022-09-27T16:51:40.7390358Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.302s) 2022-09-27T16:51:40.7453124Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.006s) 2022-09-27T16:51:40.7453722Z 2022-09-27T16:51:40.7454419Z ---------------------------------------------------------------------- 2022-09-27T16:51:40.7455064Z Ran 70 tests in 8.678s 2022-09-27T16:51:40.7455387Z 2022-09-27T16:51:40.7455565Z OK 2022-09-27T16:51:40.7455798Z 2022-09-27T16:51:40.7456043Z Generating XML reports... 2022-09-27T16:51:40.7496669Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927165132.xml 2022-09-27T16:51:40.7502379Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927165132.xml 2022-09-27T16:51:40.7507885Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927165132.xml 2022-09-27T16:51:40.7517483Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220927165132.xml 2022-09-27T16:51:40.7528604Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927165132.xml 2022-09-27T16:51:40.7538395Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220927165132.xml 2022-09-27T16:51:40.7544929Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927165132.xml 2022-09-27T16:51:40.7554088Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220927165132.xml 2022-09-27T16:51:40.7561565Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927165132.xml 2022-09-27T16:51:40.7568454Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927165132.xml 2022-09-27T16:51:40.7574112Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927165132.xml 2022-09-27T16:51:40.7577318Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927165132.xml 2022-09-27T16:51:40.7582341Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927165132.xml 2022-09-27T16:51:40.7589510Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220927165132.xml 2022-09-27T16:51:40.7602227Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927165132.xml 2022-09-27T16:51:40.7611872Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927165132.xml 2022-09-27T16:51:41.3550504Z Running test_sort_and_select ... [2022-09-27 16:51:41.354405] 2022-09-27T16:51:41.3551401Z Executing ['/opt/conda/bin/python', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:41.354500] 2022-09-27T16:51:44.7802263Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-09-27T16:51:44.7829371Z 2022-09-27T16:51:44.7829714Z Running tests... 2022-09-27T16:51:44.7830165Z ---------------------------------------------------------------------- 2022-09-27T16:51:44.8157473Z test_isin_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.032s) 2022-09-27T16:51:44.8452218Z test_isin_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.029s) 2022-09-27T16:51:44.8751489Z test_isin_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.030s) 2022-09-27T16:51:44.9033240Z test_isin_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.028s) 2022-09-27T16:51:44.9319766Z test_isin_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.029s) 2022-09-27T16:51:44.9619012Z test_isin_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.030s) 2022-09-27T16:51:44.9897728Z test_isin_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.028s) 2022-09-27T16:51:45.0173786Z test_isin_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.028s) 2022-09-27T16:51:45.0283304Z test_isin_different_devices_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-09-27T16:51:45.0393412Z test_isin_different_devices_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-09-27T16:51:45.0503257Z test_isin_different_devices_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-09-27T16:51:45.0609150Z test_isin_different_devices_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.010s) 2022-09-27T16:51:45.0717992Z test_isin_different_devices_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-09-27T16:51:45.0828090Z test_isin_different_devices_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-09-27T16:51:45.0936047Z test_isin_different_devices_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.011s) 2022-09-27T16:51:45.2158817Z test_isin_different_dtypes_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.122s) 2022-09-27T16:51:45.2299763Z test_kthvalue_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.014s) 2022-09-27T16:51:45.2321170Z test_kthvalue_scalar_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.002s) 2022-09-27T16:51:45.2397503Z test_msort_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.008s) 2022-09-27T16:51:45.2470208Z test_msort_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.007s) 2022-09-27T16:51:45.2540716Z test_msort_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.007s) 2022-09-27T16:51:45.2609940Z test_msort_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.007s) 2022-09-27T16:51:45.2662778Z test_msort_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:45.2714962Z test_msort_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:45.2768398Z test_msort_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:45.2822021Z test_msort_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:45.2874198Z test_msort_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:45.2890696Z test_sort_1d_output_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... /var/lib/jenkins/workspace/test/test_sort_and_select.py:248: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:51:45.2891861Z torch.sort(tensor, out=(values, indices)) 2022-09-27T16:51:45.2897475Z ok (0.002s) 2022-09-27T16:51:47.9560931Z test_sort_cuda (__main__.TestSortAndSelectCUDA) ... ok (2.666s) 2022-09-27T16:51:49.1475886Z test_sort_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (1.191s) 2022-09-27T16:51:49.1484181Z test_sort_discontiguous_slow_cuda_float32 (__main__.TestSortAndSelectCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:51:49.2163144Z test_sort_large_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... skip: Insufficient cuda:0 memory (0.068s) 2022-09-27T16:51:49.6019761Z test_sort_large_slice_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.385s) 2022-09-27T16:51:49.6038317Z test_sort_restride_cuda_float32 (__main__.TestSortAndSelectCUDA) ... /var/lib/jenkins/workspace/test/test_sort_and_select.py:199: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:51:49.6039652Z torch.sort(tensor, out=(values, indices)) 2022-09-27T16:51:49.6044645Z ok (0.003s) 2022-09-27T16:51:49.6096182Z test_stable_sort_against_numpy_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:49.6149741Z test_stable_sort_against_numpy_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:49.6201489Z test_stable_sort_against_numpy_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:49.6254213Z test_stable_sort_against_numpy_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:49.6299706Z test_stable_sort_against_numpy_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6348879Z test_stable_sort_against_numpy_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:49.6400582Z test_stable_sort_against_numpy_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.005s) 2022-09-27T16:51:49.6445383Z test_stable_sort_against_numpy_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6490693Z test_stable_sort_against_numpy_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6529381Z test_stable_sort_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6569873Z test_stable_sort_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6610027Z test_stable_sort_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6649504Z test_stable_sort_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6685558Z test_stable_sort_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6722163Z test_stable_sort_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6760169Z test_stable_sort_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6797265Z test_stable_sort_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6834682Z test_stable_sort_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.6861555Z test_topk_1d_output_discontiguous_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.6892264Z test_topk_4d_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.6903177Z test_topk_arguments_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.001s) 2022-09-27T16:51:49.6940773Z test_topk_bfloat16_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.004s) 2022-09-27T16:51:49.7170460Z test_topk_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.023s) 2022-09-27T16:51:49.7198656Z test_topk_integral_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.7227376Z test_topk_integral_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.7257504Z test_topk_integral_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.7286806Z test_topk_integral_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.7315724Z test_topk_integral_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.7373615Z test_topk_noncontiguous_gpu_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.006s) 2022-09-27T16:51:49.7403627Z test_topk_nonfinite_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.7432197Z test_topk_nonfinite_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.7459886Z test_topk_nonfinite_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.7487509Z test_topk_nonfinite_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.003s) 2022-09-27T16:51:49.7501149Z test_topk_zero_cuda_bfloat16 (__main__.TestSortAndSelectCUDA) ... ok (0.001s) 2022-09-27T16:51:49.7514492Z test_topk_zero_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.001s) 2022-09-27T16:51:49.7527965Z test_topk_zero_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.001s) 2022-09-27T16:51:49.7541293Z test_topk_zero_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.001s) 2022-09-27T16:51:49.7555026Z test_topk_zero_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.001s) 2022-09-27T16:51:49.7568439Z test_topk_zero_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.001s) 2022-09-27T16:51:49.7581983Z test_topk_zero_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.001s) 2022-09-27T16:51:49.7595553Z test_topk_zero_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.001s) 2022-09-27T16:51:49.7720789Z test_unique_consecutive_cuda_bool (__main__.TestSortAndSelectCUDA) ... ok (0.012s) 2022-09-27T16:51:49.7878637Z test_unique_consecutive_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.016s) 2022-09-27T16:51:49.8038141Z test_unique_consecutive_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.016s) 2022-09-27T16:51:49.8197459Z test_unique_consecutive_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.016s) 2022-09-27T16:51:49.8329185Z test_unique_consecutive_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.013s) 2022-09-27T16:51:49.8460709Z test_unique_consecutive_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.013s) 2022-09-27T16:51:49.8587066Z test_unique_consecutive_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.012s) 2022-09-27T16:51:49.8718351Z test_unique_consecutive_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.013s) 2022-09-27T16:51:49.8851122Z test_unique_consecutive_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.013s) 2022-09-27T16:51:49.9208659Z test_unique_cuda_bool (__main__.TestSortAndSelectCUDA) ... ok (0.036s) 2022-09-27T16:51:49.9687714Z test_unique_cuda_float16 (__main__.TestSortAndSelectCUDA) ... ok (0.048s) 2022-09-27T16:51:50.0170495Z test_unique_cuda_float32 (__main__.TestSortAndSelectCUDA) ... ok (0.048s) 2022-09-27T16:51:50.0645448Z test_unique_cuda_float64 (__main__.TestSortAndSelectCUDA) ... ok (0.047s) 2022-09-27T16:51:50.1048062Z test_unique_cuda_int16 (__main__.TestSortAndSelectCUDA) ... ok (0.040s) 2022-09-27T16:51:50.1452256Z test_unique_cuda_int32 (__main__.TestSortAndSelectCUDA) ... ok (0.040s) 2022-09-27T16:51:50.1847750Z test_unique_cuda_int64 (__main__.TestSortAndSelectCUDA) ... ok (0.039s) 2022-09-27T16:51:50.2264373Z test_unique_cuda_int8 (__main__.TestSortAndSelectCUDA) ... ok (0.042s) 2022-09-27T16:51:50.2674010Z test_unique_cuda_uint8 (__main__.TestSortAndSelectCUDA) ... ok (0.041s) 2022-09-27T16:51:50.3786956Z test_unique_dim_cuda (__main__.TestSortAndSelectCUDA) ... ok (0.111s) 2022-09-27T16:51:50.3787268Z 2022-09-27T16:51:50.3787952Z ---------------------------------------------------------------------- 2022-09-27T16:51:50.3788392Z Ran 94 tests in 5.596s 2022-09-27T16:51:50.3788570Z 2022-09-27T16:51:50.3788693Z OK (skipped=2) 2022-09-27T16:51:50.3788856Z 2022-09-27T16:51:50.3789294Z Generating XML reports... 2022-09-27T16:51:50.3911234Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCUDA-20220927165144.xml 2022-09-27T16:51:50.7656885Z Running test_mkldnn_verbose ... [2022-09-27 16:51:50.765102] 2022-09-27T16:51:50.7657705Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:50.765200] 2022-09-27T16:51:52.5973903Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-09-27T16:51:52.5989531Z 2022-09-27T16:51:52.5989942Z Running tests... 2022-09-27T16:51:52.5990565Z ---------------------------------------------------------------------- 2022-09-27T16:51:55.9040149Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (3.305s) 2022-09-27T16:51:57.7245157Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (1.820s) 2022-09-27T16:51:57.7245747Z 2022-09-27T16:51:57.7246223Z ---------------------------------------------------------------------- 2022-09-27T16:51:57.7246584Z Ran 2 tests in 5.126s 2022-09-27T16:51:57.7246759Z 2022-09-27T16:51:57.7246884Z OK 2022-09-27T16:51:57.7247035Z 2022-09-27T16:51:57.7247157Z Generating XML reports... 2022-09-27T16:51:57.7792339Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220927165152.xml 2022-09-27T16:51:58.1462311Z Running test_module_init ... [2022-09-27 16:51:58.145666] 2022-09-27T16:51:58.1463088Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:58.145763] 2022-09-27T16:52:01.5423437Z /opt/conda/lib/python3.10/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T16:52:01.5643443Z warnings.warn(msg, FutureWarning) 2022-09-27T16:52:01.5643966Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-09-27T16:52:01.5710577Z 2022-09-27T16:52:01.5710947Z Running tests... 2022-09-27T16:52:01.5711417Z ---------------------------------------------------------------------- 2022-09-27T16:52:01.5756096Z test_nn_AdaptiveAvgPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.5787204Z test_nn_AdaptiveAvgPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.5819838Z test_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.5851292Z test_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.5883058Z test_nn_AdaptiveAvgPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.5918312Z test_nn_AdaptiveAvgPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.5987472Z test_nn_AdaptiveLogSoftmaxWithLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-09-27T16:52:01.6052183Z test_nn_AdaptiveLogSoftmaxWithLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-09-27T16:52:01.6083632Z test_nn_AdaptiveMaxPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6115775Z test_nn_AdaptiveMaxPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6146865Z test_nn_AdaptiveMaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6182400Z test_nn_AdaptiveMaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6213623Z test_nn_AdaptiveMaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6245181Z test_nn_AdaptiveMaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6277931Z test_nn_AlphaDropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6308732Z test_nn_AlphaDropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6342713Z test_nn_AvgPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6374216Z test_nn_AvgPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6406850Z test_nn_AvgPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6441289Z test_nn_AvgPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6480687Z test_nn_AvgPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.6514468Z test_nn_AvgPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6551887Z test_nn_BCELoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.6585234Z test_nn_BCELoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6622718Z test_nn_BCEWithLogitsLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.6657464Z test_nn_BCEWithLogitsLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.6710785Z test_nn_BatchNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.6763758Z test_nn_BatchNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.6816901Z test_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.6870889Z test_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.6921494Z test_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.6974836Z test_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.7017484Z test_nn_Bilinear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.7059186Z test_nn_Bilinear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.7094313Z test_nn_CELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7128554Z test_nn_CELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7175324Z test_nn_CTCLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.7208243Z test_nn_CTCLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7240444Z test_nn_ChannelShuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7274484Z test_nn_ChannelShuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7305130Z test_nn_ConstantPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7337703Z test_nn_ConstantPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7368830Z test_nn_ConstantPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7403884Z test_nn_ConstantPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7438659Z test_nn_ConstantPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7473568Z test_nn_ConstantPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.7517484Z test_nn_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.7561469Z test_nn_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.7607964Z test_nn_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.7650882Z test_nn_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.7695099Z test_nn_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.7741421Z test_nn_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.7784357Z test_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.7828326Z test_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.7872120Z test_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.7915125Z test_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.7961907Z test_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.8016836Z test_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.8048061Z test_nn_CosineEmbeddingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8080092Z test_nn_CosineEmbeddingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8113959Z test_nn_CosineSimilarity_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8144747Z test_nn_CosineSimilarity_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8179496Z test_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8214182Z test_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8245558Z test_nn_CrossMapLRN2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8277718Z test_nn_CrossMapLRN2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8311513Z test_nn_Dropout1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8346082Z test_nn_Dropout1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8380176Z test_nn_Dropout2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8413933Z test_nn_Dropout2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8446441Z test_nn_Dropout3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8479796Z test_nn_Dropout3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8511828Z test_nn_Dropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8545852Z test_nn_Dropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8580550Z test_nn_ELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8614692Z test_nn_ELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8657333Z test_nn_EmbeddingBag_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.8698639Z test_nn_EmbeddingBag_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.8738527Z test_nn_Embedding_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.8778526Z test_nn_Embedding_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.8811567Z test_nn_FeatureAlphaDropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8851939Z test_nn_FeatureAlphaDropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.8886058Z test_nn_Flatten_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8920615Z test_nn_Flatten_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8955010Z test_nn_Fold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.8988829Z test_nn_Fold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.9026381Z test_nn_FractionalMaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.9063839Z test_nn_FractionalMaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.9097339Z test_nn_FractionalMaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.9135343Z test_nn_FractionalMaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:01.9170485Z test_nn_GELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.9204235Z test_nn_GELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.9235398Z test_nn_GLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.9270092Z test_nn_GLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:01.9317407Z test_nn_GRUCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:01.9360909Z test_nn_GRUCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.5328460Z test_nn_GRU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.596s) 2022-09-27T16:52:02.5381668Z test_nn_GRU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.5415997Z test_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5448696Z test_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5490114Z test_nn_GroupNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.5533083Z test_nn_GroupNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.5564684Z test_nn_Hardshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5606547Z test_nn_Hardshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.5640473Z test_nn_Hardsigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5673674Z test_nn_Hardsigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5707337Z test_nn_Hardswish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5739304Z test_nn_Hardswish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5773814Z test_nn_Hardtanh_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5805102Z test_nn_Hardtanh_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5840281Z test_nn_HingeEmbeddingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5874315Z test_nn_HingeEmbeddingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5909844Z test_nn_HuberLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5943542Z test_nn_HuberLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.5978628Z test_nn_Identity_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.6012288Z test_nn_Identity_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.6059362Z test_nn_InstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.6105979Z test_nn_InstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.6149680Z test_nn_InstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.6196320Z test_nn_InstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.6243045Z test_nn_InstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.6287325Z test_nn_InstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.6331157Z test_nn_KLDivLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.6365327Z test_nn_KLDivLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.6398945Z test_nn_L1Loss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.6434167Z test_nn_L1Loss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.6467619Z test_nn_LPPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.6502626Z test_nn_LPPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.6536802Z test_nn_LPPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.6572228Z test_nn_LPPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.6620475Z test_nn_LSTMCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.6669947Z test_nn_LSTMCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.6721043Z test_nn_LSTM_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.6768496Z test_nn_LSTM_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.6812922Z test_nn_LayerNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.6853769Z test_nn_LayerNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.6893240Z test_nn_LazyBatchNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:52:02.6894051Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:52:02.6912808Z ok (0.006s) 2022-09-27T16:52:02.6964822Z test_nn_LazyBatchNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7032019Z test_nn_LazyBatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-09-27T16:52:02.7084196Z test_nn_LazyBatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7137356Z test_nn_LazyBatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7187972Z test_nn_LazyBatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7238615Z test_nn_LazyConv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7288998Z test_nn_LazyConv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7339872Z test_nn_LazyConv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7387169Z test_nn_LazyConv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7452297Z test_nn_LazyConv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-09-27T16:52:02.7501529Z test_nn_LazyConv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7552379Z test_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7601308Z test_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7651763Z test_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7698264Z test_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7745821Z test_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7793462Z test_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7858408Z test_nn_LazyInstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-09-27T16:52:02.7912236Z test_nn_LazyInstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.7966162Z test_nn_LazyInstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.8016570Z test_nn_LazyInstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.8069154Z test_nn_LazyInstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.8120834Z test_nn_LazyInstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.8184567Z test_nn_LazyLinear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-09-27T16:52:02.8229824Z test_nn_LazyLinear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.8264689Z test_nn_LeakyReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8298544Z test_nn_LeakyReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8342736Z test_nn_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.8382631Z test_nn_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.8417868Z test_nn_LocalResponseNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8452193Z test_nn_LocalResponseNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8487330Z test_nn_LogSigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8520922Z test_nn_LogSigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8555876Z test_nn_LogSoftmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8586774Z test_nn_LogSoftmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8620651Z test_nn_MSELoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8655725Z test_nn_MSELoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8687153Z test_nn_MarginRankingLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8719269Z test_nn_MarginRankingLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8753315Z test_nn_MaxPool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8785478Z test_nn_MaxPool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8819767Z test_nn_MaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8851907Z test_nn_MaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8886264Z test_nn_MaxPool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8917477Z test_nn_MaxPool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8949667Z test_nn_MaxUnpool1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.8982033Z test_nn_MaxUnpool1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9025730Z test_nn_MaxUnpool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.9057315Z test_nn_MaxUnpool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9092323Z test_nn_MaxUnpool3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9126455Z test_nn_MaxUnpool3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9161003Z test_nn_Mish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9194877Z test_nn_Mish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9226206Z test_nn_ModuleDict_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9257991Z test_nn_ModuleDict_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9291980Z test_nn_ModuleList_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9323848Z test_nn_ModuleList_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9357832Z test_nn_MultiLabelMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9402864Z test_nn_MultiLabelMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9426127Z test_nn_MultiLabelSoftMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.9463431Z test_nn_MultiLabelSoftMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.9500971Z test_nn_MultiMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.9534399Z test_nn_MultiMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9584754Z test_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.9634546Z test_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:02.9671165Z test_nn_NLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.9708799Z test_nn_NLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.9746840Z test_nn_PReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.9783812Z test_nn_PReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.9827287Z test_nn_PairwiseDistance_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:02.9858061Z test_nn_PairwiseDistance_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9890364Z test_nn_ParameterDict_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9921247Z test_nn_ParameterDict_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9953252Z test_nn_ParameterList_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:02.9983862Z test_nn_ParameterList_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0016256Z test_nn_PixelShuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0048274Z test_nn_PixelShuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0081841Z test_nn_PixelUnshuffle_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0113667Z test_nn_PixelUnshuffle_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0147618Z test_nn_PoissonNLLLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0180033Z test_nn_PoissonNLLLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0226873Z test_nn_RNNBase_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:03.0275635Z test_nn_RNNBase_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:03.0322623Z test_nn_RNNCellBase_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:03.0367029Z test_nn_RNNCellBase_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:03.0411662Z test_nn_RNNCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:03.0459039Z test_nn_RNNCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:03.0509088Z test_nn_RNN_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:03.0559218Z test_nn_RNN_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:03.0594708Z test_nn_RReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0628496Z test_nn_RReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0659658Z test_nn_ReLU6_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0704498Z test_nn_ReLU6_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:03.0736185Z test_nn_ReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0770844Z test_nn_ReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0802109Z test_nn_ReflectionPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0837368Z test_nn_ReflectionPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0868301Z test_nn_ReflectionPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0900468Z test_nn_ReflectionPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0934330Z test_nn_ReflectionPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.0965670Z test_nn_ReflectionPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1001101Z test_nn_ReplicationPad1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1032164Z test_nn_ReplicationPad1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1064014Z test_nn_ReplicationPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1095393Z test_nn_ReplicationPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1130721Z test_nn_ReplicationPad3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1164377Z test_nn_ReplicationPad3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1196287Z test_nn_SELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1227157Z test_nn_SELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1258276Z test_nn_Sequential_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1290417Z test_nn_Sequential_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1325060Z test_nn_SiLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1357334Z test_nn_SiLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1391051Z test_nn_Sigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1425680Z test_nn_Sigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1459936Z test_nn_SmoothL1Loss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1492079Z test_nn_SmoothL1Loss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1526010Z test_nn_SoftMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1559655Z test_nn_SoftMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1599084Z test_nn_Softmax2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:03.1629239Z test_nn_Softmax2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1663913Z test_nn_Softmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1694946Z test_nn_Softmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1727232Z test_nn_Softmin_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1758112Z test_nn_Softmin_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1789919Z test_nn_Softplus_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1821392Z test_nn_Softplus_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1854936Z test_nn_Softshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1890179Z test_nn_Softshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1924025Z test_nn_Softsign_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.1958694Z test_nn_Softsign_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.2008084Z test_nn_SyncBatchNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:03.2059410Z test_nn_SyncBatchNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:03.2090554Z test_nn_Tanh_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.2122433Z test_nn_Tanh_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.2156375Z test_nn_Tanhshrink_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.2187342Z test_nn_Tanhshrink_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.2222558Z test_nn_Threshold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.2256111Z test_nn_Threshold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:03.2346200Z test_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-09-27T16:52:03.2446955Z test_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-09-27T16:52:03.2544435Z test_nn_TransformerDecoder_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.010s) 2022-09-27T16:52:03.2637693Z test_nn_TransformerDecoder_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.009s) 2022-09-27T16:52:03.2708736Z test_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-09-27T16:52:03.2780460Z test_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-09-27T16:52:03.2863587Z test_nn_TransformerEncoder_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-09-27T16:52:03.2945955Z test_nn_TransformerEncoder_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.008s) 2022-09-27T16:52:03.7646815Z test_nn_Transformer_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.470s) 2022-09-27T16:52:04.2303201Z test_nn_Transformer_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.466s) 2022-09-27T16:52:04.2338338Z test_nn_TripletMarginLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.2372684Z test_nn_TripletMarginLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2408272Z test_nn_TripletMarginWithDistanceLoss_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2442989Z test_nn_TripletMarginWithDistanceLoss_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2478434Z test_nn_Unflatten_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2512556Z test_nn_Unflatten_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2547537Z test_nn_Unfold_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2578862Z test_nn_Unfold_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2613865Z test_nn_Upsample_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2645177Z test_nn_Upsample_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2679206Z test_nn_UpsamplingBilinear2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2714460Z test_nn_UpsamplingBilinear2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2748946Z test_nn_UpsamplingNearest2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2781343Z test_nn_UpsamplingNearest2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2815512Z test_nn_ZeroPad2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2851524Z test_nn_ZeroPad2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.2906461Z test_qat_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.2961505Z test_qat_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3017941Z test_qat_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-09-27T16:52:04.3072931Z test_qat_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3127367Z test_qat_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3181903Z test_qat_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3232823Z test_qat_EmbeddingBag_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3283944Z test_qat_EmbeddingBag_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3334342Z test_qat_Embedding_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3385193Z test_qat_Embedding_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3439638Z test_qat_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3509091Z test_qat_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-09-27T16:52:04.3560300Z test_quantizable_LSTMCell_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3608304Z test_quantizable_LSTMCell_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3660959Z test_quantizable_LSTM_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3714365Z test_quantizable_LSTM_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3779904Z test_quantizable_MultiheadAttention_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.006s) 2022-09-27T16:52:04.3848497Z test_quantizable_MultiheadAttention_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.007s) 2022-09-27T16:52:04.3900550Z test_quantized_BatchNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.3952923Z test_quantized_BatchNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.4007571Z test_quantized_BatchNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.4063014Z test_quantized_BatchNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.4097827Z test_quantized_Conv1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4131722Z test_quantized_Conv1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4166573Z test_quantized_Conv2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4214709Z test_quantized_Conv2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.4247910Z test_quantized_Conv3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4280272Z test_quantized_Conv3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4319286Z test_quantized_ConvTranspose1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.4353671Z test_quantized_ConvTranspose1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4389669Z test_quantized_ConvTranspose2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4426651Z test_quantized_ConvTranspose2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.4464163Z test_quantized_ConvTranspose3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.4501010Z test_quantized_ConvTranspose3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.4535731Z test_quantized_DeQuantize_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4567048Z test_quantized_DeQuantize_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4598257Z test_quantized_Dropout_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4633256Z test_quantized_Dropout_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4665167Z test_quantized_ELU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4700224Z test_quantized_ELU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4731174Z test_quantized_FXFloatFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4763282Z test_quantized_FXFloatFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4797635Z test_quantized_FloatFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4830008Z test_quantized_FloatFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4879462Z test_quantized_GroupNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.4928122Z test_quantized_GroupNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.4959437Z test_quantized_Hardswish_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.4991288Z test_quantized_Hardswish_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.5037976Z test_quantized_InstanceNorm1d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.5093213Z test_quantized_InstanceNorm1d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.5141556Z test_quantized_InstanceNorm2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.5185531Z test_quantized_InstanceNorm2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.5233528Z test_quantized_InstanceNorm3d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.5281340Z test_quantized_InstanceNorm3d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.5330652Z test_quantized_LayerNorm_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.5383044Z test_quantized_LayerNorm_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.005s) 2022-09-27T16:52:04.5425935Z test_quantized_LeakyReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.5465585Z test_quantized_LeakyReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.5499715Z test_quantized_Linear_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.5534991Z test_quantized_Linear_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.5570385Z test_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.5601473Z test_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.5640745Z test_quantized_PReLU_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.5676249Z test_quantized_PReLU_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.5708670Z test_quantized_QFunctional_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.5742486Z test_quantized_QFunctional_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.5782683Z test_quantized_Quantize_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.5822476Z test_quantized_Quantize_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.5867882Z test_quantized_ReLU6_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.004s) 2022-09-27T16:52:04.5900360Z test_quantized_ReLU6_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.5936510Z test_quantized_Sigmoid_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.5968944Z test_quantized_Sigmoid_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.6001443Z test_quantized_Softmax_cuda_float32 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.6035524Z test_quantized_Softmax_cuda_float64 (__main__.TestModuleInitCUDA) ... ok (0.003s) 2022-09-27T16:52:04.6036012Z 2022-09-27T16:52:04.6036724Z ---------------------------------------------------------------------- 2022-09-27T16:52:04.6037361Z Ran 376 tests in 3.033s 2022-09-27T16:52:04.6037680Z 2022-09-27T16:52:04.6037818Z OK 2022-09-27T16:52:04.6038065Z 2022-09-27T16:52:04.6038296Z Generating XML reports... 2022-09-27T16:52:04.6421791Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCUDA-20220927165201.xml 2022-09-27T16:52:05.1244538Z Running benchmark_utils/test_benchmark_utils ... [2022-09-27 16:52:05.123809] 2022-09-27T16:52:05.1245391Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:05.123908] 2022-09-27T16:52:07.2759516Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-09-27T16:52:07.2775715Z 2022-09-27T16:52:07.2776208Z Running tests... 2022-09-27T16:52:07.2777108Z ---------------------------------------------------------------------- 2022-09-27T16:52:08.9171644Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (1.639s) 2022-09-27T16:52:08.9191526Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76932 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:52:08.9204209Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:52:09.0606462Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.140s) 2022-09-27T16:52:09.0614695Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:52:09.0643628Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.003s) 2022-09-27T16:52:09.1159835Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.051s) 2022-09-27T16:52:10.1640331Z test_timer (__main__.TestBenchmarkUtils) ... ok (1.048s) 2022-09-27T16:52:10.1647027Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:52:10.1647863Z 2022-09-27T16:52:10.1649042Z ---------------------------------------------------------------------- 2022-09-27T16:52:10.1649697Z Ran 9 tests in 2.887s 2022-09-27T16:52:10.1650007Z 2022-09-27T16:52:10.1650208Z OK (skipped=4) 2022-09-27T16:52:10.1650479Z 2022-09-27T16:52:10.1650705Z Generating XML reports... 2022-09-27T16:52:10.1694896Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220927165207.xml 2022-09-27T16:52:10.5736295Z Running test_package ... [2022-09-27 16:52:10.573025] 2022-09-27T16:52:10.5737549Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:10.573118] 2022-09-27T16:52:12.4791841Z Test results will be stored in test-reports/python-unittest/test_package 2022-09-27T16:52:12.4889541Z 2022-09-27T16:52:12.4889988Z Running tests... 2022-09-27T16:52:12.4890492Z ---------------------------------------------------------------------- 2022-09-27T16:52:14.0136062Z test_trace_dependencies (test_analyze.TestAnalyze) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81213 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. (1.524s) 2022-09-27T16:52:14.0141414Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0151107Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.002s) 2022-09-27T16:52:14.0162535Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0174166Z A unpackageable dependency should raise a PackagingError. ... ok (0.002s) 2022-09-27T16:52:14.0179803Z test_deny (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0193591Z Test marking packages as "deny" during export. ... ok (0.002s) 2022-09-27T16:52:14.0199288Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0213073Z Test marking packages as "deny" using globs instead of package names. ... ok (0.002s) 2022-09-27T16:52:14.0230045Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:52:14.0253192Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:52:14.0259133Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0269875Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.002s) 2022-09-27T16:52:14.0277823Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0364121Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.009s) 2022-09-27T16:52:14.0368429Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0377314Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-09-27T16:52:14.0385573Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0402257Z Failure to handle all dependencies should lead to an error. ... ok (0.002s) 2022-09-27T16:52:14.0408145Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0416521Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-09-27T16:52:14.0442142Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:52:14.0472467Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-09-27T16:52:14.0478367Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0487753Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-09-27T16:52:14.0501904Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-09-27T16:52:14.0520848Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:52:14.0531393Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-09-27T16:52:14.0563621Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.004s) 2022-09-27T16:52:14.0584660Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-09-27T16:52:14.0600175Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:52:14.0616552Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-09-27T16:52:14.0633400Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-09-27T16:52:14.0647624Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:52:14.0663168Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0672304Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0680506Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0693999Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0705148Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0716257Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0727804Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0738636Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0747291Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0759016Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0767445Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0778857Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:52:14.0827484Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.005s) 2022-09-27T16:52:14.0835461Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:52:14.0858452Z Test DirectoryReader's has_record(). ... ok (0.003s) 2022-09-27T16:52:14.0865726Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:52:14.0891901Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.003s) 2022-09-27T16:52:14.0900883Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:52:14.0901921Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: no torchvision (0.001s) 2022-09-27T16:52:14.0910975Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:52:14.0942916Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.004s) 2022-09-27T16:52:14.0952106Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:52:14.0983514Z Tests that packaged code can used importlib.resources.path. ... ok (0.004s) 2022-09-27T16:52:14.1003925Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:52:14.1060632Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.008s) 2022-09-27T16:52:14.1069237Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:52:14.1143838Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.008s) 2022-09-27T16:52:14.1157048Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1168971Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1177235Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1188477Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1198730Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1209534Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1219478Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1229769Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1240308Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1249338Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1258704Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1268829Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1279631Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1290888Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:52:14.1309675Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.002s) 2022-09-27T16:52:14.1320096Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-09-27T16:52:14.1328014Z OrderedImporter's implementation of whichmodule should try each ... ok (0.002s) 2022-09-27T16:52:14.1337091Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-09-27T16:52:14.1350033Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2022-09-27T16:52:14.1368764Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.002s) 2022-09-27T16:52:14.1378363Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:52:14.1388565Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:52:14.1394845Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:52:14.1484594Z Tests for backwards compatible fx module ... ok (0.009s) 2022-09-27T16:52:14.1489436Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:52:14.1540238Z Tests for backwards compatible nn module ... ok (0.005s) 2022-09-27T16:52:14.1545044Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:52:14.2035877Z Tests for backwards compatible torchscript module ... ok (0.049s) 2022-09-27T16:52:14.2042218Z test_demangle_base (test_mangling.TestMangling) 2022-09-27T16:52:14.2048840Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-09-27T16:52:14.2054099Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-09-27T16:52:14.2061138Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-09-27T16:52:14.2071585Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:52:14.2080199Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:52:14.2090020Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:52:14.2094473Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-09-27T16:52:14.2100838Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-09-27T16:52:14.2111764Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:52:14.2121095Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:52:14.2125765Z test_unique_manglers (test_mangling.TestMangling) 2022-09-27T16:52:14.2134291Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-09-27T16:52:14.2168713Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.003s) 2022-09-27T16:52:14.2177020Z test_dunder_package_present (test_misc.TestMisc) 2022-09-27T16:52:14.2189102Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.002s) 2022-09-27T16:52:14.2196390Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-09-27T16:52:14.2211926Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2022-09-27T16:52:14.2222311Z test_exporter_content_lists (test_misc.TestMisc) 2022-09-27T16:52:14.2253275Z Test content list API for PackageExporter's contained modules. ... ok (0.004s) 2022-09-27T16:52:14.2267116Z test_file_structure (test_misc.TestMisc) 2022-09-27T16:52:14.2292134Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.004s) 2022-09-27T16:52:14.2299167Z test_file_structure_has_file (test_misc.TestMisc) 2022-09-27T16:52:14.2309990Z Test Directory's has_file() method. ... ok (0.002s) 2022-09-27T16:52:14.2317723Z test_inspect_class (test_misc.TestMisc) 2022-09-27T16:52:14.2335197Z Should be able to retrieve source for a packaged class. ... ok (0.002s) 2022-09-27T16:52:14.2343344Z test_is_from_package (test_misc.TestMisc) 2022-09-27T16:52:14.2356655Z is_from_package should work for objects and modules ... ok (0.002s) 2022-09-27T16:52:14.2361549Z test_load_python_version_from_package (test_misc.TestMisc) 2022-09-27T16:52:14.2369999Z Tests loading a package with a python version embdded ... ok (0.001s) 2022-09-27T16:52:14.2376469Z test_python_version (test_misc.TestMisc) 2022-09-27T16:52:14.2399815Z Tests that the current python version is stored in the package and is available ... ok (0.003s) 2022-09-27T16:52:14.2406799Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-09-27T16:52:14.2431901Z The standard library performs sys.module assignment hackery which ... ok (0.003s) 2022-09-27T16:52:14.2447364Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-09-27T16:52:14.2460848Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-09-27T16:52:14.2471506Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-09-27T16:52:14.2600789Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.013s) 2022-09-27T16:52:14.2844059Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.024s) 2022-09-27T16:52:14.2919105Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.008s) 2022-09-27T16:52:14.2986728Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-09-27T16:52:14.3046753Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.006s) 2022-09-27T16:52:14.3057324Z test_different_package_interface (test_package_script.TestPackageScript) 2022-09-27T16:52:14.3207970Z Test a case where the interface defined in the package is ... ok (0.016s) 2022-09-27T16:52:14.3215898Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-09-27T16:52:14.3291101Z Test a case where the script class defined in the package is ... ok (0.008s) 2022-09-27T16:52:14.3299751Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:52:14.3398370Z Test loading of single ScriptModule shared by multiple eager ... ok (0.011s) 2022-09-27T16:52:14.3412006Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-09-27T16:52:14.3522350Z Test tensors shared across eager and ScriptModules on load ... ok (0.012s) 2022-09-27T16:52:14.3537244Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-09-27T16:52:14.3692865Z Test tensors shared across eager and ScriptModules on load ... ok (0.017s) 2022-09-27T16:52:14.3705389Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-09-27T16:52:14.3874689Z Test saving inline and imported modules in same package with ... ok (0.018s) 2022-09-27T16:52:14.3887722Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-09-27T16:52:14.3888728Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.001s) 2022-09-27T16:52:14.3897242Z test_package_interface (test_package_script.TestPackageScript) 2022-09-27T16:52:14.4430301Z Packaging an interface class should work correctly. ... ok (0.054s) 2022-09-27T16:52:14.4490892Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.006s) 2022-09-27T16:52:14.4687348Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.020s) 2022-09-27T16:52:14.4695285Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-09-27T16:52:14.4758844Z Test saving of single ScriptModule shared by multiple ... ok (0.007s) 2022-09-27T16:52:14.4767707Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:52:14.4881170Z Test to verify saving multiple ScriptModules with completely ... ok (0.012s) 2022-09-27T16:52:14.4894795Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:52:14.5480300Z Test to verify saving multiple different modules and ... ok (0.060s) 2022-09-27T16:52:14.5488282Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-09-27T16:52:14.5539275Z Test basic saving of ScriptModule. ... ok (0.006s) 2022-09-27T16:52:14.5547076Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-09-27T16:52:14.5600079Z Test basic saving of ScriptModule in file. ... ok (0.006s) 2022-09-27T16:52:14.5612213Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-09-27T16:52:14.5612845Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.001s) 2022-09-27T16:52:14.5620321Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-09-27T16:52:14.5703511Z Test basic saving of ScriptModule with submodule. ... ok (0.009s) 2022-09-27T16:52:14.5713725Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-09-27T16:52:14.6181103Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.048s) 2022-09-27T16:52:14.6197586Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-09-27T16:52:14.6368966Z Test to verify saving multiple ScriptModules with same top module ... ok (0.019s) 2022-09-27T16:52:14.6379461Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-09-27T16:52:14.6461123Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.009s) 2022-09-27T16:52:14.6471692Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-09-27T16:52:14.6582113Z Test scripting a module loaded from a package ... ok (0.012s) 2022-09-27T16:52:14.6595210Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-09-27T16:52:14.6741915Z Test to verify saving and loading same ScriptModule object works ... ok (0.016s) 2022-09-27T16:52:14.6751849Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-09-27T16:52:14.6807007Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.006s) 2022-09-27T16:52:14.6867313Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.006s) 2022-09-27T16:52:14.6892469Z test_importer_access (test_resources.TestResources) ... ok (0.002s) 2022-09-27T16:52:14.6898361Z test_package_resource_access (test_resources.TestResources) 2022-09-27T16:52:14.6912803Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-09-27T16:52:14.6918859Z test_resource_access_by_path (test_resources.TestResources) 2022-09-27T16:52:14.6935719Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-09-27T16:52:14.6951749Z test_resource_reader (test_resources.TestResources) 2022-09-27T16:52:14.6976673Z Test compliance with the get_resource_reader importlib API. ... ok (0.004s) 2022-09-27T16:52:14.6981934Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-09-27T16:52:14.6988803Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-09-27T16:52:14.7033346Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.004s) 2022-09-27T16:52:14.7044572Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-09-27T16:52:14.7099084Z If an object with the same qualified name is loaded from different ... ok (0.006s) 2022-09-27T16:52:14.7126073Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-09-27T16:52:14.7133654Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-09-27T16:52:14.7154120Z Saving a module that came from another PackageImporter should work. ... ok (0.003s) 2022-09-27T16:52:14.7160197Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-09-27T16:52:14.7179549Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.002s) 2022-09-27T16:52:14.7204212Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:52:14.7224599Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:52:14.7291884Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.007s) 2022-09-27T16:52:14.7308956Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:52:14.7310285Z 2022-09-27T16:52:14.7310802Z ---------------------------------------------------------------------- 2022-09-27T16:52:14.7311155Z Ran 132 tests in 2.242s 2022-09-27T16:52:14.7311452Z 2022-09-27T16:52:14.7311589Z OK (skipped=7) 2022-09-27T16:52:14.7311760Z 2022-09-27T16:52:14.7311897Z Generating XML reports... 2022-09-27T16:52:14.7363970Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220927165212.xml 2022-09-27T16:52:14.7371018Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220927165212.xml 2022-09-27T16:52:14.7385326Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220927165212.xml 2022-09-27T16:52:14.7397443Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220927165212.xml 2022-09-27T16:52:14.7413772Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220927165212.xml 2022-09-27T16:52:14.7422543Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220927165212.xml 2022-09-27T16:52:14.7428474Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220927165212.xml 2022-09-27T16:52:14.7441788Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220927165212.xml 2022-09-27T16:52:14.7455144Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220927165212.xml 2022-09-27T16:52:14.7462998Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220927165212.xml 2022-09-27T16:52:14.7492266Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220927165212.xml 2022-09-27T16:52:14.7495608Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220927165212.xml 2022-09-27T16:52:14.7502365Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220927165212.xml 2022-09-27T16:52:14.7515216Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220927165212.xml 2022-09-27T16:52:14.7518937Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220927165212.xml 2022-09-27T16:52:14.7536032Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220927165212.xml 2022-09-27T16:52:15.1554441Z Running test_futures ... [2022-09-27 16:52:15.154682] 2022-09-27T16:52:15.1555177Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:15.154777] 2022-09-27T16:52:17.0288006Z Test results will be stored in test-reports/python-unittest/test_futures 2022-09-27T16:52:17.0306039Z 2022-09-27T16:52:17.0306498Z Running tests... 2022-09-27T16:52:17.0307033Z ---------------------------------------------------------------------- 2022-09-27T16:52:18.5426873Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-09-27T16:52:18.5427620Z 2022-09-27T16:52:18.5427804Z At: 2022-09-27T16:52:18.5428425Z /var/lib/jenkins/workspace/test/test_futures.py(236): raise_value_error 2022-09-27T16:52:18.5430065Z /opt/conda/lib/python3.10/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:52:18.5431037Z /var/lib/jenkins/workspace/test/test_futures.py(229): _test_add_done_callback_error_ignored 2022-09-27T16:52:18.5431992Z /var/lib/jenkins/workspace/test/test_futures.py(238): test_add_done_callback_error_is_ignored 2022-09-27T16:52:18.5432896Z /opt/conda/lib/python3.10/unittest/case.py(549): _callTestMethod 2022-09-27T16:52:18.5433636Z /opt/conda/lib/python3.10/unittest/case.py(591): run 2022-09-27T16:52:18.5434755Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py(2005): _run_with_retry 2022-09-27T16:52:18.5436308Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py(2063): run 2022-09-27T16:52:18.5437210Z /opt/conda/lib/python3.10/unittest/case.py(650): __call__ 2022-09-27T16:52:18.5437910Z /opt/conda/lib/python3.10/unittest/suite.py(122): run 2022-09-27T16:52:18.5438646Z /opt/conda/lib/python3.10/unittest/suite.py(84): __call__ 2022-09-27T16:52:18.5439403Z /opt/conda/lib/python3.10/unittest/suite.py(122): run 2022-09-27T16:52:18.5440120Z /opt/conda/lib/python3.10/unittest/suite.py(84): __call__ 2022-09-27T16:52:18.5441082Z /opt/conda/lib/python3.10/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:52:18.5441840Z /opt/conda/lib/python3.10/unittest/main.py(271): runTests 2022-09-27T16:52:18.5442529Z /opt/conda/lib/python3.10/unittest/main.py(101): __init__ 2022-09-27T16:52:18.5443518Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py(783): run_tests 2022-09-27T16:52:18.5444382Z /var/lib/jenkins/workspace/test/test_futures.py(340): 2022-09-27T16:52:18.5444777Z 2022-09-27T16:52:18.5444937Z ok (1.512s) 2022-09-27T16:52:18.5463753Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:52:18.5472654Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: TypeError: TestFuture.test_add_done_callback_no_arg_error_is_ignored..no_arg() takes 0 positional arguments but 1 was given 2022-09-27T16:52:18.5473950Z ok (0.001s) 2022-09-27T16:52:18.5488410Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:52:18.5547949Z test_chained_then (__main__.TestFuture) ... ok (0.006s) 2022-09-27T16:52:18.6570630Z test_collect_all (__main__.TestFuture) ... ok (0.102s) 2022-09-27T16:52:18.6579978Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:52:18.6595199Z test_done_exception (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:52:18.6615351Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:52:18.6627728Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-09-27T16:52:18.6628568Z 2022-09-27T16:52:18.6628763Z At: 2022-09-27T16:52:18.6629747Z /var/lib/jenkins/workspace/test/test_futures.py(280): raise_value_error 2022-09-27T16:52:18.6630840Z /opt/conda/lib/python3.10/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:52:18.6631859Z /var/lib/jenkins/workspace/test/test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-09-27T16:52:18.6633201Z /opt/conda/lib/python3.10/unittest/case.py(549): _callTestMethod 2022-09-27T16:52:18.6633994Z /opt/conda/lib/python3.10/unittest/case.py(591): run 2022-09-27T16:52:18.6635168Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py(2005): _run_with_retry 2022-09-27T16:52:18.6636424Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py(2063): run 2022-09-27T16:52:18.6637321Z /opt/conda/lib/python3.10/unittest/case.py(650): __call__ 2022-09-27T16:52:18.6638009Z /opt/conda/lib/python3.10/unittest/suite.py(122): run 2022-09-27T16:52:18.6638754Z /opt/conda/lib/python3.10/unittest/suite.py(84): __call__ 2022-09-27T16:52:18.6639529Z /opt/conda/lib/python3.10/unittest/suite.py(122): run 2022-09-27T16:52:18.6640378Z /opt/conda/lib/python3.10/unittest/suite.py(84): __call__ 2022-09-27T16:52:18.6641288Z /opt/conda/lib/python3.10/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:52:18.6642053Z /opt/conda/lib/python3.10/unittest/main.py(271): runTests 2022-09-27T16:52:18.6642751Z /opt/conda/lib/python3.10/unittest/main.py(101): __init__ 2022-09-27T16:52:18.6643789Z /opt/conda/lib/python3.10/site-packages/torch/testing/_internal/common_utils.py(783): run_tests 2022-09-27T16:52:18.6644855Z /var/lib/jenkins/workspace/test/test_futures.py(340): 2022-09-27T16:52:18.6645313Z 2022-09-27T16:52:18.6645517Z ok (0.002s) 2022-09-27T16:52:18.6664389Z test_mark_future_twice (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:52:18.6696275Z test_pickle_future (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:52:18.6713467Z test_set_exception (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:52:18.6735464Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:52:18.6751347Z test_then (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:52:18.6763350Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:52:18.6773993Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:52:18.6785692Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:52:18.6797699Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:52:18.6810033Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-09-27T16:52:18.6814946Z ok (0.002s) 2022-09-27T16:52:19.1843743Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.502s) 2022-09-27T16:52:19.1895436Z test_wait_none (__main__.TestFuture) ... ok (0.005s) 2022-09-27T16:52:19.1895849Z 2022-09-27T16:52:19.1896561Z ---------------------------------------------------------------------- 2022-09-27T16:52:19.1897182Z Ran 22 tests in 2.159s 2022-09-27T16:52:19.1897482Z 2022-09-27T16:52:19.1897658Z OK 2022-09-27T16:52:19.1897890Z 2022-09-27T16:52:19.1898131Z Generating XML reports... 2022-09-27T16:52:19.2472002Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20220927165217.xml 2022-09-27T16:52:19.6176556Z Running test_shape_ops ... [2022-09-27 16:52:19.617058] 2022-09-27T16:52:19.6177354Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:19.617151] 2022-09-27T16:52:23.0166045Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-09-27T16:52:23.0193830Z 2022-09-27T16:52:23.0194298Z Running tests... 2022-09-27T16:52:23.0194814Z ---------------------------------------------------------------------- 2022-09-27T16:52:23.0273486Z test_clamp_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.008s) 2022-09-27T16:52:23.0309793Z test_clamp_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-09-27T16:52:23.0352191Z test_clamp_propagates_nans_cuda (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-09-27T16:52:23.0497774Z test_clamp_raises_arg_errors_cuda (__main__.TestShapeOpsCUDA) ... ok (0.014s) 2022-09-27T16:52:23.0540342Z test_complex_rot90_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-09-27T16:52:23.0575530Z test_complex_rot90_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-09-27T16:52:23.0594306Z test_diag_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-09-27T16:52:23.0612338Z test_diag_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-09-27T16:52:23.0634609Z test_diagonal_cuda (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-09-27T16:52:23.0649545Z test_diagonal_multidim_cuda_float32 (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:52:23.1043907Z test_flip_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.039s) 2022-09-27T16:52:23.1284275Z test_flip_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.024s) 2022-09-27T16:52:23.1750252Z test_flip_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.046s) 2022-09-27T16:52:23.2180328Z test_flip_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.043s) 2022-09-27T16:52:23.2569568Z test_flip_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.039s) 2022-09-27T16:52:23.4003962Z test_flip_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.143s) 2022-09-27T16:52:23.4377170Z test_flip_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.037s) 2022-09-27T16:52:23.4618320Z test_flip_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.024s) 2022-09-27T16:52:23.4860728Z test_flip_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.024s) 2022-09-27T16:52:23.5083533Z test_flip_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.022s) 2022-09-27T16:52:23.5325254Z test_flip_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.024s) 2022-09-27T16:52:23.5571672Z test_flip_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.025s) 2022-09-27T16:52:23.5727149Z test_flip_errors_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-09-27T16:52:23.5881203Z test_flip_errors_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-09-27T16:52:23.6040979Z test_flip_errors_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-09-27T16:52:23.6200554Z test_flip_errors_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-09-27T16:52:23.6359542Z test_flip_errors_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-09-27T16:52:23.6518251Z test_flip_errors_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-09-27T16:52:23.6677452Z test_flip_errors_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-09-27T16:52:23.6835407Z test_flip_errors_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-09-27T16:52:23.6993161Z test_flip_errors_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.016s) 2022-09-27T16:52:23.7144518Z test_flip_errors_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-09-27T16:52:23.7299056Z test_flip_errors_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-09-27T16:52:23.7448427Z test_flip_errors_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.015s) 2022-09-27T16:52:23.8088648Z test_flip_large_tensor_cuda (__main__.TestShapeOpsCUDA) ... skip: Insufficient cuda:0 memory (0.064s) 2022-09-27T16:52:23.8211889Z test_flip_numpy_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.012s) 2022-09-27T16:52:23.8297952Z test_flip_numpy_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.009s) 2022-09-27T16:52:23.8430487Z test_flip_numpy_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-09-27T16:52:23.8563616Z test_flip_numpy_cuda_complex64 (__main__.TestShapeOpsCUDA) ... ok (0.013s) 2022-09-27T16:52:23.8678593Z test_flip_numpy_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.011s) 2022-09-27T16:52:23.8793387Z test_flip_numpy_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.011s) 2022-09-27T16:52:23.8906060Z test_flip_numpy_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.011s) 2022-09-27T16:52:23.8992730Z test_flip_numpy_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.009s) 2022-09-27T16:52:23.9079620Z test_flip_numpy_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.009s) 2022-09-27T16:52:23.9168219Z test_flip_numpy_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.009s) 2022-09-27T16:52:23.9256672Z test_flip_numpy_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.009s) 2022-09-27T16:52:23.9345575Z test_flip_numpy_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.009s) 2022-09-27T16:52:23.9372270Z test_fliplr_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-09-27T16:52:23.9397628Z test_fliplr_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-09-27T16:52:23.9419771Z test_fliplr_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-09-27T16:52:23.9488233Z test_fliplr_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.007s) 2022-09-27T16:52:23.9553486Z test_fliplr_invalid_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-09-27T16:52:23.9618925Z test_fliplr_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.006s) 2022-09-27T16:52:23.9649738Z test_flipud_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-09-27T16:52:23.9679225Z test_flipud_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-09-27T16:52:23.9704965Z test_flipud_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.002s) 2022-09-27T16:52:23.9745727Z test_flipud_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-09-27T16:52:23.9783125Z test_flipud_invalid_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-09-27T16:52:23.9820413Z test_flipud_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-09-27T16:52:24.0781489Z test_movedim_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.096s) 2022-09-27T16:52:24.1614133Z test_movedim_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.083s) 2022-09-27T16:52:24.2156516Z test_movedim_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.054s) 2022-09-27T16:52:24.2676558Z test_movedim_invalid_cuda_complex128 (__main__.TestShapeOpsCUDA) ... ok (0.052s) 2022-09-27T16:52:24.3188254Z test_movedim_invalid_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.051s) 2022-09-27T16:52:24.3707798Z test_movedim_invalid_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.052s) 2022-09-27T16:52:24.4493988Z test_nonzero_astuple_out_cuda (__main__.TestShapeOpsCUDA) ... ok (0.079s) 2022-09-27T16:52:24.5054419Z test_nonzero_cuda_bfloat16 (__main__.TestShapeOpsCUDA) ... ok (0.056s) 2022-09-27T16:52:24.5601466Z test_nonzero_cuda_bool (__main__.TestShapeOpsCUDA) ... ok (0.055s) 2022-09-27T16:52:24.6148072Z test_nonzero_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.055s) 2022-09-27T16:52:24.6719755Z test_nonzero_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.057s) 2022-09-27T16:52:24.7266054Z test_nonzero_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.055s) 2022-09-27T16:52:24.7812934Z test_nonzero_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.055s) 2022-09-27T16:52:24.8359633Z test_nonzero_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.055s) 2022-09-27T16:52:24.8905208Z test_nonzero_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.054s) 2022-09-27T16:52:24.9456676Z test_nonzero_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.055s) 2022-09-27T16:52:25.0027599Z test_nonzero_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.057s) 2022-09-27T16:52:25.0056403Z test_nonzero_discontiguous_cuda (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-09-27T16:52:25.0068563Z test_nonzero_no_warning_cuda (__main__.TestShapeOpsCUDA) ... ok (0.001s) 2022-09-27T16:52:25.0077868Z test_nonzero_non_diff_cuda (__main__.TestShapeOpsCUDA) ... ok (0.001s) 2022-09-27T16:52:25.0381153Z test_rot90_cuda (__main__.TestShapeOpsCUDA) ... ok (0.030s) 2022-09-27T16:52:25.0397525Z test_tolist_cuda (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:52:25.0448873Z test_trace_cuda_float16 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-09-27T16:52:25.0499368Z test_trace_cuda_float32 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-09-27T16:52:25.0549051Z test_trace_cuda_float64 (__main__.TestShapeOpsCUDA) ... ok (0.005s) 2022-09-27T16:52:25.0586421Z test_trace_cuda_int16 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-09-27T16:52:25.0623321Z test_trace_cuda_int32 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-09-27T16:52:25.0658509Z test_trace_cuda_int64 (__main__.TestShapeOpsCUDA) ... ok (0.003s) 2022-09-27T16:52:25.0695746Z test_trace_cuda_int8 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-09-27T16:52:25.0732105Z test_trace_cuda_uint8 (__main__.TestShapeOpsCUDA) ... ok (0.004s) 2022-09-27T16:52:25.0744506Z test_unbind_cuda (__main__.TestShapeOpsCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:52:25.0745096Z 2022-09-27T16:52:25.0745756Z ---------------------------------------------------------------------- 2022-09-27T16:52:25.0746175Z Ran 90 tests in 2.055s 2022-09-27T16:52:25.0746357Z 2022-09-27T16:52:25.0746480Z OK (skipped=4) 2022-09-27T16:52:25.0746643Z 2022-09-27T16:52:25.0746775Z Generating XML reports... 2022-09-27T16:52:25.0865338Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCUDA-20220927165223.xml 2022-09-27T16:52:25.4688521Z Running test_functional_optim ... [2022-09-27 16:52:25.468206] 2022-09-27T16:52:25.4689343Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:25.468299] 2022-09-27T16:52:27.5504032Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-09-27T16:52:27.5519748Z 2022-09-27T16:52:27.5520054Z Running tests... 2022-09-27T16:52:27.5520988Z ---------------------------------------------------------------------- 2022-09-27T16:52:29.1226541Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (1.570s) 2022-09-27T16:52:29.1572587Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.035s) 2022-09-27T16:52:29.1891888Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.032s) 2022-09-27T16:52:29.1899150Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-09-27T16:52:29.1899779Z 2022-09-27T16:52:29.1900539Z ---------------------------------------------------------------------- 2022-09-27T16:52:29.1901221Z Ran 4 tests in 1.638s 2022-09-27T16:52:29.1901449Z 2022-09-27T16:52:29.1901558Z OK 2022-09-27T16:52:29.1901701Z 2022-09-27T16:52:29.1901849Z Generating XML reports... 2022-09-27T16:52:29.1937937Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220927165227.xml 2022-09-27T16:52:29.5570950Z Running test_monitor ... [2022-09-27 16:52:29.556466] 2022-09-27T16:52:29.5571691Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:29.556568] 2022-09-27T16:52:31.4111832Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-09-27T16:52:31.4128380Z 2022-09-27T16:52:31.4128904Z Running tests... 2022-09-27T16:52:31.4129430Z ---------------------------------------------------------------------- 2022-09-27T16:52:32.9349033Z test_event_handler (__main__.TestMonitor) ... ok (1.522s) 2022-09-27T16:52:32.9363870Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.002s) 2022-09-27T16:52:32.9387452Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-09-27T16:52:32.9397962Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-09-27T16:52:33.1914830Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.251s) 2022-09-27T16:52:33.1915143Z 2022-09-27T16:52:33.1915833Z ---------------------------------------------------------------------- 2022-09-27T16:52:33.1916265Z Ran 5 tests in 1.779s 2022-09-27T16:52:33.1916442Z 2022-09-27T16:52:33.1916547Z OK 2022-09-27T16:52:33.1916693Z 2022-09-27T16:52:33.1916846Z Generating XML reports... 2022-09-27T16:52:33.1924010Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927165231.xml 2022-09-27T16:52:33.1927193Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927165231.xml 2022-09-27T16:52:33.6129837Z Running test_indexing ... [2022-09-27 16:52:33.612387] 2022-09-27T16:52:33.6130634Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:33.612485] 2022-09-27T16:52:37.0762056Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-09-27T16:52:37.0789522Z 2022-09-27T16:52:37.0789951Z Running tests... 2022-09-27T16:52:37.0983970Z ---------------------------------------------------------------------- 2022-09-27T16:52:37.0984451Z test_boolean_assignment_value_mismatch_cuda (__main__.NumpyTestsCUDA) ... ok (0.019s) 2022-09-27T16:52:37.1010782Z test_boolean_indexing_alldims_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-09-27T16:52:37.1038776Z test_boolean_indexing_onedim_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-09-27T16:52:37.1068823Z test_boolean_indexing_twodim_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-09-27T16:52:37.1193991Z test_boolean_indexing_weirdness_cuda (__main__.NumpyTestsCUDA) ... ok (0.012s) 2022-09-27T16:52:37.1320708Z test_boolean_indexing_weirdness_tensors_cuda (__main__.NumpyTestsCUDA) ... ok (0.013s) 2022-09-27T16:52:37.1354015Z test_boolean_list_indexing_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-09-27T16:52:37.1517569Z test_boolean_shape_mismatch_cuda (__main__.NumpyTestsCUDA) ... /var/lib/jenkins/workspace/test/test_indexing.py:1435: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-09-27T16:52:37.1518434Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-09-27T16:52:37.1567403Z /var/lib/jenkins/workspace/test/test_indexing.py:1436: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-09-27T16:52:37.1568247Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-09-27T16:52:37.1568611Z ok (0.021s) 2022-09-27T16:52:37.1587069Z test_broadcast_subspace_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-09-27T16:52:37.1815304Z test_broaderrors_indexing_cuda (__main__.NumpyTestsCUDA) ... ok (0.023s) 2022-09-27T16:52:37.1848140Z test_ellipsis_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-09-27T16:52:37.1916013Z test_empty_fancy_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.007s) 2022-09-27T16:52:37.1929864Z test_empty_tuple_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.001s) 2022-09-27T16:52:37.1941576Z test_everything_returns_views_cuda (__main__.NumpyTestsCUDA) ... ok (0.001s) 2022-09-27T16:52:37.1958801Z test_index_is_larger_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-09-27T16:52:37.1989922Z test_index_no_floats_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-09-27T16:52:37.2001609Z test_none_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.001s) 2022-09-27T16:52:37.2018296Z test_single_bool_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-09-27T16:52:37.2050584Z test_single_int_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-09-27T16:52:37.2066571Z test_trivial_fancy_out_of_bounds_cuda (__main__.NumpyTestsCUDA) ... skip: CUDA asserts instead of raising an exception (0.001s) 2022-09-27T16:52:37.2083259Z test_advancedindex_big_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-09-27T16:52:37.2464836Z test_advancedindex_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.038s) 2022-09-27T16:52:37.7558435Z test_advancedindex_cuda_float64 (__main__.TestIndexingCUDA) ... ok (0.509s) 2022-09-27T16:52:37.7592678Z test_basic_advanced_combined_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-09-27T16:52:37.7611058Z test_bool_indices_accumulate_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:37.7651431Z test_bool_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-09-27T16:52:37.7667375Z test_byte_mask2d_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-09-27T16:52:37.7688518Z test_byte_mask_accumulate_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:37.7717721Z test_byte_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-09-27T16:52:37.7752266Z test_byte_tensor_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-09-27T16:52:37.7773522Z test_cpu_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:37.7793532Z test_ellipsis_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:37.7812173Z test_empty_index_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:37.7834711Z test_empty_ndim_index_bool_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:37.7914574Z test_empty_ndim_index_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-09-27T16:52:37.7928182Z test_empty_slice_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-09-27T16:52:37.8096519Z test_gather_take_along_dim_cross_device_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.017s) 2022-09-27T16:52:37.8166169Z test_getitem_scalars_cuda (__main__.TestIndexingCUDA) ... ok (0.007s) 2022-09-27T16:52:37.8751509Z test_index_cuda (__main__.TestIndexingCUDA) ... ok (0.058s) 2022-09-27T16:52:37.8787792Z test_index_getitem_copy_bools_slices_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-09-27T16:52:38.4359436Z test_index_put_accumulate_duplicate_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.557s) 2022-09-27T16:52:38.4414073Z test_index_put_accumulate_expanded_values_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-09-27T16:52:38.5306704Z test_index_put_accumulate_large_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.089s) 2022-09-27T16:52:38.5328171Z test_index_put_accumulate_non_contiguous_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6023573Z test_index_put_accumulate_with_optional_tensors_cuda (__main__.TestIndexingCUDA) ... ok (0.069s) 2022-09-27T16:52:38.6041320Z test_index_put_src_datatype_cuda_bfloat16 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6057971Z test_index_put_src_datatype_cuda_bool (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6075257Z test_index_put_src_datatype_cuda_complex128 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6091929Z test_index_put_src_datatype_cuda_complex64 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6110000Z test_index_put_src_datatype_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6128322Z test_index_put_src_datatype_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6156573Z test_index_scalar_with_bool_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-09-27T16:52:38.6234919Z test_index_setitem_bools_slices_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-09-27T16:52:38.6253449Z test_index_src_datatype_cuda_bfloat16 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6272283Z test_index_src_datatype_cuda_bool (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6290778Z test_index_src_datatype_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6309443Z test_index_src_datatype_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6327667Z test_int_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6343270Z test_int_indices2d_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-09-27T16:52:38.6359601Z test_int_indices_broadcast_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6378903Z test_int_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6504292Z test_invalid_device_cuda (__main__.TestIndexingCUDA) ... ok (0.012s) 2022-09-27T16:52:38.6515353Z test_invalid_index_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-09-27T16:52:38.6569147Z test_jit_indexing_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-09-27T16:52:38.6584190Z test_multiple_bool_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-09-27T16:52:38.6601134Z test_multiple_byte_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6613167Z test_multiple_int_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-09-27T16:52:38.6633210Z test_none_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6718377Z test_out_of_bound_index_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-09-27T16:52:38.6736465Z test_set_item_to_scalar_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.6861144Z test_setitem_expansion_error_cuda (__main__.TestIndexingCUDA) ... ok (0.012s) 2022-09-27T16:52:38.6911913Z test_setitem_scalars_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-09-27T16:52:38.6922118Z test_single_int_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-09-27T16:52:38.6937662Z test_step_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-09-27T16:52:38.6961184Z test_step_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-09-27T16:52:38.7052129Z test_take_along_dim_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.009s) 2022-09-27T16:52:38.7130959Z test_take_along_dim_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-09-27T16:52:38.7332243Z test_take_along_dim_invalid_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.020s) 2022-09-27T16:52:38.7528584Z test_take_along_dim_invalid_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.020s) 2022-09-27T16:52:38.7542092Z test_variable_slicing_cuda (__main__.TestIndexingCUDA) ... ok (0.001s) 2022-09-27T16:52:38.7571405Z test_zero_dim_index_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-09-27T16:52:38.7571845Z 2022-09-27T16:52:38.7572365Z ---------------------------------------------------------------------- 2022-09-27T16:52:38.7572740Z Ran 81 tests in 1.678s 2022-09-27T16:52:38.7572923Z 2022-09-27T16:52:38.7573030Z OK (skipped=1) 2022-09-27T16:52:38.7573189Z 2022-09-27T16:52:38.7573320Z Generating XML reports... 2022-09-27T16:52:38.7629278Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCUDA-20220927165237.xml 2022-09-27T16:52:38.7687786Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCUDA-20220927165237.xml 2022-09-27T16:52:39.6952491Z Running test_per_overload_api ... [2022-09-27 16:52:39.694662] 2022-09-27T16:52:39.6953444Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:39.694755] 2022-09-27T16:52:41.5414843Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-09-27T16:52:41.5437203Z 2022-09-27T16:52:41.5437523Z Running tests... 2022-09-27T16:52:41.5437989Z ---------------------------------------------------------------------- 2022-09-27T16:52:43.0520902Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (1.508s) 2022-09-27T16:52:43.0538368Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-09-27T16:52:43.0556293Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-09-27T16:52:43.0556671Z 2022-09-27T16:52:43.0557402Z ---------------------------------------------------------------------- 2022-09-27T16:52:43.0557917Z Ran 3 tests in 1.512s 2022-09-27T16:52:43.0558099Z 2022-09-27T16:52:43.0558198Z OK 2022-09-27T16:52:43.0558348Z 2022-09-27T16:52:43.0558488Z Generating XML reports... 2022-09-27T16:52:43.1140803Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927165241.xml 2022-09-27T16:52:43.4896024Z Running test_fx_backends ... [2022-09-27 16:52:43.488981] 2022-09-27T16:52:43.4896789Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_backends.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:43.489072] 2022-09-27T16:52:46.9117237Z Test results will be stored in test-reports/python-unittest/test_fx_backends 2022-09-27T16:52:46.9134091Z 2022-09-27T16:52:46.9134272Z Running tests... 2022-09-27T16:52:46.9134750Z ---------------------------------------------------------------------- 2022-09-27T16:52:46.9288371Z test_aten_leakyrelu_cuda_float32 (__main__.TestFxNvFuserBackendCUDA) ... /opt/conda/lib/python3.10/site-packages/torch/_prims/nvfuser_executor.py:275: RuntimeWarning: No partition found for the graph. This is likely because the graph is not supported by nvFuser. Please use the eager ATen mode to execute the graph. 2022-09-27T16:52:46.9289050Z warn( 2022-09-27T16:52:46.9322486Z ok (0.018s) 2022-09-27T16:52:46.9448192Z test_aten_square_cuda_float32 (__main__.TestFxNvFuserBackendCUDA) ... ok (0.012s) 2022-09-27T16:52:46.9603155Z test_aten_where_cuda_float32 (__main__.TestFxNvFuserBackendCUDA) ... ok (0.015s) 2022-09-27T16:52:47.8779100Z test_nvfuser_backend_cuda_float32 (__main__.TestFxNvFuserBackendCUDA) ... ok (0.917s) 2022-09-27T16:52:48.1295161Z test_nvfuser_call_module_backend_cuda_float32 (__main__.TestFxNvFuserBackendCUDA) ... ok (0.251s) 2022-09-27T16:52:48.1295527Z 2022-09-27T16:52:48.1295979Z ---------------------------------------------------------------------- 2022-09-27T16:52:48.1296331Z Ran 5 tests in 1.216s 2022-09-27T16:52:48.1296505Z 2022-09-27T16:52:48.1296942Z OK 2022-09-27T16:52:48.1297084Z 2022-09-27T16:52:48.1297237Z Generating XML reports... 2022-09-27T16:52:48.1338927Z Generated XML report: test-reports/python-unittest/test_fx_backends/TEST-TestFxNvFuserBackendCUDA-20220927165246.xml 2022-09-27T16:52:48.6220840Z Running nn/test_dropout ... [2022-09-27 16:52:48.621484] 2022-09-27T16:52:48.6221576Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:48.621578] 2022-09-27T16:52:52.0070346Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-09-27T16:52:52.0086856Z 2022-09-27T16:52:52.0087012Z Running tests... 2022-09-27T16:52:52.0088189Z ---------------------------------------------------------------------- 2022-09-27T16:52:52.0125921Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.004s) 2022-09-27T16:52:52.0715649Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.059s) 2022-09-27T16:52:52.0731214Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.002s) 2022-09-27T16:52:52.0782635Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... ok (0.005s) 2022-09-27T16:52:52.0971482Z test_Dropout1d_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.019s) 2022-09-27T16:52:52.1209517Z test_Dropout2d_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.024s) 2022-09-27T16:52:52.1411600Z test_Dropout3d_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.020s) 2022-09-27T16:52:52.6182328Z test_Dropout_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.477s) 2022-09-27T16:52:52.6195542Z test_empty_dropout_cuda (__main__.TestDropoutNNDeviceTypeCUDA) ... ok (0.001s) 2022-09-27T16:52:52.6196043Z 2022-09-27T16:52:52.6196570Z ---------------------------------------------------------------------- 2022-09-27T16:52:52.6196932Z Ran 9 tests in 0.611s 2022-09-27T16:52:52.6197118Z 2022-09-27T16:52:52.6197222Z OK 2022-09-27T16:52:52.6197363Z 2022-09-27T16:52:52.6197500Z Generating XML reports... 2022-09-27T16:52:52.6236669Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927165252.xml 2022-09-27T16:52:52.6244153Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCUDA-20220927165252.xml 2022-09-27T16:52:52.9958848Z Running test_numpy_interop ... [2022-09-27 16:52:52.995296] 2022-09-27T16:52:52.9959599Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:52.995390] 2022-09-27T16:52:56.2819410Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-09-27T16:52:56.3321232Z 2022-09-27T16:52:56.3322152Z Running tests... 2022-09-27T16:52:56.3322810Z ---------------------------------------------------------------------- 2022-09-27T16:52:56.3352779Z test_ctor_with_invalid_numpy_array_sequence_cuda (__main__.TestNumPyInteropCUDA) ... /var/lib/jenkins/workspace/test/test_numpy_interop.py:265: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-09-27T16:52:56.3353698Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-09-27T16:52:56.3358256Z ok (0.003s) 2022-09-27T16:52:56.3368638Z test_ctor_with_numpy_scalar_ctor_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:52:56.3382454Z test_from_list_of_ndarray_warning_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.001s) 2022-09-27T16:52:56.3491989Z test_from_numpy_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.011s) 2022-09-27T16:52:56.3522406Z test_has_storage_numpy_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.003s) 2022-09-27T16:52:56.3535759Z test_multiplication_numpy_scalar_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:52:56.3569055Z test_numpy_array_interface_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.003s) 2022-09-27T16:52:56.3578912Z test_numpy_index_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:52:56.3587561Z test_numpy_non_writeable_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:52:56.3612856Z test_numpy_scalar_cmp_cuda_bfloat16 (__main__.TestNumPyInteropCUDA) ... ok (0.002s) 2022-09-27T16:52:56.3656858Z test_numpy_scalar_cmp_cuda_bool (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-09-27T16:52:56.3694825Z test_numpy_scalar_cmp_cuda_complex128 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-09-27T16:52:56.3719128Z test_numpy_scalar_cmp_cuda_complex64 (__main__.TestNumPyInteropCUDA) ... /var/lib/jenkins/workspace/test/test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:52:56.3719667Z self.assertFalse(t == a) 2022-09-27T16:52:56.3733188Z ok (0.004s) 2022-09-27T16:52:56.3771351Z test_numpy_scalar_cmp_cuda_float16 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-09-27T16:52:56.3808781Z test_numpy_scalar_cmp_cuda_float32 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-09-27T16:52:56.3845209Z test_numpy_scalar_cmp_cuda_float64 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-09-27T16:52:56.3882163Z test_numpy_scalar_cmp_cuda_int16 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-09-27T16:52:56.3919063Z test_numpy_scalar_cmp_cuda_int32 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-09-27T16:52:56.3955635Z test_numpy_scalar_cmp_cuda_int64 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-09-27T16:52:56.3992671Z test_numpy_scalar_cmp_cuda_int8 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-09-27T16:52:56.4029309Z test_numpy_scalar_cmp_cuda_uint8 (__main__.TestNumPyInteropCUDA) ... ok (0.004s) 2022-09-27T16:52:56.4040828Z test_numpy_unresizable_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.001s) 2022-09-27T16:52:56.4057807Z test_parse_numpy_int_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.002s) 2022-09-27T16:52:56.4077377Z test_to_numpy_bool_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.002s) 2022-09-27T16:52:56.4114622Z test_to_numpy_cuda (__main__.TestNumPyInteropCUDA) ... skip: Only runs on cpu (0.004s) 2022-09-27T16:52:56.4356504Z test_to_numpy_force_argument_cuda (__main__.TestNumPyInteropCUDA) ... ok (0.024s) 2022-09-27T16:52:56.4356960Z 2022-09-27T16:52:56.4357542Z ---------------------------------------------------------------------- 2022-09-27T16:52:56.4358029Z Ran 26 tests in 0.104s 2022-09-27T16:52:56.4358470Z 2022-09-27T16:52:56.4358604Z OK (skipped=8) 2022-09-27T16:52:56.4358769Z 2022-09-27T16:52:56.4358880Z Generating XML reports... 2022-09-27T16:52:56.4419817Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCUDA-20220927165256.xml 2022-09-27T16:52:56.8054755Z Running test_complex ... [2022-09-27 16:52:56.804902] 2022-09-27T16:52:56.8055489Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:52:56.804998] 2022-09-27T16:53:00.1280989Z Test results will be stored in test-reports/python-unittest/test_complex 2022-09-27T16:53:00.1299606Z 2022-09-27T16:53:00.1300034Z Running tests... 2022-09-27T16:53:00.1300589Z ---------------------------------------------------------------------- 2022-09-27T16:53:00.1334081Z test_dtype_inference_cuda_float32 (__main__.TestComplexTensorCUDA) ... ok (0.003s) 2022-09-27T16:53:00.1347125Z test_dtype_inference_cuda_float64 (__main__.TestComplexTensorCUDA) ... ok (0.001s) 2022-09-27T16:53:00.1362341Z test_to_list_cuda_complex128 (__main__.TestComplexTensorCUDA) ... ok (0.001s) 2022-09-27T16:53:00.1375219Z test_to_list_cuda_complex64 (__main__.TestComplexTensorCUDA) ... ok (0.001s) 2022-09-27T16:53:00.1375719Z 2022-09-27T16:53:00.1376376Z ---------------------------------------------------------------------- 2022-09-27T16:53:00.1376779Z Ran 4 tests in 0.008s 2022-09-27T16:53:00.1376953Z 2022-09-27T16:53:00.1377031Z OK 2022-09-27T16:53:00.1377169Z 2022-09-27T16:53:00.1377302Z Generating XML reports... 2022-09-27T16:53:00.1900867Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCUDA-20220927165300.xml 2022-09-27T16:53:00.5550668Z Running lazy/test_bindings ... [2022-09-27 16:53:00.554499] 2022-09-27T16:53:00.5551380Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:53:00.554594] 2022-09-27T16:53:02.3487683Z Running test_deploy ... [2022-09-27 16:53:02.348197] 2022-09-27T16:53:02.3488331Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:53:02.348294] 2022-09-27T16:53:03.3152277Z ============================= test session starts ============================== 2022-09-27T16:53:03.3152931Z platform linux -- Python 3.10.4, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:53:03.3279579Z cachedir: .pytest_cache 2022-09-27T16:53:03.3280734Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:53:03.3281313Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:53:03.3281868Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:53:04.9870442Z collecting ...  2022-09-27T16:53:04.9882930Z collecting 0 items  2022-09-27T16:53:04.9883534Z collected 1 item  2022-09-27T16:53:04.9889839Z 2022-09-27T16:53:06.5909819Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:53:06.5910145Z 2022-09-27T16:53:06.5910505Z ============================== 1 passed in 3.28s =============================== 2022-09-27T16:53:06.9821833Z Running test_pruning_op ... [2022-09-27 16:53:06.981565] 2022-09-27T16:53:06.9822561Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:53:06.981665] 2022-09-27T16:53:09.4203244Z 2022-09-27T16:53:09.4204312Z real 68m24.618s 2022-09-27T16:53:09.4204882Z user 69m46.031s 2022-09-27T16:53:09.4205309Z sys 3m37.143s 2022-09-27T16:53:09.4205765Z + assert_git_not_dirty 2022-09-27T16:53:09.4206720Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-09-27T16:53:09.4208063Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-09-27T16:53:09.4208776Z ++ git status --porcelain 2022-09-27T16:53:10.2777089Z + git_status= 2022-09-27T16:53:10.2777608Z + [[ -n '' ]] 2022-09-27T16:53:10.2860130Z Prepare all required actions 2022-09-27T16:53:10.2860595Z Getting action download info 2022-09-27T16:53:10.4915538Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:53:10.4915853Z with: 2022-09-27T16:53:10.4916348Z github-token: *** 2022-09-27T16:53:10.4916580Z env: 2022-09-27T16:53:10.4916843Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:10.4917129Z GPU_FLAG: --gpus all 2022-09-27T16:53:10.4917367Z ##[endgroup] 2022-09-27T16:53:10.4954084Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:53:10.4954424Z with: 2022-09-27T16:53:10.4954637Z shell: bash 2022-09-27T16:53:10.4954893Z timeout_minutes: 10 2022-09-27T16:53:10.4955154Z max_attempts: 5 2022-09-27T16:53:10.4955396Z retry_wait_seconds: 30 2022-09-27T16:53:10.4955979Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T16:53:10.4956505Z polling_interval_seconds: 1 2022-09-27T16:53:10.4956769Z warning_on_retry: true 2022-09-27T16:53:10.4957048Z continue_on_error: false 2022-09-27T16:53:10.4957310Z env: 2022-09-27T16:53:10.4957539Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:10.4957820Z GPU_FLAG: --gpus all 2022-09-27T16:53:10.4958234Z GITHUB_TOKEN: *** 2022-09-27T16:53:10.4958503Z ##[endgroup] 2022-09-27T16:53:10.5514683Z 2022-09-27T16:53:10.5579866Z + python3 -m pip install requests==2.26.0 2022-09-27T16:53:10.8738631Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:53:10.8973821Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:53:10.9163006Z 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-09-27T16:53:10.9180314Z 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-09-27T16:53:10.9207253Z 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-09-27T16:53:10.9219247Z 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.12) 2022-09-27T16:53:11.1601513Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-00f654b0974bb3187 2022-09-27T16:53:13.1124884Z + GHA_WORKFLOW_JOB_ID=8576431920 2022-09-27T16:53:13.1126086Z + echo '::set-output name=job-id::8576431920' 2022-09-27T16:53:13.5593804Z Command completed after 1 attempt(s). 2022-09-27T16:53:13.5594427Z 2022-09-27T16:53:13.5760713Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:53:13.5761062Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:53:13.5775607Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:53:13.5775925Z env: 2022-09-27T16:53:13.5776161Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:13.5776441Z GPU_FLAG: --gpus all 2022-09-27T16:53:13.5776721Z MONITOR_SCRIPT_PID: 99239 2022-09-27T16:53:13.5776971Z ##[endgroup] 2022-09-27T16:53:13.5874841Z Prepare all required actions 2022-09-27T16:53:13.5875234Z Getting action download info 2022-09-27T16:53:13.7798753Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:53:13.9361537Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:53:13.9361848Z with: 2022-09-27T16:53:13.9362184Z file-suffix: test-default-4-4-linux.4xlarge.nvidia.gpu_8576431920 2022-09-27T16:53:13.9362532Z env: 2022-09-27T16:53:13.9362785Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:13.9363207Z GPU_FLAG: --gpus all 2022-09-27T16:53:13.9363468Z ##[endgroup] 2022-09-27T16:53:13.9419575Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:53:13.9419977Z # Remove any previous test jsons if they exist 2022-09-27T16:53:13.9420314Z rm -f test-jsons-*.zip 2022-09-27T16:53:13.9420639Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:53:13.9433486Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:53:13.9433808Z env: 2022-09-27T16:53:13.9434045Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:13.9434334Z GPU_FLAG: --gpus all 2022-09-27T16:53:13.9434705Z FILE_SUFFIX: test-default-4-4-linux.4xlarge.nvidia.gpu_8576431920 2022-09-27T16:53:13.9435041Z ##[endgroup] 2022-09-27T16:53:13.9548671Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:53:13.9583469Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:53:13.9591495Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:53:13.9593185Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:53:13.9600093Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:53:13.9625396Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:53:13.9625806Z # Remove any previous test reports if they exist 2022-09-27T16:53:13.9626156Z rm -f test-reports-*.zip 2022-09-27T16:53:13.9626490Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:53:13.9638740Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:53:13.9639055Z env: 2022-09-27T16:53:13.9639292Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:13.9639582Z GPU_FLAG: --gpus all 2022-09-27T16:53:13.9639954Z FILE_SUFFIX: test-default-4-4-linux.4xlarge.nvidia.gpu_8576431920 2022-09-27T16:53:13.9640292Z ##[endgroup] 2022-09-27T16:53:13.9802887Z adding: test/test-reports/python-unittest/test_ops_jit/TEST-TestJitCUDA-20220927154451.xml (deflated 90%) 2022-09-27T16:53:13.9958805Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCUDA-20220927160605.xml (deflated 97%) 2022-09-27T16:53:13.9959497Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20220927160605.xml (deflated 81%) 2022-09-27T16:53:13.9960242Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20220927162146.xml (deflated 48%) 2022-09-27T16:53:13.9963014Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20220927162146.xml (deflated 85%) 2022-09-27T16:53:13.9966017Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20220927162146.xml (deflated 84%) 2022-09-27T16:53:14.0091694Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCUDA-20220927162146.xml (deflated 98%) 2022-09-27T16:53:14.0094039Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927162951.xml (deflated 84%) 2022-09-27T16:53:14.0098747Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20220927163113.xml (deflated 88%) 2022-09-27T16:53:14.0099514Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20220927163113.xml (deflated 67%) 2022-09-27T16:53:14.0100448Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20220927163113.xml (deflated 48%) 2022-09-27T16:53:14.0290197Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuserOpInfoCUDA-20220927163113.xml (deflated 99%) 2022-09-27T16:53:14.0294052Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCUDA-20220927163311.xml (deflated 96%) 2022-09-27T16:53:14.0294796Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20220927163344.xml (deflated 76%) 2022-09-27T16:53:14.0295542Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20220927163344.xml (deflated 79%) 2022-09-27T16:53:14.0296498Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20220927163344.xml (deflated 60%) 2022-09-27T16:53:14.0297246Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20220927163344.xml (deflated 85%) 2022-09-27T16:53:14.0297980Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20220927163355.xml (deflated 77%) 2022-09-27T16:53:14.0298705Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20220927163355.xml (deflated 84%) 2022-09-27T16:53:14.0299407Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20220927163355.xml (deflated 91%) 2022-09-27T16:53:14.0301833Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20220927163355.xml (deflated 85%) 2022-09-27T16:53:14.0302685Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927163355.xml (deflated 74%) 2022-09-27T16:53:14.0303479Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20220927163355.xml (deflated 82%) 2022-09-27T16:53:14.0307916Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20220927163355.xml (deflated 86%) 2022-09-27T16:53:14.0308649Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20220927163355.xml (deflated 62%) 2022-09-27T16:53:14.0316332Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20220927163355.xml (deflated 94%) 2022-09-27T16:53:14.0317411Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20220927163355.xml (deflated 74%) 2022-09-27T16:53:14.0318198Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927163355.xml (deflated 86%) 2022-09-27T16:53:14.0318958Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20220927163355.xml (deflated 89%) 2022-09-27T16:53:14.0326979Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCUDA-20220927163355.xml (deflated 97%) 2022-09-27T16:53:14.0329002Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20220927163402.xml (deflated 88%) 2022-09-27T16:53:14.0329756Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20220927163402.xml (deflated 55%) 2022-09-27T16:53:14.0330818Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20220927163402.xml (deflated 82%) 2022-09-27T16:53:14.0331632Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220927163408.xml (deflated 41%) 2022-09-27T16:53:14.0332391Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220927163408.xml (deflated 41%) 2022-09-27T16:53:14.0333160Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220927163408.xml (deflated 40%) 2022-09-27T16:53:14.0333894Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220927163408.xml (deflated 40%) 2022-09-27T16:53:14.0334799Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220927163408.xml (deflated 41%) 2022-09-27T16:53:14.0335568Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220927163408.xml (deflated 73%) 2022-09-27T16:53:14.0336223Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20220927163408.xml (deflated 39%) 2022-09-27T16:53:14.0337127Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220927163408.xml (deflated 39%) 2022-09-27T16:53:14.0337820Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20220927163408.xml (deflated 39%) 2022-09-27T16:53:14.0338578Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20220927163408.xml (deflated 37%) 2022-09-27T16:53:14.0339246Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220927163408.xml (deflated 39%) 2022-09-27T16:53:14.0339961Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220927163408.xml (deflated 87%) 2022-09-27T16:53:14.0355392Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220927163408.xml (deflated 96%) 2022-09-27T16:53:14.0356165Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220927163408.xml (deflated 41%) 2022-09-27T16:53:14.0356889Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220927163408.xml (deflated 41%) 2022-09-27T16:53:14.0357645Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20220927163414.xml (deflated 77%) 2022-09-27T16:53:14.0358369Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927163419.xml (deflated 81%) 2022-09-27T16:53:14.0360338Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220927163423.xml (deflated 91%) 2022-09-27T16:53:14.0361026Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927163429.xml (deflated 80%) 2022-09-27T16:53:14.0362244Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927163429.xml (deflated 85%) 2022-09-27T16:53:14.0364526Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCUDA-20220927163429.xml (deflated 90%) 2022-09-27T16:53:14.0365442Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220927163433.xml (deflated 90%) 2022-09-27T16:53:14.0366161Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220927163433.xml (deflated 86%) 2022-09-27T16:53:14.0545442Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCUDA-20220927163440.xml (deflated 97%) 2022-09-27T16:53:14.0564964Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCUDA-20220927164140.xml (deflated 95%) 2022-09-27T16:53:14.0567701Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCUDA-20220927164514.xml (deflated 95%) 2022-09-27T16:53:14.0568483Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCUDA-20220927164514.xml (deflated 76%) 2022-09-27T16:53:14.0569448Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCUDA-20220927164514.xml (deflated 86%) 2022-09-27T16:53:14.0576705Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCUDA-20220927164514.xml (deflated 93%) 2022-09-27T16:53:14.0578069Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220927164656.xml (deflated 86%) 2022-09-27T16:53:14.0578973Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220927164808.xml (deflated 62%) 2022-09-27T16:53:14.0579897Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220927164808.xml (deflated 56%) 2022-09-27T16:53:14.0580905Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220927164808.xml (deflated 91%) 2022-09-27T16:53:14.0584294Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220927164808.xml (deflated 90%) 2022-09-27T16:53:14.0585059Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220927164808.xml (deflated 69%) 2022-09-27T16:53:14.0601646Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220927164808.xml (deflated 97%) 2022-09-27T16:53:14.0602365Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220927164808.xml (deflated 82%) 2022-09-27T16:53:14.0603162Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220927164808.xml (deflated 58%) 2022-09-27T16:53:14.0604007Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220927164808.xml (deflated 83%) 2022-09-27T16:53:14.0604756Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220927164808.xml (deflated 75%) 2022-09-27T16:53:14.0605513Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220927164808.xml (deflated 68%) 2022-09-27T16:53:14.0609431Z adding: test/test-reports/python-unittest/test_cuda/TEST-TestCuda-20220927164907.xml (deflated 86%) 2022-09-27T16:53:14.0610253Z adding: test/test-reports/python-unittest/test_cuda/TEST-TestCudaComm-20220927164907.xml (deflated 88%) 2022-09-27T16:53:14.0622784Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20220927164959.xml (deflated 86%) 2022-09-27T16:53:14.0623536Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20220927164959.xml (deflated 60%) 2022-09-27T16:53:14.0625519Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCUDA-20220927164959.xml (deflated 85%) 2022-09-27T16:53:14.0626289Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20220927164959.xml (deflated 85%) 2022-09-27T16:53:14.0627104Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20220927164959.xml (deflated 72%) 2022-09-27T16:53:14.0630311Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20220927164959.xml (deflated 94%) 2022-09-27T16:53:14.0631144Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20220927164959.xml (deflated 87%) 2022-09-27T16:53:14.0631946Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCUDA-20220927164959.xml (deflated 70%) 2022-09-27T16:53:14.0632729Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20220927164959.xml (deflated 77%) 2022-09-27T16:53:14.0633575Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927165029.xml (deflated 84%) 2022-09-27T16:53:14.0634308Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927165029.xml (deflated 70%) 2022-09-27T16:53:14.0635057Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927165029.xml (deflated 84%) 2022-09-27T16:53:14.0635855Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseMultiDeviceCUDA-20220927165029.xml (deflated 56%) 2022-09-27T16:53:14.0636626Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927165029.xml (deflated 69%) 2022-09-27T16:53:14.0637416Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927165029.xml (deflated 69%) 2022-09-27T16:53:14.0638255Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927165029.xml (deflated 69%) 2022-09-27T16:53:14.0639032Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927165029.xml (deflated 75%) 2022-09-27T16:53:14.0639777Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927165029.xml (deflated 69%) 2022-09-27T16:53:14.0640518Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927165029.xml (deflated 69%) 2022-09-27T16:53:14.0641312Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927165029.xml (deflated 40%) 2022-09-27T16:53:14.0641993Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20220927165029.xml (deflated 46%) 2022-09-27T16:53:14.0642710Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927165029.xml (deflated 88%) 2022-09-27T16:53:14.0643524Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCUDA-20220927165029.xml (deflated 88%) 2022-09-27T16:53:14.0644270Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCUDA-20220927165029.xml (deflated 88%) 2022-09-27T16:53:14.0651463Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCUDA-20220927165055.xml (deflated 97%) 2022-09-27T16:53:14.0655243Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCUDA-20220927165120.xml (deflated 92%) 2022-09-27T16:53:14.0656083Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927165132.xml (deflated 54%) 2022-09-27T16:53:14.0656998Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927165132.xml (deflated 71%) 2022-09-27T16:53:14.0657867Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927165132.xml (deflated 65%) 2022-09-27T16:53:14.0658710Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220927165132.xml (deflated 78%) 2022-09-27T16:53:14.0659532Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927165132.xml (deflated 82%) 2022-09-27T16:53:14.0660392Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220927165132.xml (deflated 74%) 2022-09-27T16:53:14.0661261Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927165132.xml (deflated 73%) 2022-09-27T16:53:14.0662112Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220927165132.xml (deflated 80%) 2022-09-27T16:53:14.0663043Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927165132.xml (deflated 76%) 2022-09-27T16:53:14.0663957Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927165132.xml (deflated 69%) 2022-09-27T16:53:14.0664838Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927165132.xml (deflated 71%) 2022-09-27T16:53:14.0665691Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927165132.xml (deflated 49%) 2022-09-27T16:53:14.0666582Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927165132.xml (deflated 61%) 2022-09-27T16:53:14.0667499Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220927165132.xml (deflated 66%) 2022-09-27T16:53:14.0668385Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927165132.xml (deflated 78%) 2022-09-27T16:53:14.0669562Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927165132.xml (deflated 79%) 2022-09-27T16:53:14.0670368Z adding: test/test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCUDA-20220927165144.xml (deflated 91%) 2022-09-27T16:53:14.0671220Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20220927165152.xml (deflated 53%) 2022-09-27T16:53:14.0674453Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCUDA-20220927165201.xml (deflated 96%) 2022-09-27T16:53:14.0675227Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220927165207.xml (deflated 74%) 2022-09-27T16:53:14.0676145Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220927165212.xml (deflated 82%) 2022-09-27T16:53:14.0676937Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220927165212.xml (deflated 76%) 2022-09-27T16:53:14.0677698Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220927165212.xml (deflated 84%) 2022-09-27T16:53:14.0678469Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220927165212.xml (deflated 77%) 2022-09-27T16:53:14.0679380Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220927165212.xml (deflated 86%) 2022-09-27T16:53:14.0680132Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220927165212.xml (deflated 72%) 2022-09-27T16:53:14.0680908Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220927165212.xml (deflated 71%) 2022-09-27T16:53:14.0681656Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220927165212.xml (deflated 79%) 2022-09-27T16:53:14.0682354Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220927165212.xml (deflated 73%) 2022-09-27T16:53:14.0683038Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220927165212.xml (deflated 75%) 2022-09-27T16:53:14.0684472Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220927165212.xml (deflated 81%) 2022-09-27T16:53:14.0685237Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220927165212.xml (deflated 47%) 2022-09-27T16:53:14.0685976Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220927165212.xml (deflated 69%) 2022-09-27T16:53:14.0686711Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220927165212.xml (deflated 76%) 2022-09-27T16:53:14.0687410Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220927165212.xml (deflated 44%) 2022-09-27T16:53:14.0688110Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220927165212.xml (deflated 71%) 2022-09-27T16:53:14.0688771Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20220927165217.xml (deflated 84%) 2022-09-27T16:53:14.0690289Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCUDA-20220927165223.xml (deflated 93%) 2022-09-27T16:53:14.0691031Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220927165227.xml (deflated 71%) 2022-09-27T16:53:14.0691876Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927165231.xml (deflated 66%) 2022-09-27T16:53:14.0692618Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927165231.xml (deflated 41%) 2022-09-27T16:53:14.0693326Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCUDA-20220927165237.xml (deflated 80%) 2022-09-27T16:53:14.0694405Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCUDA-20220927165237.xml (deflated 90%) 2022-09-27T16:53:14.0695115Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927165241.xml (deflated 63%) 2022-09-27T16:53:14.0695976Z adding: test/test-reports/python-unittest/test_fx_backends/TEST-TestFxNvFuserBackendCUDA-20220927165246.xml (deflated 63%) 2022-09-27T16:53:14.0696700Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927165252.xml (deflated 66%) 2022-09-27T16:53:14.0697457Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCUDA-20220927165252.xml (deflated 73%) 2022-09-27T16:53:14.0698207Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCUDA-20220927165256.xml (deflated 84%) 2022-09-27T16:53:14.0698950Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCUDA-20220927165300.xml (deflated 70%) 2022-09-27T16:53:14.0724748Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:53:14.0725155Z # Remove any previous test reports if they exist 2022-09-27T16:53:14.0725482Z rm -f usage-log-*.zip 2022-09-27T16:53:14.0725855Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:53:14.0726259Z # so check to see if the file exists first 2022-09-27T16:53:14.0726586Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:53:14.0726940Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:53:14.0727225Z fi 2022-09-27T16:53:14.0739357Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:53:14.0739670Z env: 2022-09-27T16:53:14.0739901Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:14.0740181Z GPU_FLAG: --gpus all 2022-09-27T16:53:14.0740549Z FILE_SUFFIX: test-default-4-4-linux.4xlarge.nvidia.gpu_8576431920 2022-09-27T16:53:14.0740880Z ##[endgroup] 2022-09-27T16:53:14.1016948Z adding: usage_log.txt (deflated 96%) 2022-09-27T16:53:14.1066498Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:53:14.1066810Z with: 2022-09-27T16:53:14.1067105Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:53:14.1067404Z retention-days: 14 2022-09-27T16:53:14.1067686Z if-no-files-found: warn 2022-09-27T16:53:14.1067976Z path: test-jsons-*.zip 2022-09-27T16:53:14.1068243Z name: artifact 2022-09-27T16:53:14.1068488Z s3-bucket: gha-artifacts 2022-09-27T16:53:14.1068765Z region: us-east-1 2022-09-27T16:53:14.1069321Z env: 2022-09-27T16:53:14.1069556Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:14.1069844Z GPU_FLAG: --gpus all 2022-09-27T16:53:14.1070100Z ##[endgroup] 2022-09-27T16:53:14.5259776Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:53:14.5260493Z With the provided path, there will be 1 file uploaded 2022-09-27T16:53:14.5261176Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:53:14.5271611Z Starting upload of test-jsons-test-default-4-4-linux.4xlarge.nvidia.gpu_8576431920.zip 2022-09-27T16:53:14.7016119Z Finished upload of test-jsons-test-default-4-4-linux.4xlarge.nvidia.gpu_8576431920.zip 2022-09-27T16:53:14.7161388Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:53:14.7161699Z with: 2022-09-27T16:53:14.7161999Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:53:14.7162291Z retention-days: 14 2022-09-27T16:53:14.7162577Z if-no-files-found: error 2022-09-27T16:53:14.7162873Z path: test-reports-*.zip 2022-09-27T16:53:14.7163121Z name: artifact 2022-09-27T16:53:14.7163383Z s3-bucket: gha-artifacts 2022-09-27T16:53:14.7163807Z region: us-east-1 2022-09-27T16:53:14.7164072Z env: 2022-09-27T16:53:14.7164300Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:14.7164574Z GPU_FLAG: --gpus all 2022-09-27T16:53:14.7164830Z ##[endgroup] 2022-09-27T16:53:15.1281319Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:53:15.1281760Z With the provided path, there will be 1 file uploaded 2022-09-27T16:53:15.1282149Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:53:15.1292645Z Starting upload of test-reports-test-default-4-4-linux.4xlarge.nvidia.gpu_8576431920.zip 2022-09-27T16:53:15.2630293Z Finished upload of test-reports-test-default-4-4-linux.4xlarge.nvidia.gpu_8576431920.zip 2022-09-27T16:53:15.2788439Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:53:15.2788745Z with: 2022-09-27T16:53:15.2789475Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:53:15.2789886Z retention-days: 14 2022-09-27T16:53:15.2790175Z if-no-files-found: ignore 2022-09-27T16:53:15.2790481Z path: usage-log-*.zip 2022-09-27T16:53:15.2790726Z name: artifact 2022-09-27T16:53:15.2790996Z s3-bucket: gha-artifacts 2022-09-27T16:53:15.2791265Z region: us-east-1 2022-09-27T16:53:15.2791510Z env: 2022-09-27T16:53:15.2791740Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:15.2792016Z GPU_FLAG: --gpus all 2022-09-27T16:53:15.2792268Z ##[endgroup] 2022-09-27T16:53:15.6953969Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:53:15.6954860Z With the provided path, there will be 1 file uploaded 2022-09-27T16:53:15.6955364Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:53:15.6965632Z Starting upload of usage-log-test-default-4-4-linux.4xlarge.nvidia.gpu_8576431920.zip 2022-09-27T16:53:15.8426572Z Finished upload of usage-log-test-default-4-4-linux.4xlarge.nvidia.gpu_8576431920.zip 2022-09-27T16:53:15.8578885Z ##[group]Run set -x 2022-09-27T16:53:15.8579199Z set -x 2022-09-27T16:53:15.8579524Z python3 -m pip install -r requirements.txt 2022-09-27T16:53:15.8579882Z python3 -m pip install boto3==1.19.12 2022-09-27T16:53:15.8580294Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:53:15.8596032Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:53:15.8596349Z env: 2022-09-27T16:53:15.8596616Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:15.8596880Z GPU_FLAG: --gpus all 2022-09-27T16:53:15.8597167Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:53:15.8597451Z BRANCH: pull/85462 2022-09-27T16:53:15.8597703Z TEST_CONFIG: default 2022-09-27T16:53:15.8597960Z SHARD_NUMBER: 4 2022-09-27T16:53:15.8598293Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T16:53:15.8598600Z PR_NUMBER: 85462 2022-09-27T16:53:15.8598871Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:53:15.8599219Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:53:15.8599530Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:53:15.8599811Z TAG: 2022-09-27T16:53:15.8600057Z WORKFLOW_ID: 3133193930 2022-09-27T16:53:15.8600513Z GITHUB_TOKEN: *** 2022-09-27T16:53:15.8600805Z GHA_WORKFLOW_JOB_ID: 8576431920 2022-09-27T16:53:15.8601077Z ##[endgroup] 2022-09-27T16:53:15.8632966Z + python3 -m pip install -r requirements.txt 2022-09-27T16:53:16.1582159Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:53:16.1915887Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T16:53:16.1952741Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T16:53:16.1963422Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T16:53:16.1976622Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.54.6) 2022-09-27T16:53:16.2517295Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-09-27T16:53:16.2529011Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T16:53:16.2641496Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-09-27T16:53:16.2652224Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T16:53:16.2905978Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:53:16.3151755Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T16:53:16.3163260Z 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-09-27T16:53:16.3171151Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T16:53:16.3184306Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-09-27T16:53:16.3213632Z 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.37.1) 2022-09-27T16:53:16.3248228Z Requirement already satisfied: exceptiongroup>=1.0.0rc8; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.0rc9) 2022-09-27T16:53:16.3276924Z 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-09-27T16:53:16.3638877Z 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-09-27T16:53:16.3653269Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T16:53:16.3682752Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T16:53:16.3697755Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T16:53:16.3709384Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T16:53:16.3931116Z 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-09-27T16:53:16.4675501Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:53:16.7659932Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:53:16.7891549Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:53:16.7963876Z 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-09-27T16:53:16.7981752Z 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-09-27T16:53:16.8044805Z 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-09-27T16:53:16.8092023Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T16:53:16.8320240Z 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-09-27T16:53:16.8346610Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T16:53:17.0552598Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:53:47.1963849Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:53:47.1964955Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage":"RequestId: 99ee2cee-f444-42d0-8fed-6bdaaa48aa92 Error: Runtime exited with error: signal: killed","errorType":"Runtime.ExitError"} 2022-09-27T16:53:47.1965600Z 2022-09-27T16:53:47.1965826Z ----- Historic stats comparison result ------ 2022-09-27T16:53:47.1966060Z 2022-09-27T16:53:47.1971659Z job: linux-bionic-cuda11.6-py3.10-gcc7 2022-09-27T16:53:47.1972145Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:53:47.1972375Z 2022-09-27T16:53:47.1972593Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:53:47.1972854Z 2022-09-27T16:53:47.1972974Z : (master) 2022-09-27T16:53:47.1973199Z | 2022-09-27T16:53:47.1973510Z | * 52424e2bf3 (HEAD) total time 3922.71s 2022-09-27T16:53:47.1975285Z | | 2022-09-27T16:53:47.1975849Z | : (4 commits) 2022-09-27T16:53:47.1976137Z |/ 2022-09-27T16:53:47.1984088Z * c7c2578f93 (base) 9 reports, total time 3338.43s ± 1882.56s 2022-09-27T16:53:47.1984646Z * 99ad8a3048 9 reports, total time 3402.28s ± 1860.32s 2022-09-27T16:53:47.1985101Z * 34296e2f4c 9 reports, total time 3340.35s ± 1886.81s 2022-09-27T16:53:47.1985556Z * 4523ac7aa1 9 reports, total time 3366.30s ± 1853.68s 2022-09-27T16:53:47.1985983Z * f21e77d9a6 9 reports, total time 3413.29s ± 1861.08s 2022-09-27T16:53:47.1986435Z * 26a861cb27 9 reports, total time 3325.52s ± 1844.86s 2022-09-27T16:53:47.1986910Z * 56a41b5998 9 reports, total time 3452.70s ± 1976.19s 2022-09-27T16:53:47.1987348Z * 1910c5847e 9 reports, total time 3444.18s ± 2043.46s 2022-09-27T16:53:47.1987766Z * caa0ab557d 9 reports, total time 3312.06s ± 1824.07s 2022-09-27T16:53:47.1988166Z * 0336308be5 0 reports 2022-09-27T16:53:47.1988429Z | 2022-09-27T16:53:47.1988638Z : 2022-09-27T16:53:47.1988786Z 2022-09-27T16:53:47.1989374Z Removed (across 810 suites) 0 tests, totaling 0.00s 2022-09-27T16:53:47.1989772Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:53:47.1990121Z Added (across 150 suites) 45779 tests, totaling +3922.71s 2022-09-27T16:53:47.3050775Z Prepare all required actions 2022-09-27T16:53:47.3080535Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:53:47.3080854Z with: 2022-09-27T16:53:47.3081069Z env: 2022-09-27T16:53:47.3081340Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:47.3081638Z GPU_FLAG: --gpus all 2022-09-27T16:53:47.3081890Z ##[endgroup] 2022-09-27T16:53:47.3102962Z ##[group]Run set -eou pipefail 2022-09-27T16:53:47.3103299Z set -eou pipefail 2022-09-27T16:53:47.3103544Z  2022-09-27T16:53:47.3103915Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:53:47.3104285Z for _ in $(seq 1440); do 2022-09-27T16:53:47.3104594Z  # Break if no ssh session exists anymore 2022-09-27T16:53:47.3104918Z  if [ "$(who)" = "" ]; then 2022-09-27T16:53:47.3105187Z  break 2022-09-27T16:53:47.3105437Z  fi 2022-09-27T16:53:47.3105671Z  echo "." 2022-09-27T16:53:47.3105978Z  sleep 5 2022-09-27T16:53:47.3106214Z done 2022-09-27T16:53:47.3120981Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:53:47.3121303Z env: 2022-09-27T16:53:47.3121541Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:47.3121826Z GPU_FLAG: --gpus all 2022-09-27T16:53:47.3122089Z ##[endgroup] 2022-09-27T16:53:47.3153172Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:53:47.3203914Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:53:47.3204528Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:53:47.3204864Z # shellcheck disable=SC2046 2022-09-27T16:53:47.3205195Z docker stop $(docker ps -q) || true 2022-09-27T16:53:47.3205523Z # Prune all of the docker images 2022-09-27T16:53:47.3205819Z docker system prune -af 2022-09-27T16:53:47.3218357Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:53:47.3218680Z env: 2022-09-27T16:53:47.3218920Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:53:47.3219201Z GPU_FLAG: --gpus all 2022-09-27T16:53:47.3219467Z ##[endgroup] 2022-09-27T16:53:47.7234174Z 6d7977f0ed6f 2022-09-27T16:53:48.5044641Z Deleted Containers: 2022-09-27T16:53:48.5045168Z 6d7977f0ed6f5e6e2e9a9e47c08df14874783a285871b24d361d4a1f6b87a4fe 2022-09-27T16:53:48.5045436Z 2022-09-27T16:53:54.6774483Z Deleted Images: 2022-09-27T16:53:54.6776021Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:53:54.6777672Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7@sha256:9bb261bc4d8aeb82a71b1f0709da9c979e85a12a79c4a85c3fe3adddddcb2663 2022-09-27T16:53:54.6778531Z deleted: sha256:1565775a6d0c052a41180f67487ffe62db8903a6db8b459487e830a767b885e7 2022-09-27T16:53:54.6778982Z deleted: sha256:3e4cb2c2b5f9e2c80e23a8d896fa974adc4b0e3a54cc06c0a8afb922880fdac8 2022-09-27T16:53:54.6779455Z deleted: sha256:d0ad3421a88e79ceec8792dd7f305a7f9da57daa0119b35d0a37114fd2a8dcf9 2022-09-27T16:53:54.6779914Z deleted: sha256:701e765e83a6966eae0a6dd8fc686dd1787c602cf538ef7dea4100368068fcc9 2022-09-27T16:53:54.6780378Z deleted: sha256:8e85fd60215cbc7be6e9f6423e1f87f0e07c0c672606d79f499dbc625e3eda75 2022-09-27T16:53:54.6780806Z deleted: sha256:e5bde08e611f82f97b690c9fa678975e18d51c1d1bc1c8ddef0588f1a022d639 2022-09-27T16:53:54.6781249Z deleted: sha256:68800e2bce8407a9b0b64d467c217a2bb27e85fd2f3ab0c5793759d5443bf962 2022-09-27T16:53:54.6781700Z deleted: sha256:2457e2e8215ddc219f679a7f957fdc3c639147fc569a0cc1bc9f3a3a97ecd0b2 2022-09-27T16:53:54.6782129Z deleted: sha256:b9c61d9be1eb46057ce27c51ac051ba0ba53d440bda828612cfc06ae78352d7a 2022-09-27T16:53:54.6782580Z deleted: sha256:73dd107fbbff1e853191e9dcb9b75847329af3c80a5883c3ae039e14fa4caa0a 2022-09-27T16:53:54.6783027Z deleted: sha256:fe97c2c62ffb15e65ed2751c4c9069d62e91f204ff1c30980d18680617c5ae40 2022-09-27T16:53:54.6783699Z deleted: sha256:3393d072706e15983b6dba8491dcfaf03de10df9be7d9df9a80ef0dedf384b3e 2022-09-27T16:53:54.6784156Z deleted: sha256:328eaea416a7110b96dd1c4421ae76dac29d151937f13f647291840207613cfd 2022-09-27T16:53:54.6784598Z deleted: sha256:1f62c29a7ac809a8add06b0bc14387e38ec12e88034824daccfdd78a0ee24d00 2022-09-27T16:53:54.6785052Z deleted: sha256:a364f929327c0e6baf5da371c2e514c56a7dc2fcbd3f7f2229d49bf2fb3a2f27 2022-09-27T16:53:54.6785477Z deleted: sha256:14a20e2c555e8aea13a33ca9c7d20333ce850c23d3a6726d7b102a426c2bb100 2022-09-27T16:53:54.6785928Z deleted: sha256:865844d2dbf2eb79ca92ace32b76fd966b142ecccd91a6190a256f4d278fed74 2022-09-27T16:53:54.6786361Z deleted: sha256:6a56212e72bab94d436ef418303481e278e79a012bf88cc727231093221416e7 2022-09-27T16:53:54.6786800Z deleted: sha256:8ff11e3f91c81bfe67a7da7b03306cdc936f730f44e7dbc401299c81679f3a20 2022-09-27T16:53:54.6787218Z deleted: sha256:e3ebc0052e1300157e36aa327172ad1098717918585d1494c4efc4afdbb8ecbe 2022-09-27T16:53:54.6787657Z deleted: sha256:4b7db58c33bbdbe2e491f721c5a9724ef07d9a720d77bd517c1f5c8fad212ba2 2022-09-27T16:53:54.6788118Z deleted: sha256:1e68b2d3e3c7bf741f5f060b3a88095db0d5eefd841ce4e86b3c466f882997e6 2022-09-27T16:53:54.6788545Z deleted: sha256:4da2a66a2b27b034b75aa5a024cf7b8cfe1f8762b0725921f8b00cb3a0505759 2022-09-27T16:53:54.6789430Z deleted: sha256:37c6c713aea14d8a4a5f0dfd63f80f04633b0d6f8e7baed0a1feba47d709cbeb 2022-09-27T16:53:54.6789903Z deleted: sha256:c636e275b4e8c2d9022e72ee8d8528006ef92ad2fab903ba909244c2b9aa4bb0 2022-09-27T16:53:54.6790540Z deleted: sha256:2b912a242a1b69ebde3bf40dfab4b693cfa93f9bcb0d8be6c698b44b4284a70d 2022-09-27T16:53:54.6791047Z deleted: sha256:e4ff425d4caf55cc2f5939271ab53c4382b45c5454ccb0e4fa62cbb730aa8ba7 2022-09-27T16:53:54.6791531Z deleted: sha256:f80b712f0269de04dedd4bb68f0a2103eb0ac5bb70e5da74a7fe0544c8a678af 2022-09-27T16:53:54.6792010Z deleted: sha256:c048927fdfe44aec1063f37c0137ad63b7537c23dd3051ad691232ce363048fa 2022-09-27T16:53:54.6792455Z deleted: sha256:85d0da5e4c90646a2049cf17e470deedd05b19ab1535e4932940055fc36e1c91 2022-09-27T16:53:54.6792942Z deleted: sha256:a94964edf2ce4a0b440f5d000d2ea97c6145adcb1ad201ade6214f02cd47626c 2022-09-27T16:53:54.6793417Z deleted: sha256:fc49e4f76476298cd45a4ef31767534bd2b6663c90683ccbb4d911ea77a93d56 2022-09-27T16:53:54.6793925Z deleted: sha256:25a90c74f1ddefff551a5575bbaeaf1fd45c71d629ef061f41a227f2813ebf62 2022-09-27T16:53:54.6794377Z deleted: sha256:9c67a539cd718b76768a481e6313606489c7afbdd2ed5f0d35f94a0c8161ff59 2022-09-27T16:53:54.6794844Z deleted: sha256:78cfd7e90437d18d294dd32f35632e1e0f4e93f98d2f74562b7a2a483d89e847 2022-09-27T16:53:54.6795329Z deleted: sha256:feccb37688a9f8b307ab298febd901ccc8920a2ec8e1660a0eb8de5b6e41a3b1 2022-09-27T16:53:54.6795786Z deleted: sha256:eeded198b25e05f7ca35680574d2863e48240eb544a4945d562943ed7c519eaa 2022-09-27T16:53:54.6796259Z deleted: sha256:eba0a8e367727026cab4d61ce7412eac92df541fa66418907501f777a611d01a 2022-09-27T16:53:54.6796729Z deleted: sha256:ab3963854dae2a8321e764d73ecfb89e77618f391cbe2698ab09c8129a35eb29 2022-09-27T16:53:54.6797186Z deleted: sha256:db198971615e367404b8c928ff87c4bc7e81b060fa78a8431f2124d37e546a69 2022-09-27T16:53:54.6797621Z deleted: sha256:116af78f4b87e494b37b6a65d9e3abdd828764632b0adf869c40db8a8afb7745 2022-09-27T16:53:54.6798084Z deleted: sha256:21479387e93277b4c3c8df1cbd39208f3c6aa4128b6f0eebaafa7e3b82d8a23c 2022-09-27T16:53:54.6798567Z deleted: sha256:5731c54a72f20a93dd164dc484ecd3fd0bf0f0cb98eec92e2382f99c0c43e1a6 2022-09-27T16:53:54.6799018Z deleted: sha256:8b6f381bcc3be3c07a12a8e528c8926c369875dccb5d18323007a3beb34cdf52 2022-09-27T16:53:54.6799502Z deleted: sha256:07dcc550108cf9d433a453ce3e351ac30e67c1ccbc5f7bc71b408e2fb4bcc6a9 2022-09-27T16:53:54.6799977Z deleted: sha256:129bdb873e79117f4e90135f0c6a58f775fcf596f4eb514b803771cef2da8278 2022-09-27T16:53:54.6800462Z deleted: sha256:2d49e3a81bd436bfd20fb4a849cdc98da82cb74afef3de38dda7a946d3fc4153 2022-09-27T16:53:54.6800925Z deleted: sha256:0ba4e259108e5311ddf6b79ae3a35f8f16a4004ef8817e50427baa3cc90ac081 2022-09-27T16:53:54.6801512Z deleted: sha256:c164403226561914f16becdeca65c54d20dba8dad414b062efc34c05c47bf725 2022-09-27T16:53:54.6802006Z deleted: sha256:cbe4006b2e6286d50c1b292fb71b69d5299d65f055285519eafc41eac3ef8a3c 2022-09-27T16:53:54.6802737Z deleted: sha256:edcec18dceb25f1a03ec20de4676464613e69072875a83f5c45e45a31aafc5b9 2022-09-27T16:53:54.6803668Z deleted: sha256:13c4f317ac4bb48997302756b8d5f8b602e835607c9806a1a5b200e9a0657d8a 2022-09-27T16:53:54.6804125Z deleted: sha256:57f043e380f4586c76968d6e062b50bac55254a5be7e80bea3c027a5bb316469 2022-09-27T16:53:54.6804569Z deleted: sha256:3e549931e0240b9aac25dc79ed6a6259863879a5c9bd20755f77cac27c1ab8c8 2022-09-27T16:53:54.6804794Z 2022-09-27T16:53:54.6804950Z Total reclaimed space: 19.36GB 2022-09-27T16:53:54.6872570Z Post job cleanup. 2022-09-27T16:53:54.6914637Z Post job cleanup. 2022-09-27T16:53:54.8279026Z [command]/usr/bin/git version 2022-09-27T16:53:54.8330848Z git version 2.37.1 2022-09-27T16:53:54.8396412Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/19be3cf5-aae1-4841-a969-69a38b7dc828' before making global git config changes 2022-09-27T16:53:54.8396981Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:53:54.8405678Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:53:54.8454669Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:53:54.8495603Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T16:53:54.8824740Z Entering 'android/libs/fbjni' 2022-09-27T16:53:54.8867229Z Entering 'third_party/FP16' 2022-09-27T16:53:54.8912770Z Entering 'third_party/FXdiv' 2022-09-27T16:53:54.8952526Z Entering 'third_party/NNPACK' 2022-09-27T16:53:54.8993580Z Entering 'third_party/QNNPACK' 2022-09-27T16:53:54.9034765Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:53:54.9075749Z Entering 'third_party/XNNPACK' 2022-09-27T16:53:54.9129590Z Entering 'third_party/benchmark' 2022-09-27T16:53:54.9171182Z Entering 'third_party/cpuinfo' 2022-09-27T16:53:54.9212803Z Entering 'third_party/cub' 2022-09-27T16:53:54.9254994Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:53:54.9302823Z Entering 'third_party/cutlass' 2022-09-27T16:53:54.9352030Z Entering 'third_party/eigen' 2022-09-27T16:53:54.9395717Z Entering 'third_party/fbgemm' 2022-09-27T16:53:54.9437735Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:53:54.9478695Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:53:54.9519385Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:53:54.9560158Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:53:54.9602682Z Entering 'third_party/flatbuffers' 2022-09-27T16:53:54.9646737Z Entering 'third_party/fmt' 2022-09-27T16:53:54.9687185Z Entering 'third_party/foxi' 2022-09-27T16:53:54.9729044Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:53:54.9770219Z Entering 'third_party/gloo' 2022-09-27T16:53:54.9811952Z Entering 'third_party/googletest' 2022-09-27T16:53:54.9854369Z Entering 'third_party/ideep' 2022-09-27T16:53:54.9895283Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:53:54.9937681Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:53:54.9986963Z Entering 'third_party/ios-cmake' 2022-09-27T16:53:55.0028315Z Entering 'third_party/ittapi' 2022-09-27T16:53:55.0070529Z Entering 'third_party/kineto' 2022-09-27T16:53:55.0110942Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:53:55.0153541Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:53:55.0199503Z Entering 'third_party/nccl/nccl' 2022-09-27T16:53:55.0242069Z Entering 'third_party/neon2sse' 2022-09-27T16:53:55.0282275Z Entering 'third_party/nlohmann' 2022-09-27T16:53:55.0325731Z Entering 'third_party/onnx' 2022-09-27T16:53:55.0381714Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:53:55.0423776Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:53:55.0467357Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:53:55.0507950Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:53:55.0554732Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:53:55.0596197Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:53:55.0638631Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:53:55.0684484Z Entering 'third_party/pocketfft' 2022-09-27T16:53:55.0725358Z Entering 'third_party/protobuf' 2022-09-27T16:53:55.0772885Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:53:55.0814281Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:53:55.0858271Z Entering 'third_party/psimd' 2022-09-27T16:53:55.0900037Z Entering 'third_party/pthreadpool' 2022-09-27T16:53:55.0941906Z Entering 'third_party/pybind11' 2022-09-27T16:53:55.0984048Z Entering 'third_party/python-enum' 2022-09-27T16:53:55.1025718Z Entering 'third_party/python-peachpy' 2022-09-27T16:53:55.1066523Z Entering 'third_party/python-six' 2022-09-27T16:53:55.1107322Z Entering 'third_party/sleef' 2022-09-27T16:53:55.1149582Z Entering 'third_party/tbb' 2022-09-27T16:53:55.1193326Z Entering 'third_party/tensorpipe' 2022-09-27T16:53:55.1235081Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:53:55.1277229Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:53:55.1317685Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:53:55.1358702Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:53:55.1399113Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:53:55.1442754Z Entering 'third_party/zstd' 2022-09-27T16:53:55.1505580Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:53:55.1535496Z http.https://github.com/.extraheader 2022-09-27T16:53:55.1546751Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:53:55.1586019Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T16:53:55.1896072Z Entering 'android/libs/fbjni' 2022-09-27T16:53:55.1921346Z http.https://github.com/.extraheader 2022-09-27T16:53:55.1953868Z Entering 'third_party/FP16' 2022-09-27T16:53:55.1978800Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2011046Z Entering 'third_party/FXdiv' 2022-09-27T16:53:55.2035204Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2066922Z Entering 'third_party/NNPACK' 2022-09-27T16:53:55.2091647Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2123535Z Entering 'third_party/QNNPACK' 2022-09-27T16:53:55.2147132Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2180560Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:53:55.2204721Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2237586Z Entering 'third_party/XNNPACK' 2022-09-27T16:53:55.2261183Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2306075Z Entering 'third_party/benchmark' 2022-09-27T16:53:55.2330951Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2363661Z Entering 'third_party/cpuinfo' 2022-09-27T16:53:55.2388015Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2421910Z Entering 'third_party/cub' 2022-09-27T16:53:55.2446297Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2479211Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:53:55.2502962Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2540976Z Entering 'third_party/cutlass' 2022-09-27T16:53:55.2566919Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2607432Z Entering 'third_party/eigen' 2022-09-27T16:53:55.2631536Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2666531Z Entering 'third_party/fbgemm' 2022-09-27T16:53:55.2691565Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2723736Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:53:55.2748093Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2781236Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:53:55.2805683Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2838313Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:53:55.2862703Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2895970Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:53:55.2920757Z http.https://github.com/.extraheader 2022-09-27T16:53:55.2954957Z Entering 'third_party/flatbuffers' 2022-09-27T16:53:55.2979750Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3016840Z Entering 'third_party/fmt' 2022-09-27T16:53:55.3042477Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3076023Z Entering 'third_party/foxi' 2022-09-27T16:53:55.3100357Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3132874Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:53:55.3158095Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3191105Z Entering 'third_party/gloo' 2022-09-27T16:53:55.3214972Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3247596Z Entering 'third_party/googletest' 2022-09-27T16:53:55.3272947Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3305393Z Entering 'third_party/ideep' 2022-09-27T16:53:55.3330362Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3362126Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:53:55.3385829Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3420698Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:53:55.3445466Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3485667Z Entering 'third_party/ios-cmake' 2022-09-27T16:53:55.3511260Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3542964Z Entering 'third_party/ittapi' 2022-09-27T16:53:55.3567858Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3599999Z Entering 'third_party/kineto' 2022-09-27T16:53:55.3623978Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3656531Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:53:55.3681068Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3713374Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:53:55.3736948Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3772035Z Entering 'third_party/nccl/nccl' 2022-09-27T16:53:55.3796481Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3828566Z Entering 'third_party/neon2sse' 2022-09-27T16:53:55.3853947Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3886144Z Entering 'third_party/nlohmann' 2022-09-27T16:53:55.3910663Z http.https://github.com/.extraheader 2022-09-27T16:53:55.3944384Z Entering 'third_party/onnx' 2022-09-27T16:53:55.3969210Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4016166Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:53:55.4040427Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4073396Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:53:55.4096898Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4133307Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:53:55.4157924Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4189837Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:53:55.4214892Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4252608Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:53:55.4277107Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4309886Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:53:55.4333626Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4366322Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:53:55.4391173Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4428461Z Entering 'third_party/pocketfft' 2022-09-27T16:53:55.4452983Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4484787Z Entering 'third_party/protobuf' 2022-09-27T16:53:55.4509676Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4546551Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:53:55.4570463Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4602609Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:53:55.4626443Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4661872Z Entering 'third_party/psimd' 2022-09-27T16:53:55.4686915Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4719424Z Entering 'third_party/pthreadpool' 2022-09-27T16:53:55.4743366Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4775633Z Entering 'third_party/pybind11' 2022-09-27T16:53:55.4800442Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4833874Z Entering 'third_party/python-enum' 2022-09-27T16:53:55.4857346Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4889674Z Entering 'third_party/python-peachpy' 2022-09-27T16:53:55.4916010Z http.https://github.com/.extraheader 2022-09-27T16:53:55.4948303Z Entering 'third_party/python-six' 2022-09-27T16:53:55.4972409Z http.https://github.com/.extraheader 2022-09-27T16:53:55.5003994Z Entering 'third_party/sleef' 2022-09-27T16:53:55.5027912Z http.https://github.com/.extraheader 2022-09-27T16:53:55.5060066Z Entering 'third_party/tbb' 2022-09-27T16:53:55.5084413Z http.https://github.com/.extraheader 2022-09-27T16:53:55.5119180Z Entering 'third_party/tensorpipe' 2022-09-27T16:53:55.5143466Z http.https://github.com/.extraheader 2022-09-27T16:53:55.5176447Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:53:55.5201515Z http.https://github.com/.extraheader 2022-09-27T16:53:55.5234938Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:53:55.5258694Z http.https://github.com/.extraheader 2022-09-27T16:53:55.5291093Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:53:55.5314951Z http.https://github.com/.extraheader 2022-09-27T16:53:55.5347144Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:53:55.5371596Z http.https://github.com/.extraheader 2022-09-27T16:53:55.5402951Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:53:55.5426414Z http.https://github.com/.extraheader 2022-09-27T16:53:55.5461641Z Entering 'third_party/zstd' 2022-09-27T16:53:55.5486210Z http.https://github.com/.extraheader 2022-09-27T16:53:55.5790462Z Cleaning up orphan processes